/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-apache-bcel.jar | |
/external/freetype/src/pshinter/ |
pshrec.h | 75 FT_Int pos; member in struct:PS_HintRec_
|
/external/icu4c/common/ |
sprpimpl.h | 104 int32_t pos,
|
/external/icu4c/i18n/ |
numsys.cpp | 302 pos=0; 308 if (U_SUCCESS(status) && pos < fNumsysNames->size()) { 309 return (const UnicodeString*)fNumsysNames->elementAt(pos++); 316 pos=0;
|
rbt_rule.h | 263 * If a full match is obtained, perform a replacement, update pos, 264 * and return U_MATCH. Otherwise both text and pos are unchanged. 267 * @param pos the position indices 269 * be completed by additional text inserted at pos.limit. 275 UTransPosition& pos,
|
/external/icu4c/io/ |
ufile.h | 40 int32_t pos; /* Beginning of untranslitted data */ member in struct:__anon18937 48 UChar *fPos; /* current pos in fUCBuffer */
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
TypedBlock.java | 59 protected TypedBlock(int pos) { 60 super(pos); 128 protected BasicBlock makeBlock(int pos) { 129 return new TypedBlock(pos);
|
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
ScannerTest.java | 69 private static void verifySubroutine(Subroutine[] subs, int pos, int start, 71 Subroutine sub = subs[pos]; 180 private static void addJump(Bytecode code, int opcode, int pos) { 183 code.addIndex(pos - current);
|
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
TextureUtil.java | 239 int pos = 0; local 268 data.position(pos); 269 data.limit(pos + mipSizes[i]); 293 pos += mipSizes[i];
|
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/ |
MapModel2D.java | 216 Position pos = null; local 242 return pos; 244 pos = new Position(lat, lon); 248 return pos;
|
MapModel3D.java | 248 Position pos = null; local 274 return pos; 276 pos = new Position(lat, lon); 280 return pos;
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/ |
LwjglAudioRenderer.java | 323 Vector3f pos = src.getWorldTranslation();
324 alSource3f(id, AL_POSITION, pos.x, pos.y, pos.z);
452 Vector3f pos = src.getWorldTranslation();
local 454 alSource3f(id, AL_POSITION, pos.x, pos.y, pos.z);
524 Vector3f pos = listener.getLocation();
local 525 alListener3f(AL_POSITION, pos.x, pos.y, pos.z); 548 Vector3f pos = listener.getLocation(); local [all...] |
/external/libvpx/libvpx/ |
webmenc.h | 73 off_t pos);
|
/external/linux-tools-perf/ |
builtin-annotate.c | 181 struct perf_evsel *pos; local 204 list_for_each_entry(pos, &session->evlist->entries, node) { 205 struct hists *hists = &pos->hists; 212 hists__find_annotations(hists, pos->idx);
|
/external/linux-tools-perf/util/ |
strbuf.h | 79 extern void strbuf_remove(struct strbuf *, size_t pos, size_t len);
|
/external/lzma/C/ |
7zFile.h | 49 WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin);
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_mpeg12_decoder.h | 58 struct pipe_vertex_buffer pos; member in struct:vl_mpeg12_decoder
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_interp.h | 109 const LLVMValueRef *pos; member in struct:lp_build_interp_soa_context
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_renderer.h | 71 int *pos,
|
/external/opencv/otherlibs/highgui/ |
grfmt_base.h | 152 GrFmtFilterFactory* GetNextFactory( ListPosition& pos );
|
/external/oprofile/libpp/ |
op_header.cpp | 79 string::size_type pos; local 80 pos = filename.rfind(suf); 82 if (pos != string::npos && pos == filename.size() - suf.size())
|
/external/oprofile/libregex/ |
op_regex.cpp | 140 size_t pos = pattern.find('{', i); local 141 if (pos != i + 1) { 148 string def_name = pattern.substr(pos+1, (end-pos) - 1);
|
/external/ppp/pppd/plugins/pppoatm/ |
atm.h | 106 int __atmlib_fetch(const char **pos,...); /* internal use only */
|
/external/qemu/android/skin/ |
rect.h | 40 SkinPos pos; member in struct:__anon24756
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
dsa_old.cpp | 684 TPoint pos = aPoint - iScreenRect.iTl; local 688 pos.iX = asz.iWidth - pos.iX; 689 pos.iY = asz.iHeight - pos.iY; 693 pos.iX = aPoint.iY; 694 pos.iY = aPoint.iX; 696 pos.iX <<= 16; 697 pos.iY <<= 16; 698 pos.iX /= asz.iWidth; [all...] |