Home
last modified time | relevance | path

Searched defs:l3 (Results 1 – 25 of 42) sorted by relevance

12

/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
DPropertyChangeSupportTest.java77 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/
Dlock.pass.cpp381 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
Dtry_lock.pass.cpp462 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/
DSkOTTable_OS_2_V4.h367 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/
DSkOTTable_OS_2_V4.h367 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/
Dclcle.c37 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/
Djmp64-2.asm5 l3: label
Djmp64-1.asm5 l3: label
Djmp64-5.asm6 l3: label
Djmp64-4.asm6 l3: label
Djmp64-6.asm7 l3: label
Djmp64-3.asm6 l3: label
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_deadlock_detector_test.cc146 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/
Dcheck_cache_queries.cpp22 int l1, l2, l3; in main() local
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp3-generic-lambda-1y.cpp27 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/
Ddefault-arguments.cpp19 …auto l3 = [](int i = foo) {}; // expected-error{{default argument references local variable 'foo' … in defargs_errors() local
/external/libvpx/libvpx/vp8/encoder/x86/
Ddenoising_sse2.c43 const __m128i l3 = _mm_set1_epi8( in vp8_denoiser_filter_sse2() local
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
Ddenoising_sse2.c44 const __m128i l3 = _mm_set1_epi8( in vp8_denoiser_filter_sse2() local
/external/chromium_org/ui/compositor/
Dlayer_unittest.cc382 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/
Ddebug-function-scopes.js112 CheckScope(mirror.scope(1), { l3: 9 }, ScopeType.Block); property
/external/libsepol/include/sepol/policydb/
Dmls_types.h86 #define mls_level_between(l1, l2, l3) \ argument
/external/kernel-headers/original/uapi/linux/
Datmsap.h135 } l3; member
/external/iproute2/include/linux/
Datmsap.h135 } l3; member
/external/opencv/cvaux/src/
Dcvlmeds.cpp408 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/
DHashingTest.cpp403 const LargeTestInteger l3 = { { in TEST() local

12