Home
last modified time | relevance | path

Searched defs:returns (Results 1 – 25 of 635) sorted by relevance

12345678910>>...26

/aosp_15_r20/frameworks/rs/script_api/
H A Drs_object_info.spec73 If the Allocation is a cubemap, this function returns 1 if there's more than one face function
199 If the Element describes a vector, this function returns the data type of one of its items. function
214 For Elements that represents a structure, this function returns the sub-element at the function
242 sub-elements. This function returns zero for simple Elements and the number of function
256 For complex Elements, this function returns the name of the sub-element at the function
268 For complex Elements, this function returns the length of the name of the sub-element function
280 This function returns the relative position of the instantiation of the specified function
H A Drs_for_each.spec112 function returns any value, the call waits until all results have been written function
254 This function returns 0 if the Array0 dimension is not present. function
358 If the kernel is iterating over a cubemap, this function returns true if there's more function
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/rules2/
H A DRuleFunctionMirror.java30 private final RuleType returns; field in RuleFunctionMirror
51 public RuleType returns() { in returns() method in RuleFunctionMirror
85 private RuleType returns; field in RuleFunctionMirror.Builder
101 public Builder returns(RuleType type) { in returns() method in RuleFunctionMirror.Builder
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/
DLog.cpp142 LogEntry& LogEntry::returns(const std::string& rval) { in returns() function in android::netdutils::LogEntry
147 LogEntry& LogEntry::returns(bool rval) { in returns() function in android::netdutils::LogEntry
152 LogEntry& LogEntry::returns(const Status& status) { in returns() function in android::netdutils::LogEntry
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/docs/
H A DDocumentationBuilder.java40 private String returns; field in DocumentationBuilder
87 public DocumentationBuilder returns(String returnsDoc) { in returns() method in DocumentationBuilder
100 public DocumentationBuilder returns(String returnsDoc, Object... formatArgs) { in returns() method in DocumentationBuilder
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java454 private void returns(String result) { in returns() method in EGLLogWrapper
459 private void returns(int result) { in returns() method in EGLLogWrapper
463 private void returns(boolean result) { in returns() method in EGLLogWrapper
467 private void returns(Object result) { in returns() method in EGLLogWrapper
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
H A DFunSpec.kt403 @JvmOverloads public fun returns( in <lambda>() method in com.squareup.kotlinpoet.Builder
412 @JvmOverloads public fun returns(returnType: Type, kdoc: CodeBlock = CodeBlock.EMPTY): Builder = in <lambda>() method in com.squareup.kotlinpoet.Builder
415 public fun returns(returnType: Type, kdoc: String, vararg args: Any): Builder = in <lambda>() method in com.squareup.kotlinpoet.Builder
418 @JvmOverloads public fun returns( in <lambda>() method in com.squareup.kotlinpoet.Builder
423 public fun returns(returnType: KClass<*>, kdoc: String, vararg args: Any): Builder = in <lambda>() method in com.squareup.kotlinpoet.Builder
/aosp_15_r20/art/test/004-JniTest/src/
H A DMain.java177 short returns[] = { 0, 1, 2, 127, 32767, -1, -2, -128, -32768 }; in testShortMethod() local
207 char returns[] = { (char)0, (char)1, (char)2, (char)127, (char)255, (char)256, (char)15000, in testCharMethod() local
315 int returns[] = { 0, 3, 6, 9, 12 }; in testFastNativeMethods() local
333 int returns[] = { 3, 6, 9, 12, 15 }; in testCriticalNativeMethods() local
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/
H A Dsignature_def_function_metadata.cc29 std::vector<SignatureDefParam> returns) in SignatureDefFunctionMetadata()
37 const std::vector<SignatureDefParam>& SignatureDefFunctionMetadata::returns() in returns() function in tensorflow::SignatureDefFunctionMetadata
/aosp_15_r20/external/pytorch/aten/src/ATen/core/op_registration/
H A Dinfer_schema.cpp30 c10::ArrayRef<ArgumentDef> returns) { in make_function_schema()
40 c10::ArrayRef<ArgumentDef> returns) { in make_function_schema()
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Dtorchscript_functions.cpp50 auto returns = functionSchema.returns(); in rpcTorchscript() local
93 auto returns = functionSchema.returns(); in remoteTorchscript() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dcompile_mlir_util.cc503 std::vector<xla::XlaOp>& returns, in BuildHloFromTfInner()
566 std::vector<xla::XlaOp>& returns, in BuildHloFromTf()
803 std::vector<xla::XlaOp>& returns, in BuildHloFromModule()
863 std::vector<xla::XlaOp>& returns, llvm::ArrayRef<XlaArgument> args, in BuildHloFromGraph()
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/parser/
H A Dperfetto_sql_parser.h56 std::string returns; member
106 SqlSource returns; member
H A Dperfetto_sql_parser.cc432 if (Token returns = tokenizer_.NextNonWhitespace(); in ParseCreatePerfettoFunction() local
502 if (Token returns = tokenizer_.NextNonWhitespace(); in ParseCreatePerfettoMacro() local
/aosp_15_r20/art/test/115-native-bridge/src/
H A DNativeBridgeMain.java116 short returns[] = { 0, 1, 2, 127, 32767, -1, -2, -128, -32768 }; in testShortMethod() local
146 char returns[] = { (char)0, (char)1, (char)2, (char)127, (char)255, (char)256, (char)15000, in testCharMethod() local
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/code/
H A DRopperMachine.java94 private boolean returns; field in RopperMachine
231 public boolean returns() { in returns() method in RopperMachine
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/
H A DSettingsToPropertiesMapper.java471 ProtoInputStream returns = sendAconfigdRequests("aconfigd_system", requests); in sendAconfigdRequests() local
529 ProtoInputStream returns = new ProtoInputStream(inputStream); in sendAconfigdRequests() local
/aosp_15_r20/external/conscrypt/api-doclet/src/main/kotlin/org/conscrypt/doclet/
H A DClassInfo.kt141 val returns = if (method.isConstructor()) in <lambda>() constant
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchedFallback.cpp369 const auto returns = torch::jit::last(stack, num_returns); in batchedTensorForLoopFallback() local
492 const auto returns = torch::jit::last(stack, num_returns); in batchedNestedTensorForLoopFallback() local
/aosp_15_r20/external/javapoet/src/main/java/com/squareup/javapoet/
H A DMethodSpec.java381 public Builder returns(TypeName returnType) { in returns() method in MethodSpec.Builder
387 public Builder returns(Type returnType) { in returns() method in MethodSpec.Builder
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
H A DRpc.java42 String returns() default ""; in returns() method
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/
H A Dcython.py27 returns = lambda _: _empty_decorator function
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/test/java/software/amazon/awssdk/codegen/emitters/
H A DCodeTransformerTest.java36 private CodeTransformer mockProcessor(String accepts, String returns) { in mockProcessor()
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue27557.go33 func (t *T) returns() *T { return t } // ERROR "leaking param: t to result ~r0 level=0" func
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dmlir_xla_op_kernel.cc103 std::vector<xla::XlaOp> returns(1); in ConstructXlaOp() local

12345678910>>...26