| /external/icu4c/tools/toolutil/ |
| package.h | 112 const Item *getItem(int32_t idx) const;
|
| /external/kernel-headers/original/linux/ |
| mmzone.h | 376 static inline int is_highmem_idx(int idx) 378 return (idx == ZONE_HIGHMEM); 381 static inline int is_normal_idx(int idx) 383 return (idx == ZONE_NORMAL);
|
| /external/linux-tools-perf/util/ |
| evlist.h | 56 union perf_event *perf_evlist__mmap_read(struct perf_evlist *self, int idx);
|
| /external/llvm/lib/DebugInfo/ |
| DWARFDebugInfoEntry.cpp | 356 uint32_t idx = 0; local 357 while (idx < attr_idx) 358 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(idx++), 362 form_value = DWARFFormValue(AbbrevDecl->getFormByIndex(idx));
|
| /external/llvm/lib/Transforms/Utils/ |
| LoopUnrollRuntime.cpp | 177 unsigned idx = NewPHI->getBasicBlockIndex(Latch); local 178 Value *InVal = NewPHI->getIncomingValue(idx); 182 NewPHI->setIncomingValue(idx, InVal); 183 NewPHI->setIncomingBlock(idx, InsertTop);
|
| /external/llvm/utils/lit/lit/ |
| ProgressBar.py | 180 idx = i % 5 181 if idx == 0: 183 elif idx == 1: 185 elif idx < 4:
|
| /external/opencv/otherlibs/highgui/ |
| grfmt_jpeg.h | 156 void ProcessScan( int* idx, int ns, uchar* data, int step, int color );
|
| /external/v8/test/mjsunit/regress/ |
| regress-728.js | 39 function get(idx) { return obj[idx]; }
|
| /external/webkit/Source/JavaScriptCore/runtime/ |
| DatePrototype.cpp | 294 int idx = 0; local 302 if (maxArgs >= 4 && idx < numArgs) { 304 double hours = exec->argument(idx++).toIntegerPreserveNaN(exec); 310 if (maxArgs >= 3 && idx < numArgs && ok) { 312 double minutes = exec->argument(idx++).toIntegerPreserveNaN(exec); 318 if (maxArgs >= 2 && idx < numArgs && ok) { 320 double seconds = exec->argument(idx++).toIntegerPreserveNaN(exec); 329 if (idx < numArgs) { 330 double millis = exec->argument(idx).toIntegerPreserveNaN(exec); 346 int idx = 0 local [all...] |
| /external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
| driver_hostap.h | 112 u8 idx; member in struct:prism2_hostapd_param::__anon15390::__anon15393
|
| /external/wpa_supplicant_8/src/ap/ |
| ieee802_1x.h | 69 int idx);
|
| /external/wpa_supplicant_8/src/drivers/ |
| driver_wext.h | 84 int idx, u32 value);
|
| /frameworks/av/media/libstagefright/codecs/aacenc/src/ |
| block_switch.c | 252 Word32 i, idx; local 256 idx = 0; 262 idx = i; 265 *index = idx;
|
| /frameworks/compile/mclinker/include/mcld/Support/ |
| Allocators.h | 221 unsigned int idx=0; local 224 while (idx != prev->bound) { 225 destroy(&prev->data[idx]); 226 ++idx;
|
| /frameworks/rs/ |
| rs.h | 28 RsObjectBase rsaFileA3DGetEntryByIndex(RsContext, uint32_t idx, RsFile);
|
| /packages/inputmethods/PinyinIME/jni/share/ |
| ngram.cpp | 65 CODEBOOK_TYPE idx; local 66 idx = qsearch_nearest(code_book, freqs[pos], 0, kCodeBookSize - 1); 67 if (idx != code_idx[pos]) 69 code_idx[pos] = idx;
|
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| cfgloop.h | 525 unsigned idx; member in struct:__anon20734 533 while (VEC_iterate (int, li->to_visit, li->idx, anum)) 535 li->idx++; 552 li->idx = 0;
|
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| cfgloop.h | 525 unsigned idx; member in struct:__anon21578 533 while (VEC_iterate (int, li->to_visit, li->idx, anum)) 535 li->idx++; 552 li->idx = 0;
|
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| cfgloop.h | 525 unsigned idx; member in struct:__anon21971 533 while (VEC_iterate (int, li->to_visit, li->idx, anum)) 535 li->idx++; 552 li->idx = 0;
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
| string2.h | 56 # define __STRING2_SMALL_GET16(src, idx) \ 57 (((__const unsigned char *) (__const char *) (src))[idx + 1] << 8 \ 58 | ((__const unsigned char *) (__const char *) (src))[idx]) 59 # define __STRING2_SMALL_GET32(src, idx) \ 60 (((((__const unsigned char *) (__const char *) (src))[idx + 3] << 8 \ 61 | ((__const unsigned char *) (__const char *) (src))[idx + 2]) << 8 \ 62 | ((__const unsigned char *) (__const char *) (src))[idx + 1]) << 8 \ 63 | ((__const unsigned char *) (__const char *) (src))[idx]) 65 # define __STRING2_SMALL_GET16(src, idx) \ 66 (((__const unsigned char *) (__const char *) (src))[idx] << 8 [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
| string2.h | 56 # define __STRING2_SMALL_GET16(src, idx) \ 57 (((__const unsigned char *) (__const char *) (src))[idx + 1] << 8 \ 58 | ((__const unsigned char *) (__const char *) (src))[idx]) 59 # define __STRING2_SMALL_GET32(src, idx) \ 60 (((((__const unsigned char *) (__const char *) (src))[idx + 3] << 8 \ 61 | ((__const unsigned char *) (__const char *) (src))[idx + 2]) << 8 \ 62 | ((__const unsigned char *) (__const char *) (src))[idx + 1]) << 8 \ 63 | ((__const unsigned char *) (__const char *) (src))[idx]) 65 # define __STRING2_SMALL_GET16(src, idx) \ 66 (((__const unsigned char *) (__const char *) (src))[idx] << 8 [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
| string2.h | 56 # define __STRING2_SMALL_GET16(src, idx) \ 57 (((__const unsigned char *) (__const char *) (src))[idx + 1] << 8 \ 58 | ((__const unsigned char *) (__const char *) (src))[idx]) 59 # define __STRING2_SMALL_GET32(src, idx) \ 60 (((((__const unsigned char *) (__const char *) (src))[idx + 3] << 8 \ 61 | ((__const unsigned char *) (__const char *) (src))[idx + 2]) << 8 \ 62 | ((__const unsigned char *) (__const char *) (src))[idx + 1]) << 8 \ 63 | ((__const unsigned char *) (__const char *) (src))[idx]) 65 # define __STRING2_SMALL_GET16(src, idx) \ 66 (((__const unsigned char *) (__const char *) (src))[idx] << 8 [all...] |
| /system/extras/tests/sdcard/ |
| sdcard_perf_test.cpp | 281 // @param idx iteration number. 284 bool readData(char *const chunk, const int idx, TestCase *testCase) 288 sprintf(filename, "%s/file-%d-%d", kTestDir, idx, getpid()); 412 bool writeData(const char *const chunk, const int idx, TestCase *testCase) { 415 sprintf(filename, "%s/file-%d-%d", kTestDir, idx, getpid());
|
| /cts/tests/tests/media/src/android/media/cts/ |
| DecoderTest.java | 169 int idx = (numBytesDecoded + i) / 2; local 170 assertTrue("decoder returned too much data", idx < masterBuffer.length); 171 short mastersample = masterBuffer[idx];
|
| /dalvik/dexgen/src/com/android/dexgen/rop/code/ |
| BasicBlockList.java | 159 int idx = indexOfLabel(label); local 161 if (idx < 0) { 166 return get(idx);
|