/external/proguard/src/proguard/optimize/ |
TailRecursionSimplifier.java | 189 System.out.println("TailRecursionSimplifier.visitConstantInstruction: ["+
|
/external/proguard/src/proguard/shrink/ |
ClassShrinker.java | 417 System.arraycopy(array, 0, newArray, 0, length);
|
/external/v8/src/ |
d8.h | 149 // operating system calls: 151 // os.system("program_name", ["arg1", "arg2", ...], timeout1, timeout2) will 168 // os.umask(alue) calls the umask system call and returns the old umask. 175 static Handle<Value> System(const Arguments& args);
|
/frameworks/base/awt/java/awt/ |
Cursor.java | 120 * A mapping from names to system custom cursors. 292 * Gets the specified system custom cursor. 295 * the name of the desired system cursor. 296 * @return the specific system cursor with the specified name. 310 * Gets the specified system custom cursor from the map of system custom 315 * @return the desired system custom cursor from the map of system custom 365 String cursorsAbsDir = System.getProperty("java.home") + sep + //$NON-NLS-1$
|
RenderingHints.java | 536 return System.identityHashCode(this);
|
/frameworks/base/awt/java/awt/image/ |
BufferedImageFilter.java | 287 System.arraycopy(pixels, off, dstArray, dstOffset, w);
|
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
AndroidFontManager.java | 38 // set of all available faces supported by a system 71 File fontFile = File.createTempFile("jFont", ".ttf", new File(System.getProperty("user.home") +"/.fonts")); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ 78 * Initializes fProperties array field for the current system configuration font
|
/frameworks/base/common/java/com/android/common/ |
OperationScheduler.java | 131 * @return the wall clock time ({@link System#currentTimeMillis()}) when the 210 * @param millis wall clock time ({@link System#currentTimeMillis()}) to 221 * @param millis wall clock time ({@link System#currentTimeMillis()}) 343 * @return {@link System#currentTimeMillis()} 346 return System.currentTimeMillis();
|
/frameworks/base/core/java/android/app/ |
Notification.java | 215 * you pass are honored exactly. Use the system defaults (TODO) if possible 274 this.when = System.currentTimeMillis(); 298 * @param when The time to show in the time field. In the System.currentTimeMillis
|
PendingIntent.java | 48 * the system describing the original data used to retrieve it. This means 415 * sending the Intent. The returned string is supplied by the system, so 458 sb.append(Integer.toHexString(System.identityHashCode(this)));
|
/frameworks/base/core/java/android/content/ |
IntentFilter.java | 138 * The filter {@link #setPriority} value at which system high-priority 148 * The filter {@link #setPriority} value at which system low-priority 267 System.arraycopy(set, 0, newSet, 0, N); 282 System.arraycopy(set, pos+1, set, pos, copyLen); 290 if (pos > 0) System.arraycopy(set, 0, newSet, 0, pos); 291 if ((pos+1) < N) System.arraycopy(set, pos+1, newSet, pos, N-(pos+1)); [all...] |
SearchRecentSuggestionsProvider.java | 51 * your code. This is done automatically by the system Content Resolver, when the search dialog 348 System.arraycopy(projection, 0, useProjection, 0, projection.length);
|
/frameworks/base/core/java/android/content/pm/ |
ApplicationInfo.java | 95 * device's system image. 102 * code, even when installed on a non-development system. Comes 146 * install as an update to a built-in system application. 217 * in memory following a full-system restore operation; <code>true</code> otherwise. 218 * Ordinarily, during a full system restore operation each application is shut down 431 + Integer.toHexString(System.identityHashCode(this))
|
ResolveInfo.java | 70 * The system's evaluation of how well the activity matches the 231 + Integer.toHexString(System.identityHashCode(this))
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleHeap.java | 223 System.gc();
|
/frameworks/base/core/java/android/os/ |
Handler.java | 88 * Handle system messages here. 553 + Integer.toHexString(System.identityHashCode(this))
|
/frameworks/base/core/java/android/speech/srec/ |
Recognizer.java | 108 System.loadLibrary("srec_jni"); 148 String dir = "/system/usr/srec/config/" + 440 || SR_SessionCreate ( "/system/usr/srec/config/en.us/baseline11k.par" ) 448 || (LSTRCPY ( applicationData.grammars [0].grammar_path, "/system/usr/srec/config/en.us/grammars/VoiceDialer.g2g" ), 0)
|
/frameworks/base/core/java/android/text/ |
AutoText.java | 270 System.arraycopy(mTrie, 0, copy, 0, mTrie.length);
|
/frameworks/base/core/java/android/util/ |
TypedValue.java | 143 * treated as the system's default density value: {@link DisplayMetrics#DENSITY_DEFAULT}. 296 System.out.println(
|
/frameworks/base/core/java/android/webkit/ |
CookieManager.java | 301 * a system private class. 348 long now = System.currentTimeMillis(); 426 * is a system private class. 446 long now = System.currentTimeMillis(); 553 long now = System.currentTimeMillis(); [all...] |
URLUtil.java | 131 System.arraycopy(tempData, 0, retData, 0, tempCount); 392 * downloaded to the file system. We only support the attachment type.
|
/frameworks/base/core/java/android/widget/ |
CompoundButton.java | 309 + Integer.toHexString(System.identityHashCode(this))
|
/frameworks/base/core/java/com/android/internal/app/ |
RingtonePickerActivity.java | 121 mUriForDefaultItem = Settings.System.DEFAULT_RINGTONE_URI;
|
/frameworks/base/core/tests/hosttests/src/android/content/pm/ |
PackageManagerStressHostTests.java | 108 AppRepositoryPath = System.getenv("ANDROID_TEST_APP_REPOSITORY"); 118 * Get the absolute file system location of repository test app with given filename 128 * Get the absolute file system location of test app with given filename
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
AnimationDrawable.java | 334 System.arraycopy(mDurations, 0, newDurations, 0, oldSize);
|