/external/chromium_org/ui/app_list/views/ |
H A D | apps_grid_view_unittest.cc | 356 const int first_index = 0; local 365 apps_grid_view_->SetSelectedView(GetItemViewAt(first_index)); 367 EXPECT_TRUE(apps_grid_view_->IsSelectedView(GetItemViewAt(first_index))); 369 EXPECT_TRUE(apps_grid_view_->IsSelectedView(GetItemViewAt(first_index))); 405 first_index))); 424 apps_grid_view_->SetSelectedView(GetItemViewAt(first_index));
|
/external/chromium_org/v8/test/cctest/ |
H A D | test-declarative-accessors.cc | 264 int first_index = 13; local 271 ->NewRawShift(helper.isolate_, first_index*kPointerSize) 277 array->As<uintptr_t**>()[first_index] =
|
/external/chromium_org/content/common/android/ |
H A D | 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/third_party/ots/src/ |
H A D | ots.cc | 317 uint32_t first_index = 0; local 336 if (i == 0 || tables[first_index].offset > table.offset) 337 first_index = i; 347 if (tables[first_index].offset != ots::Round4(file.offset())) {
|
/external/qemu/block/ |
H A D | 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 425 write_refcount_block_entries(BlockDriverState *bs, int64_t refcount_block_offset, int first_index, int last_index) argument [all...] |
/external/chromium_org/ash/shelf/ |
H A D | shelf_view_unittest.cc | 1524 int first_index = test_for_overflow_view.GetFirstVisibleIndex(); local 1525 button = test_for_overflow_view.GetButton(first_index); 1580 int first_index = test_for_overflow_view.GetFirstVisibleIndex(); local 1584 test_for_overflow_view.GetButton(first_index);
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/ |
H A D | os2_table.cc | 502 void OS2Table::Builder::SetUsFirstCharIndex(int32_t first_index) { argument 503 InternalWriteData()->WriteUShort(Offset::kUsFirstCharIndex, first_index);
|
/external/kernel-headers/original/linux/ |
H A D | mm.h | 705 pgoff_t first_index; /* Lowest page->index to unmap */ member in struct:zap_details
|
/external/sfntly/cpp/src/sfntly/table/core/ |
H A D | os2_table.cc | 500 void OS2Table::Builder::SetUsFirstCharIndex(int32_t first_index) { argument 501 InternalWriteData()->WriteUShort(Offset::kUsFirstCharIndex, first_index);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
H A D | brw_context.h | 713 int first_index; member in struct:brw_query_object
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_context.h | 713 int first_index; member in struct:brw_query_object
|
/external/valgrind/main/coregrind/m_debuginfo/ |
H A D | readpdb.c | 369 unsigned short first_index; member in struct:_PDB_TYPES_OLD 381 unsigned long first_index; member in struct:_PDB_TYPES 1158 types->first_index = old->first_index;
|
/external/v8/src/ |
H A D | hydrogen.cc | 7938 int first_index = current->first_instruction_index(); local 7942 LifetimePosition::FromInstructionIndex(first_index).Value()); 7984 int first_index = current->first_instruction_index(); local 7986 if (first_index != -1 && last_index != -1) { 7988 for (int i = first_index; i <= last_index; ++i) {
|
/external/chromium_org/v8/src/ |
H A D | hydrogen.cc | 10591 int first_index = current->first_instruction_index(); local 10595 LifetimePosition::FromInstructionIndex(first_index).Value()); 10637 int first_index = current->first_instruction_index(); local 10639 if (first_index != -1 && last_index != -1) { 10641 for (int i = first_index; i <= last_index; ++i) {
|