HomeSort by relevance Sort by last modified time
    Searched refs:remains (Results 1 - 25 of 33) 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/ceres-solver/docs/
further.tex 4 For a short but informative introduction to the subject we recommend the booklet by Madsel et al.~\cite{madsen2004methods}. For a general introduction to non-linear optimization we recommend the text by Nocedal \& Wright~\cite{nocedal2000numerical}. Bj{\"o}rck's book remains the seminal reference on least squares problems~\cite{bjorck1996numerical}. Trefethen \& Bau's book is our favourite text on introductory numerical linear algebra~\cite{trefethen1997numerical}. Triggs et al., provide a thorough coverage of the bundle adjustment problem~\cite{triggs-etal-1999}.
ceres-solver.tex 106 Despite our best efforts, this manual remains a work in progress and the source code for Ceres Solver remains the ultimate reference.
  /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);
  /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/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
  /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
  /system/core/adb/
sysdeps_win32.c 1517 int chunks, chunk, remains; local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 1650 Int remains = vev->result; local
3547 Int remains = RES; local
3628 UInt remains = RES; local
    [all...]
syswrap-generic.c 3817 Int remains = RES; local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hybi.py 844 remains in the receive buffer of a socket when the socket is closed,
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 2031 SizeT 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/v8/benchmarks/
raytrace.js 7 // benchmark, but the all the computational code remains

Completed in 343 milliseconds

1 2