/gdk/samples/bitmap-plasma-llvm/jni/ |
plasmaLLVM.cpp | 204 Fixed base = fixed_sin(yt1) + fixed_sin(yt2); local 222 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2); 232 Fixed i1 = base + fixed_sin(xt1) + fixed_sin(xt2); 236 Fixed i2 = base + fixed_sin(xt1) + fixed_sin(xt2); 248 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2); 257 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2);
|
/libcore/luni/src/test/java/libcore/java/io/ |
FileTest.java | 30 String base = System.getProperty("java.io.tmpdir"); local 31 File directory = new File(base, UUID.randomUUID().toString()); 44 private static File createDeepStructure(File base) throws Exception { 50 File f = base; 61 File base = createTemporaryDirectory(); local 62 assertTrue(createDeepStructure(base).exists()); 67 File base = createTemporaryDirectory(); local 68 File target = createDeepStructure(base); 69 File source = new File(base, "source"); 151 File base = createTemporaryDirectory() local [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
URITest.java | 268 URI base = new URI("http://host/file?query/x"); local 269 URI uri = base.resolve("another"); 277 URI base = new URI("http://host/file?query/x#fragment"); local 278 URI uri = base.resolve("#another"); 291 URI base = new URI("http://host/file"); local 292 assertEquals("http://host/another#fragment", base.resolve("another#fragment").toString()); 296 URI base = new URI("http://host/a/b/c"); local 297 assertEquals("http://host/a/d", base.resolve("../d").toString()); 301 URI base = new URI("http://host/a/b/c"); local 302 assertEquals("http://host/a/b/d/e", base.resolve("d/e").toString()) 306 URI base = new URI("http:\/\/host\/a\/b\/c"); local 311 URI base = new URI("http:\/\/host\/a\/b\/c"); local 317 URI base = new URI("http:\/\/host\/a\/b\/c"); local 322 URI base = new URI("http:\/\/host\/a\/b\/c"); local 327 URI base = new URI("http:\/\/host\/a\/b\/c"); local 337 URI base = new URI("http:\/\/host\/a\/b\/c"); local 362 URI base = new URI("http:\/\/a\/b\/c\/d;p?q"); local 389 URI base = new URI("http:\/\/a\/b\/c\/d;p?q"); local 395 URI base = new URI("http:\/\/a\/b\/c\/d;p?q"); local 405 URI base = new URI("http:\/\/a\/b\/c\/d;p?q"); local 415 URI base = new URI("http:\/\/a\/b\/c\/d;p?q"); local 423 URI base = new URI("http:\/\/a\/b\/c\/d;p?q"); local 467 URI base = new URI("file:\/a\/b\/c"); local [all...] |
URLTest.java | 368 URL base = new URL("http://host/file?query/x"); local 369 URL url = new URL(base, "another"); 378 URL base = new URL("http://host/file?query/x#fragment"); local 379 URL url = new URL(base, "#another"); 393 URL base = new URL("http://host/file"); local 394 assertEquals("http://host/another#fragment", new URL(base, "another#fragment").toString()); 398 URL base = new URL("http://host/a/b/c"); local 399 assertEquals("http://host/a/d", new URL(base, "../d").toString()); 403 URL base = new URL("http://host/a/b/c"); local 404 assertEquals("http://host/a/b/d/e", new URL(base, "d/e").toString()) 408 URL base = new URL("http:\/\/host\/a\/b\/c"); local 413 URL base = new URL("http:\/\/host\/a\/b\/c"); local 419 URL base = new URL("http:\/\/host\/a\/b\/c"); local 424 URL base = new URL("http:\/\/host\/a\/b\/c"); local 429 URL base = new URL("http:\/\/host\/a\/b\/c"); local 435 URL base = new URL("http:\/\/host\/a\/b\/c"); local 444 URL base = new URL("http:\/\/a\/b\/c\/d;p?q"); local 471 URL base = new URL("http:\/\/a\/b\/c\/d;p?q"); local 477 URL base = new URL("http:\/\/a\/b\/c\/d;p?q"); local 487 URL base = new URL("http:\/\/a\/b\/c\/d;p?q"); local 497 URL base = new URL("http:\/\/a\/b\/c\/d;p?q"); local 503 URL base = new URL("http:\/\/a\/b\/c\/d;p?q"); local 568 URL base = new URL("file:a\/b\/c"); local [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
type_traits_test.cpp | 130 struct base struct 132 struct derived : public base 260 base b; 263 base *pb = &b;
|
/ndk/tests/device/test-stlport/unit/ |
type_traits_test.cpp | 130 struct base struct 132 struct derived : public base 260 base b; 263 base *pb = &b;
|
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/ |
RendererUtils.java | 187 // Calculate the base flip coordinates. 188 float[] base = getFitVertices(srcWidth, srcHeight, dstWidth, dstHeight); local 191 base[0] = -base[0]; 192 base[4] = base[0]; 193 base[2] = -base[2]; 194 base[6] = base[2] [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SearchableSource.java | 382 Uri base = getSuggestUriBase(searchable); local 383 if (base == null) return null; 384 Uri.Builder uriBuilder = base.buildUpon();
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-flow.h | 163 /* Used when building base variable structures in a var_map. */ 179 /* Used by var_map for the base index of ssa base variables. */ 201 base for a circular list, and initially this is the only node in 618 /* Iv = BASE + STEP * i. */ 619 tree base, step; member in struct:__anon20779 839 tree symbol, base, index, step, offset; member in struct:mem_address
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-flow.h | 163 /* Used when building base variable structures in a var_map. */ 179 /* Used by var_map for the base index of ssa base variables. */ 201 base for a circular list, and initially this is the only node in 618 /* Iv = BASE + STEP * i. */ 619 tree base, step; member in struct:__anon21623 839 tree symbol, base, index, step, offset; member in struct:mem_address
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-flow.h | 163 /* Used when building base variable structures in a var_map. */ 179 /* Used by var_map for the base index of ssa base variables. */ 201 base for a circular list, and initially this is the only node in 618 /* Iv = BASE + STEP * i. */ 619 tree base, step; member in struct:__anon22016 839 tree symbol, base, index, step, offset; member in struct:mem_address
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertyFactory.java | 526 // See if we can compute a LONGER base than just the first word. 528 // we'd like the base to be "lineSpacing", not "line". 555 String base = firstName.substring(0, firstNameIndex); local 556 base = DescriptorsUtils.capitalize(base); 558 base,
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/ |
Project.java | 37 import com.google.common.base.Charsets; 732 File apiDir = new File(getAospTop(), "frameworks/base/api" //$NON-NLS-1$ 740 String base = name.substring(0, index); local 741 if (Character.isDigit(base.charAt(0))) { 743 int version = Integer.parseInt(base);
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/ |
AbstractCheckTest.java | 164 File base = new File(System.getProperty("java.io.tmpdir")); //$NON-NLS-1$ local 167 base = new File("/tmp"); 171 File tmpDir = new File(base, name); 175 sTempDir = base;
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
SdkUpdaterNoWindow.java | 220 String base = line.trim(); local 221 if (mLastProgressBase != null && base.startsWith(mLastProgressBase)) { 222 line = " " + base.substring(mLastProgressBase.length()); //$NON-NLS-1$
|
/system/core/init/ |
devices.c | 555 const char *base = "/dev/block/"; local 564 snprintf(devpath, sizeof(devpath), "%s%s", base, name); 565 make_dir(base, 0755); 576 char *base; local 590 * see drivers/base/core.c 625 base = "/dev/graphics/"; 626 make_dir(base, 0755); 628 base = "/dev/oncrpc/"; 629 make_dir(base, 0755); 631 base = "/dev/adsp/" [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.launcher.jar | |
org.eclipse.equinox.launcher_1.1.0.v20100507.jar | |
/prebuilts/tools/common/jfreechart/ |
jcommon-1.0.12.jar | |
/prebuilt/common/tradefed/ |
tradefed-prebuilt.jar | |
/bionic/libc/kernel/common/linux/ |
kd.h | 139 unsigned char diacr, base, result; member in struct:kbdiacr
|
/bionic/libc/stdio/ |
vfprintf.c | 196 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ local 491 base = DEC; 590 base = OCT; 602 base = HEX; 633 base = DEC; 641 base = HEX; 668 switch (base) { 696 cp = "bug in vfprintf: bad base";
|
/bionic/linker/ |
linker.c | 177 map->l_addr = info->base; 324 if((addr >= si->base) && (addr < (si->base + si->size))) { 333 * Returns the base address of the .ARM.exidx section 348 if ((addr >= si->base) && (addr < (si->base + si->size))) { 350 return (_Unwind_Ptr)(si->base + (unsigned long)si->ARM_exidx); 388 name, si->name, si->base, hash, hash % si->nbucket); 426 _do_lookup(soinfo *si, const char *name, unsigned *base) 489 "found in %s, base = 0x%08x\n" 802 void *base = mmap((void *)si->base, si->size, PROT_NONE, local 831 void *base = mmap(NULL, si->size, PROT_NONE, local 873 Elf32_Addr base = (Elf32_Addr) si->base; local 1285 unsigned base; local [all...] |
/dalvik/dexdump/ |
DexDump.cpp | 252 * In the base language the access_flags fields are type u2; in Dalvik 331 * string above as the base metric. 1231 const char* base = typeDescriptor+1; local [all...] |
/dalvik/vm/alloc/ |
HeapSource.cpp | 94 char *base; member in struct:Heap 149 * The base address of the virtual memory reservation. 241 if ((const char *)ptr >= heap->base && (const char *)ptr < heap->limit) { 289 static mspace createMspace(void *base, size_t startSize, size_t maximumSize) 303 maximumSize, /*locked=*/false, base); 334 hs->heaps[0].base = hs->heapBase; 363 char *base = (char *)ALIGN_UP_TO_PAGE_SIZE(sbrk0); local 364 size_t overhead = base - hs->heaps[0].base; 365 assert(((size_t)hs->heaps[0].base & (SYSTEM_PAGE_SIZE - 1)) == 0) 510 void *base; local [all...] |