/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
entries.in | [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
ecoff.c | 1006 unsigned int indx = rndx->index; 1015 || (rndx->rfd == 0xfff && indx == 0)) 1017 else if (indx == indexNil) 1037 indx += fdr->isymBase; 1041 + indx * debug_swap->external_sym_size), 1050 ((unsigned long) indx 1057 ecoff_type_to_string (bfd *abfd, FDR *fdr, unsigned int indx) 1087 if (AUX_GET_ISYM (bigendian, &aux_ptr[indx]) == (bfd_vma) -1) 1089 _bfd_ecoff_swap_tir_in (bigendian, &aux_ptr[indx++].a_ti, &u.ti); 1003 unsigned int indx = rndx->index; local 1456 unsigned int indx; local [all...] |
sunos.c | 2338 long indx; local [all...] |
coffswap.h | 384 int indx, 392 COFF_ADJUST_AUX_IN_PRE (abfd, ext1, type, in_class, indx, numaux, in1); 410 if (indx == 0) 479 COFF_ADJUST_AUX_IN_POST (abfd, ext1, type, in_class, indx, numaux, in1); 488 int indx ATTRIBUTE_UNUSED, 496 COFF_ADJUST_AUX_OUT_PRE (abfd, inp, type, in_class, indx, numaux, extp); 570 COFF_ADJUST_AUX_OUT_POST (abfd, inp, type, in_class, indx, numaux, extp);
|
coff-stgo32.c | 219 int indx ATTRIBUTE_UNUSED, 237 int indx ATTRIBUTE_UNUSED, 255 int indx ATTRIBUTE_UNUSED,
|
elf32-v850.c | 2629 unsigned int indx; local 2728 unsigned int indx = sym->st_shndx; local 2952 unsigned long indx; local 3322 unsigned long indx; local 3372 unsigned long indx; local 3565 unsigned long indx; local [all...] |
elf-vxworks.c | 115 htab->hgot->indx = -2; 123 htab->hplt->indx = -2;
|
elf32-i386.c | 368 unsigned int indx; local 370 if ((indx = r_type) >= R_386_standard 371 && ((indx = r_type - R_386_ext_offset) - R_386_standard 373 && ((indx = r_type - R_386_tls_offset) - R_386_ext 375 && ((indx = r_type - R_386_vt_offset) - R_386_irelative 380 indx = R_386_NONE; 382 BFD_ASSERT (elf_howto_table [indx].type == r_type); 383 return &elf_howto_table[indx]; 868 as global symbol. We reuse indx and dynstr_index for local symbol 876 return ELF_LOCAL_SYMBOL_HASH (h->indx, h->dynstr_index) 2567 unsigned int indx; local 3192 unsigned int indx; local [all...] |
nlm32-ppc.c | 733 int indx) 752 if (indx != -1) 755 l_symndx = indx + 3; 853 static int indx; 873 relocs[i].rel, indx)) 879 ++indx; 852 static int indx; local
|
elfxx-sparc.c | 3488 long indx; local 3627 int dr_type, indx; local [all...] |
/cts/tools/dasm/src/java_cup/ |
terminal_set.java | 86 * @param indx the index of the terminal in question. 88 public boolean contains(int indx) 90 return _elements.get(indx);
|
terminal.java | 83 public static terminal find(int indx) 85 Integer the_indx = new Integer(indx);
|
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
avcapi_common.h | 198 @param indx Index of a frame in DPB (AVC library keeps track of the index). 202 typedef int (*FunctionType_FrameBind)(void *userData, int indx, uint8 **yuv); 207 @param indx Index of frame to be unbound (AVC library keeps track of the index).
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
motion_est.cpp | 1575 Int indx, i; local 1625 Int indx, j; local [all...] |
/frameworks/base/core/jni/ |
android_opengl_GLES10Ext.cpp | 65 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, 67 glVertexAttribPointer(indx, size, type, normalized, stride, pointer); 71 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, 73 glVertexAttribIPointer(indx, size, type, stride, pointer);
|
/toolchain/binutils/binutils-2.25/include/coff/ |
sparc.h | 93 char x_tagndx[4]; /* str, un, or enum tag indx */
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/ |
Terminal_Suite.py | 77 # element 'cwin' as ['name', 'indx', 'rele', 'rang', 'test', 'ID '] 78 # element 'docu' as ['name', 'indx', 'rele', 'rang', 'test']
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/ |
Terminal_Suite.py | 77 # element 'cwin' as ['name', 'indx', 'rele', 'rang', 'test', 'ID '] 78 # element 'docu' as ['name', 'indx', 'rele', 'rang', 'test']
|
/external/skia/include/gpu/gl/ |
GrGLFunctions.h | 176 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttrib1fProc)(GrGLuint indx, const GrGLfloat value); 177 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttrib2fvProc)(GrGLuint indx, const GrGLfloat* values); 178 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttrib3fvProc)(GrGLuint indx, const GrGLfloat* values); 179 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttrib4fvProc)(GrGLuint indx, const GrGLfloat* values); 181 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttribIPointerProc)(GrGLuint indx, GrGLint size, GrGLenum type, GrGLsizei stride, const GrGLvoid* ptr); 182 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttribPointerProc)(GrGLuint indx, GrGLint size, GrGLenum type, GrGLboolean normalized, GrGLsizei stride, const GrGLvoid* ptr); [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
rdcoff.c | 108 coff_get_slot (struct coff_types *types, long indx) 116 if (indx / COFF_SLOTS > 1000) 117 fatal (_("Excessively large slot index: %lx"), indx); 119 while (indx >= COFF_SLOTS) 127 indx -= COFF_SLOTS; 136 return (*pps)->slots + indx;
|
/development/ndk/platforms/android-18/include/GLES3/ |
gl3.h | [all...] |
/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/GLES3/ |
gl3.h | [all...] |
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/GLES3/ |
gl3.h | [all...] |
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/GLES3/ |
gl3.h | [all...] |
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/GLES3/ |
gl3.h | [all...] |