/aosp_15_r20/frameworks/rs/script_api/ |
H A D | rs_object_info.spec | 73 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 D | rs_for_each.spec | 112 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 D | RuleFunctionMirror.java | 30 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/ |
D | Log.cpp | 142 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 D | DocumentationBuilder.java | 40 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 D | EGLLogWrapper.java | 454 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 D | FunSpec.kt | 403 @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 D | Main.java | 177 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 D | signature_def_function_metadata.cc | 29 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 D | infer_schema.cpp | 30 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 D | torchscript_functions.cpp | 50 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 D | compile_mlir_util.cc | 503 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 D | perfetto_sql_parser.h | 56 std::string returns; member 106 SqlSource returns; member
|
H A D | perfetto_sql_parser.cc | 432 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 D | NativeBridgeMain.java | 116 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 D | RopperMachine.java | 94 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 D | SettingsToPropertiesMapper.java | 471 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 D | ClassInfo.kt | 141 val returns = if (method.isConstructor()) in <lambda>() constant
|
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/ |
H A D | BatchedFallback.cpp | 369 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 D | MethodSpec.java | 381 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 D | Rpc.java | 42 String returns() default ""; in returns() method
|
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/ |
H A D | cython.py | 27 returns = lambda _: _empty_decorator function
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/test/java/software/amazon/awssdk/codegen/emitters/ |
H A D | CodeTransformerTest.java | 36 private CodeTransformer mockProcessor(String accepts, String returns) { in mockProcessor()
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue27557.go | 33 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 D | mlir_xla_op_kernel.cc | 103 std::vector<xla::XlaOp> returns(1); in ConstructXlaOp() local
|