/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 456 tree base; member in struct:ipa_parm_adjustment
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
name-lookup.h | 63 /* True if NODE->value is from a base class of the class which is 146 cxx_binding base; 212 declared in the class or its base classes. */ 144 cxx_binding base; member in struct:cp_class_binding
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 456 tree base; member in struct:ipa_parm_adjustment
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
name-lookup.h | 63 /* True if NODE->value is from a base class of the class which is 146 cxx_binding base; 212 declared in the class or its base classes. */ 144 cxx_binding base; member in struct:cp_class_binding
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 456 tree base; member in struct:ipa_parm_adjustment
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/ |
dmx.h | 135 unsigned int base; /* output: divisor for stc to get 90 kHz clock */ member in struct:dmx_stc 136 __u64 stc; /* output: stc in 'base'*90 kHz units */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
dmx.h | 135 unsigned int base; /* output: divisor for stc to get 90 kHz clock */ member in struct:dmx_stc 136 __u64 stc; /* output: stc in 'base'*90 kHz units */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
snd_wavefront.h | 23 unsigned long base; /* I/O port address */ member in struct:_snd_wavefront_midi 51 unsigned long base; /* low i/o port address */ member in struct:_snd_wavefront 54 #define mpu_data_port base 55 #define mpu_command_port base + 1 /* write semantics */ 56 #define mpu_status_port base + 1 /* read semantics */ 57 #define data_port base + 2 58 #define status_port base + 3 /* read semantics */ 59 #define control_port base + 3 /* write semantics */ 60 #define block_port base + 4 /* 16 bit, writeonly */ 61 #define last_block_port base + 6 /* 16 bit, writeonly * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
dmx.h | 135 unsigned int base; /* output: divisor for stc to get 90 kHz clock */ member in struct:dmx_stc 136 __u64 stc; /* output: stc in 'base'*90 kHz units */
|
/sdk/emulator/opengl/system/gralloc/ |
gralloc.cpp | 54 gralloc_module_t base; member in struct:private_module_t 799 base: {
|
/system/core/libpixelflinger/ |
pixelflinger.cpp | 824 void* const base = malloc(sizeof(context_t) + 32); local 825 if (base) { 827 context_t *c = (context_t *)((ptrdiff_t(base)+31) & ~0x1FL); 829 c->base = base; 841 free(c->base);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.help.base_3.5.2.v201011171123.jar | |
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar | |
/bionic/linker/ |
linker.h | 97 unsigned base; member in struct:soinfo
|
/dalvik/vm/alloc/ |
Copying.cpp | 180 /* The base address of backing store. */ 194 * Base and limit blocks. Basically the shifted start address of 196 * indexing in the block queue. TODO: make the block queue base 797 u1 *base, *limit; local 802 base = heapSource->blockBase; 803 assert(addr >= base); 806 offset = addr - base; [all...] |
MarkSweep.cpp | 48 madvise(stack->base, length, MADV_NORMAL); 49 stack->top = stack->base; 60 madvise(stack->base, stack->length, MADV_DONTNEED); 70 assert(stack->base <= stack->top); 83 assert(stack->base < stack->top); 475 assert(ctx->stack.top >= ctx->stack.base); 477 while (stack->top > stack->base) { 500 static Object *nextGrayObject(const u1 *base, const u1 *limit, 505 assert(base < limit); 506 assert(limit - base <= GC_CARD_SIZE) 918 uintptr_t base[HEAP_SOURCE_MAX_HEAP_COUNT]; local [all...] |
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
plasma.c | 202 Fixed base = fixed_sin(yt1) + fixed_sin(yt2); local 220 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2); 230 Fixed i1 = base + fixed_sin(xt1) + fixed_sin(xt2); 234 Fixed i2 = base + fixed_sin(xt1) + fixed_sin(xt2); 246 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2); 255 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2);
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
plasma.c | 211 Fixed base = fixed_sin(yt1) + fixed_sin(yt2); local 229 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2); 239 Fixed i1 = base + fixed_sin(xt1) + fixed_sin(xt2); 243 Fixed i2 = base + fixed_sin(xt1) + fixed_sin(xt2); 255 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2); 264 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
JarURLConnectionTest.java | 44 private static final String BASE = 51 URL u = new URL("jar:"+BASE+"!/swt.dll"); 64 URL u = new URL("jar:"+BASE+"!/plus.bmp"); 68 u = new URL("jar:"+BASE+"!/"); 80 URL u = new URL("jar:"+BASE+"!/plus.bmp"); 84 u = new URL("jar:"+BASE+"!/"); 94 url = new URL("jar:"+BASE+"!/missing"); 124 new URL("jar:"+BASE+"!/"); 185 URL fileURL = new URL(BASE); 186 URL u = new URL("jar:"+BASE+"!/plus.bmp") 309 String base = "file:resources\/org\/apache\/harmony\/luni\/tests\/java\/net\/url-test.jar"; local [all...] |
/external/bison/src/ |
tables.c | 110 base_number *base = NULL; variable 111 /* A distinguished value of BASE, negative infinite. During the 755 base = xnmalloc (nvectors, sizeof *base); 765 base[i] = BASE_MINIMUM; 780 place = base[s]; 783 base[order[i]] = place; 787 base_ninf = table_ninf_remap (base, nvectors, BASE_MINIMUM); 855 free (base);
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
PKIXNameConstraintValidator.java | 1609 GeneralName base = subtree.getBase(); local [all...] |
/external/chromium/base/ |
bind_unittest.cc | 5 #include "base/bind.h" 10 #error "base/bind.h should avoid pulling in callback.h by default." 13 #include "base/callback.h" 21 namespace base { namespace 253 // - Derived classes can be used with pointers to non-virtual base functions. 254 // - Derived classes can be used with pointers to virtual base functions (and 654 } // namespace base
|
file_path.cc | 5 #include "base/file_path.h" 10 #include "base/basictypes.h" 11 #include "base/logging.h" 12 #include "base/pickle.h" 16 #include "base/string_piece.h" 17 #include "base/string_util.h" 18 #include "base/sys_string_conversions.h" 19 #include "base/utf_string_conversions.h" 22 #include "base/mac/scoped_cftyperef.h" 23 #include "base/third_party/icu/icu_utf.h 218 FilePath base; local [all...] |
file_util_proxy.cc | 5 #include "base/file_util_proxy.h" 7 #include "base/message_loop_proxy.h" 9 // TODO(jianli): Move the code from anonymous namespace to base namespace so 10 // that all of the base:: prefixes would be unnecessary. 19 static base::PlatformFileError PerformCommonCheckAndPreparationForMoveAndCopy( 24 return base::PLATFORM_FILE_ERROR_NOT_FOUND; 28 return base::PLATFORM_FILE_ERROR_NOT_FOUND; 32 return base::PLATFORM_FILE_ERROR_INVALID_OPERATION; 36 return base::PLATFORM_FILE_OK; 43 return base::PLATFORM_FILE_ERROR_NOT_A_DIRECTORY 731 namespace base { namespace [all...] |
logging.cc | 5 #include "base/logging.h" 48 #include "base/base_switches.h" 49 #include "base/command_line.h" 50 #include "base/debug/debugger.h" 51 #include "base/debug/stack_trace.h" 52 #include "base/eintr_wrapper.h" 53 #include "base/string_piece.h" 54 #include "base/synchronization/lock_impl.h" 55 #include "base/utf_string_conversions.h" 56 #include "base/vlog.h 829 namespace base { namespace [all...] |