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

12

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
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...]
  /external/chromium/net/base/
net_util_unittest.cc 1639 string16 formatted = FormatUrl( local
1650 string16 formatted = FormatUrl( local
    [all...]
  /external/icu4c/test/intltest/
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 1383 UnicodeString formatted; local
    [all...]
dtfmttst.cpp 748 UnicodeString formatted; ((Format*)fmt)->format(o, formatted, status); local
749 logln((UnicodeString)"Formatted string: " + formatted);
750 if (!(formatted == str)) errln((UnicodeString)"FAIL: Expected " + str);
3682 UnicodeString formatted; local
    [all...]
numfmtst.cpp 153 errln("Yuck... Formatted a duck... As a number!");
6019 UnicodeString formatted = ctou(DATA[i]); local
6042 UnicodeString formatted = ctou(WRONG_DATA[i]); 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/base/tools/aapt/
ResourceTable.cpp 786 const String16 formatted16("formatted");
1263 String16 formatted; local
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java 872 String formatted; local
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /prebuilts/devtools/adt/lib/
junit-3.8.1.jar 
  /prebuilts/tools/common/m2/internal/junit/junit/3.8.1/
junit-3.8.1.jar 
  /external/robolectric/lib/main/
junit-dep-4.8.2.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 2376 milliseconds

12