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

  /external/chromium_org/content/common/android/
address_parser_internal.cc 356 int first_index = first_letter - 'a'; local
364 if (!(state_two_letter_suffix[first_index] & (1 << second_index)))
367 std::bitset<32> previous_suffixes = state_two_letter_suffix[first_index] &
370 *state_index = state_two_letter_accumulative[first_index] +
376 for (int state = state_names_accumulative[first_index];
377 state < state_names_accumulative[first_index + 1]; ++state) {
  /external/chromium_org/v8/test/cctest/
test-constantpool.cc 46 CHECK_EQ(expected_first_idx[i], array->first_index(kTypes[i], kSmall));
90 CHECK_EQ(small_first_idx[i], array->first_index(kTypes[i], kSmall));
102 CHECK_EQ(extended_first_idx[i], array->first_index(kTypes[i], kExtended));
119 for (int i = array->first_index(ConstantPoolArray::INT64, kSmall);
132 for (int i = array->first_index(ConstantPoolArray::INT64, kExtended);
146 for (int i = array->first_index(ConstantPoolArray::INT64, kSmall);
159 for (int i = array->first_index(ConstantPoolArray::INT64, kExtended);
test-declarative-accessors.cc 265 int first_index = 13; local
272 ->NewRawShift(helper.isolate_, first_index*kPointerSize)
278 array->As<uintptr_t**>()[first_index] =
  /external/qemu/block/
qcow2-refcount.c 426 int64_t refcount_block_offset, int first_index, int last_index)
436 if (first_index < 0) {
440 first_index &= ~(REFCOUNTS_PER_SECTOR - 1);
444 size = (last_index - first_index) << REFCOUNT_SHIFT;
448 refcount_block_offset + (first_index << REFCOUNT_SHIFT),
449 &s->refcount_block_cache[first_index], size);
465 int first_index = -1, last_index = -1; local
493 first_index, last_index);
498 first_index = -1;
513 if (first_index == -1 || block_index < first_index)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_queryobj.c 189 for (i = query->first_index; i <= query->last_index; i++) {
196 for (i = query->first_index; i <= query->last_index; i++) {
265 query->first_index = -1;
433 query->first_index = brw->query.index;
brw_context.h 713 int first_index; member in struct:brw_query_object
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_queryobj.c 189 for (i = query->first_index; i <= query->last_index; i++) {
196 for (i = query->first_index; i <= query->last_index; i++) {
265 query->first_index = -1;
433 query->first_index = brw->query.index;
brw_context.h 713 int first_index; member in struct:brw_query_object
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view_unittest.cc 690 const int first_index = 0; local
699 apps_grid_view_->SetSelectedView(GetItemViewAt(first_index));
701 EXPECT_TRUE(apps_grid_view_->IsSelectedView(GetItemViewAt(first_index)));
703 EXPECT_TRUE(apps_grid_view_->IsSelectedView(GetItemViewAt(first_index)));
739 first_index)));
758 apps_grid_view_->SetSelectedView(GetItemViewAt(first_index));
  /external/chromium_org/v8/src/compiler/arm/
code-generator-arm.cc 59 Operand InputOperand2(int first_index) {
60 const int index = first_index;
91 MemOperand InputOffset(int* first_index) {
92 const int index = *first_index;
107 *first_index += 2;
110 *first_index += 2;
  /external/chromium_org/third_party/ots/src/
ots.cc 323 uint32_t first_index = 0; local
342 if (i == 0 || tables[first_index].offset > table.offset)
343 first_index = i;
353 if (tables[first_index].offset != ots::Round4(file.offset())) {
  /external/chromium_org/v8/src/compiler/arm64/
code-generator-arm64.cc 49 MemOperand MemoryOperand(int* first_index) {
50 const int index = *first_index;
55 *first_index += 2;
58 *first_index += 2;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
os2_table.h 382 void SetUsFirstCharIndex(int32_t first_index);
os2_table.cc 502 void OS2Table::Builder::SetUsFirstCharIndex(int32_t first_index) {
503 InternalWriteData()->WriteUShort(Offset::kUsFirstCharIndex, first_index);
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.h 382 void SetUsFirstCharIndex(int32_t first_index);
os2_table.cc 500 void OS2Table::Builder::SetUsFirstCharIndex(int32_t first_index) {
501 InternalWriteData()->WriteUShort(Offset::kUsFirstCharIndex, first_index);
  /external/chromium_org/ash/shelf/
shelf_view_unittest.cc 1489 int first_index = test_for_overflow_view.GetFirstVisibleIndex(); local
1533 int first_index = test_for_overflow_view.GetFirstVisibleIndex(); local
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.h 385 int64_t& first_index,
SymbolFileDWARF.cpp 6840 int64_t first_index = 0; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 370 unsigned short first_index; member in struct:_PDB_TYPES_OLD
382 unsigned long first_index; member in struct:_PDB_TYPES
    [all...]
  /external/chromium_org/v8/src/
objects-inl.h     [all...]
objects.h     [all...]
hydrogen.cc 12286 int first_index = current->first_instruction_index(); local
12335 int first_index = current->first_instruction_index(); local
    [all...]
objects.cc     [all...]

Completed in 1071 milliseconds