HomeSort by relevance Sort by last modified time
    Searched refs:idx (Results 176 - 200 of 1388) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRuleStack.h 60 - (void) insertObject:(ANTLRHashRule *)aHashRule atIndex:(NSInteger)idx;
61 - (ANTLRHashRule *)objectAtIndex:(NSInteger)idx;
  /external/elfutils/libdw/
dwarf_entry_breakpoints.c 111 size_t idx = (l + u) / 2; local
112 if (lines->info[idx].addr < low)
113 l = idx + 1;
114 else if (lines->info[idx].addr > low)
115 u = idx;
116 else if (lines->info[idx].end_sequence)
117 l = idx + 1;
120 l = idx;
  /external/freetype/src/truetype/
ttgload.h 39 FT_UInt idx,
45 FT_UInt idx,
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/
Base64.java 24 int idx = 0; local
30 if (idx == 0)
32 else if (idx == 1)
37 idx++;
39 if (idx == 3)
46 idx = 0;
50 if (idx == 1)
58 if (idx == 2)
  /external/openssl/crypto/x509/
x509_trs.c 115 int idx; local
117 idx = X509_TRUST_get_by_id(id);
118 if(idx == -1) return default_trust(id, x, flags);
119 pt = X509_TRUST_get0(idx);
129 X509_TRUST * X509_TRUST_get0(int idx)
131 if(idx < 0) return NULL;
132 if(idx < (int)X509_TRUST_COUNT) return trstandard + idx;
133 return sk_X509_TRUST_value(trtable, idx - X509_TRUST_COUNT);
139 int idx; local
162 int idx; local
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/output/
ProxyOutputStream.java 46 * @param idx the byte to write
49 public void write(int idx) throws IOException {
50 out.write(idx);
NullWriter.java 44 * @param idx The character to write
46 public void write(int idx) {
  /external/elfutils/libdwfl/
derelocate.c 250 dwfl_module_relocation_info (Dwfl_Module *mod, unsigned int idx,
262 if (idx != 0)
277 if (idx >= sections->count)
281 *shndxp = elf_ndxscn (sections->refs[idx].scn);
283 return sections->refs[idx].name;
330 size_t idx = (l + u) / 2; local
331 if (*addr < sections->refs[idx].start)
332 u = idx;
333 else if (*addr > sections->refs[idx].end)
334 l = idx + 1
387 int idx = find_section (mod, address); local
    [all...]
  /frameworks/base/core/jni/
android_util_XmlBlock.cpp 183 jint token, jint idx)
191 return (jint)st->getAttributeNamespaceID(idx);
195 jint token, jint idx)
203 return (jint)st->getAttributeNameID(idx);
207 jint token, jint idx)
215 return (jint)st->getAttributeNameResID(idx);
219 jint token, jint idx)
227 return (jint)st->getAttributeDataType(idx);
231 jint token, jint idx)
239 return (jint)st->getAttributeData(idx);
274 jint idx = (jint)st->indexOfAttribute(ns16, nsLen, name16, nameLen); local
293 ssize_t idx = st->indexOfID(); local
306 ssize_t idx = st->indexOfClass(); local
319 ssize_t idx = st->indexOfStyle(); local
    [all...]
  /external/dropbear/libtomcrypt/src/math/fp/
ltc_ecc_fp_mulmod.c 1224 int idx, err; local
    [all...]
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 49 for (unsigned idx = 0; ; ++idx) {
50 if (ItinData->isEndMarker(idx))
53 const InstrStage *IS = ItinData->beginStage(idx);
54 const InstrStage *E = ItinData->endStage(idx);
123 unsigned idx = MCID->getSchedClass(); local
124 for (const InstrStage *IS = ItinData->beginStage(idx),
125 *E = ItinData->endStage(idx); IS != E; ++IS) {
183 unsigned idx = MCID->getSchedClass(); local
184 for (const InstrStage *IS = ItinData->beginStage(idx),
    [all...]
  /external/opencv/cv/src/
_cvimgproc.h 45 #define CV_COPY( dst, src, len, idx ) \
46 for( (idx) = 0; (idx) < (len); (idx)++) (dst)[idx] = (src)[idx]
48 #define CV_SET( dst, val, len, idx ) \
49 for( (idx) = 0; (idx) < (len); (idx)++) (dst)[idx] = (val
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
BuildResults.java 296 int idx = getDimIndex(dim_id); local
297 if (idx < 0) return Double.NaN;
298 return this.average[idx];
360 int idx = this.name.substring(start).indexOf(token); local
361 if (idx < 0) return false;
362 start += idx;
461 int idx = 0; local
479 idx = i;
483 idx = i;
490 if (this.average[idx] != IMPOSSIBLE_VALUE)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 38 const CFGBlock *B, unsigned idx)
42 blockIdx(idx) {}
71 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) {
72 enqueue(WorkListUnit(N, CurrentCounter, B, idx));
  /external/elfutils/libelf/
elf_getshnum.c 68 int idx; local
79 idx = elf->state.elf.scns_last->cnt;
80 if (idx != 0
87 *dst = 1 + elf->state.elf.scns_last->data[idx - 1].index;
  /external/freetype/src/sfnt/
ttpost.h 34 FT_UInt idx,
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
IDList.java 64 * @param idx The index to move
68 public boolean moveToNew(int idx){
69 if (newLen == 0 || newList[newLen-1] != idx)
71 newList[newLen++] = idx;
73 // find idx in oldList, if removed successfuly, return true.
75 if (oldList[i] == idx){
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
ol_ltp.h 113 Word16 idx, /* i : index */
pitch_ol.h 110 Word16 idx, /* i : frame index */
  /external/stlport/src/
cxa.c 61 size_t idx; member in struct:exit_function_list
121 for (i = 0; i < l->idx; ++i)
124 if ( i < l->idx )
127 if (l->idx < sizeof (l->fns) / sizeof (l->fns[0])) {
128 i = l->idx++;
139 l->idx = 1;
174 for (f = &funcs->fns[funcs->idx - 1]; f >= &funcs->fns[0]; --f) {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp 72 int idx; local
78 for (idx = 0; idx < nLayers; idx++)
80 decCtrl->volbuf[idx] = volbuf[idx];
81 decCtrl->volbuf_size[idx] = volbuf_size[idx];
145 for (idx = 0; idx < nLayers; idx++
529 int idx; local
555 int idx; local
775 int idx; local
882 int idx = -1; local
1042 int idx; local
1251 int idx; local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
cxa.c 61 size_t idx; member in struct:exit_function_list
121 for (i = 0; i < l->idx; ++i)
124 if ( i < l->idx )
127 if (l->idx < sizeof (l->fns) / sizeof (l->fns[0])) {
128 i = l->idx++;
139 l->idx = 1;
174 for (f = &funcs->fns[funcs->idx - 1]; f >= &funcs->fns[0]; --f) {
  /external/strace/
bjm.c 135 size_t idx; local
145 for (idx=0; idx<ret; idx++) {
147 (idx ? ", " : ""),
162 size_t idx; local
172 for (idx=0; idx<ret; idx++) {
174 (idx ? " " : "")
    [all...]
  /packages/apps/Camera/src/com/android/camera/
MosaicFrameProcessor.java 222 int idx = mOldestIdx; local
223 mTotalTranslationX -= mDeltaX[idx];
224 mTotalTranslationY -= mDeltaY[idx];
225 mTotalDeltaTime -= mDeltaTime[idx];
226 mDeltaX[idx] = Math.abs(translationCurrX - mTranslationLastX);
227 mDeltaY[idx] = Math.abs(translationCurrY - mTranslationLastY);
228 mDeltaTime[idx] = (now - mLastProcessedFrameTimestamp) / 1000.0f;
229 mTotalTranslationX += mDeltaX[idx];
230 mTotalTranslationY += mDeltaY[idx];
231 mTotalDeltaTime += mDeltaTime[idx];
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicFrameProcessor.java 210 int idx = mOldestIdx; local
211 mTotalTranslationX -= mDeltaX[idx];
212 mTotalTranslationY -= mDeltaY[idx];
213 mTotalDeltaTime -= mDeltaTime[idx];
214 mDeltaX[idx] = Math.abs(translationCurrX - mTranslationLastX);
215 mDeltaY[idx] = Math.abs(translationCurrY - mTranslationLastY);
216 mDeltaTime[idx] = (now - mLastProcessedFrameTimestamp) / 1000.0f;
217 mTotalTranslationX += mDeltaX[idx];
218 mTotalTranslationY += mDeltaY[idx];
219 mTotalDeltaTime += mDeltaTime[idx];
    [all...]

Completed in 2118 milliseconds

1 2 3 4 5 6 78 91011>>