Searched refs:first_index (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/content/common/android/
H A Daddress_parser_internal.cc356 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/
H A Dtest-constantpool.cc46 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);
H A Dtest-declarative-accessors.cc265 int first_index = 13; local
272 ->NewRawShift(helper.isolate_, first_index*kPointerSize)
278 array->As<uintptr_t**>()[first_index] =
/external/qemu/block/
H A Dqcow2-refcount.c426 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/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_queryobj.c189 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;
H A Dbrw_context.h713 int first_index; member in struct:brw_query_object
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_queryobj.c189 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;
H A Dbrw_context.h713 int first_index; member in struct:brw_query_object
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view_unittest.cc690 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/
H A Dcode-generator-arm.cc59 Operand InputOperand2(int first_index) { argument
60 const int index = first_index;
91 MemOperand InputOffset(int* first_index) { argument
92 const int index = *first_index;
107 *first_index += 2;
110 *first_index += 2;
/external/chromium_org/third_party/ots/src/
H A Dots.cc323 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/
H A Dcode-generator-arm64.cc49 MemOperand MemoryOperand(int* first_index) { argument
50 const int index = *first_index;
55 *first_index += 2;
58 *first_index += 2;
/external/chromium_org/ash/shelf/
H A Dshelf_view_unittest.cc1489 int first_index = test_for_overflow_view.GetFirstVisibleIndex(); local
1490 button = test_for_overflow_view.GetButton(first_index);
1533 int first_index = test_for_overflow_view.GetFirstVisibleIndex(); local
1536 ShelfButton* first_button = test_for_overflow_view.GetButton(first_index);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dos2_table.h382 void SetUsFirstCharIndex(int32_t first_index);
H A Dos2_table.cc502 void OS2Table::Builder::SetUsFirstCharIndex(int32_t first_index) { argument
503 InternalWriteData()->WriteUShort(Offset::kUsFirstCharIndex, first_index);
/external/sfntly/cpp/src/sfntly/table/core/
H A Dos2_table.h382 void SetUsFirstCharIndex(int32_t first_index);
H A Dos2_table.cc500 void OS2Table::Builder::SetUsFirstCharIndex(int32_t first_index) { argument
501 InternalWriteData()->WriteUShort(Offset::kUsFirstCharIndex, first_index);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h385 int64_t& first_index,
H A DSymbolFileDWARF.cpp4393 int64_t& first_index,
6840 int64_t first_index = 0; local
6894 ParseChildArrayInfo(sc, dwarf_cu, die, first_index, element_orders, byte_stride, bit_stride);
4388 ParseChildArrayInfo( const SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *parent_die, int64_t& first_index, std::vector<uint64_t>& element_orders, uint32_t& byte_stride, uint32_t& bit_stride ) argument
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c370 unsigned short first_index; member in struct:_PDB_TYPES_OLD
382 unsigned long first_index; member in struct:_PDB_TYPES
1160 types->first_index = old->first_index;
/external/chromium_org/v8/src/
H A Dobjects-inl.h2352 next_index_ = array_->first_index(type_, EXTENDED_SECTION);
2394 int ConstantPoolArray::first_index(Type type, LayoutSection section) {
2411 return first_index(type, section) + number_of_entries(type, section) - 1;
2457 return (offset >= OffsetOfElementAt(first_index(type, SMALL_SECTION)) &&
2460 offset >= OffsetOfElementAt(first_index(type, EXTENDED_SECTION)) &&
H A Dobjects.h2572 // [first_index(INT64, SMALL_SECTION)] : 64 bit entries
2574 // [first_index(CODE_PTR, SMALL_SECTION)] : code pointer entries
2576 // [first_index(HEAP_PTR, SMALL_SECTION)] : heap pointer entries
2578 // [first_index(INT32, SMALL_SECTION)] : 32 bit entries
2588 // [first_index(INT64, EXTENDED_SECTION)] : 64 bit entries
2590 // [first_index(CODE_PTR, EXTENDED_SECTION)]: code pointer entries
2592 // [first_index(HEAP_PTR, EXTENDED_SECTION)]: heap pointer entries
2594 // [first_index(INT32, EXTENDED_SECTION)] : 32 bit entries
2664 next_index_(array->first_index(type, SMALL_SECTION)) {
2673 next_index_(array->first_index(typ
[all...]
H A Dhydrogen.cc12286 int first_index = current->first_instruction_index(); local
12290 LifetimePosition::FromInstructionIndex(first_index).Value());
12335 int first_index = current->first_instruction_index(); local
12337 if (first_index != -1 && last_index != -1) {
12339 for (int i = first_index; i <= last_index; ++i) {
H A Dobjects.cc9077 int offset = OffsetOfElementAt(first_index(type[i], section));

Completed in 682 milliseconds