HomeSort by relevance Sort by last modified time
    Searched defs:le (Results 1 - 25 of 32) sorted by null

1 2

  /external/icu/icu4c/source/layout/
loengine.cpp 33 LayoutEngine *le = (LayoutEngine *) engine; local
35 delete le;
49 LayoutEngine *le = (LayoutEngine *) engine; local
51 if (le == NULL) {
56 return le->layoutChars(chars, offset, count, max, rightToLeft, x, y, *success);
63 LayoutEngine *le = (LayoutEngine *) engine; local
65 if (le == NULL) {
70 return le->getGlyphCount();
78 LayoutEngine *le = (LayoutEngine *) engine; local
80 if (le == NULL)
93 LayoutEngine *le = (LayoutEngine *) engine; local
109 LayoutEngine *le = (LayoutEngine *) engine; local
124 LayoutEngine *le = (LayoutEngine *) engine; local
141 LayoutEngine *le = (LayoutEngine *) engine; local
155 LayoutEngine *le = (LayoutEngine *) engine; local
    [all...]
  /external/fio/
libfio.c 261 int le = 0, be = 0; local
267 le = 1;
273 if (le)
279 if (!le && !be)
  /art/test/068-classloader/src/
Main.java 160 } catch (LinkageError le) {
176 } catch (LinkageError le) {
207 } catch (LinkageError le) {
209 le.printStackTrace();
223 } catch (LinkageError le) {
225 le.printStackTrace();
255 } catch (LinkageError le) {
270 } catch (LinkageError le) {
301 } catch (LinkageError le) {
315 } catch (LinkageError le) {
    [all...]
  /bionic/libc/kernel/uapi/linux/
if_hippi.h 104 struct hippi_le_hdr le; member in struct:hippi_hdr
  /development/ndk/platforms/android-3/include/linux/
if_hippi.h 95 struct hippi_le_hdr le; member in struct:hippi_hdr
  /development/ndk/platforms/android-L/include/linux/
if_hippi.h 104 struct hippi_le_hdr le; member in struct:hippi_hdr
  /external/e2fsprogs/lib/ext2fs/
crc32c.c 1114 uint32_t be, le; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
if_hippi.h 149 struct hippi_le_hdr le; member in struct:hippi_hdr
  /external/oprofile/libpopt/
popthelp.c 155 char * le = malloc(4*lineLength + 1); local
156 char * l = le;
158 if (le == NULL) return NULL; /* XXX can't happen */
160 *le = '\0';
161 *le++ = '(';
162 strcpy(le, defstr); le += strlen(le);
163 *le++ = ':';
164 *le++ = ' '
257 char * le = left + strlen(left); local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 273 LocalEntry le; local
282 le = new LocalEntry(0, true, curReg, -1, 0, 0);
285 le = new LocalEntry(0, true, curReg, nameIdx, 0, 0);
288 locals.add(le);
289 lastEntryForReg[curReg] = le;
301 LocalEntry le = new LocalEntry( local
304 locals.add(le);
305 lastEntryForReg[reg] = le;
314 LocalEntry le = new LocalEntry( local
317 locals.add(le);
325 LocalEntry le; local
351 LocalEntry le; local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoDecoder.java 263 LocalEntry le; local
272 le = new LocalEntry(0, true, curReg, -1, 0, 0);
275 le = new LocalEntry(0, true, curReg, nameIdx, 0, 0);
278 locals.add(le);
279 lastEntryForReg[curReg] = le;
291 LocalEntry le = new LocalEntry( local
294 locals.add(le);
295 lastEntryForReg[reg] = le;
304 LocalEntry le = new LocalEntry( local
307 locals.add(le);
315 LocalEntry le; local
341 LocalEntry le; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 263 LocalEntry le; local
272 le = new LocalEntry(0, true, curReg, -1, 0, 0);
275 le = new LocalEntry(0, true, curReg, nameIdx, 0, 0);
278 locals.add(le);
279 lastEntryForReg[curReg] = le;
297 LocalEntry le = new LocalEntry( local
300 locals.add(le);
301 lastEntryForReg[reg] = le;
310 LocalEntry le = new LocalEntry( local
313 locals.add(le);
321 LocalEntry le; local
347 LocalEntry le; local
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lauxlib.c 103 int li = 1, le = 1; local
105 while (lua_getstack(L, le, &ar)) { li = le; le *= 2; }
107 while (li < le) {
108 int m = (li + le)/2;
110 else le = m;
112 return le - 1;
  /external/chromium_org/v8/src/
hydrogen-check-elimination.cc 254 HCheckTableEntry* le = copy->Find(left); local
256 if (le == NULL) {
261 copy->Insert(right, NULL, le->maps_, le->state_);
263 EnsureChecked(le, cmp->left(), cmp);
265 le->maps_ = re->maps_ = le->maps_->Intersect(re->maps_, zone);
266 le->state_ = re->state_ = HCheckTableEntry::StateMerge(
267 le->state_, re->state_);
268 DCHECK_NE(HCheckTableEntry::UNCHECKED_STABLE, le->state_)
583 HCheckTableEntry* le = Find(left); local
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 802 LDAPMessage *le = NULL; local
933 le = ldap_first_entry(ld, lr);
934 if (le == NULL) {
939 userdn = ldap_get_dn(ld, le);
951 bv = ldap_get_values_len(ld, le, xauth_ldap_config.attr_addr->v);
971 bv = ldap_get_values_len(ld, le, xauth_ldap_config.attr_mask->v);
1036 LDAPMessage *le = NULL; local
1148 le = ldap_first_entry(ld, lr);
1149 if (le == NULL) {
1154 groupdn = ldap_get_dn(ld, le);
    [all...]
  /external/libpng/
pngwrite.c 2214 PNG_CONST png_uint_16 le = 0x0001; local
    [all...]
pngread.c 4052 PNG_CONST png_uint_16 le = 0x0001; local
    [all...]
  /external/chromium_org/third_party/mach_override/libudis86/
types.h 228 struct ud_lookup_table_list_entry *le; member in struct:ud
  /external/clang/lib/CodeGen/
CGBlocks.cpp 487 li = layout.begin() + 1, le = layout.end(); local
491 for (; li != le && endAlign < li->Alignment; ++li)
496 if (li != le) {
498 for (; li != le; ++li) {
541 li = layout.begin(), le = layout.end(); li != le; ++li) {
    [all...]
  /external/libsepol/src/
policydb.c 1973 constraint_expr_t *e, *le; local
    [all...]
  /external/chromium_org/v8/src/arm/
constants-arm.h 74 le = 13 << 28, // Z set or N != V Less then or equal enumerator in enum:v8::internal::Condition
108 return le;
109 case le:
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 481 Method le = branchingMethod(Comparison.LE); local
482 assertEquals(Boolean.TRUE, le.invoke(null, 1, 2));
483 assertEquals(Boolean.TRUE, le.invoke(null, 1, 1));
484 assertEquals(Boolean.FALSE, le.invoke(null, 2, 1));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /external/chromium_org/third_party/libxml/src/
xpath.c 8994 double le=0, in; local
    [all...]
  /external/chromium_org/v8/src/arm64/
constants-arm64.h 257 le = 13, enumerator in enum:v8::internal::Condition
285 return le;
286 case le:
    [all...]

Completed in 2345 milliseconds

1 2