Searched defs:out (Results 251 - 259 of 259) sorted by relevance

<<11

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java389 public void writeToParcel(Parcel out) { argument
390 out.writeInt(mCount.get());
391 out.writeInt(mLoadedCount);
392 out.writeInt(mUnpluggedCount);
407 * @param out the Parcel to be written to.
410 public static void writeCounterToParcel(Parcel out, Counter counter) { argument
412 out.writeInt(0); // indicates null
415 out.writeInt(1); // indicates non-null
417 counter.writeToParcel(out);
463 void writeSummaryFromParcelLocked(Parcel out) { argument
581 writeToParcel(Parcel out, long batteryRealtime) argument
624 writeTimerToParcel(Parcel out, Timer timer, long batteryRealtime) argument
680 writeSummaryFromParcelLocked(Parcel out, long batteryRealtime) argument
821 writeToParcel(Parcel out, long batteryRealtime) argument
836 writeSummaryFromParcelLocked(Parcel out, long batteryRealtime) argument
900 writeToParcel(Parcel out, long batteryRealtime) argument
2849 writeToParcelLocked(Parcel out, long batteryRealtime) argument
3100 writeToParcelLocked(Parcel out, long batteryRealtime) argument
3151 writeToParcelLocked(Parcel out, long batteryRealtime) argument
3313 writeExcessivePowerToParcelLocked(Parcel out) argument
3352 writeToParcelLocked(Parcel out) argument
3581 writeToParcelLocked(Parcel out) argument
3748 writeToParcelLocked(Parcel out) argument
4154 getNextOldHistoryLocked(HistoryItem out) argument
4202 getNextHistoryLocked(HistoryItem out) argument
5044 writeHistory(Parcel out, boolean andOldHistory) argument
5064 writeOldHistory(Parcel out) argument
5273 writeSummaryToParcel(Parcel out) argument
5588 writeToParcel(Parcel out, int flags) argument
5592 writeToParcelWithoutUids(Parcel out, int flags) argument
5597 writeToParcelLocked(Parcel out, boolean inclUids, int flags) argument
[all...]
/frameworks/base/services/input/
H A DInputReader.cpp295 // Send out a message that the describes the changed input devices.
300 // Flush queued events out to the listener.
1565 // out of sync with the initial state of the events in the evdev buffer.
3348 Calibration& out = mCalibration; local
3351 out.sizeCalibration = Calibration::SIZE_CALIBRATION_DEFAULT;
3355 out.sizeCalibration = Calibration::SIZE_CALIBRATION_NONE;
3357 out.sizeCalibration = Calibration::SIZE_CALIBRATION_GEOMETRIC;
3359 out.sizeCalibration = Calibration::SIZE_CALIBRATION_DIAMETER;
3361 out.sizeCalibration = Calibration::SIZE_CALIBRATION_BOX;
3363 out
4196 PointerCoords& out = mCurrentCookedPointerData.pointerCoords[i]; local
[all...]
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java654 Slog.w(TAG, "Restore session timed out; aborting");
666 Slog.i(TAG, "Full backup/restore timed out waiting for user confirmation");
831 // If there's something out there that is supposed to be the Google
960 // If there are previous contents, parse them out then start a new
1015 // out the package names mentioned there and schedule them for
1186 DataOutputStream out = null;
1190 out = new DataOutputStream(buffer);
1193 out.writeInt(salt.length);
1194 out.write(salt);
1195 out
2660 backupOnePackage(PackageInfo pkg, OutputStream out) argument
2762 finalizeBackup(OutputStream out) argument
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2001 public void writeToParcel(Parcel out, int flags) { argument
2002 super.writeToParcel(out, flags);
2003 out.writeInt(mBackgroundColor);
2969 Log.d(TAG, "--- Number of the parameter is out of bound.");
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp201 goto out;
207 goto out;
212 goto out;
216 out:
1804 ALOGE("Sample rate out of range: %d mSampleRate %d", sampleRate, mSampleRate);
2905 // find out which tracks need to be processed
3180 ALOGV("Track left volume out of range: %04X", vl);
3184 ALOGV("Track right volume out of range: %04X", vr);
3196 ALOGV("Track send level out of range: %04X", sendLevel);
3565 // wait for condition with time out i
7093 AudioStreamOut *out = thread->clearOutput(); local
8386 int16_t *out = mConfig.outputCfg.buffer.s16; local
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java1720 // out all of the fields in the existing structure.
1889 // out all of the fields in the existing structure.
3315 "/" + ss.selEnd + " out of range for " + restored +
3459 CharSequence out = mFilters[i].filter(text, 0, text.length(), EMPTY_SPANNED, 0, 0);
3460 if (out != null) {
3461 text = out;
8484 public void writeToParcel(Parcel out, int flags) { argument
8485 super.writeToParcel(out, flags);
8486 out.writeInt(selStart);
8487 out
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1849 // Also don't let it kick out the first few "real" hidden processes.
1856 // Also don't let it kick out the first few "real" hidden processes.
2816 // Figure out which process to kill. We don't trust that initialPid
2915 * as a result of that process going away. Clears out all connections
3285 // this one, mark as anring now so we will bail out.
5676 //System.out.println(
6123 //System.out.println("Report thumbnail for " + token + ": " + thumbnail);
6134 //System.out.println("Send pending thumbnail: " + r);
6160 //System.out.println("Looking in " + pr.pendingRecords);
7118 Slog.w(TAG, "Activity manager shutdown timed out");
10327 appendMemBucket(StringBuilder out, long memKB, String label, boolean stackLike) argument
[all...]
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java167 adb install -r -f out/target/product/passion/data/app/AndroidTests.apk
553 // Something seriously wrong. Bail out
843 Slog.i(TAG, "Verification timed out for " + args.packageURI.toString());
1643 String[] out = new String[names.length];
1648 out[i] = ps != null && ps.realName != null ? ps.realName : names[i];
1651 return out;
1655 String[] out = new String[names.length];
1660 out[i] = cur != null ? cur : names[i];
1663 return out;
1738 ArrayList<PermissionInfo> out
5105 dumpFilter(PrintWriter out, String prefix, PackageParser.ActivityIntentInfo filter) argument
5303 dumpFilter(PrintWriter out, String prefix, PackageParser.ServiceIntentInfo filter) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java143 // we should bounce the call out via the proxy to enable any sub-class to override it.
512 // do not come out of order.
874 // But system time out is 100ms, which is too short for the browser.
875 // In the browser, if it switches out of tap too soon, jump tap won't work.
881 // But system time out is 500ms, which is too short for the browser.
2301 FileOutputStream out = null;
2303 out = new FileOutputStream(temp);
2304 p.writeToStream(out);
2311 if (out != null) {
2313 out
8641 dumpViewHierarchyWithProperties(BufferedWriter out, int level) argument
[all...]

Completed in 910 milliseconds

<<11