HomeSort by relevance Sort by last modified time
    Searched full:formatting (Results 701 - 725 of 1924) sorted by null

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/go/doc/testdata/
testing.go 89 // decorate inserts the final newline if needed and indentation tabs for formatting.
168 // Log formats its arguments using default formatting, analogous to Println(),
  /prebuilts/go/darwin-x86/src/go/printer/
nodes.go 21 // Formatting issues:
22 // - better comment formatting for /*-style comments at the end of a line (e.g. a declaration)
23 // when the comment spans multiple lines; if such a comment is just two lines, formatting is
25 // - formatting of expression lists
105 // convert into an expression list so we can re-use exprList formatting
158 // depend on any previous formatting
787 // tune the formatting here
    [all...]
  /prebuilts/go/linux-x86/src/go/doc/testdata/
testing.go 89 // decorate inserts the final newline if needed and indentation tabs for formatting.
168 // Log formats its arguments using default formatting, analogous to Println(),
  /prebuilts/go/linux-x86/src/go/printer/
nodes.go 21 // Formatting issues:
22 // - better comment formatting for /*-style comments at the end of a line (e.g. a declaration)
23 // when the comment spans multiple lines; if such a comment is just two lines, formatting is
25 // - formatting of expression lists
105 // convert into an expression list so we can re-use exprList formatting
158 // depend on any previous formatting
787 // tune the formatting here
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoring.java 47 import com.android.ide.eclipse.adt.internal.editors.formatting.EclipseXmlFormatPreferences;
48 import com.android.ide.eclipse.adt.internal.editors.formatting.EclipseXmlPrettyPrinter;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ValuesDescriptors.java 105 "@Strings@, with optional simple formatting, can be stored and retrieved as resources. You can add formatting to your string by using three standard HTML tags: b, i, and u. If you use an apostrophe or a quote in your string, you must either escape it or enclose the whole string in the other kind of enclosing quotes.",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 29 import com.android.ide.eclipse.adt.internal.editors.formatting.EclipseXmlFormatPreferences;
30 import com.android.ide.eclipse.adt.internal.editors.formatting.EclipseXmlPrettyPrinter;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 35 import com.android.ide.eclipse.adt.internal.editors.formatting.EclipseXmlFormatPreferences;
36 import com.android.ide.eclipse.adt.internal.editors.formatting.EclipseXmlPrettyPrinter;
  /system/vold/
Disk.cpp 166 LOG(DEBUG) << "Device just partitioned; silently formatting";
196 LOG(DEBUG) << "Device just partitioned; silently formatting";
  /toolchain/binutils/binutils-2.25/gprof/
basic_blocks.c 2 of basic-block info to/from gmon.out; computing and formatting of
118 of file IFP and is provided for formatting error-messages only. */
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SimpleDateFormat.java 48 * <p><code>SimpleDateFormat</code> is a concrete class for formatting and
49 * parsing dates in a locale-sensitive manner. It allows for formatting
54 * any user-defined patterns for date-time formatting. However, you
69 * the date and time formatting algorithm and pattern letters defined by <a href="http://www.unicode.org/reports/tr35/">UTS#35
186 * then numeric formatting is used (behaves like 'y').</td>
435 * <td>Fractional Second - truncates (like other time fields) to the count of letters when formatting. Appends zeros if more than 3 letters specified. Truncates at three significant digits when parsing.
621 * exception during formatting or parsing.
659 * happen when formatting the time in PM.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SimpleDateFormat.java 47 * <p><code>SimpleDateFormat</code> is a concrete class for formatting and
48 * parsing dates in a locale-sensitive manner. It allows for formatting
53 * any user-defined patterns for date-time formatting. However, you
68 * the date and time formatting algorithm and pattern letters defined by <a href="http://www.unicode.org/reports/tr35/">UTS#35
185 * then numeric formatting is used (behaves like 'y').</td>
434 * <td>Fractional Second - truncates (like other time fields) to the count of letters when formatting. Appends zeros if more than 3 letters specified. Truncates at three significant digits when parsing.
620 * exception during formatting or parsing.
658 * happen when formatting the time in PM.
    [all...]
  /art/compiler/
elf_writer_quick.cc 43 // Except for some minor formatting differences, the main difference
  /dalvik/dexgen/src/com/android/dexgen/util/
Hex.java 20 * Utilities for formatting numbers as hexadecimal.
  /dalvik/dx/src/com/android/dx/util/
Hex.java 20 * Utilities for formatting numbers as hexadecimal.
  /external/antlr/antlr-3.4/runtime/Ruby/
History.txt 51 - removed special ruby-stylistic formatting on syntactic predicate method names to
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
CompositeFormat.java 192 * formatted using the formatting rules of <code>format</code>. There are
  /external/autotest/client/cros/
memory_bandwidth_logger.py 172 # set up the output formatting. raw counters don't have any
  /external/autotest/client/deps/glbench/src/
testbase.cc 162 printf("# Warning: adjust string formatting to length = %d\n",
  /external/boringssl/src/
STYLE.md 51 ## Formatting
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
help.py 184 # Replace <B> and </B> with terminal formatting strings if connected to tty.
  /external/clang/docs/
ClangTools.rst 8 functionality such as fast syntax checking, automatic formatting,
  /external/clang/lib/Format/
UnwrappedLineParser.h 34 /// \c UnwrappedLineFormatter. The key property is that changing the formatting
WhitespaceManager.h 81 /// \brief Returns all the \c Replacements created during formatting.
  /external/clang/tools/clang-format/
clang-format.el 8 ;; This package allows to filter code through clang-format to fix its formatting.

Completed in 659 milliseconds

<<21222324252627282930>>