/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/thread/thread.mutex/thread.lock.algorithm/ |
D | lock.pass.cpp | 381 L0 l3; in main() local 392 L1 l3; in main() local 403 L0 l3; in main() local 414 L0 l3; in main() local 425 L0 l3; in main() local 436 L2 l3; in main() local 454 L0 l3; in main() local 472 L0 l3; in main() local 490 L0 l3; in main() local
|
D | try_lock.pass.cpp | 462 L0 l3; in main() local 473 L0 l3; in main() local 484 L0 l3; in main() local 495 L0 l3; in main() local 506 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/chromium_org/third_party/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/valgrind/main/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/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
D | jmp64-2.asm | 5 l3: label
|
D | jmp64-1.asm | 5 l3: label
|
D | jmp64-5.asm | 6 l3: label
|
D | jmp64-4.asm | 6 l3: label
|
D | jmp64-6.asm | 7 l3: label
|
D | jmp64-3.asm | 6 l3: label
|
/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/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/libvpx/libvpx/vp8/encoder/x86/ |
D | denoising_sse2.c | 43 const __m128i l3 = _mm_set1_epi8( in vp8_denoiser_filter_sse2() local
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/ |
D | denoising_sse2.c | 44 const __m128i l3 = _mm_set1_epi8( in vp8_denoiser_filter_sse2() local
|
/external/chromium_org/ui/compositor/ |
D | layer_unittest.cc | 382 scoped_ptr<Layer> l3(CreateColorLayer(SK_ColorYELLOW, in TEST_F() local 494 scoped_ptr<Layer> l3(CreateColorLayer(SK_ColorYELLOW, in TEST_F() local 545 scoped_ptr<Layer> l3(CreateColorLayer(SK_ColorYELLOW, in TEST_F() local 578 scoped_ptr<Layer> l3(CreateColorLayer(SK_ColorYELLOW, in TEST_F() local 722 scoped_ptr<Layer> l3(new Layer(LAYER_TEXTURED)); in TEST_F() local 773 scoped_ptr<Layer> l3(new Layer(LAYER_TEXTURED)); in TEST_F() local
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
D | debug-function-scopes.js | 112 CheckScope(mirror.scope(1), { l3: 9 }, ScopeType.Block); property
|
/external/libsepol/include/sepol/policydb/ |
D | mls_types.h | 86 #define mls_level_between(l1, l2, l3) \ argument
|
/external/kernel-headers/original/uapi/linux/ |
D | atmsap.h | 135 } l3; member
|
/external/iproute2/include/linux/ |
D | atmsap.h | 135 } l3; member
|
/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/llvm/unittests/ADT/ |
D | HashingTest.cpp | 403 const LargeTestInteger l3 = { { in TEST() local
|