Home
last modified time | relevance | path

Searched defs:returned (Results 1 – 25 of 180) sorted by relevance

12345678

/aosp_15_r20/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.14.18/
HDbyte-buddy-1.14.18-sources.jarMETA-INF/MANIFEST.MF net/ net/bytebuddy/ net/bytebuddy/ByteBuddy. ...
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_client_parcelables.cpp85 SimpleParcelable out_param, returned; in TEST_F() local
95 GenericStructuredParcelable<int32_t, StructuredParcelable, IntEnum> input, out_param, returned; in TEST_F() local
178 PersistableBundle empty_bundle, returned; in TEST_F() local
187 PersistableBundle non_empty_bundle, returned; in TEST_F() local
/aosp_15_r20/external/antlr/gunit/src/main/java/org/antlr/gunit/
H A DgUnitTestResult.java35 private String returned; // AST (toStringTree) or ST (toString) field in gUnitTestResult
48 public gUnitTestResult(boolean success, String output, String returned) { in gUnitTestResult()
/aosp_15_r20/hardware/interfaces/broadcastradio/common/vts/utils/include/broadcastradio-vts-utils/
H A Dmock-timeout.h58 static T EGMockFlippedComma_(std::function<T()> returned, std::function<void()> discarded) { in EGMockFlippedComma_()
65 inline void EGMockFlippedComma_(std::function<void()> returned, std::function<void()> discarded) { in EGMockFlippedComma_()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp2665 bool compare16BitFloat(float original, uint16_t returned, RoundingModeFlags flags, tcu::TestLog &lo… in compare16BitFloat()
2729 bool compare16BitFloat(uint16_t original, uint16_t returned, tcu::TestLog &log) in compare16BitFloat()
2777 bool compare16BitFloat(uint16_t original, float returned, tcu::TestLog &log) in compare16BitFloat()
2826 bool compare16BitFloat(deFloat16 original, deFloat16 returned, std::string &error) in compare16BitFloat()
2885 bool compare16BitFloat64(double original, uint16_t returned, RoundingModeFlags flags, tcu::TestLog … in compare16BitFloat64()
2949 bool compare32BitFloat(float expected, float returned, tcu::TestLog &log) in compare32BitFloat()
2983 bool compare64BitFloat(double expected, double returned, tcu::TestLog &log) in compare64BitFloat()
H A DvktSpvAsm16bitStorageTests.cpp94 bool compare16Bit(float original, uint16_t returned, RoundingModeFlags flags, tcu::TestLog &log) in compare16Bit()
99 bool compare16Bit(uint16_t original, float returned, RoundingModeFlags flags, tcu::TestLog &log) in compare16Bit()
105 bool compare16Bit(int16_t original, int16_t returned, RoundingModeFlags flags, tcu::TestLog &log) in compare16Bit()
201 … const uint16_t *returned = static_cast<const uint16_t *>(outputAllocs[outputNdx]->getHostPtr()); in graphicsCheck16BitFloats() local
226 … const uint16_t *returned = static_cast<const uint16_t *>(outputAllocs[outputNdx]->getHostPtr()); in graphicsCheck16BitFloats64() local
273 … const uint16_t *returned = static_cast<const uint16_t *>(outputAllocs[outputNdx]->getHostPtr()); in computeCheck16BitFloats() local
298 … const uint16_t *returned = static_cast<const uint16_t *>(outputAllocs[outputNdx]->getHostPtr()); in computeCheck16BitFloats64() local
805 bool compareStruct(const resultType *returned, const originType *original, tcu::TestLog &log) in compareStruct()
892 …const resultType *returned = static_cast<const resultType *>(outputAllocs[outputNdx]->getHostPtr()… in computeCheckStruct() local
910 …const resultType *returned = static_cast<const resultType *>(outputAllocs[outputNdx]->getHostPtr()… in graphicsCheckStruct() local
/aosp_15_r20/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
H A DMockMethodAdvice.java297 private final Object returned; field in MockMethodAdvice.ReturnValueWrapper
299 private ReturnValueWrapper(Object returned) { in ReturnValueWrapper()
/aosp_15_r20/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
H A DCheckedProviders.java50 private final T returned; field in CheckedProviders.ReturningHandler
52 ReturningHandler(T returned) { in ReturningHandler()
/aosp_15_r20/external/cronet/base/test/
H A Dfile_path_reparse_point_win.cc99 DWORD returned; in SetReparsePoint() local
122 DWORD returned; in DeleteReparsePoint() local
/aosp_15_r20/external/dexmaker/dexmaker-mockito-inline-extended/src/main/java/com/android/dx/mockito/inline/
H A DStaticMockMethodAdvice.java344 private final Object returned; field in StaticMockMethodAdvice.ReturnValueWrapper
346 private ReturnValueWrapper(Object returned) { in ReturnValueWrapper()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DRegexLogger.java216 NavigableSet<PatternCountInterface> returned = Sets.newTreeSet(Collections.EMPTY_SET); in getEntries() local
497 List<String> returned = new ArrayList<>(Iterables.size(input)); in transform() local
540 List<String> returned = new ArrayList<>(Iterables.size(input)); in transform() local
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_decompress.cpp181 size_t returned = max_ignore - z_.avail_out; in PartialDecompress() local
203 size_t returned = output_buffer_remaining_ - z_.avail_out; in PartialDecompress() local
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java373 GenericStructuredParcelable<Integer, StructuredParcelable, Integer> returned = in testRepeatGenericParcelable() local
398 SimpleParcelable returned = service.RepeatSimpleParcelable(input, out_param); in testRepeatParcelable() local
423 PersistableBundle returned = cpp_java_tests.RepeatPersistableBundle(emptyBundle); in testRepeatEmptyPersistableBundle() local
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
H A DMockMethodAdvice.java241 private final Object returned; field in MockMethodAdvice.ReturnValueWrapper
243 private ReturnValueWrapper(Object returned) { in ReturnValueWrapper()
/aosp_15_r20/external/android-nn-driver/
H A DArmnnPreparedModel_1_3.cpp57 Return<void> returned = callback->notify(convertToV1_0(errorStatus)); in NotifyCallbackAndCheck() local
72 Return<void> returned = callback->notify_1_2(convertToV1_0(errorStatus), outputShapes, timing); in NotifyCallbackAndCheck() local
87 Return<void> returned = callback->notify_1_3(errorStatus, outputShapes, timing); in NotifyCallbackAndCheck() local
H A DArmnnPreparedModel_1_2.cpp52 Return<void> returned = callback->notify(errorStatus); in NotifyCallbackAndCheck() local
67 Return<void> returned = callback->notify_1_2(errorStatus, outputShapes, timing); in NotifyCallbackAndCheck() local
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-debug.hh261 static inline void _hb_warn_no_return (bool returned) in _hb_warn_no_return()
322 bool returned; member
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dschema_unittest.cc173 bool returned = schema.Validate(value, strategy, nullptr, &error); in TestSchemaValidationHelper() local
205 bool returned = schema.Validate(value, SCHEMA_STRICT, &error_path, &error); in TestSchemaValidationWithPath() local
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DFixedObjectPool.java37 public T returnObject(Object returned) { in returnObject()
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/
H A D1-2.c33 static int returned; variable
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/inprocess/
H A DInProcessServerTest.java57 public ScheduledExecutorService returnObject(Object returned) { in serverHoldsRefToScheduler()
/aosp_15_r20/libcore/support/src/test/java/tests/support/
H A DThrowingReader.java53 int returned = super.read(buf, offset, count); in read() local
/aosp_15_r20/external/federated-compute/fcp/base/
H A Dmove_to_lambda_test.cc34 int returned = lambda(); in TEST() local
/aosp_15_r20/frameworks/native/libs/gui/include/gui/
H A DIGraphicBufferConsumer.h276 String8 returned; in dumpState() local
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/gui/include/gui/
DIGraphicBufferConsumer.h283 String8 returned; in dumpState() local

12345678