HomeSort by relevance Sort by last modified time
    Searched refs:timeStr (Results 1 - 21 of 21) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/python/
ds1307.py 31 timeStr = "The time is: {0}/{1}/{2} {3}:{4}:{5}".format(
36 timeStr += (" PM " if RTCObj.pm else " AM ")
38 print timeStr
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
ds1307.js 56 var timeStr = "The time is: " +
61 timeStr += (RTCObj.pm ? " PM " : " AM ");
63 console.log(timeStr);
  /development/tools/axl/
log.py 39 timeStr = self._getTime()
41 self._file.write("%s %s\n" % (timeStr, ln))
  /system/core/libutils/
ProcessCallStack.cpp 47 static void dumpProcessHeader(Printer& printer, pid_t pid, const char* timeStr) {
48 if (timeStr == NULL) {
49 ALOGW("%s: timeStr was NULL", __FUNCTION__);
70 printer.printFormatLine("----- pid %d at %s -----", pid, timeStr);
106 char timestr[MAX_TIME_STRING]; local
108 strftime(timestr, sizeof(timestr), "%F %T", &tm);
110 return String8(timestr);
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
Profiler.java 256 String timeStr = Util.durationInDurationUnitsAsStr(sw.elapsedTime(), du);
257 SpacePadder.leftPad(buf, timeStr, MIN_SW_ELAPSED_TIME_NUMBER_LENGTH);
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapbMessageTest.java 126 String timeStr = format.format(date); // Format to YYMMDDTHHMMSS UTC time
131 timeChars = timeStr.getBytes("US-ASCII");
137 for(int i = 0, n = timeStr.length(); i < n; i+=2) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 360 String timeStr = format.format(date); // Format to YYMMDDTHHMMSS UTC time
361 if(V) Log.v(TAG, "Generated time string: " + timeStr);
362 byte[] timeChars = timeStr.getBytes("US-ASCII");
364 for(int i = 0, n = timeStr.length(); i < n; i+=2) {
    [all...]
  /frameworks/av/cmds/screenrecord/
Overlay.cpp 239 String8 timeStr(String8::format("%s f=%" PRId64 " (%zd)",
241 mTextRenderer.drawString(mTexProgram, Program::kIdentity, 0, 0, timeStr);
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 656 String timeStr = String.format(mTimerFormat, time/60, time%60);
657 mTimerView.setText(timeStr);
700 String timeStr = "";
703 timeStr = String.format(res.getString(R.string.sec_available), t);
705 timeStr = String.format(res.getString(R.string.min_available), t/60 + 1);
707 mStateMessage1.setText(timeStr);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java 225 String timeStr = time.format(" %a, %b %d, %Y %I:%M%P");
227 "scheduleNextAlarmCheck at: " + triggerTimeMillis + timeStr);
  /external/libvncserver/webclients/java-applet/ssl/
SignedUltraViewerSSL.jar 
UltraViewerSSL.jar 
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.cpp 814 v8::Local<v8::String> timeStr = FXJS_WSToJSString(pIsolate, string);
815 v8::Local<v8::Value> argv[argc] = {timeStr};
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java     [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1226 milliseconds