HomeSort by relevance Sort by last modified time
    Searched full:start_index (Results 26 - 50 of 174) sorted by null

12 3 4 5 6 7

  /external/pdfium/core/fxcrt/
cfx_binarybuf.h 38 void Delete(size_t start_index, size_t count);
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
disassembler.cc 113 uint64_t start_index = address.get() - section_address; local
127 if (start_index == end_index) {
136 code_size_bytes += end_index - start_index;
139 uint64_t index = start_index;
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
ops.cc 48 IrArray::Index start_index(rank);
51 TF_ASSIGN_OR_RETURN(start_index[i], start_indices_generator(dim_index));
58 // output_index[dim] = (start_index[dim] + update_index[dim]) % dim_size.
65 start_index[i], update_index[i]->getType());
llvm_loop.h 42 // start_index and end_index are the loop bounds (end_index is not inclusive).
75 tensorflow::StringPiece prefix, llvm::Value* start_index,
130 llvm::Value* start_index, llvm::Value* end_index, llvm::Value* step,
189 llvm::Value* start_index,
196 llvm::Value* start_index,
203 std::unique_ptr<ForLoop> AddLoop(int64 start_index, int64 end_index,
209 std::unique_ptr<ForLoop> AddLoop(int64 start_index, int64 end_index,
  /frameworks/av/media/libeffects/loudness/dsp/core/
basic.h 39 int start_index,
  /external/v8/src/regexp/
regexp-macro-assembler.cc 130 int start_index) {
134 start_index += SlicedString::cast(subject)->offset();
140 DCHECK(start_index >= 0);
141 DCHECK(start_index <= subject->length());
144 SeqOneByteString::cast(subject)->GetChars() + start_index);
147 SeqTwoByteString::cast(subject)->GetChars() + start_index);
150 ExternalOneByteString::cast(subject)->GetChars() + start_index);
154 ExternalTwoByteString::cast(subject)->GetChars() + start_index);
160 Isolate* isolate, int start_index, bool is_direct_call,
206 *input_start = StringCharacterPosition(*subject, start_index);
    [all...]
  /external/autotest/client/cros/audio/
audio_quality_measurement_unittest.py 92 start_index = int(self.delay_start_time[i] * self.rate)
94 for j in xrange(start_index,end_index):
128 start_index = int(self.burst_start_time[i] * self.rate)
130 for j in xrange(start_index, end_index):
139 start_index = int(start_time[i] * self.rate)
141 for j in xrange(start_index,end_index):
  /external/sfntly/cpp/src/sfntly/data/
readable_font_data.cc 227 int32_t ReadableFontData::SearchUShort(int32_t start_index,
238 int32_t location_start = ReadUShort(start_index + location * start_offset);
258 int32_t ReadableFontData::SearchUShort(int32_t start_index,
267 int32_t location_start = ReadUShort(start_index + location * start_offset);
282 int32_t ReadableFontData::SearchULong(int32_t start_index,
293 int32_t location_start = ReadULongAsInt(start_index
  /tools/test/connectivity/acts/framework/tests/
audio_quality_measurement_unittest.py 102 start_index = int(self.delay_start_time[i] * self.rate)
104 for j in range(start_index, end_index):
135 start_index = int(self.burst_start_time[i] * self.rate)
137 for j in range(start_index, end_index):
145 start_index = int(start_time[i] * self.rate)
147 for j in range(start_index, end_index):
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 224 attr_accessor :start_index
377 | start = #{ start_index.inspect }
382 freshen( start_index )
475 @start_index = -1
481 @start_index = payload.start_index
525 def start_index method in class:ANTLR3.CommonTree
526 @start_index == -1 and @token and return @token.index
527 return @start_index
535 alias token_start_index= start_index
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
merge.cc 345 size_t start_index = timestamps_per_call_ + expand_->overlap_length(); local
346 start_index = std::max(start_position, start_index);
347 start_index = (input_length > start_index) ? 0 : (start_index - input_length);
349 size_t start_index_downsamp = start_index / (fs_mult_ * 2);
364 best_correlation_index += start_index;
dsp_helper.cc 84 size_t start_index,
88 assert(start_index + length <= signal->Size());
89 if (start_index + length > signal->Size()) {
97 RampSignal(&(*signal)[channel][start_index], length, factor, increment);
  /art/runtime/
method_handles-inl.h 97 int32_t start_index,
103 for (int32_t i = start_index; i < end_index; ++i) {
105 ObjPtr<mirror::Class> to(to_types->GetWithoutChecks(i - start_index));
  /external/v8/src/interpreter/
bytecode-generator.h 118 // start_index <= value < start_index + size.
119 void BuildIndexedJump(Register value, size_t start_index, size_t size,
bytecode-register-optimizer.cc 384 int start_index = reg_list.first_register().index(); local
386 Register current(start_index + i);
409 int start_index = reg_list.first_register().index(); local
411 Register current(start_index + i);
  /external/v8/src/
string-search.h 110 int start_index);
114 int start_index);
118 int start_index);
123 int start_index);
127 int start_index);
308 int start_index) {
319 int index = start_index;
431 int start_index) {
443 int index = start_index; // No matches found prior to this index.
561 int start_index) {
    [all...]
uri.cc 334 int start_index) {
342 for (int i = start_index; i < length; unescaped_length++) {
352 DCHECK(start_index < length);
354 isolate->factory()->NewProperSubString(string, 0, start_index);
365 for (int i = start_index; i < length; dest_position++) {
378 for (int i = start_index; i < length; dest_position++) {
  /frameworks/base/tools/orientationplot/
orientationplot.py 396 start_index = prefix_index + len(prefix)
397 delim_index = line.find(',', start_index)
399 return line[start_index:]
401 return line[start_index:delim_index]
415 start_index = prefix_index + len(prefix) + 1
416 delim_index = line.find(']', start_index)
421 while start_index < delim_index:
422 comma_index = line.find(', ', start_index, delim_index)
424 result.append(float(line[start_index:delim_index]))
426 result.append(float(line[start_index:comma_index])
    [all...]
  /build/kati/
strutil.cc 330 size_t start_index = 0;
332 start_index++;
333 size_t j = start_index;
334 size_t prev_start = start_index;
335 for (size_t i = start_index; i <= o->size(); i++) {
349 j = start_index;
355 j = start_index;
  /external/pdfium/public/
fpdf_text.h 169 // start_index - Index for the start characters.
182 int start_index,
191 // start_index - Index for the start characters.
205 int start_index,
284 // start_index - Start from this character. -1 for end of the page.
293 int start_index);
  /system/core/logd/
LogAudit.cpp 134 size_t start_index = denial.find(search_term); local
135 if (start_index != std::string::npos) {
136 start_index += search_term.length();
138 start_index, denial.find(terminator, start_index) - start_index);
  /art/runtime/gc/accounting/
space_bitmap.cc 135 const uintptr_t start_index = OffsetToIndex(begin_offset); local
137 ZeroAndReleasePages(reinterpret_cast<uint8_t*>(&bitmap_begin_[start_index]),
138 (end_index - start_index) * sizeof(*bitmap_begin_));
  /external/pdfium/fpdfsdk/
fpdftext.cpp 263 int start_index) {
272 start_index >= 0 ? Optional<size_t>(start_index) : Optional<size_t>());
  /external/v8/src/compiler/
js-create-lowering.h 65 int start_index);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_packet_history.h 77 void VerifyAndAllocatePacketLength(size_t packet_length, uint32_t start_index)

Completed in 2206 milliseconds

12 3 4 5 6 7