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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/
bool-concat.js 28 function format(a) { function
37 assertEquals("XtrueY", format(true));
38 assertEquals("XfalseY", format(false));
  /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...]
  /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/linux-tools-perf/src/tools/perf/util/
pmu.y 2 %parse-param {struct list_head *format}
37 format: label
38 format format_term
45 ABORT_ON(perf_pmu__new_format(format, name,
52 ABORT_ON(perf_pmu__new_format(format, name,
59 ABORT_ON(perf_pmu__new_format(format, name,
  /frameworks/base/media/mca/filterfw/java/android/filterfw/format/
package-info.java 4 package android.filterfw.format;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
results_reporter.hpp 40 class BOOST_TEST_DECL format { class in namespace:boost::unit_test::results_reporter
43 virtual ~format() {}
61 BOOST_TEST_DECL void set_format( results_reporter::format* );
  /frameworks/base/tools/layoutlib/bridge/src/android/text/format/
DateFormat_Delegate.java 17 package android.text.format;
  /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/tests/hardware/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));
  /cts/tests/tests/text/src/android/text/format/cts/
LocaleUtils.java 17 package android.text.format.cts;
  /cts/tools/vm-tests-tf/src/dot/junit/format/f1/d/
T_f1_0.java 17 package dot.junit.format.f1.d;
  /external/deqp/framework/opengl/
gluTextureUtil.hpp 23 * \brief Texture format utilities.
39 * \brief GL pixel transfer format.
43 deUint32 format; //!< Pixel format. member in struct:glu::TransferFormat
47 : format (0)
53 : format (format_)
59 tcu::TextureFormat mapGLTransferFormat (deUint32 format, deUint32 dataType);
61 tcu::CompressedTexFormat mapGLCompressedTexFormat (deUint32 format);
68 TransferFormat getTransferFormat (tcu::TextureFormat format);
69 deUint32 getInternalFormat (tcu::TextureFormat format);
    [all...]
  /external/icu/icu4c/source/i18n/
currfmt.cpp 37 Format* CurrencyFormat::clone() const {
41 UnicodeString& CurrencyFormat::format(const Formattable& obj, function in class:CurrencyFormat
46 return fmt->format(obj, appendTo, pos, ec);
  /external/libexif/libexif/
exif-format.c 1 /* exif-format.c
23 #include <libexif/exif-format.h>
28 /*! Table of data format types, descriptions and sizes.
33 ExifFormat format; member in struct:__anon12322
53 exif_format_get_name (ExifFormat format)
67 if (ExifFormatTable[i].format == format)
73 exif_format_get_size (ExifFormat format)
78 if (ExifFormatTable[i].format == format)
    [all...]
  /external/libvorbis/doc/
08-residue.tex 23 \subsection{Residue format}
25 Residue format partitions each vector in the vector bundle into chunks,
72 \captionof{figure}{illustration of residue vector format}
243 Format 0 and 1 packet decode is identical except for specific
244 partition interleave. Format 2 packet decode can be built out of the
245 format 1 decode process. Thus we describe first the decode
271 2) if residue encoding is format 2
350 \subsubsection{format 0 specifics}
352 Format zero decodes partitions exactly as described earlier in the
353 'Residue Format: residue 0' section. The following pseudocod
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/fbdev/
fbdev_sw_winsys.h 37 enum pipe_format format; member in struct:fbdev_sw_drawable
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DirectoryListingFormatter.java 20 * Interface for an object that can format a file system directory listing.
28 * Format the directory listing for a single file/directory entry.
33 String format(FileSystemEntry fileSystemEntry); method in interface:DirectoryListingFormatter
  /external/skia/src/images/
SkImageDecoder_FactoryRegistrar.cpp 48 SkImageDecoder::Format SkImageDecoder::GetStreamFormat(SkStreamRewindable* stream) {
51 Format format = curr->factory()(stream); local
57 if (format != kUnknown_Format) {
58 return format;
  /frameworks/base/core/tests/coretests/src/android/text/format/
DateFormatTest.java 17 package android.text.format;
DateUtilsTest.java 17 package android.text.format;
  /external/v8/test/intl/overrides/
security.js 37 Intl.NumberFormat.prototype.format = throwError;
38 Intl.DateTimeFormat.prototype.format = throwError;
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
InstanceAdapter.java 24 private final String format; field in class:InstanceAdapter
26 public InstanceAdapter(String format) {
27 this.format = format;
32 view.setText(String.format(format, text, "foo", "bar", "baz"));
37 view.setText(String.format(format, text, text2, "foo", "bar"));
42 view.setText(String.format(format, oldText, text, "foo", "bar"))
    [all...]

Completed in 1705 milliseconds

1 2 3 4 5 6 7 8 91011>>