/external/markdown/tests/misc/ |
pre.html | 9 * and this is pre-formatted content 11 * and not formatted as a list
|
pre.txt | 9 * and this is pre-formatted content 11 * and not formatted as a list
|
/external/chromium/chrome/browser/resources/shared/js/ |
local_strings.js | 26 * Returns a formatted string where $1 to $9 are replaced by the second to the 29 * @param {...string} The extra values to include in the formatted output. 67 * Returns a formatted localized string where $1 to $9 are replaced by the 70 * @param {...string} The extra values to include in the formatted output. 71 * @return {string} The formatted string.
|
/development/tools/glesv2debugger/test/com/android/glesv2debugger/ |
MessageParserExTest.java | 103 String formatted = MessageFormatter.format(msg, false); local 104 formatted = formatted.substring(0, formatted.indexOf('(')) + ' ' + builder.getFunction() + 105 formatted.substring(formatted.indexOf('(')); 107 MessageParserEx.instance.parse(parsed, formatted);
|
/frameworks/base/telephony/java/android/telephony/ |
PhoneNumberFormattingTextWatcher.java | 150 String formatted = reformat(s, Selection.getSelectionEnd(s)); local 151 if (formatted != null) { 154 s.replace(0, s.length(), formatted, 0, formatted.length()); 157 if (formatted.equals(s.toString())) { 165 * Generate the formatted number by ignoring all non-dialable chars and stick the cursor to the 172 String formatted = null; local 181 formatted = getFormattedNumber(lastNonSeparator, hasCursor); 191 formatted = getFormattedNumber(lastNonSeparator, hasCursor); 193 return formatted; [all...] |
/external/chromium/net/base/ |
net_switches.cc | 9 // This switch will take the JSON-formatted HSTS specification and load it
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
Hex.java | 34 * @return {@code non-null;} formatted form 50 * @return {@code non-null;} formatted form 66 * @return {@code non-null;} formatted form 82 * @return {@code non-null;} formatted form 100 * @return {@code non-null;} formatted form 114 * @return {@code non-null;} formatted form 130 * @return {@code non-null;} formatted form 143 * @return {@code non-null;} formatted form 167 * @return {@code non-null;} formatted form 191 * @return {@code non-null;} formatted for [all...] |
/dalvik/dx/src/com/android/dx/util/ |
Hex.java | 34 * @return {@code non-null;} formatted form 50 * @return {@code non-null;} formatted form 66 * @return {@code non-null;} formatted form 82 * @return {@code non-null;} formatted form 100 * @return {@code non-null;} formatted form 114 * @return {@code non-null;} formatted form 130 * @return {@code non-null;} formatted form 143 * @return {@code non-null;} formatted form 167 * @return {@code non-null;} formatted form 191 * @return {@code non-null;} formatted for [all...] |
/external/oprofile/libutil++/ |
string_manip.cpp | 130 string formatted = os.str(); local 131 if (is_prefix(formatted, "100.")) 132 formatted.erase(formatted.size() - 1); 133 return formatted;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
AndroidXmlFormattingStrategy.java | 72 * overlapping the formatted region, then it pretty-prints that XML region 156 * @param model the model to be formatted 158 * @param length the length of the text range to be formatted 159 * @return a {@link TextEdit} which edits the model into a formatted document 297 // If you select this text range, we want <foo> to be formatted at whatever 311 // this is that some of theses nodes, which have not yet been formatted, 335 String formatted = sb.toString(); local 336 ReplaceEdit replaceEdit = createReplaceEdit(document, replaceStart, replaceEnd, formatted, 344 // old positions of the formatted text: 358 * given new formatted content. The replaceStart and replaceEnd parameters point t [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gldebugger/ |
MessageParserExTest.java | 107 String formatted = MessageFormatter.format(msg, false); local 108 formatted = formatted.substring(0, formatted.indexOf('(')) + ' ' + builder.getFunction() + 109 formatted.substring(formatted.indexOf('(')); 111 MessageParserEx.instance.parse(parsed, formatted);
|
/dalvik/dx/src/junit/framework/ |
Assert.java | 268 String formatted= ""; local 270 formatted= message+" "; 271 fail(formatted+"expected not same"); 275 String formatted= ""; local 277 formatted= message+" "; 278 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">"); 286 String formatted= ""; local 288 formatted= message+" "; 289 return formatted+"expected:<"+expected+"> but was:<"+actual+">";
|
/dalvik/tests/021-string2/src/junit/framework/ |
Assert.java | 268 String formatted= ""; local 270 formatted= message+" "; 271 fail(formatted+"expected not same"); 275 String formatted= ""; local 277 formatted= message+" "; 278 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">"); 286 String formatted= ""; local 288 formatted= message+" "; 289 return formatted+"expected:<"+expected+"> but was:<"+actual+">";
|
/dalvik/tests/082-inline-execute/src/junit/framework/ |
Assert.java | 268 String formatted= ""; local 270 formatted= message+" "; 271 fail(formatted+"expected not same"); 275 String formatted= ""; local 277 formatted= message+" "; 278 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">"); 286 String formatted= ""; local 288 formatted= message+" "; 289 return formatted+"expected:<"+expected+"> but was:<"+actual+">";
|
/external/junit/src/junit/framework/ |
Assert.java | 266 String formatted= ""; local 268 formatted= message+" "; 269 fail(formatted+"expected not same"); 273 String formatted= ""; local 275 formatted= message+" "; 276 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">"); 284 String formatted= ""; local 286 formatted= message+" "; 287 return formatted+"expected:<"+expected+"> but was:<"+actual+">";
|
/libcore/junit/src/main/java/junit/framework/ |
Assert.java | 268 String formatted= ""; local 270 formatted= message+" "; 271 fail(formatted+"expected not same"); 275 String formatted= ""; local 277 formatted= message+" "; 278 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">"); 286 String formatted= ""; local 288 formatted= message+" "; 289 return formatted+"expected:<"+expected+"> but was:<"+actual+">";
|
/libcore/luni/src/main/java/java/text/ |
Format.java | 88 * @return the formatted string. 90 * if the object cannot be formatted by this format. 104 * text offset of the first occurrence of this field in the formatted text. 109 * the string buffer where the formatted string is appended to. 112 * of the alignment field in the formatted text. 115 * if the object cannot be formatted by this format. 122 * an {@code AttributedCharacterIterator} with the formatted string and no 130 * @return an {@code AttributedCharacterIterator} with the formatted object 133 * if the object cannot be formatted by this format.
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLPreElement01.html | 8 <PRE WIDTH="277">The PRE is used to indicate pre-formatted text. Visual agents may:
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLPreElement01.xhtml | 10 <pre>The PRE is used to indicate pre-formatted text. Visual agents may:
|
/frameworks/compile/libbcc/runtime/ |
CREDITS.TXT | 6 The list is sorted by surname and formatted to allow easy grepping and
|
/cts/tests/tests/jni/libjnitest/ |
helper.h | 43 * Logs and returns an error message, passed and formatted in printf() 48 * @return an allocated (char *) containing the formatted result
|
/external/apache-http/src/org/apache/http/message/ |
HeaderValueFormatter.java | 48 * If a buffer is passed in, the formatted element will be appended 50 * a new buffer will be created and filled with the formatted element. 71 * @return a buffer with the formatted header elements. 90 * @return a buffer with the formatted header element. 112 * @return a buffer with the formatted parameters. 131 * @return a buffer with the formatted name-value pair.
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ScriptFormatter.js | 140 var mapping = { original: [], formatted: [] }; 144 mapping.formatted.push(text.length); 150 mapping.formatted.push(chunk.mapping.formatted[j] + text.length); 159 mapping.formatted.push(text.length); 181 task.callback(task.source, { original: [], formatted: [] });
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
Clock.java | 188 SpannableStringBuilder formatted = new SpannableStringBuilder(result); local 190 formatted.delete(magic1, magic2+1); 194 formatted.setSpan(style, magic1, magic2, 197 formatted.delete(magic2, magic2 + 1); 198 formatted.delete(magic1, magic1 + 1); 200 return formatted;
|
/libcore/luni/src/main/java/java/util/logging/ |
XMLFormatter.java | 45 * the log record to be formatted. 46 * @return the log record formatted as an XML string. 142 * Returns the header string for a set of log records formatted as XML 148 * @return the header string for log records formatted as XML strings. 169 * Returns the tail string for a set of log records formatted as XML 174 * @return the tail string for log records formatted as XML strings.
|