HomeSort by relevance Sort by last modified time
    Searched defs:format (Results 1 - 25 of 4759) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Lexer/
char-escapes.c 22 const char *format = "abc \m def"; // expected-warning{{unknown escape sequence '\m'}} variable
  /external/clang/tools/clang-format/
clang-format.el 1 ;;; clang-format.el --- Format code using clang-format
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
unbirthday.py 47 print 'You were born on', format(bdaytuple)
51 print 'Today is', format(todaytuple)
78 def format((year, month, day)): function
  /external/chromium-trace/catapult/devil/devil/utils/
run_tests_helper.py 23 def format(self, record): member in class:CustomFormatter
26 msg = logging.Formatter.format(self, record)
  /external/clang/lib/Format/
SortJavaScriptImports.h 19 #include "clang/Format/Format.h"
24 namespace format { namespace in namespace:clang
33 } // end namespace format
  /external/clang/test/Sema/
block-printf-attribute-1.c 6 void (^b) (int arg, const char * format, ...) __attribute__ ((__format__ (__printf__, 1, 3))) = // expected-error {{format argument not a string type}} local
7 ^ __attribute__ ((__format__ (__printf__, 1, 3))) (int arg, const char * format, ...) {}; // expected-error {{format argument not a string type}}
9 void (^z) (int arg, const char * format, ...) __attribute__ ((__format__ (__printf__, 2, 3))) = ^ __attribute__ ((__format__ (__printf__, 2, 3))) (int arg, const char * format, ...) {}; local
11 z(1, "%s", 1); // expected-warning{{format specifies type 'char *' but the argument has type 'int'}}
16 // Handle block with multiple format attributes.
20 vprintf_scanf("%", ap, "%d"); // expected-warning {{incomplete format specifier}}, expected-warning {{more '%' conversions than data arguments}}
block-sentinel-attribute.c 3 void (^e) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (1,1))); variable
6 void (^bbad) (int arg, const char * format) __attribute__ ((__sentinel__)) ; // expected-warning {{'sentinel' attribute only supported for variadic blocks}} local
7 bbad = ^void (int arg, const char * format) __attribute__ ((__sentinel__)) {} ; // expected-warning {{'sentinel' attribute only supported for variadic blocks}}
8 void (^b) (int arg, const char * format, ...) __attribute__ ((__sentinel__)) = // expected-note {{block has been explicitly marked sentinel here}} local
9 ^ __attribute__ ((__sentinel__)) (int arg, const char * format, ...) {};
10 void (^z) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (2))) = ^ __attribute__ ((__sentinel__ (2))) (int arg, const char * format, ...) {}; // expected-note {{block has been explicitly marked sentinel here}} local
13 void (^y) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (5))) = ^ __attribute__ ((__sentinel__ (5))) (int arg, const char * format, ...) {}; // expected-note {{block has been explicitly marked sentinel here}} local
  /external/libmojo/third_party/catapult/devil/devil/utils/
run_tests_helper.py 23 def format(self, record): member in class:CustomFormatter
26 msg = logging.Formatter.format(self, record)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.h 55 GLuint format, filter; member in struct:tx_table
  /external/python/cpython2/Demo/scripts/
unbirthday.py 47 print 'You were born on', format(bdaytuple)
51 print 'Today is', format(todaytuple)
78 def format((year, month, day)): function
  /frameworks/base/media/mca/filterfw/java/android/filterfw/format/
package-info.java 4 package android.filterfw.format;
  /libcore/ojluni/src/main/java/java/time/format/
package-info.java 69 * {@link java.time.format.DateTimeFormatter DateTimeFormatter} class.
71 * {@link java.time.format.DateTimeFormatter DateTimeFormatter}, however
72 * {@link java.time.format.DateTimeFormatterBuilder DateTimeFormatterBuilder}
77 * {@link java.time.format.DateTimeFormatter#withLocale(java.util.Locale) withLocale(Locale)}
79 * {@link java.time.format.DecimalStyle DecimalStyle}.
95 package java.time.format;
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
internal.go 5 // TODO(gri): This file and the file src/go/format/internal.go are
91 // format formats the given package file originally obtained from src
94 func format( func
144 // Format the source.
  /prebuilts/go/darwin-x86/src/go/format/
internal.go 10 package format package
91 // format formats the given package file originally obtained from src
94 func format( func
144 // Format the source.
  /prebuilts/go/linux-x86/src/cmd/gofmt/
internal.go 5 // TODO(gri): This file and the file src/go/format/internal.go are
91 // format formats the given package file originally obtained from src
94 func format( func
144 // Format the source.
  /prebuilts/go/linux-x86/src/go/format/
internal.go 10 package format package
91 // format formats the given package file originally obtained from src
94 func format( func
144 // Format the source.
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
format.h 25 std::string format(const Map& map, const std::string& prefix, function in namespace:shaderc_util
  /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)
  /frameworks/layoutlib/bridge/src/android/text/format/
DateFormat_Delegate.java 17 package android.text.format;
  /prebuilts/clang/host/darwin-x86/clang-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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

Completed in 974 milliseconds

1 2 3 4 5 6 7 8 91011>>