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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/data/proxy_resolver_v8_unittest/
side_effects.js 3 // gCounter remains dirty.
  /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;
  /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;
  /external/clang/test/CodeGenCXX/
constructor-template.cpp 24 List(){ } // List<BinomialNode<int>*>::List() remains undefined.
31 Node(){ } // Node<BinomialNode<int>*>::Node() remains undefined.
  /external/webkit/Source/WebCore/manual-tests/inspector/
display-sql-transaction-error.html 18 <p>If the line of text you entered remains and an error line is output below
22 <p>If the line of text you entered remains and no error line is output, then
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p2-0x.cpp 6 // any template argument remains neither deduced nor explicitly
  /external/icu4c/tools/toolutil/
pkg_imp.h 28 * All data remains in its platform type.
  /external/webkit/Tools/WebKitLauncherWin/
WebKitLauncherWin.rc 26 // remains consistent on all systems.
  /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/oprofile/libop/
op_config_24.h 27 * we don't try to wake-up daemon until it remains more than this free entry
44 * we don't try to wake-up daemon until it remains more than this free entry
  /frameworks/base/core/java/android/database/sqlite/
SQLiteProgram.java 124 * Bind a NULL value to this statement. The value remains bound until
134 * Bind a long value to this statement. The value remains bound until
145 * Bind a double value to this statement. The value remains bound until
156 * Bind a String value to this statement. The value remains bound until
170 * Bind a byte array value to this statement. The value remains bound until
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListGetCheckItemIdsTest.java 110 assertChecked("Unchecked element remains", 0, 3);
116 assertChecked("Unchecked 3 remains", 0);
119 assertChecked("Twice unchecked 3 remains", 0);
  /external/e2fsprogs/misc/
dumpe2fs.8.in 40 is examining the remains of a very badly corrupted filesystem.
47 is examining the remains of a very badly corrupted filesystem.
  /cts/tests/tests/webkitsecurity/assets/
root-object-premature-delete-crash.html 1 <p>This test verifies that an Objective-C reference to a DOM object remains valid
  /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);
compiler_specific.h 29 // The warning remains disabled until popped by MSVC_POP_WARNING.
34 // remains in effect until popped by MSVC_POP_WARNING(). Use 0 to disable all
  /external/chromium/chrome/browser/chromeos/
setting_level_bubble_view.h 26 // Ownership of |icon| remains with the caller (it's probably a shared
  /external/kernel-headers/original/linux/netfilter/
xt_conntrack.h 28 /* This is exposed to userspace, so remains frozen in time. */
  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
test.html 25 <p style="color: green">Success: No alert dialog is shown, and Safari remains open (does not crash).</p>
  /external/webkit/Source/WebCore/manual-tests/
accidental-strict-mode.html 10 <p>In the failing case, the thin line above the link will get much thicker. If it remains the same, this test has passed.</p>
password-caps-lock.html 18 If there is no caps lock indicator, or if the indicator remains when the window is inactive, the test has failed.
  /external/webkit/Tools/WinLauncher/
WinLauncher.rc 32 // remains consistent on all systems.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_conntrack.h 28 /* This is exposed to userspace, so remains frozen in time. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_conntrack.h 28 /* This is exposed to userspace, so remains frozen in time. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_conntrack.h 28 /* This is exposed to userspace, so remains frozen in time. */

Completed in 5861 milliseconds

1 2 3 4 5 6 7 8 91011>>