/packages/apps/Email/src/org/apache/commons/io/output/ |
ProxyWriter.java | 26 * being called. It is an alternative base class to FilterWriter
|
/packages/apps/Email/tests/src/com/android/email/ |
AccountTestCase.java | 35 * Base class for unit tests that use {@link android.accounts.Account}.
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsReceiver.java | 49 // If 'privileged' is false, it means that the intent was delivered to the base
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
Time.java | 75 * The base element for a sync-based or event-based time.
|
/packages/apps/Mms/tests/src/com/android/mms/ |
MmsStability.java | 109 // the mms power usage base line.
|
/packages/apps/Phone/src/com/android/phone/ |
IccPanel.java | 29 * Base class for ICC-related panels in the Phone UI.
|
/packages/apps/Settings/src/com/android/settings/ |
ActivityPicker.java | 67 * Base {@link Intent} used when building list. 77 // Read base intent from extras, otherwise assume default 171 // Add any intent items if base was given 180 * Fill the given list with any activities matching the base {@link Intent}.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Dictionary.java | 20 * Abstract base class for a dictionary that can do a fuzzy search for words based on a set of key
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/ |
decfloat.h | 35 /* Number of base-FLT_RADIX digits in the significand, p. */
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/ |
decfloat.h | 35 /* Number of base-FLT_RADIX digits in the significand, p. */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/ |
decfloat.h | 35 /* Number of base-FLT_RADIX digits in the significand, p. */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/ |
decfloat.h | 35 /* Number of base-FLT_RADIX digits in the significand, p. */
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/ |
decfloat.h | 35 /* Number of base-FLT_RADIX digits in the significand, p. */
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/ |
decfloat.h | 35 /* Number of base-FLT_RADIX digits in the significand, p. */
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_rwops.h | 76 Uint8 *base; member in struct:SDL_RWops::__anon12920::__anon12922
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
MultiLineReceiver.java | 23 * Base implementation of {@link IShellOutputReceiver}, that takes the raw data coming from the
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
TablePanel.java | 32 * Base class for panel containing Table that need to support copy-paste-selectAll
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidSourceViewerConfig.java | 35 * Base Source Viewer Configuration for Android resources.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiManifestElementNode.java | 33 * each underlying node in the tree. This interface represents the base type for such a node.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/ |
ResourceQualifier.java | 24 * Base class for resource qualifiers.
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
Package.java | 33 * A {@link Package} is the base class for "something" that can be downloaded from
413 * The base implementation always return true.
426 // Nothing to do in base class.
439 // Nothing to do in base class.
|
/system/core/adb/ |
framebuffer_service.c | 85 * from the base. As a result we are storing the additional offset in
|
/system/core/include/cutils/ |
mspace.h | 87 size_t max_capacity, int locked, void *base);
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ |
osmemapi.c | 249 pMemPtr - Pointer to the base virtual address of the allocated memory. 298 pMemPtr - Specifies the base address of a block of memory 370 pMemPtr - Pointer to the base virtual address of the allocated memory. 413 pMemPtr - Specifies the base address of a block of memory
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
Sdk.java | 137 * Called when the base content of the SDK is parsed. [all...] |