/prebuilts/ndk/8/platforms/android-3/arch-x86/usr/include/linux/ |
videodev.h | 150 void *base; member in struct:video_buffer
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/ |
videodev.h | 150 void *base; member in struct:video_buffer
|
/prebuilts/ndk/8/platforms/android-4/arch-mips/usr/include/linux/ |
videodev.h | 150 void *base; member in struct:video_buffer
|
/prebuilts/ndk/8/platforms/android-4/arch-x86/usr/include/linux/ |
videodev.h | 150 void *base; member in struct:video_buffer
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/ |
videodev.h | 150 void *base; member in struct:video_buffer
|
/prebuilts/ndk/8/platforms/android-5/arch-mips/usr/include/linux/ |
videodev.h | 150 void *base; member in struct:video_buffer
|
/prebuilts/ndk/8/platforms/android-5/arch-x86/usr/include/linux/ |
videodev.h | 150 void *base; member in struct:video_buffer
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/ |
videodev.h | 150 void *base; member in struct:video_buffer
|
/prebuilts/ndk/8/platforms/android-8/arch-mips/usr/include/linux/ |
videodev.h | 150 void *base; member in struct:video_buffer
|
/prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/linux/ |
videodev.h | 150 void *base; member in struct:video_buffer
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/ |
videodev.h | 150 void *base; member in struct:video_buffer
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/ |
videodev.h | 150 void *base; member in struct:video_buffer
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
videodev.h | 150 void *base; member in struct:video_buffer
|
/system/core/include/private/pixelflinger/ |
ggl_context.h | 546 void* base; member in struct:android::context_t
|
/system/core/libpixelflinger/codeflinger/ |
MIPSAssembler.cpp | 115 uint32_t* ArmToMipsAssembler::base() const function in class:android::ArmToMipsAssembler 117 return mMips->base(); 795 // we only support simple base + index, no advanced modes for this one yet 823 // we only support simple base + index, no advanced modes for this one yet 860 // we only support simple base + index, no advanced modes for this one yet 888 // we only support simple base + index, no advanced modes for this one yet 912 // we only support simple base +/- index 954 // we only support simple base +/- index 1269 uint32_t* MIPSAssembler::base() const function in class:android::MIPSAssembler [all...] |
/prebuilts/misc/common/tradefed/ |
tradefed-prebuilt.jar | |
/bionic/libc/kernel/arch-mips/asm/ |
sgiarcs.h | 132 ULONG base; member in struct:linux_mdesc
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
sgiarcs.h | 132 ULONG base; member in struct:linux_mdesc
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
FileTest.java | 370 String base = tempDirectory.getPath(); local 373 File dir = new File(base, String.valueOf(numDir)); 380 dir = new File(base, String.valueOf(numDir)); 446 // f1 = new File(base); 536 String base = System.getProperty("java.io.tmpdir"); local 541 File dir = new File(base); 549 base = addTrailingSlash(base); 552 base, fileLocation); 566 dir = new File(base, String.valueOf(dirNumber)) 736 String base = addTrailingSlash(tempDirectory.getPath()); local 757 String base = addTrailingSlash(tempDirectory.getPath()); local 779 String base = addTrailingSlash(tempDirectory.getPath()); local 834 String base = tempDirectory.getCanonicalPath(); local 995 String base = System.getProperty("user.home"); local 1117 String base = addTrailingSlash(tempDirectory.getPath()); local 1135 String base = tempDirectory.getPath(); local 1212 String base = tempDirectory.getPath(); local 1306 String base = tempDirectory.getPath(); local 1424 String base = System.getProperty("java.io.tmpdir"); local 1543 String base = System.getProperty("java.io.tmpdir"); local 1638 String base = tempDirectory.getPath(); local 1759 String base = tempDirectory.getPath(); local 1871 String base = tempDirectory.getPath(); local [all...] |
/external/doclava/src/com/google/doclava/ |
ClassInfo.java | 829 public void makeLink(Data data, String base) { 830 data.setValue(base + ".label", this.name()); 832 data.setValue(base + ".link", this.htmlPage()); 836 public static void makeLinkListHDF(Data data, String base, ClassInfo[] classes) { 841 cl.asTypeInfo().makeHDF(data, base + "." + i); 849 public void makeShortDescrHDF(Data data, String base) { 850 mTypeInfo.makeHDF(data, base + ".type"); 851 data.setValue(base + ".kind", this.kind()); 852 TagInfo.makeHDF(data, base + ".shortDescr", this.firstSentenceTags()); 853 TagInfo.makeHDF(data, base + ".deprecated", deprecatedTags()) 1125 String base = "class.inherited." + index; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar | |
/external/freetype/include/freetype/internal/ |
tttypes.h | 1515 TT_GlyphZoneRec base; member in struct:TT_LoaderRec_ [all...] |
/external/icu4c/test/intltest/ |
numfmtst.cpp | 2766 double base=testValues[j]; local [all...] |
/external/kernel-headers/original/asm-mips/ |
sgiarcs.h | 128 ULONG base; member in struct:linux_mdesc 356 unsigned long dtable_base; /* Base addr of dbg table. */
|
/external/libvpx/nestegg/src/ |
nestegg.c | 629 uint64_t uval, base; local 636 base = 1; 637 base <<= length * 8 - 1; 638 if (uval >= base) { 639 base = 1; 640 base <<= length * 8; 642 base = 0; 644 *val = uval - base; [all...] |