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

1 2

  /external/chromium/net/data/proxy_resolver_v8_unittest/
side_effects.js 3 // gCounter remains dirty.
  /frameworks/base/tools/aapt/
CacheUpdater.h 58 String8 remains; local
77 existsPath.appendPath(toCreate.walkPath(&remains));
78 toCreate = remains;
84 } while (remains.length() > 0);
  /external/qemu/elff/
elf_alloc.cc 38 if (current_chunk_ == NULL || current_chunk_->remains < size) {
49 new_chunk->remains = new_chunk->size - sizeof(ElfAllocatorChunk);
55 current_chunk_->remains -= size;
elf_alloc.h 59 size_t remains; member in struct:ElfAllocatorChunk
  /ndk/sources/host-tools/ndk-stack/elff/
elf_alloc.cc 38 if (current_chunk_ == NULL || current_chunk_->remains < size) {
49 new_chunk->remains = new_chunk->size - sizeof(ElfAllocatorChunk);
55 current_chunk_->remains -= size;
elf_alloc.h 59 size_t remains; member in struct:ElfAllocatorChunk
  /external/chromium/base/
string_split.cc 79 std::string remains(line, end_key_pos, line.size() - end_key_pos);
80 size_t begin_values_pos = remains.find_first_not_of(key_value_delimiter);
85 std::string values_string(remains, begin_values_pos,
86 remains.size() - begin_values_pos);
  /external/openssl/crypto/bn/
bn_prime.pl 25 # * Copyright remains Eric Young's, and as such any Copyright notices in
48 * Copyright remains Eric Young's, and as such any Copyright notices in
  /external/openssl/crypto/conf/
keysets.pl 70 * Copyright remains Eric Young's, and as such any Copyright notices in
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/
ArchiveInstaller.java 796 long remains = entry.getSize(); local
    [all...]
  /external/openssl/crypto/objects/
obj_dat.pl 192 * Copyright remains Eric Young's, and as such any Copyright notices in
objects.pl 143 * Copyright remains Eric Young's, and as such any Copyright notices in
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 1909 SizeT remains; local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-aix5.c 1607 Int remains = RES; local
    [all...]
syswrap-linux.c 1547 Int remains = vev->result; local
3425 Int remains = RES; local
    [all...]
syswrap-generic.c 3835 Int remains = RES; local
    [all...]
  /system/core/adb/
sysdeps_win32.c 1517 int chunks, chunk, remains; local
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 103 // flag is still set (the flag remains around for a bit so that 'click'
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 395 // element remains in the original position so we can detect when an app
521 // ensures that the app is not affected (remains under the finger) if the
  /external/v8/src/
liveedit-debugger.js 39 // version of the script) it remains unchanged, but the code that could
513 // The code of a function remains unchanged, but something happened inside
    [all...]
  /external/chromium/chrome/browser/resources/keyboard/
main.js 224 * A Key that remains the same through all modes.
  /external/mesa3d/docs/
MESA_texture_array.spec 393 TEXTURE_2D_ARRAY_EXT, it is and remains a one-, two-,
    [all...]
  /external/v8/benchmarks/
raytrace.js 7 // benchmark, but the all the computational code remains
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 7 // benchmark, but the all the computational code remains
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 7 // benchmark, but the all the computational code remains

Completed in 609 milliseconds

1 2