HomeSort by relevance Sort by last modified time
    Searched refs:appendFormat (Results 1 - 25 of 41) sorted by null

1 2

  /cts/suite/audio_quality/lib/src/
Adb.cpp 35 if (command.appendFormat("forward tcp:%d tcp:%d", hostPort, devicePort) != 0) {
47 if (command.appendFormat("install -r %s", clientBinary.string()) != 0) {
54 if (command.appendFormat("shell am start -W -n %s", component.string()) != 0) {
68 if (adbCommand.appendFormat("adb %s", command.string()) != 0) {
72 if (adbCommand.appendFormat("adb -s %s %s", mDevice.string(),
Log.cpp 71 if (logFile.appendFormat("%s/log.txt", dirName) != 0) {
FileUtil.cpp 59 if (reportTime.appendFormat("%04d_%02d_%02d_%02d_%02d_%02d", tm->tm_year + 1900,
65 if (path.appendFormat("%s/%s", reportTopDir, reportTime.string()) != 0) {
SimpleScriptExec.cpp 71 command.appendFormat("%s %s %s", PYTHON_PATH, script.string(), param.string());
Report.cpp 59 if (report.appendFormat("%s/report.xml", dirName) != 0) {
  /frameworks/base/libs/hwui/
Caches.cpp 175 log.appendFormat("Current memory usage / total memory usage (bytes):\n");
176 log.appendFormat(" TextureCache %8d / %8d\n",
178 log.appendFormat(" LayerCache %8d / %8d\n",
180 log.appendFormat(" GradientCache %8d / %8d\n",
182 log.appendFormat(" PathCache %8d / %8d\n",
184 log.appendFormat(" CircleShapeCache %8d / %8d\n",
186 log.appendFormat(" OvalShapeCache %8d / %8d\n",
188 log.appendFormat(" RoundRectShapeCache %8d / %8d\n",
190 log.appendFormat(" RectShapeCache %8d / %8d\n",
192 log.appendFormat(" ArcShapeCache %8d / %8d\n"
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 466 result.appendFormat("Permission Denial: "
488 result.appendFormat("Camera module API version: 0x%x\n",
490 result.appendFormat("Camera module name: %s\n",
492 result.appendFormat("Camera module author: %s\n",
494 result.appendFormat("Number of camera devices: %d\n\n", mNumberOfCameras);
502 result.appendFormat(" Error reading static information!\n");
505 result.appendFormat(" Facing: %s\n",
507 result.appendFormat(" Orientation: %d\n", info.orientation);
515 result.appendFormat(" Device version: 0x%x\n", deviceVersion);
517 result.appendFormat(" Device static metadata:\n")
    [all...]
Camera2Client.cpp 149 result.appendFormat("Client2[%d] (%p) PID: %d, dump:\n",
161 result.appendFormat(" Preview size: %d x %d\n",
163 result.appendFormat(" Preview FPS range: %d - %d\n",
165 result.appendFormat(" Preview HAL pixel format: 0x%x\n",
167 result.appendFormat(" Preview transform: %x\n",
169 result.appendFormat(" Picture size: %d x %d\n",
171 result.appendFormat(" Jpeg thumbnail size: %d x %d\n",
173 result.appendFormat(" Jpeg quality: %d, thumbnail quality: %d\n",
175 result.appendFormat(" Jpeg rotation: %d\n", p.jpegRotation);
176 result.appendFormat(" GPS tags %s\n"
    [all...]
Camera2Device.cpp 177 result.appendFormat(" Camera2Device[%d] dump (detail level %d):\n",
796 result.appendFormat(" Current frame number: %d\n", mFrameCount);
801 result.appendFormat(" Stream slot: %d entries\n",
    [all...]
  /frameworks/av/media/mtp/
MtpProperty.cpp 370 buffer.appendFormat("%d", value.u.i8);
373 buffer.appendFormat("%d", value.u.u8);
376 buffer.appendFormat("%d", value.u.i16);
379 buffer.appendFormat("%d", value.u.u16);
382 buffer.appendFormat("%d", value.u.i32);
385 buffer.appendFormat("%d", value.u.u32);
388 buffer.appendFormat("%lld", value.u.i64);
391 buffer.appendFormat("%lld", value.u.u64);
394 buffer.appendFormat("%08X%08X%08X%08X", value.u.i128[0], value.u.i128[1],
398 buffer.appendFormat("%08X%08X%08X%08X", value.u.u128[0], value.u.u128[1]
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteCommon.cpp 126 fullMessage.appendFormat(" (code %d)", errcode); // print extended error code
android_view_InputEventReceiver.cpp 247 message.appendFormat("Failed to initialize input event receiver. status=%d", status);
270 message.appendFormat("Failed to finish input event. status=%d", status);
282 message.appendFormat("Failed to consume batched input event. status=%d", status);
android_view_DisplayEventReceiver.cpp 219 message.appendFormat("Failed to initialize display event receiver. status=%d", status);
241 message.appendFormat("Failed to schedule next vertical sync pulse. status=%d", status);
android_database_CursorWindow.cpp 49 msg.appendFormat("Couldn't read row %d, col %d from CursorWindow. "
57 msg.appendFormat("UNKNOWN type %d", type);
115 msg.appendFormat("Could not write CursorWindow to Parcel due to error %d.", status);
android_view_InputChannel.cpp 133 message.appendFormat("Could not open input channel pair. status=%d", result);
  /frameworks/base/services/input/
InputReader.cpp 717 dump.appendFormat(INDENT2 "VirtualKeyQuietTime: %0.1fms\n",
720 dump.appendFormat(INDENT2 "PointerVelocityControlParameters: "
727 dump.appendFormat(INDENT2 "WheelVelocityControlParameters: "
734 dump.appendFormat(INDENT2 "PointerGesture:\n");
735 dump.appendFormat(INDENT3 "Enabled: %s\n",
737 dump.appendFormat(INDENT3 "QuietInterval: %0.1fms\n",
739 dump.appendFormat(INDENT3 "DragMinSwitchSpeed: %0.1fpx/s\n",
741 dump.appendFormat(INDENT3 "TapInterval: %0.1fms\n",
743 dump.appendFormat(INDENT3 "TapDragInterval: %0.1fms\n",
745 dump.appendFormat(INDENT3 "TapSlop: %0.1fpx\n"
    [all...]
InputDispatcher.cpp 187 dump.appendFormat("[%d,%d][%d,%d]", rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
    [all...]
EventHub.cpp 91 out.appendFormat("%02x", digest[i]);
102 rawDescriptor.appendFormat(":%04x:%04x:", identifier.vendor, identifier.product);
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskSave.cpp 128 details.appendFormat(" %s: %f\n", it->first.string(), it->second.getDouble());
130 details.appendFormat(" %s: %lld\n", it->first.string(), it->second.getInt64());
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 325 result.appendFormat("VSYNC state: %s\n",
327 result.appendFormat(" soft-vsync: %s\n",
329 result.appendFormat(" numListeners=%u,\n events-delivered: %u\n",
335 result.appendFormat(" %p: count=%d\n",
  /frameworks/native/libs/utils/
Tokenizer.cpp 114 result.appendFormat("%s:%d", mFilename.string(), mLineNumber);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 914 result.appendFormat("Hardware Composer state (version %8x):\n", hwcApiVersion(mHwc));
915 result.appendFormat(" mDebugForceFakeVSync=%d\n", mDebugForceFakeVSync);
923 result.appendFormat(
929 result.appendFormat(
    [all...]
  /external/webkit/Source/WebKit/mac/History/
WebBackForwardList.mm 280 [result appendFormat:@"%2d) ", i];
  /external/clang/test/Analysis/
system-header-simulator-objc.h 92 - (void)appendFormat:(NSString *)format, ... __attribute__((format(__NSString__, 1, 2)));
  /frameworks/native/include/utils/
String8.h 78 status_t appendFormat(const char* fmt, ...)

Completed in 1809 milliseconds

1 2