Searched refs:first_index (Results 1 - 16 of 16) 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/ui/app_list/views/
H A Dapps_grid_view_unittest.cc356 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/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/v8/test/cctest/
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/v8/src/
H A Dd8.js1753 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 !
[all...]
H A Dhydrogen.cc7938 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/third_party/ots/src/
H A Dots.cc317 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/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/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c369 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/kernel-headers/original/linux/
H A Dmm.h705 pgoff_t first_index; /* Lowest page->index to unmap */ member in struct:zap_details
/external/chromium_org/v8/src/
H A Dhydrogen.cc9619 int first_index = current->first_instruction_index(); local
9623 LifetimePosition::FromInstructionIndex(first_index).Value());
9664 int first_index = current->first_instruction_index(); local
9666 if (first_index != -1 && last_index != -1) {
9668 for (int i = first_index; i <= last_index; ++i) {

Completed in 474 milliseconds