HomeSort by relevance Sort by last modified time
    Searched defs:formatted (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoring.java 365 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT); local
366 if (formatted != null) {
367 rootEdit = formatted;
427 * formatted and replaced in the target document.
WrapInRefactoring.java 398 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT); local
399 if (formatted != null) {
400 rootEdit = formatted;
ExtractIncludeRefactoring.java 375 MultiTextEdit formatted = reformat(doc.get(), rootEdit, local
377 if (formatted != null) {
378 rootEdit = formatted;
ExtractStyleRefactoring.java 384 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT); local
385 if (formatted != null) {
386 rootEdit = formatted;
ChangeLayoutRefactoring.java 323 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT); local
324 if (formatted != null) {
325 rootEdit = formatted;
VisualRefactoring.java 1316 String formatted = EclipseXmlPrettyPrinter.prettyPrint(actual, formatPrefs, style, local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinterTest.java 79 String formatted = sb.toString(); local
80 if (!expected.equals(formatted)) {
81 System.out.println(formatted);
83 assertEquals(expected, formatted);
    [all...]
  /external/chromium_org/base/strings/
string_util.cc 631 OutStringType formatted; local
632 formatted.reserve(format_string.length() + sub_length);
643 formatted.push_back('$');
658 static_cast<int>(formatted.size()));
666 formatted.append(subst.at(index));
670 formatted.push_back(*i);
679 return formatted;
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdtrgtst.c 243 UChar* formatted=NULL; local
262 formatted = myFormatit(fmt, d1);
263 if( u_strcmp(formatted,str)!=0) {
264 log_err("Fail: Want %s Got: %s\n", austrdup(str), austrdup(formatted) );
360 US locale a string formatted according to mm/dd/yy and parses it
  /external/chromium_org/third_party/icu/source/test/intltest/
dtptngts.cpp 559 logln(UnicodeString(" Formatted date:") + rDate);
803 UnicodeString formatted; local
    [all...]
dtfmrgts.cpp 319 UnicodeString formatted; local
321 formatted = fmt->format( o, formatted, poss, status );
323 logln( "Formatted string: " + formatted );
324 if( formatted != str)
325 errln("Fail: Want " + str + " Got " + formatted);
558 US locale a string formatted according to mm/dd/yy and parses it
    [all...]
numrgts.cpp 1385 UnicodeString formatted; local
    [all...]
  /external/chromium_org/ui/views/controls/menu/
native_menu_win.cc 696 base::string16 formatted = label; local
700 ReplaceSubstringsAfterOffset(&formatted, 0, L"\t", L" ");
705 formatted += L"\t";
706 formatted += accelerator.GetShortcutText();
712 items_[model_index]->label = formatted;
  /external/icu/icu4c/source/test/cintltst/
cdtrgtst.c 243 UChar* formatted=NULL; local
262 formatted = myFormatit(fmt, d1);
263 if( u_strcmp(formatted,str)!=0) {
264 log_err("Fail: Want %s Got: %s\n", austrdup(str), austrdup(formatted) );
360 US locale a string formatted according to mm/dd/yy and parses it
  /external/icu/icu4c/source/test/intltest/
dtptngts.cpp 559 logln(UnicodeString(" Formatted date:") + rDate);
803 UnicodeString formatted; local
    [all...]
dtfmrgts.cpp 322 UnicodeString formatted; local
324 formatted = fmt->format( o, formatted, poss, status );
326 logln( "Formatted string: " + formatted );
327 if( formatted != str)
328 errln("Fail: Want " + str + " Got " + formatted);
561 US locale a string formatted according to mm/dd/yy and parses it
    [all...]
numrgts.cpp 1385 UnicodeString formatted; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
DowntimeConditionProvider.java 258 final String formatted = new SimpleDateFormat(pattern, locale).format(new Date(endTime)); local
259 final String summary = mContext.getString(R.string.downtime_condition_summary, formatted);
261 return new Condition(id, summary, line1, formatted, 0, state, Condition.FLAG_RELEVANT_NOW);
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc 186 std::string formatted; local
188 formatted.append(base::StringPrintf("%3d, ", Channel(pixels, x, y, c)));
190 LOG(ERROR) << formatted;
1015 std::string formatted; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 83 * overlapping the formatted region, then it pretty-prints that XML region
170 * @param model the model to be formatted
172 * @param length the length of the text range to be formatted
173 * @return a {@link TextEdit} which edits the model into a formatted document
317 // If you select this text range, we want <foo> to be formatted at whatever
331 // this is that some of theses nodes, which have not yet been formatted,
356 String formatted = sb.toString(); local
357 ReplaceEdit replaceEdit = createReplaceEdit(document, replaceStart, replaceEnd, formatted,
365 // old positions of the formatted text:
379 * given new formatted content. The replaceStart and replaceEnd parameters point t
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java 838 String formatted; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/
plexus-interactivity-api-1.0-alpha-4.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.1.1/
javawriter-2.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.2.1/
javawriter-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 

Completed in 1034 milliseconds

12 3 4 5