| /external/apache-xml/src/main/java/org/apache/xml/serializer/ |
| NamespaceMappings.java | 431 public Object peek(int idx) { 432 return m_stack[idx];
|
| /external/clang/include/clang/Lex/ |
| HeaderSearch.h | 231 unsigned idx = isAngled ? SystemDirIdx : AngledDirIdx; local 232 SearchDirs.insert(SearchDirs.begin() + idx, dir);
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/ |
| pde-ant.jar | |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
| ant-netrexx.jar | |
| /external/elfutils/libdwfl/ |
| libdwfl.h | 402 unsigned int idx, 497 extern Dwfl_Line *dwfl_onesrcline (Dwarf_Die *cudie, size_t idx);
|
| /external/freetype/src/psaux/ |
| t1cmap.c | 268 FT_UInt idx ) 270 return face->type1.glyph_names[idx];
|
| /external/icu4c/test/intltest/ |
| tzregts.cpp | [all...] |
| /external/icu4c/tools/toolutil/ |
| ucm.h | 53 uint32_t idx; member in union:UCMapping::__anon7187 114 (((m)->bLen<=4) ? (m)->b.bytes : (t)->bytes+(m)->b.idx)
|
| /external/jmonkeyengine/engine/src/bullet-native/ |
| com_jme3_bullet_objects_PhysicsVehicle.cpp | 145 int idx = vehicle->getNumWheels(); local 146 return idx-1;
|
| /external/linux-tools-perf/ |
| builtin-annotate.c | 79 ret = hist_entry__inc_addr_samples(he, evsel->idx, al->addr); 212 hists__find_annotations(hists, pos->idx);
|
| /external/linux-tools-perf/util/ |
| top.c | 127 counter->idx ? "/" : "", 174 int snap = !top->display_weighted ? top->sym_evsel->idx : 0, j;
|
| /external/llvm/include/llvm/CodeGen/ |
| MachineRelocation.h | 327 void setGOTIndex(unsigned idx) { 329 Target.GOTIndex = idx;
|
| /external/mesa3d/src/glsl/ |
| glsl_compiler.cpp | 227 int idx = 0; local 228 while ((c = getopt_long(argc, argv, "", compiler_opts, &idx)) != -1)
|
| /external/openssl/crypto/asn1/ |
| asn_mime.c | 884 int idx; local 886 idx = sk_MIME_HEADER_find(hdrs, &htmp); 887 if(idx < 0) return NULL; 888 return sk_MIME_HEADER_value(hdrs, idx); 894 int idx; local 896 idx = sk_MIME_PARAM_find(hdr->params, ¶m); 897 if(idx < 0) return NULL; 898 return sk_MIME_PARAM_value(hdr->params, idx);
|
| /external/openssl/crypto/dsa/ |
| dsa.h | 221 int DSA_set_ex_data(DSA *d, int idx, void *arg); 222 void *DSA_get_ex_data(DSA *d, int idx);
|
| /external/openssl/crypto/ocsp/ |
| ocsp_cl.c | 227 OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx) 230 return sk_OCSP_SINGLERESP_value(bs->tbsResponseData->responses, idx);
|
| /external/openssl/include/openssl/ |
| dsa.h | 221 int DSA_set_ex_data(DSA *d, int idx, void *arg); 222 void *DSA_get_ex_data(DSA *d, int idx);
|
| /external/skia/samplecode/ |
| SampleComplexClip.cpp | 99 int idx = invA * SK_ARRAY_COUNT(gOps) + op; local 100 if (!(idx % 3)) {
|
| /external/webkit/Source/WebKit/qt/WebCoreSupport/ |
| QtMaemoWebPopup.cpp | 120 void QtMaemoWebPopup::itemClicked(int idx) 122 emit selectItem(idx, true, false);
|
| /external/webkit/Source/WebKit/qt/examples/platformplugin/ |
| WebPlugin.cpp | 117 void WebPopup::itemClicked(int idx) 119 emit selectItem(idx, true, false);
|
| /frameworks/native/libs/binder/ |
| IPCThreadState.cpp | 72 static const char* getReturnString(size_t idx); 73 static const char* getCommandString(size_t idx); 121 static const char* getReturnString(size_t idx) 123 if (idx < sizeof(kReturnStrings) / sizeof(kReturnStrings[0])) 124 return kReturnStrings[idx]; 129 static const char* getCommandString(size_t idx) 131 if (idx < sizeof(kCommandStrings) / sizeof(kCommandStrings[0])) 132 return kCommandStrings[idx]; [all...] |
| /gdk/samples/bitmap-plasma-llvm/jni/ |
| libplasma.c | 135 int idx = FIXED_FRAC(x) >> (FIXED_BITS - PALETTE_BITS); local 136 return palette[idx & (PALETTE_SIZE-1)];
|
| /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/ |
| Android.mk | 64 $(HOST_OUT)/usr/share/zoneinfo/zoneinfo.idx \
|
| /libcore/luni/src/main/java/java/lang/ |
| StringBuffer.java | 402 * starting at {@code idx}. 410 * @param idx 418 public synchronized void getChars(int start, int end, char[] buffer, int idx) { 419 super.getChars(start, end, buffer, idx);
|