Searched refs:format (Results 1 – 10 of 10) sorted by relevance
/sdk/files/ |
D | android.el | 73 (format "%s -attach localhost:%s -sourcepath%s" 76 (format "%s/src" root)))) 96 (compile (format "adb install -r %s" apk))) 104 (compile (format "adb uninstall %s" package-name))) 116 (compile (format "adb shell am start -n %s/%s" package class))) 128 (compile (format "adb shell am start -D -n %s/%s" package class)))
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/ |
D | DeviceBridge.java | 152 Log.e("hierarchy", String.format( in setupDeviceForward() 156 Log.e("hierarchy", String.format( in setupDeviceForward() 174 Log.e("hierarchy", String.format( in removeDeviceForward() 178 Log.e("hierarchy", String.format( in removeDeviceForward() 200 return String.format("service call window %d i32 %d", in buildStartServerShellCommand() 205 return String.format("service call window %d", Configuration.SERVICE_CODE_STOP_SERVER); in buildStopServerShellCommand() 209 return String.format("service call window %d", in buildIsServerRunningShellCommand()
|
/sdk/testapps/testSensors/src/com/android/tests/testsensors/ |
D | TestSensorsActivity.java | 181 val = String.format(mTextFmt, event.values[0], event.values[1], event.values[2]); in onSensorChanged() 183 val = String.format(mTextFmt, event.values[0], event.values[1]); in onSensorChanged() 185 val = String.format(mTextFmt, event.values[0]); in onSensorChanged()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
D | ProfilesTableModel.java | 47 return formatter.format(profiles[row]) + ""; in getValueAt()
|
/sdk/eventanalyzer/src/com/android/eventanalyzer/ |
D | EventAnalyzer.java | 136 printAndExit(String.format("%1$s is not a valid ouput file", mOutputFile), in run() 281 printAndExit(String.format("%1$s is not a valid folder", folderPath), in parseFolder() 452 printAndExit(String.format("ERROR: %1$s cannot be used with an input file.", option), in checkInputValidity() 455 printAndExit(String.format("ERROR: %1$s cannot be used with an input file.", option), in checkInputValidity() 458 … printAndExit(String.format("ERROR: %1$s cannot be used with an input device serial number.", in checkInputValidity()
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
D | MultiTouchActivity.java | 285 final int format = bb.getInt(); in onFrameBuffer() local 290 if (format == ProtocolConstants.MT_FRAME_JPEG) { in onFrameBuffer() 316 if (format == ProtocolConstants.MT_FRAME_RGB565) { in onFrameBuffer() 325 } else if (format == ProtocolConstants.MT_FRAME_RGB888) { in onFrameBuffer() 334 Log.w(TAG, "Invalid framebuffer format: " + format); in onFrameBuffer()
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
D | DateTimeEditor.java | 62 String dateString = YYYY_MM_DD.format(d); in bindEditor() 64 String timeString = HH_MM_SS.format(d); in bindEditor()
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/ |
D | SensorChannel.java | 101 Log.d(TAG, String.format( in SensorChannel() 463 mValue = String.format(mTextFmt, values[0], values[1], values[2]); in getValue() 651 Log.d(TAG, String.format("glob %d - local %d > target %d - processing %d -- %s", in onSensorChanged()
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/ |
D | ShareMockupAction.java | 56 File f = new File(activity.getExternalCacheDir(), FILE_NAME.format(new Date())); in launch()
|
/sdk/ |
D | changes.txt | 30 this will fix the "Conversion to Dalvik format failed with error 1" 69 * Find errors in format strings. This includes inconsistencies 71 declared in XML and supplied in the String.format call in Java. 95 * Find XML files using a different encoding format than UTF-8, since
|