/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
p7-0x.cpp | 152 Agg<long> l2 = {ll}; // OK local
|
p7-cxx11-nowarn.cpp | 150 Agg<long> l2 = {ll}; // OK local
|
/external/eigen/bench/ |
bench_gemm.cpp | 138 std::ptrdiff_t l2 = internal::queryTopLevelCacheSize(); local 140 std::cout << "L2/L3 cache size = " << (l2>0 ? l2/1024 : -1) << " KB\n"; 151 int cache_size1=-1, cache_size2=l2, cache_size3 = 0;
|
/external/google-breakpad/src/common/linux/ |
synth_elf_unittest.cc | 84 Label l2(table.Add(s2)); 95 EXPECT_EQ(1 + s1.length() + 1, l2.Value()); 105 Label l2(table.Add(s2)); 116 EXPECT_EQ(l2.Value(), l4.Value());
|
/external/libxml2/os400/dlfcn/ |
dlfcn.c | 411 int l2; local 466 l2 = readlink(buf1, buf2, MAXPATHLEN + 1); 468 if (l2 < 0) 474 l1 = dlmakepath(buf1, l1, buf2, l2);
|
/external/mesa3d/src/mesa/program/ |
prog_noise.c | 526 unsigned int i2, j2, k2, l2; /* The integer offsets for the third simplex corner */ local 550 l2 = simplex[c][3] >= 2 ? 1 : 0; 565 w2 = w0 - l2 + 2.0f * G4; 610 grad4(perm[ii + i2 + perm[jj + j2 + perm[kk + k2 + perm[ll + l2]]]],
|
/external/selinux/libsepol/src/ |
kernel_to_common.c | 422 static int compare_ranges(uint64_t l1, uint64_t h1, uint64_t l2, uint64_t h2) 427 d2 = h2-l2; 434 if (l1 < l2) { 436 } else if (l1 > l2) {
|
/external/skia/third_party/lua/src/ |
lcode.h | 74 LUAI_FUNC void luaK_concat (FuncState *fs, int *l1, int l2);
|
lstrlib.c | 515 const char *s2, size_t l2) { 516 if (l2 == 0) return s1; /* empty strings are everywhere */ 517 else if (l2 > l1) return NULL; /* avoids a negative `l1' */ 520 l2--; /* 1st char will be checked by `memchr' */ 521 l1 = l1-l2; /* `s2' cannot be found after that */ 524 if (memcmp(init, s2+1, l2) == 0)
|
/external/syslinux/com32/lua/src/ |
lcode.h | 74 LUAI_FUNC void luaK_concat (FuncState *fs, int *l1, int l2);
|
lstrlib.c | 515 const char *s2, size_t l2) { 516 if (l2 == 0) return s1; /* empty strings are everywhere */ 517 else if (l2 > l1) return NULL; /* avoids a negative `l1' */ 520 l2--; /* 1st char will be checked by `memchr' */ 521 l1 = l1-l2; /* `s2' cannot be found after that */ 524 if (memcmp(init, s2+1, l2) == 0)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
load.s | 21 l2 = 32 (z); define
|
move.s | 6 l2 = R5; define
|
/external/python/cpython2/Lib/test/ |
test_collections.py | 666 l2 = list('bcddcb') 678 self.assertSameSet(f1 & l2, target) 686 self.assertSameSet(f1 | l2, target) 700 self.assertSameSet(f1 - l2, fwd_target) 709 self.assertSameSet(f1 ^ l2, target) 726 f1 < l2 743 f1 <= l2 760 f1 > l2 777 f1 >= l2 789 f1 == l2 [all...] |
test_asyncore.py | 252 l2 = "I don't like spam!" 256 d.log(l2) 261 self.assertEqual(lines, ['log: %s' % l1, 'log: %s' % l2]) 270 l2 = "Why can't she have egg bacon spam and sausage?" 275 d.log_info(l2) 281 expected = ['EGGS: %s' % l1, 'info: %s' % l2, 'SPAM: %s' % l3]
|
/cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/ |
JvmtiTaggingTest.java | 158 int l2 = tags == null ? 0 : tags.length; local 159 int l = Math.max(l1, l2);
|
/device/lge/bullhead/ |
init.bullhead.power.sh | 53 # Disable L2 retention 54 write /sys/module/lpm_levels/system/a53/a53-l2-retention/idle_enabled 0 55 write /sys/module/lpm_levels/system/a57/a57-l2-retention/idle_enabled 0
|
/external/clang/test/SemaCXX/ |
scope-check.cpp | 162 goto l2; // expected-error {{cannot jump}} 164 l2: x++;
|
/external/lisa/tests/lisa/ |
test_energy_model.py | 153 def assertPlacementListEqual(self, l1, l2): 158 s2 = set([tuple(l) for l in l2])
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/ |
StaticPortEditDialog.java | 194 Label l2 = new Label(main, SWT.NONE); local 195 l2.setText("Debug Port:");
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
relax1.d | 22 0000000000000018 <l2>:
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ComputeTest.java | 154 Long2 l2 = new Long2(); local 155 l2.x = 1; 156 l2.y = 2; 157 l2 = new Long2(1, 2); 158 assertTrue(l2.x == 1); 159 assertTrue(l2.y == 2); 586 Long2 L2 = s.get_u32_2(); 587 if (L2.x != 1 || L2.y != 2) { 590 L2.x = 2 [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lstrlib.c | 515 const char *s2, size_t l2) {
516 if (l2 == 0) return s1; /* empty strings are everywhere */
517 else if (l2 > l1) return NULL; /* avoids a negative `l1' */
520 l2--; /* 1st char will be checked by `memchr' */
521 l1 = l1-l2; /* `s2' cannot be found after that */
524 if (memcmp(init, s2+1, l2) == 0)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_asyncore.py | 252 l2 = "I don't like spam!"
256 d.log(l2)
261 self.assertEqual(lines, ['log: %s' % l1, 'log: %s' % l2])
270 l2 = "Why can't she have egg bacon spam and sausage?"
275 d.log_info(l2)
281 expected = ['EGGS: %s' % l1, 'info: %s' % l2, 'SPAM: %s' % l3]
|
/external/regex-re2/re2/ |
compile.cc | 44 static PatchList Append(Prog::Inst *inst0, PatchList l1, PatchList l2); 81 PatchList PatchList::Append(Prog::Inst* inst0, PatchList l1, PatchList l2) { 83 return l2; 84 if (l2.p == 0) 97 ip->out1_ = l2.p; 99 ip->set_out(l2.p); [all...] |