| /third_party/skia/tools/viewer/ |
| H A D | TouchGesture.cpp | 151 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 D | bytestriebuilder.cpp | 64 char charAt(int32_t index, const CharString &strings) const { return data(strings)[index]; } in charAt() argument
|
| H A D | loclikelysubtags.cpp | 521 int32_t index; variable [all...] |
| H A D | ucasemap.cpp | 443 int32_t index; in ucasemap_internalUTF8ToTitle() local [all...] |
| H A D | ucharstriebuilder.cpp | 50 UChar charAt(int32_t index, const UnicodeString &strings) const { in charAt() argument
|
| H A D | ucptrie.cpp | 278 const uint16_t *index = trie->index; in getRange() local [all...] |
| H A D | uiter.cpp | 245 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 D | utrie.h | 153 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 D | messagepattern.h | 828 int32_t index; global() member in MessagePattern::Part [all...] |
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_info.cpp | 2291 uint32 index; in PostParse() local [all...] |
| H A D | dng_stream.cpp | 691 uint32 index = 0; in Get_CString() local 715 uint32 index = 0; in Get_UString() local
|
| H A D | dng_render.cpp | 405 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 D | dng_linearization_info.cpp | 201 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 D | MessageReflection.java | 265 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 D | Utf8.java | 158 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 D | SmallSortedMap.java | 183 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 D | AbstractMessageTest.java | 99 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 D | CodedInputStreamTest.java | 595 private int index = 0; field in CodedInputStreamTest.RepeatingInputStream
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | repeated_field.c | 50 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 D | fastsearch.h | 510 Py_ssize_t index = 0, count = 0; in _two_way_count() local
|
| /third_party/python/PC/clinic/ |
| H A D | winreg.c.h | 534 int index; in winreg_EnumKey() local 587 int index; winreg_EnumValue() local [all...] |
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | repeated_scalar_container.cc | 85 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 D | repeated_composite_container.cc | 143 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 D | raop-sink.c | 446 size_t index; in thread_func() local
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | reflection.h | 114 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...] |