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

<<11121314151617181920>>

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
test.py 35 import base namespace
38 class TestPort(base.Port):
42 base.Port.__init__(self, port_name, options)
126 class TestDriver(base.Driver):
  /external/webkit/WebKitTools/iExploder/htdocs/
htmlattrs.in 316 # From Mozilla CVS 2006-04-15 (mozilla/content/base/src/nsGkAtomList.h)
319 # system("grep \\($1, content/base/src/nsGkAtomList.h"); }' \
322 base
334 # events from Mozilla CVS 2006-04-15 (mozilla/content/base/src/nsGkAtomList.h)
  /frameworks/base/core/java/android/os/
IInterface.java 20 * Base class for Binder interfaces. When defining a new interface,
  /frameworks/base/core/java/android/util/
AndroidException.java 20 * Base class for all checked exceptions thrown by the Android frameworks.
AndroidRuntimeException.java 20 * Base class for all unchecked exceptions thrown by the Android frameworks.
  /frameworks/base/core/java/android/widget/
BaseExpandableListAdapter.java 23 * Base class for a {@link ExpandableListAdapter} used to provide data and Views
26 * Adapters inheriting this class should verify that the base implementations of
72 * Base implementation returns a long:
87 * Base implementation returns a long:
  /frameworks/base/docs/html/guide/topics/manifest/
permission-tree-element.jd 14 <dd>Declares the base name for a tree of permissions. The application takes
17 periods ('{@code .}'). For example, if the base name is
46 <dd>The name that's at the base of the permission tree. It serves as
50 {@code com.example.base} is OK, but {@code com.example} is not.</dd>
  /frameworks/base/graphics/java/android/graphics/
MaskFilter.java 20 * MaskFilter is the base class for object that perform transformations on
PathEffect.java 20 * PathEffect is the base class for objects in the Paint that affect
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
sistream.h 55 inline void set_base (short base);
72 /// Sets the numeric base used to read numbers.
73 inline void istringstream::set_base (short base)
75 m_Base = base;
  /frameworks/base/media/libmediaplayerservice/
Android.mk 62 $(TOP)/frameworks/base/media/libstagefright/include \
  /frameworks/base/media/libstagefright/codecs/aacdec/
huffcb.cpp 34 change variables 'base', 'sect_len_inc', and 'esc_val' to
89 UChar base = number of sfb in already detected sections
177 FOR (base = 0; base<total_sfb AND num_of_section<total_sfb)
182 WHILE (sect_length_incr == ESC_value AND base < total_sfb)
184 base += ESC_value;
189 base += sect_length_incr;
190 *pSect++ = base;
196 base += sfb_per_win - max_sfb;
197 *pSect++ = base;
295 Int base; \/* section boundary *\/ local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
StkException.java 23 * Base class for all the exceptions in STK service.
  /frameworks/base/tools/layoutlib/bridge/
.classpath 9 <classpathentry kind="var" path="ANDROID_OUT_FRAMEWORK/layoutlib.jar" sourcepath="/ANDROID_SRC/frameworks/base/core/java"/>
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/arch/
mcbsp.h 31 #define OMAP_MCBSP_READ(base, reg) __raw_readw((base) + OMAP_MCBSP_REG_##reg)
32 #define OMAP_MCBSP_WRITE(base, reg, val) __raw_writew((val), (base) + OMAP_MCBSP_REG_##reg)
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/arch/
mcbsp.h 31 #define OMAP_MCBSP_READ(base, reg) __raw_readw((base) + OMAP_MCBSP_REG_##reg)
32 #define OMAP_MCBSP_WRITE(base, reg, val) __raw_writew((val), (base) + OMAP_MCBSP_REG_##reg)
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/arch/
mcbsp.h 31 #define OMAP_MCBSP_READ(base, reg) __raw_readw((base) + OMAP_MCBSP_REG_##reg)
32 #define OMAP_MCBSP_WRITE(base, reg, val) __raw_writew((val), (base) + OMAP_MCBSP_REG_##reg)
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/arch/
mcbsp.h 31 #define OMAP_MCBSP_READ(base, reg) __raw_readw((base) + OMAP_MCBSP_REG_##reg)
32 #define OMAP_MCBSP_WRITE(base, reg, val) __raw_writew((val), (base) + OMAP_MCBSP_REG_##reg)
  /packages/apps/Launcher2/src/com/android/launcher2/
SymmetricalLinearTween.java 69 * {@link SystemClock.uptimeMillis} time base. This allows you to
92 long base = mBase;
94 long diff = now-base;
109 long next = base + ((frame+1)*FRAME_TIME);
  /packages/inputmethods/PinyinIME/jni/include/
mystdlib.h 27 void *mybsearch(const void *key, const void *base,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtilsTest.java 104 String docBaseUrl = "http://base";
107 assertEquals("<form><li style=\"image\" value=\"image\"><a href=\"http://base/reference/android/R.styleable.html#TagApplication\">application</a></li></form>",
117 assertEquals("<form><li style=\"image\" value=\"image\"><a href=\"http://base/reference/android/R.styleable.html#AndroidManifestPermission\">AndroidManifestPermission</a></li></form>",
122 assertEquals("<form><li style=\"image\" value=\"image\"><a href=\"http://base/reference/android/R.styleable.html#AndroidManifestPermission\">\"permission\"</a></li></form>",
  /sdk/eclipse/scripts/
create_ddms_symlinks.sh 43 BASE="sdk/eclipse/plugins/com.android.ide.eclipse.ddms"
45 DEST=$BASE/libs
51 DEST=$BASE/src/com/android
58 DEST=$BASE/icons
  /system/core/include/sysutils/
FrameworkCommand.h 19 #include "../../../frameworks/base/include/utils/List.h"
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
ProcessorInclude.java 57 * The base URL of the XSL document.
63 * Get the base identifier with which this stylesheet is associated.
74 * Get the base identifier with which this stylesheet is associated.
200 // The base identifier, an aboslute URI
204 // base ID onto the stack.
355 String base = handler.getBaseIdentifier(); local
356 s = uriresolver.resolve(href,base);
363 * Get the base URI of the included or imported stylesheet,
367 * using the SysteIDResolver to figure out the base URI.
382 // and the system ID is set on it, so return that as the base UR
    [all...]
  /bionic/libc/stdlib/
strtoll.c 46 strtoll(const char *nptr, char **endptr, int base)
48 return strtoimax(nptr, endptr, base);

Completed in 423 milliseconds

<<11121314151617181920>>