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

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4579689/share/clang/
clang-format.el 1 ;;; clang-format.el --- Format code using clang-format -*- lexical-binding: t; -*-
8 ;; This package allows to filter code through clang-format to fix its formatting.
9 ;; clang-format is a tool that formats C/C++/Obj-C code according to a set of
11 ;; Note that clang-format 3.4 or newer is required.
13 ;; clang-format.el is available via MELPA and can be installed via
15 ;; M-x package-install clang-format
21 ;; (require 'clang-format)
25 ;; You may also want to bind `clang-format-region' to a key
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/share/clang/
clang-format.el 1 ;;; clang-format.el --- Format code using clang-format -*- lexical-binding: t; -*-
8 ;; This package allows to filter code through clang-format to fix its formatting.
9 ;; clang-format is a tool that formats C/C++/Obj-C code according to a set of
11 ;; Note that clang-format 3.4 or newer is required.
13 ;; clang-format.el is available via MELPA and can be installed via
15 ;; M-x package-install clang-format
21 ;; (require 'clang-format)
25 ;; You may also want to bind `clang-format-region' to a key
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/share/clang/
clang-format.el 1 ;;; clang-format.el --- Format code using clang-format -*- lexical-binding: t; -*-
8 ;; This package allows to filter code through clang-format to fix its formatting.
9 ;; clang-format is a tool that formats C/C++/Obj-C code according to a set of
11 ;; Note that clang-format 3.4 or newer is required.
13 ;; clang-format.el is available via MELPA and can be installed via
15 ;; M-x package-install clang-format
21 ;; (require 'clang-format)
25 ;; You may also want to bind `clang-format-region' to a key
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/share/clang/
clang-format.el 1 ;;; clang-format.el --- Format code using clang-format -*- lexical-binding: t; -*-
8 ;; This package allows to filter code through clang-format to fix its formatting.
9 ;; clang-format is a tool that formats C/C++/Obj-C code according to a set of
11 ;; Note that clang-format 3.4 or newer is required.
13 ;; clang-format.el is available via MELPA and can be installed via
15 ;; M-x package-install clang-format
21 ;; (require 'clang-format)
25 ;; You may also want to bind `clang-format-region' to a key
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
logging_setup.py 18 Format log strings such that rsyslogd handles them correctly.
30 def format(self, record): member in class:ModemManagerFormatter
38 result = super(ModemManagerFormatter, self).format(record)
  /external/chromium-trace/catapult/devil/devil/utils/
logging_common.py 42 def format(self, record): member in class:CustomFormatter
45 msg = logging.Formatter.format(self, record)
  /external/perf_data_converter/src/quipper/
conversion_utils.h 14 // Format string for perf.data.
17 // Format string for protobuf text format.
20 // Structure to hold the format and file of an input or output.
25 // The format of the file. Options are "perf" for perf data files, "text" for
27 string format; member in struct:quipper::FormatAndFile
30 // Convert a perf file from one format to another.
  /frameworks/layoutlib/bridge/src/android/text/format/
DateFormat_Delegate.java 17 package android.text.format;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
Formatters.h 27 static void format(const pdb::PDB_UniqueId &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
29 codeview::fmt_guid(V.Guid).format(Stream, Style);
34 static void format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
Formatters.h 27 static void format(const pdb::PDB_UniqueId &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
29 codeview::fmt_guid(V.Guid).format(Stream, Style);
34 static void format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
Formatters.h 27 static void format(const pdb::PDB_UniqueId &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
29 codeview::fmt_guid(V.Guid).format(Stream, Style);
34 static void format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
Formatters.h 27 static void format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
Formatters.h 27 static void format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
Formatters.h 27 static void format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
Formatters.h 27 static void format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
Formatters.h 27 static void format(const pdb::PDB_UniqueId &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
29 codeview::fmt_guid(V.Guid).format(Stream, Style);
34 static void format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
Formatters.h 27 static void format(const pdb::PDB_UniqueId &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
29 codeview::fmt_guid(V.Guid).format(Stream, Style);
34 static void format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
Formatters.h 27 static void format(const pdb::PDB_UniqueId &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
29 codeview::fmt_guid(V.Guid).format(Stream, Style);
34 static void format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
Formatters.h 27 static void format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
Formatters.h 27 static void format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
Formatters.h 27 static void format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
Formatters.h 27 static void format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
OpcodeInfo.java 23 * about that kind of instruction, including the Format that allows us to read the
30 public final AbstractFormat format; field in class:OpcodeInfo
39 this.format = fmt;
  /cts/tests/sensor/src/android/hardware/cts/helpers/
SensorTestPlatformException.java 24 public SensorTestPlatformException(String format, Object ... params) {
25 this(String.format(format, params));
SensorTestStateNotSupportedException.java 25 public SensorTestStateNotSupportedException(String format, Object ... params) {
26 super(String.format(format, params));

Completed in 1203 milliseconds

12 3 4 5 6 7 8 91011>>