Searched refs:index (Results 176 - 200 of 8871) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/passwords/
H A Dsave_password_refusal_combobox_model.cc25 base::string16 SavePasswordRefusalComboboxModel::GetItemAt(int index) { argument
26 return items_[index];
29 bool SavePasswordRefusalComboboxModel::IsItemSeparatorAt(int index) { argument
30 return items_[index].empty();
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DTextureStorage.cpp35 unsigned int TextureStorage::getRenderTargetSerial(const gl::ImageIndex &index) const
37 unsigned int layerOffset = (index.hasLayer() ? (static_cast<unsigned int>(index.layerIndex) * mRenderTargetSerialsLayerStride) : 0);
38 return mFirstRenderTargetSerial + static_cast<unsigned int>(index.mipIndex) + layerOffset;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_bitmask.h65 * Returns the bit index on success, or UTIL_BITMASK_INVALID_INDEX on out of
74 * Returns the input index on success, or UTIL_BITMASK_INVALID_INDEX on out of
79 unsigned index);
83 unsigned index);
87 unsigned index);
104 * Search for the first set bit, starting from the giving index.
110 unsigned index);
H A Du_handle_table.c131 unsigned index)
141 object = ht->objects[index];
143 ht->objects[index] = NULL;
155 unsigned index; local
170 index = ht->filled;
171 handle = index + 1;
178 if(!handle_table_resize(ht, index))
181 assert(!ht->objects[index]);
182 ht->objects[index] = object;
194 unsigned index; local
130 handle_table_clear(struct handle_table *ht, unsigned index) argument
241 unsigned index; local
264 unsigned index; local
285 unsigned index; local
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dcreate_augmented_vec.h30 int16_t index, /* (i) Index for the augmented vector to be created */
H A Dgain_dequant.h31 int16_t index, /* (i) quantization index */
H A Dsimple_lsf_dequant.h25 * obtain dequantized lsf coefficients from quantization index
30 int16_t *index, /* (i) quantization index */
H A Dsort_sq.c27 int16_t *index, /* (o) the quantization index */
35 *index = 0;
44 *index = i;
47 *index = i - 1;
25 WebRtcIlbcfix_SortSq( int16_t *xq, int16_t *index, int16_t x, const int16_t *cb, int16_t cb_size ) argument
/external/chromium_org/ui/base/models/
H A Dtree_node_iterator.h34 int index = 0; local
37 // This is to satisfy the iterator invariant that the current index in the
40 for (; index < node->child_count(); ++index)
41 if (prune.is_null() || !prune.Run(node->GetChild(index)))
44 if (index < node->child_count())
45 positions_.push(Position<NodeType>(node, index));
63 // There must always be a valid node in the current Position index.
64 NodeType* result = positions_.top().node->GetChild(positions_.top().index);
67 positions_.top().index
92 Position(PositionNodeType* node, int index) argument
96 int index; member in struct:ui::TreeNodeIterator::Position
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dfor-in-delete.js32 var index = 0;
35 assertEquals(expected[index], p);
36 index++;
38 assertEquals(expected.length, index);
/external/javassist/src/main/javassist/bytecode/
H A DInstructionPrinter.java150 int index = iter.u16bitAt(pos + 2);
164 return opcodes[opcode] + " " + index;
195 private static String classInfo(ConstPool pool, int index) { argument
196 return "#" + index + " = Class " + pool.getClassInfo(index);
200 private static String interfaceMethodInfo(ConstPool pool, int index) { argument
201 return "#" + index + " = Method "
202 + pool.getInterfaceMethodrefClassName(index) + "."
203 + pool.getInterfaceMethodrefName(index) + "("
204 + pool.getInterfaceMethodrefType(index)
207 methodInfo(ConstPool pool, int index) argument
215 fieldInfo(ConstPool pool, int index) argument
262 ldc(ConstPool pool, int index) argument
[all...]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DFwdRef.java30 int index; field in class:FwdRef
/external/libcxx/test/utilities/type.index/type.index.synopsis/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/type.index/type.index.synopsis/Android.mk
19 test_name := utilities/type.index/type.index.synopsis/hash_type_index
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_bitmask.h65 * Returns the bit index on success, or UTIL_BITMASK_INVALID_INDEX on out of
74 * Returns the input index on success, or UTIL_BITMASK_INVALID_INDEX on out of
79 unsigned index);
83 unsigned index);
87 unsigned index);
104 * Search for the first set bit, starting from the giving index.
110 unsigned index);
H A Du_handle_table.c131 unsigned index)
141 object = ht->objects[index];
143 ht->objects[index] = NULL;
155 unsigned index; local
170 index = ht->filled;
171 handle = index + 1;
178 if(!handle_table_resize(ht, index))
181 assert(!ht->objects[index]);
182 ht->objects[index] = object;
194 unsigned index; local
130 handle_table_clear(struct handle_table *ht, unsigned index) argument
241 unsigned index; local
264 unsigned index; local
285 unsigned index; local
[all...]
/external/wpa_supplicant_8/hs20/server/ca/
H A Docsp-responder.sh3 openssl ocsp -index demoCA/index.txt -port 8888 -nmin 5 -rsigner ocsp.pem -rkey ocsp.key -CA demoCA/cacert.pem -text
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dalphaindextst.cpp32 UnicodeString joinLabelsAndAppend(AlphabeticIndex::ImmutableIndex &index, UnicodeString &dest) { argument
35 for (int32_t i = 0; (bucket = index.getBucket(i)) != NULL; ++i) {
52 void AlphabeticIndexTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
85 AlphabeticIndex *index = new AlphabeticIndex(Locale::getEnglish(), status); local
87 lc = index->getBucketCount(status);
91 delete index;
99 index = new AlphabeticIndex(coll, status);
101 TEST_ASSERT(coll == &index->getCollator());
102 assertEquals("only the underflow label in an index built from a collator",
103 1, index
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DBreakpoint.java34 public long index; field in class:Breakpoint
42 index = 0;
55 index = location;
/external/chromium_org/ash/shelf/
H A Dshelf_model_observer.h18 virtual void ShelfItemAdded(int index) = 0;
20 // Invoked after an item has been removed. |index| is the index the item was
22 virtual void ShelfItemRemoved(int index, ShelfID id) = 0;
30 virtual void ShelfItemChanged(int index, const ShelfItem& old_item) = 0;
/external/chromium_org/components/dom_distiller/core/
H A Darticle_distillation_update.cc22 size_t index) const {
23 DCHECK_GT(pages_.size(), index);
24 return pages_[index]->data;
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format.cc26 size_t index = static_cast<size_t>(id) - kStartPoint - 1; local
27 return (index < arraysize(names)) ? names[index] : "*unknown-command*";
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dparsepos.h37 * you can use the same <code>ParsePosition</code>, since the index parameter
50 * Default constructor, the index starts with 0 as default.
55 index(0),
60 * Create a new ParsePosition with the given initial index.
66 index(newIndex),
77 index(copy.index),
122 * is the index of the character at which parsing will begin; on output, it
123 * is the index of the character following the last character parsed.
124 * @return the current index
173 int32_t index; member in class:ParsePosition
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dgrowable_memory_byte_array.cc42 void GrowableMemoryByteArray::InternalPut(int32_t index, byte_t b) { argument
43 if ((size_t)index >= b_.size()) {
44 b_.resize((size_t)(index + 1));
46 b_[index] = b;
49 int32_t GrowableMemoryByteArray::InternalPut(int32_t index, argument
53 if ((size_t)index + length >= b_.size()) {
56 b_.resize((size_t)(index + length + 1));
58 std::copy(b + offset, b + offset + length, b_.begin() + index);
62 byte_t GrowableMemoryByteArray::InternalGet(int32_t index) { argument
63 return b_[index];
66 InternalGet(int32_t index, byte_t* b, int32_t offset, int32_t length) argument
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkOpArray.cpp16 bool SkOpArray::getIndex(int index, SkOperand2* operand) { argument
17 if (index >= count()) {
21 *operand = begin()[index];
/external/chromium_org/third_party/skia/src/core/
H A DSkPtrRecorder.cpp34 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); local
35 if (index < 0) {
38 return fList[index].fIndex;
50 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); local
51 if (index < 0) {
52 index = ~index; // turn it back into an index for insertion
55 *fList.insert(index) = pair;
58 return fList[index]
69 int index = p[i].fIndex - 1; local
[all...]

Completed in 4345 milliseconds

1234567891011>>