/external/harfbuzz/src/ |
harfbuzz-gdef.c | 654 HB_UShort glyph_index, array_index, count; local 670 array_index = index; 678 array_index = index + 1; 682 byte = ngc[array_index][glyph_index / 4]; 989 HB_UShort array_index, glyph_index, count; local 1036 array_index = index; 1044 array_index = index + 1; 1048 byte = ngc[array_index][glyph_index / 4]; 1059 ngc[array_index][glyph_index / 4] &= mask; 1060 ngc[array_index][glyph_index / 4] |= bits [all...] |
/system/netd/ |
CommandListener.cpp | 512 int array_index = 0; local 514 while (array_index < num_addrs) { 515 if (!inet_aton(argv[arg_index++], &(addrs[array_index++]))) { [all...] |
/frameworks/base/core/jni/ |
android_bluetooth_common.cpp | 640 property_value *value, int len, int *array_index ) { 648 set_object_array_element(env, strArray, name, *array_index); 649 *array_index += 1; 653 set_object_array_element(env, strArray, buf, *array_index); 654 *array_index += 1; 658 set_object_array_element(env, strArray, buf, *array_index); 659 *array_index += 1; 663 set_object_array_element(env, strArray, buf1, *array_index); 664 *array_index += 1; 668 set_object_array_element(env, strArray, prop_val[i], *array_index); 682 int i, size = 0,array_index = 0; local 753 int array_index = 0, size = 0; local [all...] |
/external/mesa3d/src/glsl/ |
ir.h | 1415 ir_rvalue *array_index; member in class:ir_dereference_array [all...] |
/external/qemu/block/ |
vvfat.c | 194 static int array_index(array_t* array, void* pointer) function [all...] |
/external/v8/src/ |
objects.h | 5220 uint32_t array_index() { function in class:v8::internal::StringHasher [all...] |