HomeSort by relevance Sort by last modified time
    Searched refs:lasts (Results 1 - 14 of 14) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
BlockAddresses.java 37 private final CodeAddress[] lasts; field in class:BlockAddresses
54 this.lasts = new CodeAddress[maxLabel];
87 return lasts[block.getLabel()];
98 return lasts[label];
139 lasts[label] = new CodeAddress(pos);
  /dalvik/dx/src/com/android/dx/dex/code/
BlockAddresses.java 37 private final CodeAddress[] lasts; field in class:BlockAddresses
54 this.lasts = new CodeAddress[maxLabel];
87 return lasts[block.getLabel()];
98 return lasts[label];
139 lasts[label] = new CodeAddress(pos);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
BlockAddresses.java 37 private final CodeAddress[] lasts; field in class:BlockAddresses
54 this.lasts = new CodeAddress[maxLabel];
87 return lasts[block.getLabel()];
98 return lasts[label];
139 lasts[label] = new CodeAddress(pos);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
plstr.h 441 * from the separator string s2. The argument lasts points to a
446 * of *lasts is ignored. PL_strtok_r returns a pointer to the first
448 * updates *lasts.
450 * In subsequent calls, s1 is null and lasts must stay unchanged from the
457 PL_strtok_r(char *s1, const char *s2, char **lasts);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fractions.py 562 lasts, t, s, n, na, d, da = 0, three, 3, 1, 0, 0, 24
563 while abs(s - lasts) > F(1, 10**9):
564 lasts = s
575 i, lasts, s, fact, num, sign = 0, 0, F(1), 1, 1, 1
576 while abs(s - lasts) > F(1, 10**9):
577 lasts = s
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fractions.py 562 lasts, t, s, n, na, d, da = 0, three, 3, 1, 0, 0, 24
563 while abs(s - lasts) > F(1, 10**9):
564 lasts = s
575 i, lasts, s, fact, num, sign = 0, 0, F(1), 1, 1, 1
576 while abs(s - lasts) > F(1, 10**9):
577 lasts = s
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 585 corresponding to NODE is stored in LASTS. */
592 Idx alasts; /* Allocation size of LASTS. */
593 Idx nlasts; /* The number of LASTS. */
594 re_sub_match_last_t **lasts; member in struct:__anon33257
regexec.c     [all...]
  /external/chromium_org/third_party/libxml/src/
relaxng.c 9242 xmlNodePtr *list = NULL, *lasts = NULL; local
    [all...]
  /external/libxml2/
relaxng.c 9271 xmlNodePtr *list = NULL, *lasts = NULL; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 361 static struct lookup const lasts[] = { variable
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 361 static struct lookup const lasts[] = { variable
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 152 milliseconds