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

<<31323334353637383940>>

  /frameworks/base/include/utils/
FileMap.h 119 void* mBasePtr; // base of mmap area; page aligned
122 void* mDataPtr; // start of requested data, offset from base
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccUtils.java 133 * base pointer, where bit 16 is set to zero and bits 7 to 1
135 * base pointer to a "half page" in the UCS2 code space, to be
142 * 16 bit base pointer defined earlier...
147 * base pointer to a "half page" in the UCS2 code space...
176 char base = '\0'; local
184 base = (char) ((data[offset + 2] & 0xFF) << 7);
192 base = (char) (((data[offset + 2] & 0xFF) << 8) |
205 ret.append((char) (base + (data[offset] & 0x7F)));
  /frameworks/base/tools/aidl/
options.cpp 19 " -o<FOLDER> base output folder for generated files.\n"
28 " If the -o option is used, the generated files will be placed in the base output folder, under their package folder\n"
  /hardware/ti/wlan/wl1271/CUDK/os/common/inc/
cu_osapi.h 108 S32 os_strtol(const PS8 nptr, PPS8 endptr, S32 base);
109 U32 os_strtoul(const PS8 nptr, PPS8 endptr, S32 base);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
MultiSourceCorpus.java 30 * Base class for corpora backed by multiple sources.
101 * Base class for results returned by {@link MultiSourceCorpus#getSuggestions}.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
BaseView.groovy 24 // This base rule can handle any class.
39 // The base rule does not have any custom default attributes.
  /sdk/emulator/qtools/
coverage.cpp 24 void push(int stackLevel, uint64_t time, CallStackBase *base) {
27 void pop(int stackLevel, uint64_t time, CallStackBase *base) {
  /system/wlan/ti/wilink_6_1/CUDK/os/common/inc/
cu_osapi.h 104 S32 os_strtol(const PS8 nptr, PPS8 endptr, S32 base);
105 U32 os_strtoul(const PS8 nptr, PPS8 endptr, S32 base);
  /bionic/libc/arch-arm/bionic/
exidx_dynamic.c 36 * Returns the base address of the .ARM.exidx section
  /bionic/libc/include/
resolv.h 45 /* Base-64 functions - because some code expects it there */
  /bionic/libm/man/
math.3 177 exp exponential base e
178 exp2 exponential base 2
185 log10 logarithm to base 10
187 .\" log2 base 2 logarithm
  /build/target/board/emulator/
tuttle2.kcm 3 # keycode display number base caps fn caps_fn
  /build/target/board/generic/
tuttle2.kcm 3 # keycode display number base caps fn caps_fn
  /build/target/product/
full.mk 39 $(call inherit-product, frameworks/base/data/sounds/OriginalAudio.mk)
  /cts/tests/tests/dpi/
Android.mk 37 # DefaultManifestAttributesTest can be used as a base class for other
  /dalvik/dx/src/com/android/dx/cf/attrib/
BaseAnnotations.java 23 * Base class for annotations attributes.
BaseLocalVariables.java 23 * Base attribute class for standard {@code LocalVariableTable}
BaseParameterAnnotations.java 23 * Base class for parameter annotation list attributes.
  /dalvik/dx/src/com/android/dx/dex/code/
SimpleInsn.java 24 * the base class.
ZeroSizeInsn.java 24 * Pseudo-instruction base class for zero-size (no code emitted)
  /dalvik/dx/src/com/android/dx/rop/cst/
Constant.java 22 * Base class for constants of all sorts.
  /dalvik/dx/src/com/android/dx/util/
Leb128Utils.java 20 * LEB128 (little-endian base 128) utilities.
MutabilityControl.java 20 * Very simple base class that implements a flag to control the mutability
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
DOMTestSuite.java 30 * Abstract base class for all test suites
  /dalvik/libcore/nio/src/main/java/java/nio/channels/spi/
AbstractSelectionKey.java 22 * {@code AbstractSelectionKey} is the base implementation class for selection keys.

Completed in 187 milliseconds

<<31323334353637383940>>