HomeSort by relevance Sort by last modified time
    Searched defs:idx (Results 351 - 375 of 475) sorted by null

<<111213141516171819

  /external/jdiff/src/jdiff/
HTMLIndexes.java 469 Index idx = new Index(cls.name_, 1, pkgName, cls.isInterface_); local
470 idx.doc_ = cls.doc_; // Used for checking @since
471 classNames.add(idx);
569 Index idx = new Index(className, 1, pkgName, ctor.type_); local
570 idx.doc_ = ctor.doc_; // Used for checking @since
571 ctorNames.add(idx);
668 Index idx = new Index(meth.name_, 1, pkgName, className, meth.getSignature()); local
669 idx.doc_ = meth.doc_; // Used for checking @since
670 methNames.add(idx);
784 Index idx = new Index(fld.name_, 1, pkgName, className, fld.type_, true); local
    [all...]
RootDocToXML.java 70 int idx = xsdFileName.lastIndexOf('\\'); local
72 if (idx == -1 && idx2 == -1) {
74 } else if (idx == -1 && idx2 != -1) {
76 } else if (idx != -1 && idx2 == -1) {
77 xsdFileName = xsdFileName.substring(0, idx);
78 } else if (idx != -1 && idx2 != -1) {
79 int max = idx2 > idx ? idx2 : idx;
394 int idx = endOfFirstSentence(text); local
395 if (idx == 0)
820 int idx = endOfFirstSentence(rct); local
878 int idx = curDir.lastIndexOf(JDiff.DIR_SEP); local
929 int idx = endOfFirstSentence(rct); local
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.c 1936 int idx; local
    [all...]
  /external/openssl/ssl/
s3_srvr.c 2828 int idx; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 190 int idx = 0; local
195 idx++;
196 for( ; SDL_fbdevs[idx]; idx++ )
198 console = open(SDL_fbdevs[idx], O_RDWR, 0);
    [all...]
  /external/qemu/tcg/
tcg.c 156 int idx; local
161 idx = s->nb_labels++;
162 l = &s->labels[idx];
165 return idx;
295 int idx; local
303 idx = s->nb_globals;
313 return idx;
318 int idx; local
320 idx = tcg_global_reg_new_internal(TCG_TYPE_I32, reg, name);
321 return MAKE_TCGV_I32(idx);
326 int idx; local
338 int idx; local
396 int idx; local
405 int idx; local
415 int idx, k; local
464 int idx; local
472 int idx; local
    [all...]
  /external/skia/src/animator/
SkScriptTokenizer.cpp 301 int idx = 0; local
304 compare = fOpStack.index(idx);
307 idx++;
    [all...]
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 138 std::string::size_type idx = full.find_last_of("/"); local
140 if (idx != std::string::npos)
141 return full.substr(idx+1);
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 971 int idx; \/* index into table *\/ local
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 445 const int idx = SkAbs32(point2.x() - point1.x()); local
449 if (m_data->setup_paint_stroke(&paint, NULL) && (0 == idx || 0 == idy)) {
459 bounds.set(x, y - radius, x + SkIntToScalar(idx), y + radius);
463 count = idx;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 1137 unsigned int idx; local
1193 for (cli = data->clients, idx = 0; cli; cli = cli->next, idx++) {
1222 idx,
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 983 uint16_t* idx = (uint16_t*)idxArray.ptr(); \/\/ cast from int16_t* local
    [all...]
  /frameworks/base/libs/binder/
Parcel.cpp 414 int idx = mObjectsSize; local
417 mObjects[idx++] = off;
    [all...]
  /frameworks/base/libs/utils/
AssetManager.cpp 1676 int idx = getIndex(path); local
1687 int idx = getIndex(path); local
1699 int idx = getIndex(path); local
1707 int idx = getIndex(path); local
1719 int idx = getIndex(path); local
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 190 Int nLayers, idx, i, j; local
603 for (idx = 0; idx < nLayers; idx++)
605 temp_w = video->encParams->LayerWidth[idx];
606 temp_h = video->encParams->LayerHeight[idx];
617 mbsPerSec = (Int)(nTotalMB * video->encParams->LayerFrameRate[idx]);
618 if (mbsPerSec > video->encParams->LayerMaxMbsPerSec[idx]) status = PV_FALSE;
660 for (idx = 0; idx < nTotalMB; idx++
1080 Int idx, i; local
2965 Int idx, temp_w, temp_h, max = 0, max_width, max_height; local
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 240 ssize_t idx = tree.indexOfAttribute(ns, attr); local
241 if (idx < 0) {
245 if (tree.getAttributeValue(idx, &value) != NO_ERROR) {
252 const uint16_t* str = tree.getAttributeStringValue(idx, &len);
258 ssize_t idx = indexOfAttribute(tree, attrRes); local
259 if (idx < 0) {
263 if (tree.getAttributeValue(idx, &value) != NO_ERROR) {
270 const uint16_t* str = tree.getAttributeStringValue(idx, &len);
277 ssize_t idx = indexOfAttribute(tree, attrRes); local
278 if (idx < 0)
295 ssize_t idx = indexOfAttribute(tree, attrRes); local
347 ssize_t idx = componentName.find("."); local
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 1657 int idx = qdbm - QDBM_OFFSET; local
    [all...]
siutils.c 214 /* figure out bus/orignal core idx */
259 /* find the core idx before entering this func. */
416 uint idx; local
424 for (idx = 0; idx < SI_MAXCORES; idx++)
425 if (sii->common_info->regs[idx]) {
426 REG_UNMAP(sii->common_info->regs[idx]);
427 sii->common_info->regs[idx] = NULL;
555 uint idx; local
662 uint idx; local
1027 uint idx; local
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 670 D("Marked input buffer idx %d as free, buf %p", i, pBuffer->pBuffer);
1473 int idx = i % num_in_buffers; local
    [all...]
  /libcore/luni/src/main/java/java/lang/
String.java 327 int idx = start, last = start + length, s = 0; local
329 while (idx < last) {
330 byte b0 = d[idx++];
351 if (idx + utfCount > last) {
359 byte b = d[idx++];
362 idx--; // Put the input char back
1496 int idx = _offset; local
    [all...]
  /libcore/luni/src/main/java/java/net/
URLClassLoader.java 571 int idx = 0; local
575 while (idx < name.length() &&
576 ((name.charAt(idx) == '/') || (name.charAt(idx) == '\\'))) {
577 idx++;
580 if (idx > 0) {
581 name = name.substring(idx);
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 486 int idx = e.hash & sizeMask; local
490 newTable[idx] = e;
495 int lastIdx = idx;
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 313 int idx = mTitleIdx; local
316 idx = mArtistIdx;
319 idx = mAlbumIdx;
322 mIndexer = new MusicAlphabetIndexer(cursor, idx,
469 int idx = path.lastIndexOf('/'); local
470 if (idx >= 0) {
471 path = path.substring(0, idx);
  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 595 int idx = indexOfApplicationInfoLocked(pkgName); local
596 if (DEBUG) Log.i(TAG, "removePackage: " + pkgName + " @ " + idx);
597 if (idx >= 0) {
604 mApplications.remove(idx);
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
driver_ti.c 158 int idx; local
160 for(idx=0;( idx < IPC_EVENT_MAX );idx++) {
161 if( myDrv->hEvents[idx] ) {
162 pEvent.uEventType = idx;
163 pEvent.uEventID = myDrv->hEvents[idx];
    [all...]

Completed in 1136 milliseconds

<<111213141516171819