Home
last modified time | relevance | path

Searched defs:index (Results 5951 - 5975 of 12422) sorted by relevance

1...<<231232233234235236237238239240>>...497

/third_party/skia/tools/viewer/
H A DTouchGesture.cpp151 int index = this->findRec(owner); in touchBegin() local
215 int index = this->findRec(owner); in touchMoved() local
264 int index = this->findRec(owner); in touchEnd() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestriebuilder.cpp64 char charAt(int32_t index, const CharString &strings) const { return data(strings)[index]; } in charAt() argument
H A Dloclikelysubtags.cpp521 int32_t index; variable
[all...]
H A Ducasemap.cpp443 int32_t index; in ucasemap_internalUTF8ToTitle() local
[all...]
H A Ducharstriebuilder.cpp50 UChar charAt(int32_t index, const UnicodeString &strings) const { in charAt() argument
H A Ducptrie.cpp278 const uint16_t *index = trie->index; in getRange() local
[all...]
H A Duiter.cpp245 utf16BEIteratorGet(UCharIterator *iter, int32_t index) utf16BEIteratorGet() argument
252 int32_t index; utf16BEIteratorCurrent() local
263 int32_t index; utf16BEIteratorNext() local
275 int32_t index; utf16BEIteratorPrevious() local
599 int32_t i, limit, index; utf8IteratorGetIndex() local
873 int32_t index; utf8IteratorNext() local
908 int32_t index; utf8IteratorPrevious() local
961 int32_t index=(int32_t)(state>>1); /* UTF-8 index */ utf8IteratorSetState() local
[all...]
H A Dutrie.h153 const uint16_t *index; global() member
559 int32_t index[UTRIE_MAX_INDEX_LENGTH+UTRIE_SURROGATE_BLOCK_COUNT]; global() member
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dmessagepattern.h828 int32_t index; global() member in MessagePattern::Part
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_info.cpp2291 uint32 index; in PostParse() local
[all...]
H A Ddng_stream.cpp691 uint32 index = 0; in Get_CString() local
715 uint32 index = 0; in Get_UString() local
H A Ddng_render.cpp405 int32 index = Pin_int32 (0, (int32) y, kTableSize - 2); in Evaluate() local
685 int32 index = Pin_int32 (0, (int32) y, kTableSize - 2); in EvaluateInverse() local
H A Ddng_linearization_info.cpp201 uint32 index = j * fBlack_2D_cols + k; in dng_linearize_plane() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageReflection.java265 MergeTarget setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value); in setRepeatedField() argument
156 subMessagePrefix( final String prefix, final Descriptors.FieldDescriptor field, final int index) subMessagePrefix() argument
385 setRepeatedField( Descriptors.FieldDescriptor field, int index, Object value) setRepeatedField() argument
587 setRepeatedField( Descriptors.FieldDescriptor field, int index, Object value) setRepeatedField() argument
H A DUtf8.java158 public static boolean isValidUtf8(byte[] bytes, int index, int limit) { in isValidUtf8() argument
175 public static int partialIsValidUtf8(int state, byte[] bytes, int index, int limit) { in partialIsValidUtf8() argument
193 private static int incompleteStateFor(byte[] bytes, int index, in argument
207 incompleteStateFor( final ByteBuffer buffer, final int byte1, final int index, final int remaining) incompleteStateFor() argument
226 UnpairedSurrogateException(int index, int length) UnpairedSurrogateException() argument
319 partialIsValidUtf8(int state, ByteBuffer buffer, int index, int limit) partialIsValidUtf8() argument
328 decodeUtf8(ByteBuffer buffer, int index, int size) decodeUtf8() argument
338 decodeUtf8(byte[] bytes, int index, int size) decodeUtf8() argument
368 estimateConsecutiveAscii(ByteBuffer buffer, int index, int limit) estimateConsecutiveAscii() argument
389 isValidUtf8(byte[] bytes, int index, int limit) isValidUtf8() argument
406 partialIsValidUtf8(int state, byte[] bytes, int index, int limit) partialIsValidUtf8() argument
416 isValidUtf8(ByteBuffer buffer, int index, int limit) isValidUtf8() argument
426 partialIsValidUtf8( final int state, final ByteBuffer buffer, int index, final int limit) partialIsValidUtf8() argument
438 partialIsValidUtf8Direct( final int state, final ByteBuffer buffer, int index, final int limit) partialIsValidUtf8Direct() argument
446 partialIsValidUtf8Default( final int state, final ByteBuffer buffer, int index, final int limit) partialIsValidUtf8Default() argument
540 partialIsValidUtf8(final ByteBuffer buffer, int index, final int limit) partialIsValidUtf8() argument
616 decodeUtf8(byte[] bytes, int index, int size) decodeUtf8() argument
624 decodeUtf8(ByteBuffer buffer, int index, int size) decodeUtf8() argument
636 decodeUtf8Direct(ByteBuffer buffer, int index, int size) decodeUtf8Direct() argument
643 decodeUtf8Default(ByteBuffer buffer, int index, int size) decodeUtf8Default() argument
862 partialIsValidUtf8(int state, byte[] bytes, int index, int limit) partialIsValidUtf8() argument
950 partialIsValidUtf8Direct(int state, ByteBuffer buffer, int index, int limit) partialIsValidUtf8Direct() argument
956 decodeUtf8(byte[] bytes, int index, int size) decodeUtf8() argument
1031 decodeUtf8Direct(ByteBuffer buffer, int index, int size) decodeUtf8Direct() argument
1095 partialIsValidUtf8(byte[] bytes, int index, int limit) partialIsValidUtf8() argument
1105 partialIsValidUtf8NonAscii(byte[] bytes, int index, int limit) partialIsValidUtf8NonAscii() argument
1176 partialIsValidUtf8(int state, byte[] bytes, final int index, final int limit) partialIsValidUtf8() argument
1271 partialIsValidUtf8Direct( final int state, ByteBuffer buffer, final int index, final int limit) partialIsValidUtf8Direct() argument
1368 decodeUtf8(byte[] bytes, int index, int size) decodeUtf8() argument
1443 decodeUtf8Direct(ByteBuffer buffer, int index, int size) decodeUtf8Direct() argument
[all...]
H A DSmallSortedMap.java183 public Map.Entry<K, V> getArrayEntryAt(int index) { in getArrayEntryAt() argument
296 removeArrayEntryAt(int index) removeArrayEntryAt() argument
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DAbstractMessageTest.java99 public Object getRepeatedField(Descriptors.FieldDescriptor field, int index) { in getRepeatedField() argument
193 public Object getRepeatedField(Descriptors.FieldDescriptor field, int index) { in getRepeatedField() argument
198 public Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) { in setRepeatedField() argument
H A DCodedInputStreamTest.java595 private int index = 0; field in CodedInputStreamTest.RepeatingInputStream
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Drepeated_field.c50 void* RepeatedField_memoryat(RepeatedField* self, int index, int element_size) { in RepeatedField_memoryat() argument
55 int index = NUM2INT(_index); in index_position() local
123 int index in RepeatedField_index() local
167 int index = index_position(_index, self); RepeatedField_index_set() local
251 RepeatedField_index_native(VALUE _self, int index) RepeatedField_index_native() argument
271 int index; RepeatedField_pop_one() local
[all...]
/third_party/python/Objects/stringlib/
H A Dfastsearch.h510 Py_ssize_t index = 0, count = 0; in _two_way_count() local
/third_party/python/PC/clinic/
H A Dwinreg.c.h534 int index; in winreg_EnumKey() local
587 int index; winreg_EnumValue() local
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc85 static int AssignItem(PyObject* pself, Py_ssize_t index, PyObject* arg) { in AssignItem() argument
191 Item(PyObject* pself, Py_ssize_t index) Item() argument
523 Py_ssize_t index; Subscript() local
638 Py_ssize_t index = -1; Subscript() local
[all...]
H A Drepeated_composite_container.cc143 Py_ssize_t index; in Insert() local
214 static PyObject* GetItem(RepeatedCompositeContainer* self, Py_ssize_t index, in GetItem() argument
241 Py_ssize_t index; in Subscript() local
439 Item(PyObject* pself, Py_ssize_t index) Subscript() argument
449 Py_ssize_t index = -1; Subscript() local
[all...]
/third_party/pulseaudio/src/modules/raop/
H A Draop-sink.c446 size_t index; in thread_func() local
/third_party/protobuf/src/google/protobuf/
H A Dreflection.h114 void Set(int index, const T& value) const { in Set() argument
173 const T& Get(int index, T* scratch_space) const { in Get() argument
224 const T& Get(int index, argument
231 Set(int index, const T& value) const Set() argument
358 Set(Field* data, int index, const ValueType& value) const Set() argument
[all...]

Completed in 29 milliseconds

1...<<231232233234235236237238239240>>...497