/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/ |
arm.h | 930 as base register for addressing purposes. (See comments in 932 including r11, to be used as base address registers. Hence our problem. [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
tree-flow-inline.h | 197 if (!t->base.ann) 199 ann = (var_ann_t) t->base.ann; 222 gcc_assert (!t->base.ann 223 || t->base.ann->common.type == FUNCTION_ANN); 225 return (function_ann_t) t->base.ann; 234 gcc_assert (!var->base.ann || var->base.ann->common.type == FUNCTION_ANN); 749 return &t->base.ann->common; [all...] |
/prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/ |
unwind.h | 42 /* Level 1: Base ABI */ 212 /* @@@ The following provide access to the base addresses for text
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiResourceAttributeNode.java | 265 String base = sb.toString(); local 268 results.add(base + item.getName());
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
mp4enc_api.cpp | 398 encParams->DataPartitioning = 1; /* Base Layer Data Partitioning */ 429 /* base layer */ 762 video->prevBaseVop = (Vop *) M4VENC_MALLOC(sizeof(Vop)); /* Memory for Previous Base Vop */ 779 video->nextBaseVop = (Vop *) M4VENC_MALLOC(sizeof(Vop)); /* Memory for Next Base Vop */ [all...] |
/dalvik/dexdump/ |
DexDump.c | 257 * In the base language the access_flags fields are type u2; in Dalvik 336 * string above as the base metric. 1108 const char* base = typeDescriptor+1; local [all...] |
/dalvik/vm/mterp/out/ |
InterpC-x86.c | [all...] |
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
ndbdic.c | 989 loctset->cache_freq = CALCULATE_HINDO(hindo_max, loctset->dic_freq.base, 1039 loctset->cache_freq = CALCULATE_HINDO(hindo, loctset->dic_freq.base, [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
TransformerImpl.java | 122 /** The base URL of the source tree. */ 547 String base = source.getSystemId(); local 549 // If no systemID of the source, use the base of the stylesheet. 550 if(null == base) 552 base = m_stylesheetRoot.getBaseIdentifier(); 556 if(null == base) 565 base = "file://" + currentDir; 567 base = "file:///" + currentDir; 569 base = base + java.io.File.separatorCha [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-ld.1 | 348 base 10; you may use a leading \fB0x\fR for base 16, or a leading 349 \&\fB0\fR for base 8). [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-ld.1 | 349 base 10; you may use a leading \fB0x\fR for base 16, or a leading 350 \&\fB0\fR for base 8). [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-ld.1 | 349 base 10; you may use a leading \fB0x\fR for base 16, or a leading 350 \&\fB0\fR for base 8). [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-ld.1 | 348 base 10; you may use a leading \fB0x\fR for base 16, or a leading 349 \&\fB0\fR for base 8). [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-ld.1 | 349 base 10; you may use a leading \fB0x\fR for base 16, or a leading 350 \&\fB0\fR for base 8). [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-ld.1 | 349 base 10; you may use a leading \fB0x\fR for base 16, or a leading 350 \&\fB0\fR for base 8). [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/ |
i686-unknown-linux-gnu-ld.1 | 348 base 10; you may use a leading \fB0x\fR for base 16, or a leading 349 \&\fB0\fR for base 8). [all...] |
/bionic/libc/kernel/common/linux/ |
videodev.h | 167 void *base; member in struct:video_buffer
|
/bionic/libm/src/ |
s_exp2f.c | 65 * exp2f(x): compute the base 2 exponential of x
|
/bionic/linker/ |
ba.c | 41 #define BA_START_ADDR(index) (BA_OFFSET(index) + ba->base)
|
linker.h | 96 unsigned base; member in struct:soinfo
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
AttributeFactory.java | 107 * Parses attribute content. The base class implements this by constructing
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstBaseMethodRef.java | 24 * Base class for constants of "methodish" type.
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
RegisterAllocator.java | 37 * Base class of all register allocators.
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTest.java | 26 * This is an abstract base class for generated DOM tests
|
/dalvik/libcore/json/src/main/java/org/json/ |
JSONTokener.java | 292 int base = 10; local 296 base = 16; 299 base = 8; 302 long longValue = Long.parseLong(number, base);
|