/aosp_15_r20/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ |
H A D | PropertyChangeSupportTest.java | 77 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testAddPropertyChangeListener_PropertyChangeListener_Normal() local 144 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testAddPropertyChangeListener_PropertyChangeListener_String_Normal() local 198 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testAddPropertyChangeListener_PropertyChangeListener_String_NullProperty() local 217 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testAddPropertyChangeListener_PropertyChangeListener_String_Duplicate() local 251 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testRemovePropertyChangeListener_PropertyChangeListener_Normal() local 343 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testRemovePropertyChangeListener_PropertyChangeListener_String_PropertyRegistered() local 405 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testGetPropertyChangeListener_Normal() local 435 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testGetPropertyChangeListener_String_Normal() local 460 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp2", in testGetPropertyChangeListener_String_None() local 493 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testHasListener_AllRegistered() local [all …]
|
/aosp_15_r20/external/skia/src/sfnt/ |
H A D | SkOTTable_OS_2_V4.h | 364 struct l3 { struct 365 static const SK_OT_ULONG BugineseMask = SkOTSetULONGBit<96 - 96>::value; 366 static const SK_OT_ULONG GlagoliticMask = SkOTSetULONGBit<97 - 96>::value; 367 static const SK_OT_ULONG TifinaghMask = SkOTSetULONGBit<98 - 96>::value; 368 … static const SK_OT_ULONG YijingHexagramSymbolsMask = SkOTSetULONGBit<99 - 96>::value; 369 static const SK_OT_ULONG SylotiNagriMask = SkOTSetULONGBit<100 - 96>::value; 370 … static const SK_OT_ULONG LinearB_AegeanNumbersMask = SkOTSetULONGBit<101 - 96>::value; 371 static const SK_OT_ULONG AncientGreekNumbersMask = SkOTSetULONGBit<102 - 96>::value; 372 static const SK_OT_ULONG UgariticMask = SkOTSetULONGBit<103 - 96>::value; 373 static const SK_OT_ULONG OldPersianMask = SkOTSetULONGBit<104 - 96>::value; [all …]
|
/aosp_15_r20/external/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/ |
H A D | lock.pass.cpp | 396 L0 l3; in main() local 407 L1 l3; in main() local 418 L0 l3; in main() local 429 L0 l3; in main() local 440 L0 l3; in main() local 452 L2 l3; in main() local 470 L0 l3; in main() local 488 L0 l3; in main() local 506 L0 l3; in main() local
|
H A D | try_lock.pass.cpp | 474 L0 l3; in main() local 485 L0 l3; in main() local 496 L0 l3; in main() local 507 L0 l3; in main() local 518 L1 l3; in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.mutex/thread.lock.algorithm/ |
H A D | lock.pass.cpp | 399 L0 l3; in main() local 410 L1 l3; in main() local 421 L0 l3; in main() local 432 L0 l3; in main() local 443 L0 l3; in main() local 455 L2 l3; in main() local 473 L0 l3; in main() local 491 L0 l3; in main() local 509 L0 l3; in main() local
|
H A D | try_lock.pass.cpp | 473 L0 l3; in main() local 484 L0 l3; in main() local 495 L0 l3; in main() local 506 L0 l3; in main() local 517 L1 l3; in main() local
|
/aosp_15_r20/external/cpuinfo/test/ |
H A D | arm-cache.cc | 21 struct cpuinfo_cache l3 = { 0 }; in TEST() local 42 struct cpuinfo_cache l3 = { 0 }; in TEST() local 64 struct cpuinfo_cache l3 = { 0 }; in TEST() local 86 struct cpuinfo_cache l3 = { 0 }; in TEST() local 107 struct cpuinfo_cache l3 = { 0 }; in TEST() local 1393 struct cpuinfo_cache l3 = { 0 }; in TEST() local 1415 struct cpuinfo_cache l3 = { 0 }; in TEST() local 1440 struct cpuinfo_cache l3 = { 0 }; in TEST() local 1462 struct cpuinfo_cache l3 = { 0 }; in TEST() local 1484 struct cpuinfo_cache l3 = { 0 }; in TEST() local [all …]
|
/aosp_15_r20/external/wayland/tests/ |
H A D | signal-test.c | 58 struct wl_listener l3 = {.notify = (wl_notify_func_t) 0x3}; in TEST() local 106 struct wl_listener l3 = {.notify = signal_notify}; in TEST() local 147 struct wl_listener l3 = {.notify = signal_notify_mutable}; in TEST() local
|
H A D | newsignal-test.c | 58 struct wl_listener l3 = {.notify = (wl_notify_func_t) 0x3}; in TEST() local 106 struct wl_listener l3 = {.notify = signal_notify}; in TEST() local 122 struct wl_listener l1, l2, l3; member
|
/aosp_15_r20/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
H A D | MethodAnalyzerTest.java | 469 Label l3 = new Label(); in createTableSwitch() local 617 Label l3 = new Label(); in createTableSwitchMerge() local 717 Label l3 = new Label(); in createTryCatchBlock() local 783 final Label l3 = new Label(); in createTryFinally() local
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_deadlock_detector_test.cc | 146 uptr l3 = d.newNode(3); in RunRemoveNodeTest() local 374 uptr l3 = d.newNode(0); in RunOnFirstLockTest() local 394 uptr l3 = d.newNode(0); in RunRecusriveLockTest() local 424 uptr l3 = d.newNode(0); in RunLockContextTest() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_generic_locks.cpp | 138 l3(m3,boost::defer_lock), in BOOST_AUTO_TEST_CASE() local 164 boost::lock_guard<boost::mutex> l3(*m3); in lock_five_mutexes_slowly() local 449 l3(mutexes[2],boost::defer_lock); in BOOST_AUTO_TEST_CASE() local 494 l3(mutexes[2],boost::defer_lock), in BOOST_AUTO_TEST_CASE() local 542 l3(mutexes[2],boost::defer_lock), in BOOST_AUTO_TEST_CASE() local
|
/aosp_15_r20/art/test/178-app-image-native-method/src/ |
H A D | Main.java | 646 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters() 665 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters() 684 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters() 700 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters() 719 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters() 738 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters() 853 long l3, in nativeFullArgs() 1050 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters()
|
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto2/ |
H A D | nested_messages.proto | 15 optional Layer3 l3 = 1; field 18 optional Layer2.Layer3 l3 = 2; field
|
/aosp_15_r20/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/ |
H A D | RuleTest.java | 57 Limit l3 = new Limit(); in testSetLimits() local 67 Limit l3 = rule.createLimit(); in testCreateLimit() local
|
/aosp_15_r20/external/libaom/av1/encoder/x86/ |
H A D | av1_temporal_denoiser_sse2.c | 42 const __m128i *k_16, const __m128i *l3, const __m128i *l32, in av1_denoiser_16x1_sse2() 138 const __m128i l3 = _mm_set1_epi8( in av1_denoiser_NxM_sse2_small() local 225 const __m128i l3 = _mm_set1_epi8( in av1_denoiser_NxM_sse2_big() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/x86/ |
H A D | vp9_denoiser_sse2.c | 42 const __m128i *k_16, const __m128i *l3, const __m128i *l32, in vp9_denoiser_16x1_sse2() 138 const __m128i l3 = _mm_set1_epi8( in vp9_denoiser_NxM_sse2_small() local 225 const __m128i l3 = _mm_set1_epi8( in vp9_denoiser_NxM_sse2_big() local
|
/aosp_15_r20/art/test/178-app-image-native-method/ |
H A D | native_methods.cc | 32 jint i3, jlong l3, jfloat f3, jdouble d3, in VerifyManyParameters() 85 jint i3, jlong l3, jfloat f3, jdouble d3, in Java_Test_nativeMethodWithManyParameters() 114 jint i3, jlong l3, jfloat f3, jdouble d3, in Java_TestFast_nativeMethodWithManyParameters() 142 jint i3, jlong l3, jfloat f3, jdouble d3, in Java_TestCritical_nativeMethodWithManyParameters() 294 jlong l3, in Java_CriticalSignatures_nativeFullArgs() 680 jint i3, jlong l3, jfloat f3, jdouble d3, in Java_CriticalClinitCheck_nativeMethodWithManyParameters()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc551/ |
D | lambda_no_ctps.hpp | 101 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef 133 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef 168 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/no_ttp/ |
D | lambda_no_ctps.hpp | 101 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef 133 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef 168 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/mwcw/ |
D | lambda_no_ctps.hpp | 101 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef 133 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef 168 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/msvc60/ |
D | lambda_no_ctps.hpp | 101 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef 133 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef 168 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/msvc70/ |
D | lambda_no_ctps.hpp | 101 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef 133 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef 168 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc/ |
D | lambda_no_ctps.hpp | 101 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef 133 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef 168 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/no_ctps/ |
D | lambda_no_ctps.hpp | 101 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef 133 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef 168 typedef lambda< typename F::arg3, Tag, false_ > l3; typedef
|