HomeSort by relevance Sort by last modified time
    Searched full:base (Results 1301 - 1325 of 4489) sorted by null

<<51525354555657585960>>

  /frameworks/base/awt/java/awt/font/
LineMetrics.java 26 * positioned with respect to the base line, such as ascent, descent, and
  /frameworks/base/awt/javax/imageio/spi/
IIOServiceProvider.java 27 * The IIOServiceProvider abstract class provides base functionality for ImageIO
  /frameworks/base/core/java/android/accounts/
AccountAuthenticatorActivity.java 24 * Base class for implementing an Activity that is used to help implement an
  /frameworks/base/core/java/android/app/
Application.java 25 * Base class for those who need to maintain global application state. You can
  /frameworks/base/core/java/android/content/res/
TypedArray.java 407 * truncating the base value to an integer.
439 * rounding the base value, and ensuring that a non-zero base value
527 * @param base The base value of this fraction. In other words, a
529 * @param pbase The parent base value of this fraction. In other
536 * base value, or defValue if not defined.
538 public float getFraction(int index, int base, int pbase, float defValue) {
546 data[index+AssetManager.STYLE_DATA], base, pbase);
  /frameworks/base/core/tests/coretests/src/android/webkit/
UrlInterceptRegistryTest.java 32 * frameworks/base/tests/CoreTests/android && adb remount && adb
  /frameworks/base/docs/html/guide/topics/manifest/
uses-permission-element.jd 21 A list of permissions defined by the base platform can be found at
  /frameworks/base/include/media/
JetPlayer.h 37 // defined in frameworks/base/media/java/android/media/JetPlayer.java
  /frameworks/base/tools/aapt/
printapk.cpp 116 printf("Base Packages: %d\n", (int)basePackageCount);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeTypedArray.java 419 * truncating the base value to an integer.
441 * rounding the base value, and ensuring that a non-zero base value
509 * @param base The base value of this fraction. In other words, a
511 * @param pbase The parent base value of this fraction. In other
518 * base value, or defValue if not defined.
521 public float getFraction(int index, int base, int pbase, float defValue) {
532 return mValue.getFraction(base, pbase);
  /frameworks/base/tools/preload/
Policy.java 35 = "frameworks/base/preloaded-classes";
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 56 char *trace_file; /* file base to save trace */
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osmemapi.c 202 pMemPtr - Pointer to the base virtual address of the allocated memory.
255 pMemPtr - Specifies the base address of a block of memory
336 pMemPtr - Pointer to the base virtual address of the allocated memory.
384 pMemPtr - Specifies the base address of a block of memory
  /ndk/build/core/
build-module.mk 17 # Base rules shared to control the build of all modules.
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm-generic/
errno.h 15 #include <asm-generic/errno-base.h>
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm-generic/
errno.h 15 #include <asm-generic/errno-base.h>
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm-generic/
errno.h 15 #include <asm-generic/errno-base.h>
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm-generic/
errno.h 15 #include <asm-generic/errno-base.h>
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm-generic/
errno.h 15 #include <asm-generic/errno-base.h>
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm-generic/
errno.h 15 #include <asm-generic/errno-base.h>
  /packages/apps/Calculator/res/values-fr/
strings.xml 41 <string name="basic" msgid="7691469861698059753">"Panneau de base"</string>
  /packages/apps/Calculator/res/values-it/
strings.xml 41 <string name="basic" msgid="7691469861698059753">"Pannello base"</string>
  /packages/apps/Email/src/org/apache/commons/io/output/
ProxyOutputStream.java 26 * being called. It is an alternative base class to FilterOutputStream
  /packages/apps/Music/tests/src/com/android/music/
MusicPlayerStability.java 82 // the music player power usage base line.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
treestruct.def 30 DEFTREESTRUCT(TS_BASE, "base")

Completed in 382 milliseconds

<<51525354555657585960>>