HomeSort by relevance Sort by last modified time
    Searched refs:initial_position (Results 1 - 7 of 7) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_resumable_streaming.py 113 It reads one transfer buffer at a time until it reaches initial_position,
128 initial_position = 0
130 initial_position += read_size
136 initial_position, self._temp_test_file_len,
137 'initial_position must be less than test file size %s '
138 '(but was actually: %s)' % (self._temp_test_file_len, initial_position))
151 wrapper.seek(initial_position - seek_back_amount)
153 initial_position - seek_back_amount)
156 self._temp_test_file_len - (initial_position - seek_back_amount),
160 (initial_position, seek_back_amount
    [all...]
test_hashing_helper.py 58 def _testSeekBack(self, initial_position, seek_back_amount):
62 It reads one transfer buffer at a time until it reaches initial_position,
68 initial_position: Initial number of bytes to read before seek.
78 initial_position, seek_back_amount,
80 '(but was actually: %s)' % (initial_position, seek_back_amount))
82 initial_position, tmp_file_len,
83 'initial_position must be less than test file size %s '
84 '(but was actually: %s)' % (tmp_file_len, initial_position))
91 while position < initial_position - TRANSFER_BUFFER_SIZE:
94 wrapper.read(initial_position - position
    [all...]
  /external/ceres-solver/internal/ceres/
line_search.cc 235 const FunctionSample initial_position = local
285 initial_position,
339 const FunctionSample initial_position = local
360 if (!this->BracketingPhase(initial_position,
410 // e.g. when bracket_low = initial_position, and bracket_high is the
412 // but still has bracket_high.value < initial_position.value.
415 if (!this->ZoomPhase(initial_position,
454 const FunctionSample& initial_position,
462 FunctionSample previous = initial_position;
470 *bracket_low = initial_position;
    [all...]
line_search.h 282 bool BracketingPhase(const FunctionSample& initial_position,
289 bool ZoomPhase(const FunctionSample& initial_position,
  /system/extras/preopt2cachename/
preopt2cachename.cpp 68 size_t initial_position = odex_file_location[0] == '/' ? 1 : 0; local
69 size_t apk_position = odex_file_location.find("/oat", initial_position);
76 cache_file += odex_file_location.substr(initial_position, apk_position);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb     [all...]
  /external/v8/src/
gdb-jit.cc     [all...]

Completed in 1674 milliseconds