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

1 2

  /toolchain/binutils/binutils-2.25/libiberty/
bcopy.c 26 const char *lasts = (const char *)src + (len-1); local
29 *lastd-- = *lasts--;
  /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);
  /hardware/qcom/gps/msm8960/utils/
loc_cfg.cpp 222 char *lasts; local
251 config_value.param_name = strtok_r(input_buf, "=", &lasts);
253 config_value.param_str_value = strtok_r(NULL, "=", &lasts);
  /hardware/qcom/gps/msm8084/utils/
loc_cfg.cpp 189 char *lasts; local
194 config_value.param_name = strtok_r(input_buf, "=", &lasts);
197 config_value.param_str_value = strtok_r(NULL, "=", &lasts);
385 char *lasts; local
  /hardware/qcom/gps/msm8909/utils/
loc_cfg.cpp 189 char *lasts; local
194 config_value.param_name = strtok_r(input_buf, "=", &lasts);
197 config_value.param_str_value = strtok_r(NULL, "=", &lasts);
384 char *lasts; local
  /hardware/qcom/gps/msm8994/utils/
loc_cfg.cpp 189 char *lasts; local
194 config_value.param_name = strtok_r(input_buf, "=", &lasts);
197 config_value.param_str_value = strtok_r(NULL, "=", &lasts);
384 char *lasts; local
  /hardware/qcom/gps/msm8996/utils/
loc_cfg.cpp 189 char *lasts; local
194 config_value.param_name = strtok_r(input_buf, "=", &lasts);
197 config_value.param_str_value = strtok_r(NULL, "=", &lasts);
384 char *lasts; local
  /hardware/qcom/gps/msmcobalt/utils/
loc_cfg.cpp 189 char *lasts; local
194 config_value.param_name = strtok_r(input_buf, "=", &lasts);
197 config_value.param_str_value = strtok_r(NULL, "=", &lasts);
384 char *lasts; local
  /hardware/qcom/gps/utils/
loc_cfg.cpp 189 char *lasts; local
194 config_value.param_name = strtok_r(input_buf, "=", &lasts);
197 config_value.param_str_value = strtok_r(NULL, "=", &lasts);
384 char *lasts; local
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /external/curl/lib/
ldap.c 731 char *lasts; local
746 for(i = 0, s = strtok_r(str, ",", &lasts); s && i < items;
747 s = strtok_r(NULL, ",", &lasts), i++)
  /external/avahi/avahi-compat-howl/include/salt/
platform.h 199 sw_string * lasts);
  /external/libxml2/
relaxng.c 9294 xmlNodePtr *list = NULL, *lasts = NULL; local
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 358 static struct lookup const lasts[] = { variable
    [all...]
  /external/v8/test/mjsunit/asm/poppler/
poppler.js     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 

Completed in 901 milliseconds

1 2