HomeSort by relevance Sort by last modified time
    Searched full:start_index (Results 76 - 100 of 164) sorted by null

1 2 34 5 6 7

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
readable_font_data.h 201 int32_t SearchUShort(int32_t start_index,
218 int32_t SearchUShort(int32_t start_index,
236 int32_t SearchULong(int32_t start_index,
  /external/sfntly/cpp/src/sfntly/data/
readable_font_data.h 201 int32_t SearchUShort(int32_t start_index,
218 int32_t SearchUShort(int32_t start_index,
236 int32_t SearchULong(int32_t start_index,
  /external/chromium_org/ui/base/ime/
input_method_chromeos_unittest.cc 656 underline.start_index = 1UL;
669 EXPECT_EQ(GetOffsetInUTF16(kSampleText, underline.start_index),
688 underline.start_index = 1UL;
701 EXPECT_EQ(GetOffsetInUTF16(kSampleText, underline.start_index),
720 underline.start_index = 1UL;
732 EXPECT_EQ(GetOffsetInUTF16(kSampleText, underline.start_index),
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 70 def memoize( rule, start_index, success )
264 def memoize( rule, start_index, success )
  /external/chromium_org/tools/clang/scripts/
run_tool.py 78 start_index = lines.index('==== BEGIN EDITS ====')
81 for line in lines[start_index + 1:end_index]:
  /external/chromium_org/tools/telemetry/telemetry/core/
memory_cache_http_server.py 41 start_index = resource_range.byte_range.from_byte
43 self.wfile.write(response[start_index:end_index + 1])
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.h 294 STDMETHODIMP scrollSubstringTo(LONG start_index,
299 STDMETHODIMP scrollSubstringToPoint(LONG start_index,
  /art/compiler/optimizing/
builder.cc 341 size_t start_index = 0; local
349 start_index = 1;
353 uint32_t argument_index = start_index;
354 for (size_t i = start_index; i < number_of_vreg_arguments; i++, argument_index++) {
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
tokenizer.py 183 token.start_index = self.__start_index
  /external/chromium_org/chrome/browser/history/
visit_database.cc 559 size_t start_index = 0, end_index = 0; local
561 start_index = end_index;
569 for (size_t j = start_index; j < end_index; j++) {
570 if (j != start_index)
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.h 279 // spawned by the specified WebContents after |start_index|. If |use_group| is
284 int start_index,
288 // specified opener, starting at |start_index|.
290 int start_index) const;
  /external/chromium_org/components/search_provider_logos/
logo_tracker_unittest.cc 611 size_t start_index) {
612 if (start_index >= observers.size())
615 logo_tracker->GetLogo(observers[start_index]);
620 start_index + 1));
  /external/chromium_org/ppapi/proxy/
pdf_resource.cc 92 result.start_index = match_start;
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
tokenizer.py 183 token.start_index = self.__start_index
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
expand.cc 405 int start_index = std::min(distortion_lag, correlation_lag); local
414 &audio_history[signal_length - correlation_length - start_index
416 correlation_length + start_index + correlation_lags - 1);
425 &(audio_history[signal_length - correlation_length - start_index]),
432 best_index = best_index + start_index;
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_delegate.cc 116 int start_index) {
119 CreateMenu(node, start_index, HIDE_PERMANENT_FOLDERS);
  /external/chromium_org/content/browser/geolocation/
network_location_provider_unittest.cc 176 int ap_count, int start_index, base::ListValue* wifi_access_point_list) {
181 ap->SetInteger("signalStrength", start_index + ap_count - i);
  /external/chromium_org/ui/gfx/geometry/
r_tree_base.h 172 static size_t ChooseSplitIndex(size_t start_index,
187 static int SmallestMarginSum(size_t start_index,
  /external/chromium_org/ui/views/focus/
focus_manager.cc 187 int start_index = index; local
199 if (index == start_index)
  /external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
js_checker.py 199 error.token.start_index, error.token.length)
  /external/chromium_org/chrome/browser/extensions/api/automation_internal/
automation_internal_api.cc 226 selection_params.start_index,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_vbuf.c 263 int start_index, unsigned num_indices, int min_index,
310 unsigned offset = ib->offset + start_index * ib->index_size;
421 int start_index, unsigned num_indices, int min_index,
526 start_index, num_indices, min_index,
    [all...]
  /external/chromium_org/v8/src/
regexp-macro-assembler.h 213 static const byte* StringCharacterPosition(String* subject, int start_index);
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 263 int start_index, unsigned num_indices, int min_index,
310 unsigned offset = ib->offset + start_index * ib->index_size;
421 int start_index, unsigned num_indices, int min_index,
526 start_index, num_indices, min_index,
    [all...]

Completed in 836 milliseconds

1 2 34 5 6 7