HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 1026 - 1050 of 1543) sorted by null

<<41424344454647484950>>

  /frameworks/base/core/java/android/text/format/
Time.java 694 String base = format(Y_M_D_T_H_M_S_000); local
700 return String.format(Locale.US, "%s%s%02d:%02d", base, sign, hours, minutes);
  /frameworks/base/core/java/com/android/internal/util/
XmlUtils.java 95 int base = 10; local
111 base = 16;
114 base = 8;
120 base = 16;
123 return Integer.parseInt(nm.substring(index), base) * sign;
143 int base = 10; local
154 base = 16;
157 base = 8;
161 base = 16;
164 return (int) Long.parseLong(value.substring(index), base);
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 131 jint* base = (jint *)_env->GetPrimitiveArrayCritical(major_minor, (jboolean *)0); local
132 if (len >= 1) base[0] = 1;
133 if (len >= 2) base[1] = 0;
134 _env->ReleasePrimitiveArrayCritical(major_minor, base, JNI_ABORT);
152 jint* base = (jint *)_env->GetPrimitiveArrayCritical(value, (jboolean *)0); local
153 success = eglQueryContext(dpy, ctx, attribute, base);
154 _env->ReleasePrimitiveArrayCritical(value, base, JNI_ABORT);
172 jint* base = (jint *)_env->GetPrimitiveArrayCritical(value, (jboolean *)0); local
173 success = eglQuerySurface(dpy, sur, attribute, base);
174 _env->ReleasePrimitiveArrayCritical(value, base, JNI_ABORT)
234 jint* base = beginNativeAttribList(_env, attrib_list); local
249 jint* base = beginNativeAttribList(_env, attrib_list); local
277 jint* base = 0; local
    [all...]
  /frameworks/base/tools/aidl/
aidl.cpp 342 // for interfaces, also add the service base type, we don't
349 Type* base = new Type(c->package ? c->package : "", local
352 NAMES.Add(base);
    [all...]
  /gdk/samples/bitmap-plasma-llvm/jni/
plasma.cpp 212 Fixed base = fixed_sin(yt1) + fixed_sin(yt2); local
230 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2);
240 Fixed i1 = base + fixed_sin(xt1) + fixed_sin(xt2);
244 Fixed i2 = base + fixed_sin(xt1) + fixed_sin(xt2);
256 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2);
265 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2);
  /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/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-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:__anon21834
839 tree symbol, base, index, step, offset; member in struct:mem_address
  /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:__anon22227
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:__anon22660
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:__anon23053
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 533 // See if we can compute a LONGER base than just the first word.
535 // we'd like the base to be "lineSpacing", not "line".
562 String base = firstName.substring(0, firstNameIndex); local
563 base = DescriptorsUtils.capitalize(base);
565 base,
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
AbstractCheckTest.java 197 File base = new File(System.getProperty("java.io.tmpdir")); //$NON-NLS-1$ local
200 base = new File("/tmp");
204 File tmpDir = new File(base, name);
208 sTempDir = base;
434 String base = relativePath.substring("tools/support/".length()); local
445 + File.separator + base);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterNoWindow.java 221 String base = line.trim(); local
222 if (mLastProgressBase != null && base.startsWith(mLastProgressBase)) {
223 line = " " + base.substring(mLastProgressBase.length()); //$NON-NLS-1$
  /system/core/init/
devices.c 531 const char *base = "/dev/block/"; local
540 snprintf(devpath, sizeof(devpath), "%s%s", base, name);
541 make_dir(base, 0755);
552 char *base; local
566 * see drivers/base/core.c
601 base = "/dev/graphics/";
602 make_dir(base, 0755);
604 base = "/dev/dri/";
605 make_dir(base, 0755);
607 base = "/dev/oncrpc/"
    [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 
  /tools/motodev/src/plugins/videos/libs/gdata/java/deps/
google-collect-1.0-rc1.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";
  /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.
1240 const char* base = typeDescriptor+1; local
    [all...]

Completed in 776 milliseconds

<<41424344454647484950>>