/frameworks/base/core/java/android/inputmethodservice/ |
KeyboardView.java | 767 System.arraycopy(mDistances, j, mDistances, j + nCodes, 769 System.arraycopy(allKeys, j, allKeys, j + nCodes, [all...] |
/packages/apps/Camera/src/com/android/camera/ |
VideoCamera.java | 100 // The brightness settings used when it is set to automatic in the system. 258 int mode = Settings.System.getInt( 260 Settings.System.SCREEN_BRIGHTNESS_MODE, 261 Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL); 262 if (mode == Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC) { [all...] |
/packages/apps/Phone/src/com/android/phone/ |
CallNotifier.java | 440 // system permission. 493 mRinger.setCustomRingtoneUri(Settings.System.DEFAULT_RINGTONE_URI); 682 mIsEmergencyToneOn = Settings.System.getInt( 684 Settings.System.EMERGENCY_TONE, EMERGENCY_TONE_OFF); [all...] |
/dalvik/libcore/sql/src/test/java/tests/java/sql/ |
DatabaseMetaDataTest.java | 78 System.out.println("Error in test setup: "+e.getMessage()); 89 System.out.println("Error in teardown: "+e.getMessage()); [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
ToStream.java | 116 * The system line separator for writing out line breaks. 117 * The default value is from the system property, 125 * True if the the system line separator is to be used. 375 * Output a system-dependent line break. 451 System.out.println(msg); 452 System.out.println(msg2); 455 System.out.println(msg); 456 System.out.println(msg2); 740 System.out.println( 903 * @param systemId The declared system identifier of the entity [all...] |
/frameworks/base/services/java/com/android/server/status/ |
StatusBarPolicy.java | 630 mCalendar.setTimeInMillis(System.currentTimeMillis()); [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/ |
BearerData.java | 315 * stored at the Voice Mail System. This element is used by the 505 System.arraycopy(fullData, 1, result.data, 0, fullData.length - 1); 524 System.arraycopy(udhData, 0, uData.payload, 1, udhData.length); 540 System.arraycopy(udhData, 0, uData.payload, 1, udhData.length); 541 System.arraycopy(payload, 0, uData.payload, udhBytes + udhPadding, payload.length); [all...] |
/frameworks/base/core/java/android/content/pm/ |
PackageParser.java | 326 System.arraycopy(p.mSignatures, 0, pi.signatures, 0, N); 378 // We expect to have non-.apk files in the system dir, 475 // If this package comes from the system image, then we [all...] |
/cts/tools/dasm/src/java_cup/ |
parser.java | 346 System.err.println("Can't recover from previous error(s), giving up."); 347 System.exit(1); [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
PropertiesTest.java | 69 if (System.getProperty("java.vendor") != null) { 70 Properties p = new Properties(System.getProperties()); 618 .println("<!DOCTYPE properties SYSTEM \"http://java.sun.com/dtd/properties.dtd\">");
|
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
SelectorTest.java | 138 // should be system default provider 401 long time1 = System.currentTimeMillis(); 403 long time2 = System.currentTimeMillis(); 482 * operating system.
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/ |
GeneralName.java | 241 System.arraycopy(name, 0, this.name, 0, name.length); 260 System.arraycopy(name, 0, this.name_encoding, 0, name.length); 327 //System.out.println(false); [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
JCEBlockCipher.java | 598 System.arraycopy(out, 0, tmp, 0, len); 658 System.arraycopy(tmp, 0, out, 0, len);
|
JDKAlgorithmParameters.java | 79 System.arraycopy(iv, 0, tmp, 0, iv.length); 132 System.arraycopy(params, 0, iv, 0, iv.length); 197 // System.arraycopy(iv, 0, tmp, 0, iv.length); 238 // System.arraycopy(params, 0, iv, 0, iv.length); 317 // System.arraycopy(iv, 0, tmp, 0, iv.length); 408 // System.arraycopy(params, 0, iv, 0, iv.length); 455 // System.arraycopy(iv, 0, tmp, 0, iv.length); 509 // System.arraycopy(params, 0, iv, 0, iv.length); [all...] |
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
CodeSourceTest.java | 796 URL url0 = new URL("file:///" + System.getProperty("java.io.tmpdir") 798 URL url1 = new URL("file:///" + System.getProperty("java.io.tmpdir")
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
OpenSSLSocketImpl.java | 322 session.lastAccessedTime = System.currentTimeMillis(); 413 sslSession.lastAccessedTime = System.currentTimeMillis(); [all...] |
ServerHandshakeImpl.java | 301 session.lastAccessedTime = System.currentTimeMillis(); 670 session.lastAccessedTime = System.currentTimeMillis();
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
UnImplNode.java | 66 System.out.println("DOM ERROR! class: " + this.getClass().getName()); 80 System.out.println("DOM ERROR! class: " + this.getClass().getName()); [all...] |
/external/e2fsprogs/ |
e2fsprogs.spec | 11 Group: System Environment/Base 51 Group: System Environment/Daemons
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
ClassDef.java | 453 System.out.println ("DUMP[" + x + "] = " + dump [x] + "\t" + (char) dump[x]); 466 System.out.println ("HASH[" + x + "] = " + hash [x]);
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary | 219 VALUE Auth-Type System 1
|
/external/v8/src/ |
d8-posix.cc | 161 // bail out of the System() function early. If you don't ever do a waitpid on 195 "os.system(): String conversion of program name failed"; 210 "os.system(): String conversion of argument failed."; 239 // Gets the optional timeouts from the arguments to the system() call. 247 ThrowException(String::New("system: Argument 4 must be a number")); 255 ThrowException(String::New("system: Argument 3 must be a number")); 455 // Implementation of the system() function (see d8.h for details). 456 Handle<Value> Shell::System(const Arguments& args) { 464 return ThrowException(String::New("system: Argument 2 must be an array")); 471 return ThrowException(String::New("Too many arguments to system()")); [all...] |
/frameworks/base/awt/java/awt/image/ |
LookupOp.java | 87 // System.loadLibrary("imageops"); 390 System.arraycopy(levelInitializer, offset, levels, channelBase, nLevels); 430 System.arraycopy(levelInitializer, offset, levels, channelBase, nLevels);
|
/frameworks/base/core/java/android/database/ |
DatabaseUtils.java | 318 * Prints the contents of a Cursor to System.out. The position is restored 324 dumpCursor(cursor, System.out); 383 * Prints the contents of a Cursor's current row to System.out. 388 dumpCurrentRow(cursor, System.out); [all...] |
/frameworks/base/media/java/android/media/ |
AudioManager.java | 57 * sink is disconnected, and the audio system is about to automatically 145 /** The audio stream for system sounds */ 157 /** @hide The audio stream for enforced system sounds in certain countries (e.g camera in Japan) */ [all...] |