/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Helpers.java | 83 File base = null; local 87 base = storageManager.locateDestinationDirectory(mimeType, destination, 93 path = getFullPath(path, mimeType, destination, base); 100 static String getFullPath(String filename, String mimeType, int destination, File base) 114 // Split filename between base and extension 126 if (base != null) { 127 filename = base.getPath() + File.separator + filename; 347 * If the filename coming in is [base].[ext], the generated filenames are 348 * [base]-[sequence].[ext].
|
StorageManager.java | 294 File base = new File(mExternalStorageDir.getPath() + Constants.DEFAULT_DL_SUBDIR); local 295 if (!base.isDirectory() && !base.mkdir()) { 299 "unable to create external downloads directory " + base.getPath()); 301 return base;
|
/prebuilts/gcc/darwin-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/darwin-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/darwin-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/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 */
|
/prebuilts/gcc/linux-x86/host/x86_64-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...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/ |
DeviceManager.java | 258 String base = userDevicesFile.getAbsoluteFile() + ".old"; local 259 File renamedConfig = new File(base); 262 renamedConfig = new File(base + '.' + (i++));
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.cpp | 49 mBase = mPC = (uint32_t *)assembly->base(); 65 uint32_t* ARMAssembler::base() const function in class:android::ARMAssembler 72 mBase = mPC = (uint32_t *)mAssembly->base(); 91 size_t count = pc()-base(); 92 uint32_t* i = base(); 180 mAssembly->resize( int(pc()-base())*4 ); 185 ALOGI(format, name, int(pc()-base()), base(), pc(), duration); 189 int err = qemu_add_mapping(int(base()), name); 197 printf(format, name, int(pc()-base()), base(), pc(), duration) [all...] |
/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 | |
/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 796 u1 *base, *limit; local 801 base = heapSource->blockBase; 802 assert(addr >= base); 805 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) 916 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);
|
/development/tools/emulator/opengl/system/gralloc/ |
gralloc.cpp | 54 gralloc_module_t base; member in struct:private_module_t 881 base: {
|