/system/media/wilhelm/tests/mimeUri/ |
Android.mk | 10 system/media/wilhelm/include 36 system/media/wilhelm/include 62 system/media/wilhelm/include 88 system/media/wilhelm/include 114 system/media/wilhelm/include 140 system/media/wilhelm/include 166 system/media/wilhelm/include 192 system/media/wilhelm/include
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
CtsApiCoverage.java | 47 System.out.println("Usage: cts-api-coverage [OPTION]... [APK]..."); 48 System.out.println(); 49 System.out.println("Generates a report about what Android framework methods are called "); 50 System.out.println("from the given APKs."); 51 System.out.println(); 52 System.out.println("Use the Makefiles rules in CtsTestCoverage.mk to generate the report "); 53 System.out.println("rather than executing this directly. If you still want to run this "); 54 System.out.println("directly, then this must be used from the $ANDROID_BUILD_TOP "); 55 System.out.println("directory and dexdeps must be built via \"make dexdeps\"."); 56 System.out.println() [all...] |
/dalvik/tests/027-arithmetic/src/ |
Main.java | 20 System.out.println("values are " + Integer.toHexString(i1) 23 System.out.println("First l is " + Long.toHexString(l)); 34 System.out.println("Second l is " + Long.toHexString(l)); 51 System.out.println("shiftTest2 l is " + Long.toHexString(result)); 64 System.out.println("f=" + f + " --> i=" + i); 68 System.out.println("f=" + f + " --> i=" + i); 73 System.out.println("d=" + d + " --> i=" + i); 77 System.out.println("d=" + d + " --> i=" + i); 82 System.out.println("d=" + d + " --> l=" + l); 86 System.out.println("d=" + d + " --> l=" + l) [all...] |
/external/icu4c/i18n/unicode/ |
numsys.h | 21 * Size of a numbering system name. 42 * Defines numbering systems. A numbering system describes the scheme by which 44 * system describes the set of digit characters that are to be used to display 51 * the ICU package, based on the numbering system rules defined in CLDR. 79 * Create the default numbering system associated with the specified locale. 87 * Create the default numbering system associated with the default locale. 93 * Create a numbering system using the specified radix, type, and description. 94 * @param radix The radix (base) for this numbering system. 95 * @param isAlgorithmic TRUE if the numbering system is algorithmic rather than numeric. 96 * @param description The string representing the set of digits used in a numeric system, or the name of the RBN [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
OldAndroidMonitorTest.java | 124 // System.out.println("InterruptTest: starting waiter"); 135 // System.out.println("Test interrupting waiter"); 154 //System.out.println("Test interrupting waiter (" + i + ")"); 159 // System.out.println("Test waiting for waiter to die."); 165 // System.out.println("InterruptTest done."); 187 // System.out.println("Waiter spinning"); 192 // System.out.println("Waiter done spinning; interrupted."); 205 // System.out.println("Waiter calling wait()"); 209 // System.out.println("wait(): Waiter caught " + ex); 211 // System.out.println("wait() finished") [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
android.provider.Settings.System.html | 10 android.provider.Settings.System 74 Class android.provider.<A HREF="../../../../reference/android/provider/Settings.System.html" target="_top"><font size="+2"><code>Settings.System</code></font></A> 86 <A NAME="android.provider.Settings.System.getLong_added(android.content.ContentResolver, java.lang.String)"></A> 87 <nobr><code>long</code> <A HREF="../../../../reference/android/provider/Settings.System.html#getLong(android.content.ContentResolver, java.lang.String)" target="_top"><code>getLong</code></A>(<code>ContentResolver,</nobr> String<nobr><nobr></code>)</nobr> 93 <A NAME="android.provider.Settings.System.getLong_added(android.content.ContentResolver, java.lang.String, long)"></A> 94 <nobr><code>long</code> <A HREF="../../../../reference/android/provider/Settings.System.html#getLong(android.content.ContentResolver, java.lang.String, long)" target="_top"><code>getLong</code></A>(<code>ContentResolver,</nobr> String<nobr>,</nobr> long<nobr><nobr></code>)</nobr> 100 <A NAME="android.provider.Settings.System.putLong_added(android.content.ContentResolver, java.lang.String, long)"></A> 101 <nobr><code>boolean</code> <A HREF="../../../../reference/android/provider/Settings.System.html#putLong(android.content.ContentResolver, java.lang.String, long)" target="_top"><code>putLong</code></A>(<code>ContentResolver,</nobr> String<nobr>,</nobr> long<nobr><nobr></code>)</nobr> 116 <A NAME="android.provider.Settings.System.ACCELEROMETER_ROTATION"></A [all...] |
/cts/tools/signature-tools/src/signature/ |
Main.java | 81 System.err.println("\nUNEXPECTED TOP-LEVEL EXCEPTION:"); 83 System.exit(2); 85 System.err.println("\nUNEXPECTED TOP-LEVEL ERROR:"); 87 System.exit(3); 91 System.err.println("error: no command specified"); 97 System.exit(1); 105 System.err.println("android sigtools version " + Version.VERSION); 106 System.exit(0); 113 System.err.println(USAGE_MESSAGE); 129 System.arraycopy(orig, 0, newa, 0, n) [all...] |
/dalvik/dx/src/com/android/dx/io/ |
DexIndexPrinter.java | 38 System.out.println("section " + Integer.toHexString(section.type) 49 System.out.println("string " + index + ": " + string); 57 System.out.println("type " + index + ": " + dexBuffer.strings().get(type)); 65 System.out.println("proto " + index + ": " + protoId); 73 System.out.println("field " + index + ": " + fieldId); 81 System.out.println("methodId " + index + ": " + methodId); 88 System.out.println("No type lists"); 94 System.out.print("Type list i=" + i + ", size=" + size + ", elements="); 96 System.out.print(" " + dexBuffer.typeNames().get((int) in.readShort())); 101 System.out.println() [all...] |
/dalvik/dx/src/junit/textui/ |
TestRunner.java | 36 this(System.out); 115 long startTime= System.currentTimeMillis(); 117 long endTime= System.currentTimeMillis(); 129 System.in.read(); 140 System.exit(FAILURE_EXIT); 141 System.exit(SUCCESS_EXIT); 143 System.err.println(e.getMessage()); 144 System.exit(EXCEPTION_EXIT); 162 System.err.println("JUnit "+Version.id()+" by Kent Beck and Erich Gamma"); 180 System.err.println(message) [all...] |
/development/tools/emulator/opengl/ |
Android.mk | 46 # Note that the build system will complain if you try to import a 59 # System static libraries 60 include $(EMUGL_PATH)/system/GLESv1_enc/Android.mk 61 include $(EMUGL_PATH)/system/GLESv2_enc/Android.mk 62 include $(EMUGL_PATH)/system/renderControl_enc/Android.mk 63 include $(EMUGL_PATH)/system/OpenglSystemCommon/Android.mk 65 # System shared libraries 66 include $(EMUGL_PATH)/system/GLESv1/Android.mk 67 include $(EMUGL_PATH)/system/GLESv2/Android.mk 69 include $(EMUGL_PATH)/system/gralloc/Android.m [all...] |
/frameworks/base/test-runner/src/junit/textui/ |
TestRunner.java | 36 this(System.out); 115 long startTime= System.currentTimeMillis(); 117 long endTime= System.currentTimeMillis(); 129 System.in.read(); 140 System.exit(FAILURE_EXIT); 141 System.exit(SUCCESS_EXIT); 143 System.err.println(e.getMessage()); 144 System.exit(EXCEPTION_EXIT); 162 System.err.println("JUnit "+Version.id()+" by Kent Beck and Erich Gamma"); 180 System.err.println(message) [all...] |
/libcore/luni/src/test/java/libcore/java/util/ |
OldAndroidTreeMapTest.java | 36 if (SPEW) System.out.println("Running doTest cycle #" + (i + 1)); 50 if (SPEW) System.out.println("Adding val = " + val); 60 if (SPEW) System.out.println("tm = " + tm); 62 if (SPEW) System.out.println("tm.size() = " + tm.size()); 63 if (SPEW) System.out.println("hm.size() = " + hm.size()); 66 if (SPEW) System.out.println("tm.firstKey() = " + tm.firstKey()); 67 if (SPEW) System.out.println("minVal = " + minVal); 68 if (SPEW) System.out.println("tm.lastKey() = " + tm.lastKey()); 69 if (SPEW) System.out.println("maxVal = " + maxVal); 84 if (SPEW) System.out.println("Removing val = " + val) [all...] |
/packages/apps/Settings/src/com/android/settings/ |
ApplicationSettings.java | 63 boolean userSetInstLocation = (Settings.System.getInt(getContentResolver(), 81 Settings.System.putInt(getContentResolver(), 84 Settings.System.putInt(getContentResolver(), 87 Settings.System.putInt(getContentResolver(), 91 Settings.System.putInt(getContentResolver(), 108 return Settings.System.getInt(getContentResolver(), 109 Settings.System.ADVANCED_SETTINGS, 110 Settings.System.ADVANCED_SETTINGS_DEFAULT) > 0; 115 // Change the system setting 116 Settings.Secure.putInt(getContentResolver(), Settings.System.ADVANCED_SETTINGS, value) [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
SettingsTest.java | 36 Settings.System._ID, Settings.System.NAME, Settings.System.VALUE 50 IContentProvider provider = cr.acquireProvider(Settings.System.CONTENT_URI); 56 value.put(Settings.System.NAME, insertName); 57 value.put(Settings.System.VALUE, insertValue); 59 provider.insert(Settings.System.CONTENT_URI, value); 60 cursor = provider.query(Settings.System.CONTENT_URI, SYSTEM_PROJECTION, 61 Settings.System.NAME + "=\"" + insertName + "\"", null, null); 72 value.put(Settings.System.NAME, updateName) [all...] |
/bionic/libc/kernel/arch-sh/asm/ |
futex-irq.h | 15 #include <asm/system.h>
|
/build/target/board/generic/ |
device.mk | 25 development/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ 26 development/data/etc/vold.conf:system/etc/vold.conf \ 27 development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml \
|
/build/target/board/generic_x86/ |
README.txt | 4 It can be used to build the entire user-level system, and
|
device.mk | 25 development/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ 26 development/data/etc/vold.conf:system/etc/vold.conf \ 27 development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml \
|
/build/target/board/vbox_x86/ |
device.mk | 29 development/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ 30 development/data/etc/vold.conf:system/etc/vold.conf \ 31 development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml \
|
/build/tools/releasetools/ |
img_from_target_files | 97 """Turn the contents of SYSTEM into a system image and store it in 100 print "creating system.img..." 105 # mkyaffs2image. It wants "system" but we have a directory named 106 # "SYSTEM", so create a symlink. 108 os.symlink(os.path.join(OPTIONS.input_tmp, "SYSTEM"), 109 os.path.join(OPTIONS.input_tmp, "system")) 113 # os.path.join(OPTIONS.input_tmp, "system")) 120 if fstab and fstab["/system"].fs_type.startswith("ext"): 125 build_command.extend([os.path.join(OPTIONS.input_tmp, "system"), img.name [all...] |
/dalvik/dx/tests/003-magic-version-access/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/006-interfaces/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/007-no-superclass/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/011-class-attrib-Synthetic/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/012-class-attrib-SourceFile/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|