/aosp_15_r20/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.14.18/ |
HD | byte-buddy-1.14.18-sources.jar | META-INF/MANIFEST.MF
net/
net/bytebuddy/
net/bytebuddy/ByteBuddy. ... |
/aosp_15_r20/system/tools/aidl/tests/ |
D | aidl_test_client_parcelables.cpp | 85 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 D | gUnitTestResult.java | 35 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 D | mock-timeout.h | 58 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 D | vktSpvAsmGraphicsShaderTestUtil.cpp | 2665 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 D | vktSpvAsm16bitStorageTests.cpp | 94 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 D | MockMethodAdvice.java | 297 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 D | CheckedProviders.java | 50 private final T returned; field in CheckedProviders.ReturningHandler 52 ReturningHandler(T returned) { in ReturningHandler()
|
/aosp_15_r20/external/cronet/base/test/ |
H A D | file_path_reparse_point_win.cc | 99 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 D | StaticMockMethodAdvice.java | 344 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 D | RegexLogger.java | 216 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 D | cow_decompress.cpp | 181 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/ |
D | TestServiceClient.java | 373 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 D | MockMethodAdvice.java | 241 private final Object returned; field in MockMethodAdvice.ReturnValueWrapper 243 private ReturnValueWrapper(Object returned) { in ReturnValueWrapper()
|
/aosp_15_r20/external/android-nn-driver/ |
H A D | ArmnnPreparedModel_1_3.cpp | 57 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 D | ArmnnPreparedModel_1_2.cpp | 52 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 D | hb-debug.hh | 261 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 D | schema_unittest.cc | 173 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 D | FixedObjectPool.java | 37 public T returnObject(Object returned) { in returnObject()
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/ |
H A D | 1-2.c | 33 static int returned; variable
|
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/inprocess/ |
H A D | InProcessServerTest.java | 57 public ScheduledExecutorService returnObject(Object returned) { in serverHoldsRefToScheduler()
|
/aosp_15_r20/libcore/support/src/test/java/tests/support/ |
H A D | ThrowingReader.java | 53 int returned = super.read(buf, offset, count); in read() local
|
/aosp_15_r20/external/federated-compute/fcp/base/ |
H A D | move_to_lambda_test.cc | 34 int returned = lambda(); in TEST() local
|
/aosp_15_r20/frameworks/native/libs/gui/include/gui/ |
H A D | IGraphicBufferConsumer.h | 276 String8 returned; in dumpState() local
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/gui/include/gui/ |
D | IGraphicBufferConsumer.h | 283 String8 returned; in dumpState() local
|