/external/chromium_org/content/common/android/ |
D | address_parser_internal.cc | 356 int first_index = first_letter - 'a'; in FindStateStartingInWord() local 364 if (!(state_two_letter_suffix[first_index] & (1 << second_index))) in FindStateStartingInWord() 367 std::bitset<32> previous_suffixes = state_two_letter_suffix[first_index] & in FindStateStartingInWord() 370 *state_index = state_two_letter_accumulative[first_index] + in FindStateStartingInWord() 376 for (int state = state_names_accumulative[first_index]; in FindStateStartingInWord() 377 state < state_names_accumulative[first_index + 1]; ++state) { in FindStateStartingInWord()
|
/external/qemu/block/ |
D | qcow2-refcount.c | 426 int64_t refcount_block_offset, int first_index, int last_index) in write_refcount_block_entries() argument 436 if (first_index < 0) { in write_refcount_block_entries() 440 first_index &= ~(REFCOUNTS_PER_SECTOR - 1); in write_refcount_block_entries() 444 size = (last_index - first_index) << REFCOUNT_SHIFT; in write_refcount_block_entries() 448 refcount_block_offset + (first_index << REFCOUNT_SHIFT), in write_refcount_block_entries() 449 &s->refcount_block_cache[first_index], size); in write_refcount_block_entries() 465 int first_index = -1, last_index = -1; in update_refcount() local 493 first_index, last_index); in update_refcount() 498 first_index = -1; in update_refcount() 513 if (first_index == -1 || block_index < first_index) { in update_refcount() [all …]
|
/external/chromium_org/ui/app_list/views/ |
D | apps_grid_view_unittest.cc | 356 const int first_index = 0; in TEST_F() local 365 apps_grid_view_->SetSelectedView(GetItemViewAt(first_index)); in TEST_F() 367 EXPECT_TRUE(apps_grid_view_->IsSelectedView(GetItemViewAt(first_index))); in TEST_F() 369 EXPECT_TRUE(apps_grid_view_->IsSelectedView(GetItemViewAt(first_index))); in TEST_F() 405 first_index))); in TEST_F() 424 apps_grid_view_->SetSelectedView(GetItemViewAt(first_index)); in TEST_F()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_queryobj.c | 189 for (i = query->first_index; i <= query->last_index; i++) { in brw_queryobj_get_results() 196 for (i = query->first_index; i <= query->last_index; i++) { in brw_queryobj_get_results() 265 query->first_index = -1; in brw_begin_query() 433 query->first_index = brw->query.index; in brw_emit_query_begin()
|
D | brw_context.h | 713 int first_index; member
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_queryobj.c | 189 for (i = query->first_index; i <= query->last_index; i++) { in brw_queryobj_get_results() 196 for (i = query->first_index; i <= query->last_index; i++) { in brw_queryobj_get_results() 265 query->first_index = -1; in brw_begin_query() 433 query->first_index = brw->query.index; in brw_emit_query_begin()
|
D | brw_context.h | 713 int first_index; member
|
/external/v8/src/ |
D | d8.js | 1753 var first_index = body.first_index + 1; 1754 var has_more = ((first_index + length) <= body.count); 1756 if (has_more || (first_index != 1)) { 1758 ': starting from '+ first_index +']'; 1768 var index = first_index + i; 1860 var first_index = body.first_index + 1; 1863 var has_more = ((first_index + length) <= total_count); 1865 if (has_more || (first_index != 1)) { 1867 ': starting from '+ first_index +']'; 1885 index = first_index + i;
|
D | hydrogen.cc | 7938 int first_index = current->first_instruction_index(); in Trace() local 7942 LifetimePosition::FromInstructionIndex(first_index).Value()); in Trace() 7984 int first_index = current->first_instruction_index(); in Trace() local 7986 if (first_index != -1 && last_index != -1) { in Trace() 7988 for (int i = first_index; i <= last_index; ++i) { in Trace()
|
/external/chromium_org/v8/test/cctest/ |
D | test-declarative-accessors.cc | 264 int first_index = 13; in TEST() local 271 ->NewRawShift(helper.isolate_, first_index*kPointerSize) in TEST() 277 array->As<uintptr_t**>()[first_index] = in TEST()
|
/external/chromium_org/third_party/ots/src/ |
D | ots.cc | 317 uint32_t first_index = 0; in ProcessWOFF() local 336 if (i == 0 || tables[first_index].offset > table.offset) in ProcessWOFF() 337 first_index = i; in ProcessWOFF() 347 if (tables[first_index].offset != ots::Round4(file.offset())) { in ProcessWOFF()
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/ |
D | os2_table.cc | 502 void OS2Table::Builder::SetUsFirstCharIndex(int32_t first_index) { in SetUsFirstCharIndex() argument 503 InternalWriteData()->WriteUShort(Offset::kUsFirstCharIndex, first_index); in SetUsFirstCharIndex()
|
D | os2_table.h | 382 void SetUsFirstCharIndex(int32_t first_index);
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | os2_table.cc | 500 void OS2Table::Builder::SetUsFirstCharIndex(int32_t first_index) { in SetUsFirstCharIndex() argument 501 InternalWriteData()->WriteUShort(Offset::kUsFirstCharIndex, first_index); in SetUsFirstCharIndex()
|
D | os2_table.h | 382 void SetUsFirstCharIndex(int32_t first_index);
|
/external/chromium_org/ash/shelf/ |
D | shelf_view_unittest.cc | 1524 int first_index = test_for_overflow_view.GetFirstVisibleIndex(); in TEST_F() local 1525 button = test_for_overflow_view.GetButton(first_index); in TEST_F() 1580 int first_index = test_for_overflow_view.GetFirstVisibleIndex(); in TEST_F() local 1584 test_for_overflow_view.GetButton(first_index); in TEST_F()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readpdb.c | 369 unsigned short first_index; member 381 unsigned long first_index; member 1158 types->first_index = old->first_index; in pdb_convert_types_header()
|
/external/kernel-headers/original/linux/ |
D | mm.h | 705 pgoff_t first_index; /* Lowest page->index to unmap */ member
|
/external/chromium_org/v8/src/ |
D | hydrogen.cc | 10591 int first_index = current->first_instruction_index(); in Trace() local 10595 LifetimePosition::FromInstructionIndex(first_index).Value()); in Trace() 10637 int first_index = current->first_instruction_index(); in Trace() local 10639 if (first_index != -1 && last_index != -1) { in Trace() 10641 for (int i = first_index; i <= last_index; ++i) { in Trace()
|