/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ |
D | PropertyChangeSupportTest.java | 79 PropertyChangeListener l4 = new PropertyChangeListenerProxy("myProp", in testAddPropertyChangeListener_PropertyChangeListener_Normal() local 407 PropertyChangeListener l4 = new MockPropertyChangeListener(); in testGetPropertyChangeListener_Normal() local 437 PropertyChangeListener l4 = new MockPropertyChangeListener(); in testGetPropertyChangeListener_String_Normal() local 462 PropertyChangeListener l4 = new MockPropertyChangeListener(); in testGetPropertyChangeListener_String_None() local 594 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, in testFirePropertyChange_Object_Normal() local 623 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, in testFirePropertyChange_Object_EqualValues() local 652 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, in testFirePropertyChange_Object_NullValues() local 681 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, in testFirePropertyChange_Object_NullNewValue() local 710 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, in testFirePropertyChange_Object_NullOldValue() local 738 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, in testFirePropertyChange_Object_NullProperty() local [all …]
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
D | MethodAnalyzerTest.java | 474 final Label l4 = new Label(); in createTableSwitch() local 617 Label l4 = new Label(); in createTableSwitchMerge() local 717 Label l4 = new Label(); in createTryCatchBlock() local
|
/external/wayland/tests/ |
D | signal-test.c | 60 struct wl_listener l4 = {.notify = signal_notify}; in TEST() local
|
D | newsignal-test.c | 60 struct wl_listener l4 = {.notify = signal_notify}; in TEST() local
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
D | p3-generic-lambda-1y.cpp | 44 auto l4 = [](decltype(auto) a) -> int { return 0; }; //expected-error{{decltype(auto)}} in main() local 52 …auto l4 = [](auto (*fp)(int)) -> int { return fp(3); }; //expected-error{{no viable conversion fro… in main() local
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/ |
D | TryWithResourcesEcjFilterTest.java | 176 final Label l4 = new Label(); in ecj() local
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/ |
D | ZipUtilTest.java | 164 final long l4 = Long.MAX_VALUE; in testLongToBig() local
|
/external/cpuinfo/src/x86/mach/ |
D | init.c | 29 struct cpuinfo_cache* l4 = NULL; in cpuinfo_x86_mach_init() local
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_deadlock_detector_test.cc | 147 uptr l4 = d.newNode(4); in RunRemoveNodeTest() local 425 uptr l4 = d.newNode(0); in RunLockContextTest() local
|
/external/clang/test/CodeGen/ |
D | partial-reinitialization1.c | 60 struct P4 l4 = { { L"foo" }, .x[2] = L'x' }; variable
|
D | renderscript.c | 132 typedef struct {long l1, l2, l3, l4, l5, l6, l7, l8, l9; } sLong9; member
|
/external/google-breakpad/src/common/linux/ |
D | synth_elf_unittest.cc | 108 Label l4(table.Add(s2)); in TEST_F() local
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | fdct32x32_vsx.c | 95 const int16x8_t l4 = vec_vsx_ld(0, a + 4 * stride); in load() local
|
/external/cpuinfo/src/x86/ |
D | api.h | 33 struct cpuinfo_x86_cache l4; member
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_fdct16x16_msa.c | 159 v8i16 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15; in fadst16_transpose_postproc_msa() local 340 v8i16 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15; in fadst16_transpose_msa() local
|
/external/cpuinfo/src/x86/windows/ |
D | init.c | 100 struct cpuinfo_cache* l4 = NULL; in cpuinfo_x86_windows_init() local
|
/external/deqp-deps/amber/src/ |
D | type_test.cc | 152 List l4; in TEST_F() local
|
/external/cpuinfo/src/x86/linux/ |
D | init.c | 156 struct cpuinfo_cache* l4 = NULL; in cpuinfo_x86_linux_init() local
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | idct16x16_msa.c | 295 v8i16 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15; in vpx_iadst16_1d_rows_msa() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.cc | 363 Packet* l2, Packet* l3, Packet* l4) { in LoadFourScalars() 388 Packet* l3, Packet* l4) { in LoadFourScalars() 402 Packet* l3, Packet* l4, Packet* l5, in LoadSixScalars()
|
/external/icu/icu4c/source/test/intltest/ |
D | loctest.cpp | 3277 Locale l4("de@collation=phonebook"); in TestMoveAssign() local 3326 Locale l4("de@collation=phonebook"); in TestMoveCtor() local 3484 Locale l4(locale_str.c_str()); in TestBug11053UnderlineTimeZone() local
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | py2_test_grammar.py | 304 l4 = lambda x = lambda y = lambda z=1 : z : y() : x() function
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | py2_test_grammar.py | 304 l4 = lambda x = lambda y = lambda z=1 : z : y() : x() function
|
/external/mesa3d/src/intel/tools/ |
D | aub_write.c | 312 for (uint64_t l4 = l4_start; l4 < l4_end; l4 += (1ULL << 39)) { in aub_map_ppgtt() local
|
/external/python/cpython2/Lib/test/ |
D | test_grammar.py | 336 l4 = lambda x = lambda y = lambda z=1 : z : y() : x() function
|