/external/elfutils/libelf/ |
elf32_getphdr.c | 134 /* Now copy the data and at the same time convert the 195 of the host convert the data now. */ 203 CONVERT (phdr[cnt].p_type); 204 CONVERT (phdr[cnt].p_offset); 205 CONVERT (phdr[cnt].p_vaddr); 206 CONVERT (phdr[cnt].p_paddr); 207 CONVERT (phdr[cnt].p_filesz); 208 CONVERT (phdr[cnt].p_memsz); 209 CONVERT (phdr[cnt].p_flags); 210 CONVERT (phdr[cnt].p_align) [all...] |
elf_begin.c | 138 CONVERT (ehdr_mem.e32.e_shnum); 139 CONVERT (ehdr_mem.e32.e_shoff); 154 CONVERT (ehdr_mem.e64.e_shnum); 155 CONVERT (ehdr_mem.e64.e_shoff); 197 CONVERT (size); 244 CONVERT (size); 362 CONVERT (elf->state.elf32.ehdr_mem.e_type); 363 CONVERT (elf->state.elf32.ehdr_mem.e_machine); 364 CONVERT (elf->state.elf32.ehdr_mem.e_version); 365 CONVERT (elf->state.elf32.ehdr_mem.e_entry) [all...] |
elf32_getshdr.c | 113 /* Now copy the data and at the same time convert the byte order. */ 179 of the host convert the data now. */ 183 CONVERT (shdr[cnt].sh_name); 184 CONVERT (shdr[cnt].sh_type); 185 CONVERT (shdr[cnt].sh_flags); 186 CONVERT (shdr[cnt].sh_addr); 187 CONVERT (shdr[cnt].sh_offset); 188 CONVERT (shdr[cnt].sh_size); 189 CONVERT (shdr[cnt].sh_link); 190 CONVERT (shdr[cnt].sh_info) [all...] |
elf_getshstrndx.c | 149 CONVERT (shdr_mem.sh_link); 187 CONVERT (shdr_mem.sh_link);
|
common.h | 157 /* Macro to convert endianess in place. It determines the function it 159 #define CONVERT(Var) \
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_draw.c | 62 /* Convert the incoming array to GLfloats. Understands the 65 #define CONVERT( TYPE, MACRO ) do { \ 90 * Convert array of BGRA/GLubyte[4] values to RGBA/float[4] 130 * \brief Convert fixed-point to floating-point. 166 /* Adjust pointer to point at first requested element, convert to 186 CONVERT(GLbyte, BYTE_TO_FLOAT); 194 CONVERT(GLubyte, UBYTE_TO_FLOAT); 198 CONVERT(GLshort, SHORT_TO_FLOAT); 201 CONVERT(GLushort, USHORT_TO_FLOAT); 204 CONVERT(GLint, INT_TO_FLOAT); [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_draw.c | 62 /* Convert the incoming array to GLfloats. Understands the 65 #define CONVERT( TYPE, MACRO ) do { \ 90 * Convert array of BGRA/GLubyte[4] values to RGBA/float[4] 130 * \brief Convert fixed-point to floating-point. 166 /* Adjust pointer to point at first requested element, convert to 186 CONVERT(GLbyte, BYTE_TO_FLOAT); 194 CONVERT(GLubyte, UBYTE_TO_FLOAT); 198 CONVERT(GLshort, SHORT_TO_FLOAT); 201 CONVERT(GLushort, USHORT_TO_FLOAT); 204 CONVERT(GLint, INT_TO_FLOAT); [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEvent.java | 42 * Convert. 46 public static final int CONVERT = 0xF0000002;
|
OpenWnnJAJP.java | 58 * Mode of the convert engine (Full-width KATAKANA). 64 * Mode of the convert engine (Half-width KATAKANA). 70 * Mode of the convert engine (EISU-KANA conversion). 76 * Mode of the convert engine (Symbol list). 84 * Mode of the convert engine (Keyboard type is QWERTY). 90 * Mode of the convert engine (Keyboard type is 12-keys). 173 /** Convert engine's state */ [all...] |
/external/e2fsprogs/lib/ext2fs/ |
tdb.c | 165 #define CONVERT(x) (DOCONV() ? tdb_convert(&x, sizeof(x)) : &x) 912 /* read a lump of data at a specified offset, maybe convert */ 1130 return tdb->methods->tdb_write(tdb, offset, CONVERT(off), sizeof(*d)); [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
DefaultSoftKeyboardJAJP.java | 574 /* Convert the key code to the table index and send the toggle event with the table index */ 653 mWnn.onEvent(new OpenWnnEvent(OpenWnnEvent.CONVERT)); [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/ |
vms_x_fix.h | [all...] |
/external/mesa3d/include/GL/ |
vms_x_fix.h | [all...] |
/external/elfutils/src/ |
elflint.c | [all...] |
readelf.c | 5396 convert (Elf *core, Elf_Type type, uint_fast16_t count, function [all...] |
/prebuilts/tools/common/cglib/ |
cglib-2.2.3.jar | |
cglib-nodep-2.2.3.jar | |
/prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/ |
cglib-nodep-2.2.2.jar | |
/external/robolectric/lib/main/ |
h2-1.2.147.jar | |
/external/robolectric/lib/test/ |
mockito-core-1.8.5.jar | |
/external/dexmaker/lib/ |
mockito-core-1.9.1-SNAPSHOT.jar | |
/build/tools/droiddoc/templates-sac/assets/js/ |
android_3p-bundle.js | 261 // These should be rare since most browsers convert them to normal chars. 698 // <br> tags are lexically significant so convert them to text. [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
android_3p-bundle.js | 261 // These should be rare since most browsers convert them to normal chars. 698 // <br> tags are lexically significant so convert them to text. [all...] |