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

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/view/src/android/view/inputmethod/cts/util/
InputConnectionTestUtils.java 40 * @param formatString
43 public static CharSequence formatString(final String formatString) {
48 for (int i = 0; i < formatString.length(); ++i) {
49 final Character c = formatString.charAt(i);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SplitClockView.java 90 String formatString = DateFormat.getTimeFormatString(getContext(),
92 int index = getAmPmPartEndIndex(formatString);
96 timeString = formatString;
99 timeString = formatString.substring(0, index);
100 amPmString = formatString.substring(index);
104 mTimeView.setContentDescriptionFormat12Hour(formatString);
105 mTimeView.setContentDescriptionFormat24Hour(formatString);
111 * @return the index where the AM/PM part starts at the end in {@code formatString} including
112 * leading white spaces or {@code -1} if no AM/PM part is found or {@code formatString}
115 private static int getAmPmPartEndIndex(String formatString) {
    [all...]
  /external/clang/test/SemaCXX/
printf-cstr.cpp 28 char formatString[] = "non-const %s %s";
38 printf(formatString, hcs, hncs); // expected-warning{{cannot pass object of non-POD type 'HasCStr' through variadic function}} expected-warning{{cannot pass object of non-POD type 'HasNoCStr' through variadic function}}
  /libcore/luni/src/main/java/libcore/net/http/
HttpDate.java 76 for (String formatString : BROWSER_COMPATIBLE_DATE_FORMATS) {
78 return new SimpleDateFormat(formatString, Locale.US).parse(value);
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
TapAgainDialog.java 86 String formatString = getString(com.android.nfc.R.string.tap_again_to_pay);
87 tv.setText(String.format(formatString, description));
89 String formatString = getString(com.android.nfc.R.string.tap_again_to_complete);
90 tv.setText(String.format(formatString, description));
AppChooserActivity.java 120 String formatString = getString(com.android.nfc.R.string.transaction_failure);
122 ap.mMessage = String.format(formatString, applicationLabel);
128 String formatString = getString(com.android.nfc.R.string.could_not_use_app);
129 ap.mTitle = String.format(formatString, applicationLabel);
  /packages/apps/Settings/src/com/android/settings/nfc/
PaymentDefaultDialog.java 112 String formatString = getString(R.string.nfc_payment_set_default);
113 String msg = String.format(formatString,
117 String formatString = getString(R.string.nfc_payment_set_default_instead_of);
118 String msg = String.format(formatString,
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HierarchicalFolderSelectorAdapter.java 108 final int formatString;
110 formatString = R.string.hierarchical_folder_parent_top_ellip;
112 formatString = R.string.hierarchical_folder_parent_top;
114 display.append(mContext.getResources().getString(formatString, topParentName,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
KeycodeSelectionHelper.java 43 mKeycodeStrings.add(formatString(field.getName()));
52 private static String formatString(String name) {
  /toolchain/binutils/binutils-2.25/opcodes/
arc-dis.c 156 #define WRITE_FORMAT(x,cb1,ca1,cb,ca) strcat (formatString, \
160 #define WRITE_FORMAT_RB() strcat (formatString, "]")
501 formatString[0] = '\0'; \
541 char formatString[60];
830 arc_sprintf (state, state->operandBuffer, formatString,
838 arc_sprintf (state, state->operandBuffer, formatString,
855 arc_sprintf (state, state->operandBuffer, formatString,
861 arc_sprintf (state, state->operandBuffer, formatString, fieldB);
873 arc_sprintf (state, state->operandBuffer, formatString, fieldB);
896 strcat (formatString, "%s"); /* Address/label name. *
    [all...]
  /system/core/liblog/
logprint.c 283 const char * formatString)
287 if (strcmp(formatString, "brief") == 0) format = FORMAT_BRIEF;
288 else if (strcmp(formatString, "process") == 0) format = FORMAT_PROCESS;
289 else if (strcmp(formatString, "tag") == 0) format = FORMAT_TAG;
290 else if (strcmp(formatString, "thread") == 0) format = FORMAT_THREAD;
291 else if (strcmp(formatString, "raw") == 0) format = FORMAT_RAW;
292 else if (strcmp(formatString, "time") == 0) format = FORMAT_TIME;
293 else if (strcmp(formatString, "threadtime") == 0) format = FORMAT_THREADTIME;
294 else if (strcmp(formatString, "long") == 0) format = FORMAT_LONG;
295 else if (strcmp(formatString, "color") == 0) format = FORMAT_MODIFIER_COLOR
    [all...]
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 289 final CharSequence source = InputConnectionTestUtils.formatString(initialState);
293 final CharSequence expectedString = InputConnectionTestUtils.formatString(expectedState);
367 final CharSequence source = InputConnectionTestUtils.formatString(initialState);
371 final CharSequence expectedString = InputConnectionTestUtils.formatString(expectedState);
  /packages/services/Telecomm/src/com/android/server/telecom/
RespondViaSmsManager.java 148 final String formatString = res.getString(
150 final String confirmationMsg = String.format(formatString, phoneNumber);
  /external/mesa3d/src/mesa/main/
es_generator.py 559 formatString = GetFormatString(paramType)
560 if formatString == None:
563 switchCode.append(' _mesa_error(_mesa_get_current_context(), %s, "gl%s(%s=%s)", %s);' % (errorCode, funcName, paramName, formatString, paramName))
    [all...]
  /external/google-breakpad/src/common/mac/testing/
GTMSenTestCase.h     [all...]
  /external/ImageMagick/coders/
meta.c     [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp     [all...]
  /libcore/ojluni/src/main/java/sun/util/logging/
PlatformLogger.java 555 private static final String formatString =
572 return String.format(formatString,
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 214 final CharSequence formatString = context.getResources().getQuantityText(resource, count);
215 return String.format(formatString.toString(), count);
    [all...]
NotificationUtils.java     [all...]
  /system/core/logcat/
logcat.cpp 356 static int setLogFormat(const char * formatString)
360 format = android_log_formatFromString(formatString);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java     [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.0/
lint-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.2/
lint-22.4.2.jar 

Completed in 1092 milliseconds

1 2 3 4 5 6 7 8 91011>>