HomeSort by relevance Sort by last modified time
    Searched defs:l1 (Results 76 - 100 of 383) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
partial-reinitialization1.c 11 struct P1 l1 = { variable in typeref:struct:P1
  /external/elfutils/libdw/
dwarf_getaranges.c 50 struct arangelist *l1 = *p1, *l2 = *p2; local
51 if (l1->arange.addr != l2->arange.addr)
52 return (l1->arange.addr < l2->arange.addr) ? -1 : 1;
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
RuleTest.java 54 Limit l1 = new Limit(); local
57 rule.setLimits(Arrays.asList(l1, l2, l3));
58 assertEquals(Arrays.asList(l1, l2, l3), rule.getLimits());
63 Limit l1 = new Limit(); local
65 rule.setLimits(new ArrayList<Limit>(Arrays.asList(l1, l2)));
67 assertEquals(Arrays.asList(l1, l2, l3), rule.getLimits());
  /external/valgrind/memcheck/tests/solaris/
name_service_door.c 177 nssuint_t l1 = header->key_off - header-> dbd_off; local
178 assert(l1 >= header->dbd_len);
181 assert(sizeof(nss_pheader_t) + l1 + l2 == header->data_off);
  /external/webrtc/talk/media/base/
streamparams_unittest.cc 117 cricket::StreamParams l1 = cricket::StreamParams::CreateLegacy(1); local
127 cricket::StreamParams sps[] = {l1, l2, sg1, sg2, sg3, sg4};
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
full_lambda.hpp 178 typedef lambda< F,Tag2 > l1; typedef in struct:boost::mpl::lambda
181 typedef typename l1::is_le is_le;
182 typedef bind1< quote1<aux::template_arity>, typename l1::result_ > arity_;
185 typedef aux::le_result3<is_le, Tag2, mpl::lambda, l1, l2, l3> le_result_;
201 typedef lambda< F,Tag2 > l1; typedef in struct:boost::mpl::lambda
204 typedef typename l1::is_le is_le;
205 typedef aux::le_result2<is_le, Tag2, mpl::lambda, l1, l2> le_result_;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
full_lambda.hpp 84 , typename L1
89 typename L1::type
98 , typename L1
100 struct le_result1< true_,Tag,F,L1 >
104 , typename L1::result_
123 typedef lambda< T1,Tag > l1; typedef in struct:boost::mpl::lambda
124 typedef typename l1::is_le is_le1;
130 is_le, Tag, F, l1
161 , typename L1, typename L2
166 typename L1::type, typename L2::typ
200 typedef lambda< T1,Tag > l1; typedef in struct:boost::mpl::lambda
282 typedef lambda< T1,Tag > l1; typedef in struct:boost::mpl::lambda
368 typedef lambda< T1,Tag > l1; typedef in struct:boost::mpl::lambda
460 typedef lambda< T1,Tag > l1; typedef in struct:boost::mpl::lambda
545 typedef lambda< F,Tag2 > l1; typedef in struct:boost::mpl::lambda
    [all...]
  /system/sepolicy/tools/sepolicy-analyze/
typecmp.c 120 static int find_match(policydb_t *policydb, struct avtab_node *l1,
127 if (l1->key.source_type < c->key.source_type)
129 if (l1->key.source_type == c->key.source_type &&
130 l1->key.target_type < c->key.target_type)
132 if (l1->key.source_type == c->key.source_type &&
133 l1->key.target_type == c->key.target_type &&
134 l1->key.target_class <= c->key.target_class)
139 l1->key.source_type == c->key.source_type &&
140 l1->key.target_type == c->key.target_type &&
141 l1->key.target_class == c->key.target_class)
160 struct avtab_node *type_rules, *l1, *l2; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
LinkAddressTest.java 194 private void assertIsSameAddressAs(LinkAddress l1, LinkAddress l2) {
195 assertTrue(l1 + " unexpectedly does not have same address as " + l2,
196 l1.isSameAddressAs(l2));
197 assertTrue(l2 + " unexpectedly does not have same address as " + l1,
198 l2.isSameAddressAs(l1));
201 private void assertIsNotSameAddressAs(LinkAddress l1, LinkAddress l2) {
202 assertFalse(l1 + " unexpectedly has same address as " + l2,
203 l1.isSameAddressAs(l2));
204 assertFalse(l2 + " unexpectedly has same address as " + l1,
205 l1.isSameAddressAs(l2))
220 LinkAddress l1, l2, l3; local
    [all...]
  /art/compiler/utils/
assembler_thumb_test.cc 700 Label l1; local
702 __ Bind(&l1);
704 __ b(&l1);
738 Label l1; local
740 __ Bind(&l1);
742 __ b(&l1);
928 Label l1; local
929 __ cbz(R2, &l1);
932 __ Bind(&l1);
1068 Label l1; local
1080 Label l1; local
1092 Label l1; local
1104 Label l1; local
1116 Label l1; local
1128 Label l1; local
    [all...]
  /development/tools/mkstubs/src/com/android/mkstubs/stubber/
MethodStubber.java 58 Label l1 = new Label(); local
59 mv.visitLabel(l1);
65 l1, // label end
  /external/bison/lib/
localcharset.c 192 size_t l1, l2; local
213 l1 = strlen (buf1);
218 res_size = l1 + 1 + l2 + 1;
223 res_size += l1 + 1 + l2 + 1;
233 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
  /external/clang/test/CodeGenCXX/
static-local-in-local-class.cpp 50 // Referring to l1 before emitting it used to crash.
52 static int l1 = 0;
53 return [] { return l1; };
62 // Taking the address of l1 in a constant expression used to crash.
64 static int l1 = 0;
66 static int *l2 = &l1;
76 // Lambda-less reduction that references l1 before emitting it. This didn't
80 static int l1 = 0; local
82 int operator()() { return l1; }
  /external/e2fsprogs/intl/
localcharset.c 149 size_t l1, l2; local
171 l1 = strlen (buf1);
175 res_size = l1 + 1 + l2 + 1;
180 res_size += l1 + 1 + l2 + 1;
189 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
  /external/icu/icu4c/source/test/intltest/
aliastst.cpp 70 const char* l1 = c1->getLocaleID(ULOC_VALID_LOCALE, status); local
72 if (strcmp(newLoc.getName(), l1)!=0) {
73 errln("CalendarTest: newLoc!=l1: newLoc= "+UnicodeString(newLoc.getName()) +" l1= "+UnicodeString(l1));
75 if (strcmp(l1, l2)!=0) {
76 errln("CalendarTest: l1!=l2: l1= "+UnicodeString(l1) +" l2= "+UnicodeString(l2));
81 logln("Calendar(getLocale) old:"+UnicodeString(l1)+" new:"+UnicodeString(l2));
103 const char* l1 = df1->getLocaleID(ULOC_VALID_LOCALE, status); local
136 Locale l1 = c1->getLocale(ULOC_VALID_LOCALE, status); local
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
MethodSanitizerTest.java 43 Label l1 = new Label(); local
46 sanitizer.visitLabel(l1);
49 sanitizer.visitLocalVariable("x", "I", null, l1, l2, 0);
67 Label l1 = new Label(); local
72 sanitizer.visitLocalVariable("x", "I", null, l1, l2, 0);
87 Label l1 = new Label(); local
90 sanitizer.visitLabel(l1);
92 sanitizer.visitLocalVariable("x", "I", null, l1, l2, 0);
107 Label l1 = new Label(); local
109 sanitizer.visitLabel(l1);
127 Label l1 = new Label(); local
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Bezier.java 192 float l1 = (float)Math.sqrt(l1Sqr); local
193 float s = (l2Sqr + l1Sqr - l3Sqr) / (2 * l1);
194 return MathUtils.clamp((l1 - s) / l1, 0f, 1f);
  /frameworks/base/media/tests/audiotests/
shared_mem_test.cpp 153 long l0, l1; local
158 l1 = (amplitude*sin1024[((phi>>22) + 256) & 0x3ff]) >> 15; // 2^15*cosine
159 l0 = (l0 * l1) >> 10;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadLocalTest.java 60 final ThreadLocal<Object> l1 = new ThreadLocal<Object>() { local
68 + " but is " + l1.get(), l1.get() == INITIAL_VALUE);
81 THREADVALUE.result = l1.get();
  /toolchain/binutils/binutils-2.25/intl/
localcharset.c 149 size_t l1, l2; local
171 l1 = strlen (buf1);
175 res_size = l1 + 1 + l2 + 1;
180 res_size += l1 + 1 + l2 + 1;
189 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatType.java 93 final long l1 = data[idx] & 0xFF; local
97 return (l4 << 24) | (l3 << 16) | (l2 << 8) | l1;
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LevelTest.java 222 MockLevel l1 = new MockLevel("level1", 1); local
224 assertEquals(l1, l2);
225 assertEquals(l2, l1);
232 MockLevel l1 = new MockLevel("level1", 1); local
234 assertFalse(l1.equals(l2));
235 assertFalse(l2.equals(l1));
  /external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeSupportTest.java 75 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
82 sup.addPropertyChangeListener(l1);
85 assertSame(l1, sup.getPropertyChangeListeners()[0]);
87 sup.removePropertyChangeListener(l1);
128 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
130 sup.addPropertyChangeListener(l1);
131 sup.addPropertyChangeListener(l1);
135 assertSame(l1, listeners[0]);
136 assertSame(l1, listeners[1]);
146 PropertyChangeListener l1 = new MockPropertyChangeListener() local
212 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
231 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
269 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
335 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
354 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
423 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
453 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
478 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
511 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
532 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
564 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
608 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
637 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
666 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
695 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
724 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
752 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
798 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src2, local
830 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src2, local
862 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src2, local
894 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src2, local
926 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src2, local
957 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src2, local
1014 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
1043 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
1071 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
1111 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
1140 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
1169 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
1209 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
1240 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
CopyOnWriteArrayListTest.java 144 CopyOnWriteArrayList l1 = populatedArray(SIZE); local
145 CopyOnWriteArrayList l2 = (CopyOnWriteArrayList)(l1.clone());
146 assertEquals(l1, l2);
147 l1.clear();
148 assertFalse(l1.equals(l2));
  /external/boringssl/src/crypto/des/
des.c 638 uint32_t l0, l1; local
644 c2l(in, l1);
646 ll[1] = l1;
653 l1 = ll[1];
655 l2c(l1, out);

Completed in 764 milliseconds

1 2 34 5 6 7 8 91011>>