HomeSort by relevance Sort by last modified time
    Searched full:formatted (Results 376 - 400 of 1015) sorted by null

<<11121314151617181920>>

  /external/junit/src/junit/runner/
BaseTestRunner.java 144 * Returns the formatted string of the elapsed time.
  /external/oprofile/events/ppc64/ibm-compat-v1/
events 15 # numbers are formatted as follows: <group_num>concat(<counter for the event>).
  /external/ppp/pppd/
chap_ms.c 267 * Per RFC 2759, success message must be formatted as
296 * Failure message must be formatted as
396 * Deal with MS-CHAP formatted failure messages; just print the
404 goto print_msg; /* Message is badly formatted. */
  /external/qemu/android/protocol/
ui-commands-impl.c 82 * data - Command parameters formatted accordingly to the command type.
  /external/qemu/telephony/
gsm.h 35 * returns the number of bytes on exit, or -1 in case of badly formatted data */
  /external/svox/pico/lib/
picodbg.c 60 /* Maximum length of a formatted tracing message */
  /external/tcpdump/
print-atm.c 157 * packet nor an RFC 2684 routed NLPID-formatted PDU nor
  /external/webkit/Tools/Scripts/
parse-malloc-history 29 # Parses the callstacks in a file with malloc_history formatted content, sorting
  /external/zlib/doc/
txtvsbin.txt 100 formatted office documents, compiled object code, etc. The results
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 107 // Is this formatted like a standard supplementary service code?
  /frameworks/base/test-runner/src/junit/runner/
BaseTestRunner.java 129 * Returns the formatted string of the elapsed time.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
SymbolList.java 160 Log.e("OpenWnn", "Ill-formatted keybaord resource file");
  /sdk/ide_common/src/com/android/ide/common/resources/
ResourceItem.java 221 * Returns a formatted string usable in an XML to use for the {@link ResourceItem}.
  /external/bluetooth/glib/gio/
gsimpleasyncresult.c 501 * @format: a formatted error reporting string.
529 * @format: a formatted error reporting string.
748 * @format: a formatted error reporting string.
  /external/clang/include/clang/Frontend/
ASTUnit.h 296 /// determined by the formatted type string. Se \c CachedCompletionTypes
301 /// \brief Retrieve the mapping from formatted type names to unique type
321 /// \brief A mapping from the formatted type name to a unique number for that
  /external/icu4c/i18n/
choicfmt.cpp 613 // Formats an int64 number, it's actually formatted as
626 // Formats a long number, it's actually formatted as
663 // return either a formatted number, or a string
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageChannel.java 279 * Return a formatted message to the client. We try to re-connect with the peer on the other
301 * @param message Pre-formatted message to send.
538 .logError("Dropping Badly formatted response message >>> "
TLSMessageChannel.java 279 * Return a formatted message to the client. We try to re-connect with the peer on the other
299 * @param message Pre-formatted message to send.
517 .logError("Dropping Badly formatted response message >>> "
  /external/webkit/Source/WebCore/inspector/front-end/
DetailedHeapshotGridNodes.js 185 valueSpan.className = "value console-formatted-" + data.valueStyle;
321 nameClass = "console-formatted-number";
325 nameClass = "console-formatted-null";
  /frameworks/base/docs/html/guide/topics/resources/
string-resource.jd 457 <p>In this formatted string, a {@code &lt;b>} element is added. Notice that the opening bracket is
473 escape any possible HTML characters in the strings you use with the formatted text, using
477 "&lt;" or "&amp;", then they must be escaped before formatting, so that when the formatted string
  /libcore/luni/src/main/java/java/io/
PrintStream.java 286 * Writes a string formatted by an intermediate {@link Formatter} to this
313 * Prints a formatted string. The behavior of this method is the same as
336 * Prints a formatted string. The behavior of this method is the same as
PrintWriter.java 286 * Writes a string formatted by an intermediate {@code Formatter} to the
317 * Prints a formatted string. The behavior of this method is the same as
340 * Prints a formatted string. The behavior of this method is the same as
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinter.java 43 * Visitor which walks over the subtree of the DOM to be formatted and pretty prints
110 * @return the formatted document (or if a parsing error occurred, returns the
329 // versa for a tightly formatted document it will preserve that convention as well.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 316 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT); local
317 if (formatted != null) {
318 rootEdit = formatted;
ExtractIncludeRefactoring.java 367 MultiTextEdit formatted = reformat(doc.get(), rootEdit, local
369 if (formatted != null) {
370 rootEdit = formatted;

Completed in 2002 milliseconds

<<11121314151617181920>>