/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ |
D | PropertyChangeSupportTest.java | 77 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testAddPropertyChangeListener_PropertyChangeListener_Normal() local 148 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testAddPropertyChangeListener_PropertyChangeListener_String_Normal() local 214 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testAddPropertyChangeListener_PropertyChangeListener_String_NullProperty() local 233 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testAddPropertyChangeListener_PropertyChangeListener_String_Duplicate() local 271 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testRemovePropertyChangeListener_PropertyChangeListener_Normal() local 363 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testRemovePropertyChangeListener_PropertyChangeListener_String_PropertyRegistered() local 425 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testGetPropertyChangeListener_Normal() local 455 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testGetPropertyChangeListener_String_Normal() local 480 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp2", in testGetPropertyChangeListener_String_None() local 513 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testHasListener_AllRegistered() local [all …]
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/ |
D | lock.pass.cpp | 383 L0 l3; in main() local 394 L1 l3; in main() local 405 L0 l3; in main() local 416 L0 l3; in main() local 427 L0 l3; in main() local 438 L2 l3; in main() local 456 L0 l3; in main() local 474 L0 l3; in main() local 492 L0 l3; in main() local
|
D | try_lock.pass.cpp | 464 L0 l3; in main() local 475 L0 l3; in main() local 486 L0 l3; in main() local 497 L0 l3; in main() local 508 L1 l3; in main() local
|
/external/skia/src/sfnt/ |
D | SkOTTable_OS_2_V4.h | 367 struct l3 { struct 368 static const SK_OT_ULONG BugineseMask = SkOTSetULONGBit<96 - 96>::value; 369 static const SK_OT_ULONG GlagoliticMask = SkOTSetULONGBit<97 - 96>::value; 370 static const SK_OT_ULONG TifinaghMask = SkOTSetULONGBit<98 - 96>::value; 371 … static const SK_OT_ULONG YijingHexagramSymbolsMask = SkOTSetULONGBit<99 - 96>::value; 372 static const SK_OT_ULONG SylotiNagriMask = SkOTSetULONGBit<100 - 96>::value; 373 … static const SK_OT_ULONG LinearB_AegeanNumbersMask = SkOTSetULONGBit<101 - 96>::value; 374 static const SK_OT_ULONG AncientGreekNumbersMask = SkOTSetULONGBit<102 - 96>::value; 375 static const SK_OT_ULONG UgariticMask = SkOTSetULONGBit<103 - 96>::value; 376 static const SK_OT_ULONG OldPersianMask = SkOTSetULONGBit<104 - 96>::value; [all …]
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/ |
D | RuleTest.java | 56 Limit l3 = new Limit(); in testSetLimits() local 66 Limit l3 = rule.createLimit(); in testCreateLimit() local
|
/external/valgrind/none/tests/s390x/ |
D | clcle.c | 37 unsigned long a1,a3,l1,l3; in testrun() local 47 void multiplex(unsigned long l1, unsigned long l3, char pad) in multiplex()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
D | MethodAnalyzerTest.java | 309 Label l3 = new Label(); in createTableSwitch() local 411 Label l3 = new Label(); in createTableSwitchMerge() local 509 Label l3 = new Label(); in createTryCatchBlock() local
|
/external/clang/test/Sema/ |
D | switch-1.c | 59 unsigned long long l3 = 65536 * 65536ULL; variable
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
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
|
/external/clang/test/CodeGen/ |
D | partial-reinitialization2.c | 12 struct LLP3 { struct LP3 l3; }; member 13 union ULP3 { struct LP3 l3; }; member
|
D | debug-info-packed-struct.c | 91 struct layout3 l3; variable
|
D | partial-reinitialization1.c | 46 struct P3 l3 = { variable
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_denoiser_sse2.c | 47 const __m128i *l3, in vp9_denoiser_16x1_sse2() 144 const __m128i l3 = _mm_set1_epi8( in vp9_denoiser_NxM_sse2_small() local 257 const __m128i l3 = _mm_set1_epi8( in vp9_denoiser_NxM_sse2_big() local
|
/external/eigen/bench/ |
D | check_cache_queries.cpp | 22 int l1, l2, l3; in main() local
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
D | p3-generic-lambda-1y.cpp | 27 auto l3 = [](auto &&ur, in main() local 68 auto l3 = [](char (auto::*pmf)()) { }; //expected-error{{'auto' not allowed}}\ in main() local
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | default-arguments.cpp | 19 …auto l3 = [](int i = foo) {}; // expected-error{{default argument references local variable 'foo' … in defargs_errors() local
|
/external/google-breakpad/src/common/linux/ |
D | synth_elf_unittest.cc | 85 Label l3(table.Add(s3)); in TEST_F() local 107 Label l3(table.Add(s3)); in TEST_F() local
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | denoising_sse2.c | 57 const __m128i l3 = _mm_set1_epi8( in vp8_denoiser_filter_sse2() local 204 const __m128i l3 = _mm_set1_epi8( in vp8_denoiser_filter_uv_sse2() local
|
/external/v8/test/mjsunit/es6/ |
D | debug-function-scopes.js | 112 CheckScope(mirror.scope(0), { l3: 9 }, ScopeType.Block); property
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | mls_types.h | 88 #define mls_level_between(l1, l2, l3) \ argument
|
/external/iproute2/include/linux/ |
D | atmsap.h | 135 } l3; member
|
/external/kernel-headers/original/uapi/linux/ |
D | atmsap.h | 135 } l3; member
|
/external/webrtc/webrtc/modules/video_processing/util/ |
D | denoiser_filter_sse2.cc | 152 const __m128i l3 = _mm_set1_epi8( in MbDenoise() local
|
/external/opencv/cvaux/src/ |
D | cvlmeds.cpp | 408 double l1, l2, l3, d1, d2, value; in icvMedian() local 491 double l1, l2, l3, d1, d2, sigma; in icvBoltingPoints() local
|
/external/clang/test/Analysis/ |
D | lambdas.cpp | 45 auto l3 = [&i] { in deferredLambdaCall() local
|