Searched
full:base (Results
2451 -
2475 of
4489) sorted by null
<<919293949596979899100>>
/frameworks/base/test-runner/src/android/test/ |
TestRunner.java | 172 String base = "/tmp/trace/" + mClassName + ".dmtrace"; local 173 Debug.startMethodTracing(base, 8 * 1024 * 1024);
|
/hardware/broadcom/wlan/bcm4329/src/dhd/linux/ |
Makefile | 63 # Allow CROSS_COMPILE to specify compiler base 69 # driver source base and C file path
|
/hardware/broadcom/wlan/bcm4329/src/shared/ |
bcmutils.c | 548 bcm_strtoul(char *cp, char **endp, uint base) 565 if (base == 0) { 568 base = 16; 571 base = 8; 575 base = 10; 576 } else if (base == 16 && (cp[0] == '0') && ((cp[1] == 'x') || (cp[1] == 'X'))) { 583 (value = bcm_isdigit(*cp) ? *cp-'0' : bcm_toupper(*cp)-'A'+10) < base) { 584 result = result*base + value; [all...] |
/hardware/ti/omap3/libopencorehw/ |
android_surface_output_omap34xx.cpp | 325 /* Copy Code from base class. Ideally we'd just call base class's setParametersSync, but we can't as it will not get to initCheck if it encounters an unrecognized parameter such as the one we're handling here */
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserBookmarksAdapter.java | 301 // Use NoQuery to search for the base url (i.e. if the url is 303 // Use url to match the base url with other queries (i.e. if the url is
|
/sdk/anttasks/src/com/android/ant/ |
AaptExecLoopTask.java | 48 * <tr><td>-I base-package</td><td>androidjar</td><td>attribute (Path)</td></tr> 263 // Get the project base directory.
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
AllocationPanel.java | 55 * Base class for our information panels. 171 // base composite for selected client with enabled thread update.
|
ThreadPanel.java | 61 * Base class for our information panels. 204 // base composite for selected client with enabled thread update.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeyCheckPage.java | 427 String base = filename.substring(0, index); local 434 apkArray[ExportWizard.APK_FILE_DEST] = base + "-" + //$NON-NLS-1$
|
/bionic/libc/include/ |
netdb.h | 80 * Structures returned by network data base library. All addresses are
|
/build/tools/atree/ |
atree.cpp | 28 " -I INPUTDIR Specify one or more base directories in\n"
|
/build/tools/droiddoc/src/ |
DroidDoc.java | 900 String base = "keywords." + entry.firstChar() + "." + i; 901 entry.makeHDF(data, base); 946 public static void makeClassListHDF(HDF data, String base, 952 cl.makeShortDescrHDF(data, base + "." + i); [all...] |
/cts/tools/host/src/res/ |
cts_result_v1_2.xsd | 159 <xs:restriction base="xs:string">
|
/dalvik/dx/src/junit/runner/ |
BaseTestRunner.java | 10 * Base class for all test runners.
|
/dalvik/libcore/luni/src/main/java/java/io/ |
Writer.java | 21 * The base class for all writers. A writer is a means of writing data to a
|
/dalvik/libcore/luni/src/test/java/junit/runner/ |
BaseTestRunner.java | 10 * Base class for all test runners.
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/spi/ |
AbstractSelectableChannel.java | 32 * {@code AbstractSelectableChannel} is the base implementation class for
|
SelectorProvider.java | 37 * {@code SelectorProvider} is an abstract base class that declares methods for
|
/dalvik/libcore/security/src/main/java/java/security/ |
BasicPermission.java | 26 * {@code BasicPermission} is the common base class of all permissions which
|
/dalvik/libcore/security/src/main/java/java/security/cert/ |
X509CRL.java | 40 * Abstract base class for X.509 certificate revocation lists (CRL).
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CRLEntryImpl.java | 62 * Creates an instance on the base of existing
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
JDKAlgorithmParameters.java | 647 * base INTEGER, -- g 769 * base INTEGER, -- g} 884 // * base INTEGER, -- a} [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/openssl/ |
PEMWriter.java | 54 * Base constructor.
|
/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/ |
JDBCConnection.java | 51 * Base time value for timeout handling.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMAxisIteratorBase.java | 26 * This class serves as a default base for implementations of mutable
|
Completed in 513 milliseconds
<<919293949596979899100>>