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

1 2

  /external/chromium/net/data/proxy_resolver_v8_unittest/
side_effects.js 3 // gCounter remains dirty.
  /external/chromium-libpac/test/js-unittest/
side_effects.js 3 // gCounter remains dirty.
  /external/chromium_org/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/chromium_org/base/strings/
string_split.cc 69 std::string remains(line, end_key_pos, line.size() - end_key_pos);
70 size_t begin_values_pos = remains.find_first_not_of(key_value_delimiter);
75 std::string values_string(remains, begin_values_pos,
76 remains.size() - begin_values_pos);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 313 final int remains = handshake.getInt() - ProtocolConstants.QUERY_HEADER_SIZE; local
327 if (remains > 0) {
329 byte[] discard = new byte[remains];
336 final byte[] name_array = new byte[remains];
Channel.java 639 int remains = header.getInt() - ProtocolConstants.PACKET_HEADER_SIZE; local
654 remains -= ext;
655 final ByteBuffer msg_data = ByteBuffer.allocate(remains);
672 remains -= extq;
673 final ByteBuffer query_data = ByteBuffer.allocate(remains);
686 final byte[] discard_data = new byte[remains];
  /external/chromium_org/third_party/openssl/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/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/chromium_org/v8/test/mjsunit/regress/
regress-2564.js 79 // Function name remains accessible.
108 if (i < frames.length - 1) { // Function name remains accessible.
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
keysets.pl 70 * 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
  /external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
kiosk_apps_browsertest.js 161 // the check only remains when the confirmation UI is acknowledged.
177 // Confirm it and the check remains.
  /external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/mesa/src/docs/
MESA_multithread_makecurrent.spec 123 but the context remains usable by threads that have the context
  /external/mesa3d/docs/
MESA_multithread_makecurrent.spec 123 but the context remains usable by threads that have the context
  /system/core/adb/
sysdeps_win32.c 1517 int chunks, chunk, remains; local
    [all...]

Completed in 2106 milliseconds

1 2