| /libcore/xml/src/main/java/org/kxml2/kdom/ |
| Node.java | 274 public void removeChild(int idx) { 275 children.removeElementAt(idx); 282 for (int i = idx; i < n; i++)
|
| /frameworks/base/libs/androidfw/ |
| ResourceTypes.cpp | 569 const uint16_t* ResStringPool::stringAt(size_t idx, size_t* u16len) const 571 if (mError == NO_ERROR && idx < mHeader->stringCount) { 573 const uint32_t off = mEntries[idx]/(isUTF8?sizeof(char):sizeof(char16_t)); 584 (int)idx, (int)(str+*u16len-strings), (int)mStringPoolSize); 597 if (mCache[idx] != NULL) { 598 return mCache[idx]; 605 (long long)idx, (long long)actualLen, (long long)*u16len); 612 (int)idx); 617 mCache[idx] = u16str; 621 (long long)idx, (long long)(u8str+u8len-strings) 1079 const ssize_t idx = dtohs(((const ResXMLTree_attrExt*)mCurExt)->idIndex); local 1088 const ssize_t idx = dtohs(((const ResXMLTree_attrExt*)mCurExt)->classIndex); local 1097 const ssize_t idx = dtohs(((const ResXMLTree_attrExt*)mCurExt)->styleIndex); local 4958 size_t idx = mPackageMap[id]; local [all...] |
| /external/elfutils/libcpu/ |
| i386_parse.y | 140 int idx; 147 int idx; 343 ns->idx = ++nsuffixes; 916 newp->idx = 0; 929 newp->idx = 0; 1080 (*(struct argstring **) nodep)->idx = ++count_op_str; 1103 (*(struct argstring **) nodep)->idx = ++count_op_str; 1205 int idx = 0; 1212 idx = (*res)->idx; [all...] |
| /external/icu4c/common/ |
| putil.c | 683 int32_t idx = 0; local 687 while (id[idx] && isNonDigit(id[idx]) && id[idx] != ',') { 688 idx++; 695 return (UBool)(id[idx] == 0 809 int32_t idx; local 813 for (idx = 0; idx < (int32_t)sizeof(OFFSET_ZONE_MAPPINGS)/sizeof(OFFSET_ZONE_MAPPINGS[0]); idx++ [all...] |
| /dalvik/libdex/ |
| ZipArchive.cpp | 454 ZipEntry findEntryByIndex(ZipArchive* pArchive, int idx) 456 if (idx < 0 || idx >= pArchive->mNumEntries) { 457 ALOGW("Invalid index %d", idx); 464 if (idx-- == 0)
|
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
| AbstractListTest.java | 216 public E remove(int idx) { 218 return list.remove(idx); 231 public void add(int idx, E o) { 233 list.add(idx, o); 322 public E remove(int idx) {
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| ExprEngineCallAndReturn.cpp | 266 for (unsigned Idx = 0, E = Call.getNumArgs(); Idx != E; ++Idx) { 267 if (FDecl && Idx < FDecl->getNumParams()) { 268 if (isPointerToConst(FDecl->getParamDecl(Idx))) 269 PreserveArgs.insert(Idx); 277 unsigned Idx = 0; 279 I = MDecl->param_begin(), E = MDecl->param_end(); I != E; ++I, ++Idx) { 281 PreserveArgs.insert(Idx); 319 for (unsigned idx = 0, e = Call.getNumArgs(); idx != e; ++idx) [all...] |
| /external/dropbear/libtomcrypt/src/encauth/eax/ |
| eax_test.c | 216 int err, x, idx, res; 221 if ((idx = find_cipher("aes")) == -1) { 222 if ((idx = find_cipher("rijndael")) == -1) { 229 if ((err = eax_encrypt_authenticate_memory(idx, tests[x].key, tests[x].keylen, 254 if ((err = eax_decrypt_verify_memory(idx, tests[x].key, tests[x].keylen,
|
| /external/freetype/src/cache/ |
| ftccache.c | 96 FT_UInt idx; local 99 idx = (FT_UInt)( hash & cache->mask ); 100 if ( idx < cache->p ) 101 idx = (FT_UInt)( hash & ( 2 * cache->mask + 1 ) ); 102 pnode = cache->buckets + idx;
|
| /external/freetype/src/sfnt/ |
| sfdriver.c | 115 FT_UInt idx, 127 if ( idx >= face->num_tables ) 130 *tag = face->dir_tables[idx].Tag; 131 *offset = face->dir_tables[idx].Offset; 132 *length = face->dir_tables[idx].Length;
|
| /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
| TerrainGrid.java | 328 protected void removeQuad(int idx) { 329 if (this.getQuad(idx) != null) { 331 l.tileDetached(getTileCell(this.getQuad(idx).getWorldTranslation()), this.getQuad(idx)); 333 this.detachChild(this.getQuad(idx));
|
| /external/linux-tools-perf/util/ |
| evsel.c | 35 struct perf_event_attr *attr, int idx) 37 evsel->idx = idx; 42 struct perf_evsel *perf_evsel__new(struct perf_event_attr *attr, int idx) 47 perf_evsel__init(evsel, attr, idx);
|
| evlist.c | 175 union perf_event *perf_evlist__mmap_read(struct perf_evlist *evlist, int idx) 179 struct perf_mmap *md = &evlist->mmap[idx]; 267 int idx, int prot, int mask, int fd) 269 evlist->mmap[idx].prev = 0; 270 evlist->mmap[idx].mask = mask; 271 evlist->mmap[idx].base = mmap(NULL, evlist->mmap_len, prot, 273 if (evlist->mmap[idx].base == MAP_FAILED)
|
| /external/openssl/crypto/ |
| crypto.h | 161 int idx, long argl, void *argp); 164 int idx, long argl, void *argp); 167 int idx, long argl, void *argp); 409 int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val); 410 void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad,int idx);
|
| /external/openssl/include/openssl/ |
| crypto.h | 161 int idx, long argl, void *argp); 164 int idx, long argl, void *argp); 167 int idx, long argl, void *argp); 409 int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val); 410 void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad,int idx);
|
| /external/oprofile/opjitconv/ |
| jitsymbol.c | 373 int idx; local 383 verbprintf(debug, "overlap idx=%i, name=%s, " 391 idx = select_one(start_idx, end_idx); 392 totaltime = eliminate_overlaps(start_idx, end_idx, idx); 397 e = entries_address_ascending[idx]; 413 verbprintf(debug, "selected idx=%i, name=%s\n", idx, e->symbol_name);
|
| /external/qemu/distrib/sdl-1.2.12/src/audio/ |
| SDL_audio.c | 303 int i = 0, idx; local 312 idx = 0; 347 idx = atoi(SDL_strrchr(driver_name, ':')+1); 353 audio=bootstrap[i]->create(idx); 361 audio = bootstrap[i]->create(idx);
|
| /external/webkit/Tools/Scripts/webkitpy/common/system/ |
| filesystem_mock.py | 278 idx = path.rfind('.') 279 if idx == -1: 280 idx = 0 281 return (path[0:idx], path[idx:])
|
| /hardware/ti/wlan/mac80211/ti-utils/ |
| calibrator.c | 532 int idx; local 535 idx = if_nametoindex(argv[0]); 536 if (idx != 0) { 539 idx = phy_lookup(argv[0]); 540 if (idx >= 0) {
|
| /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
| ndfdic.c | 155 NJ_UINT16 i, idx, yib, ret; local 175 idx = (NJ_UINT16)((*index - 1) * yib); 177 char_len = UTL_CHAR(wkc + idx); 183 NJ_CHAR_COPY(wky, wkc + idx + j); 192 *wky++ = (NJ_CHAR)(*(wkc + idx));
|
| /system/core/liblog/ |
| fake_log_device.c | 308 int idx; local 310 idx = (int) priority - (int) ANDROID_LOG_VERBOSE; 311 if (idx < 0 || 312 idx >= (int) (sizeof(priorityStrings) / sizeof(priorityStrings[0]))) 314 return priorityStrings[idx];
|
| /external/dropbear/libtomcrypt/src/encauth/gcm/ |
| gcm_test.c | 327 int idx, err; 332 idx = find_cipher("aes"); 333 if (idx == -1) { 334 idx = find_cipher("rijndael"); 335 if (idx == -1) { 342 if ((err = gcm_memory(idx, tests[x].K, tests[x].keylen, 373 if ((err = gcm_memory(idx, tests[x].K, tests[x].keylen,
|
| /external/icu4c/i18n/ |
| basictz.cpp | 427 int32_t idx; local 431 for (idx = 0; idx < startTimes; idx++) { 432 tar->getStartTimeAt(idx, t); 443 int32_t asize = startTimes - idx; 451 tar->getStartTimeAt(idx + newidx, newTimes[newidx]);
|
| /external/libusb/libusb/ |
| descriptor.c | 588 * matching a specific bConfigurationValue in the idx output parameter, or -1 593 uint8_t bConfigurationValue, int *idx) 606 *idx = i; 611 *idx = -1; 635 int idx; local 636 int r = usbi_get_config_index_by_value(dev, bConfigurationValue, &idx); 639 else if (idx == -1) 642 return libusb_get_config_descriptor(dev, idx, config);
|
| /external/opencv/cvaux/src/ |
| cvcalibfilter.cpp | 483 bool CvCalibFilter::GetLatestPoints( int idx, CvPoint2D32f** pts, 488 if( (unsigned)idx >= (unsigned)cameraCount || 495 n = latestCounts[idx]; 499 *pts = latestPoints[idx]; 597 const CvCamera* CvCalibFilter::GetCameraParams( int idx ) const 599 if( (unsigned)idx >= (unsigned)cameraCount ) 605 return isCalibrated ? cameraParams + idx : 0;
|