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

1 2 3 4

  /external/chromium_org/chrome/common/media/
webrtc_logging_message_data.cc 16 WebRtcLoggingMessageData::Format(base::Time start_time) const {
  /external/chromium_org/tools/telemetry/telemetry/results/
output_formatter.py 14 CSV format."""
24 def Format(self, page_test_results):
chart_json_output_formatter.py 14 """Produces a dict for serialization to Chart JSON format from raw values.
16 Chart JSON is a transformation of the basic Telemetry JSON format that
67 def Format(self, page_test_results):
csv_output_formatter.py 15 def Format(self, page_test_results):
json_output_formatter.py 47 def Format(self, page_test_results):
buildbot_output_formatter.py 23 def Format(self, page_test_results):
24 """Print summary data in a format expected by buildbot for perf dashboards.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
format.h 7 * File FORMAT.H
18 // This file was generated from the java source file Format.java
56 * Many of the concrete subclasses of Format employ the notion of
60 * "$#,##0.00;($#,##0.00)", which is a common US English format for
66 * is not inherent to Format classes in general, and is not part of
71 * NumberFormat which allows the user to format different number ranges
74 * MessageFormat is a formatter which utilizes other Format objects to
75 * format a string containing with multiple values. For instance,
82 * the Format cannot format the type of object, otherwise if there i
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
format.h 7 * File FORMAT.H
18 // This file was generated from the java source file Format.java
56 * Many of the concrete subclasses of Format employ the notion of
60 * "$#,##0.00;($#,##0.00)", which is a common US English format for
66 * is not inherent to Format classes in general, and is not part of
71 * NumberFormat which allows the user to format different number ranges
74 * MessageFormat is a formatter which utilizes other Format objects to
75 * format a string containing with multiple values. For instance,
82 * the Format cannot format the type of object, otherwise if there i
    [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_error.cpp 31 void Error::Format(const char* fmt, ...) {
  /external/chromium_org/tools/grit/grit/format/
chrome_messages_json.py 16 def Format(root, lang='en', output_dir='.'):
17 """Format the messages as JSON."""
21 format = (' "%s": {\n'
37 yield format % (id, loc_message)
js_map_format.py 18 def Format(root, lang='en', output_dir='.'):
30 """Format a single message."""
c_format.py 34 def Format(root, lang='en', output_dir='.'):
63 """Format a single <message> element."""
android_xml.py 99 def Format(root, lang='en', output_dir='.'):
rc_header.py 14 def Format(root, lang='en', output_dir='.'):
65 yield rc_header_format.format(textual_id=tid,numeric_id=tids[tid])
76 yield rc_header_format.format(textual_id=tid,numeric_id=tids[tid])
  /external/chromium_org/cc/resources/
platform_color.h 24 static SourceDataFormat Format() {
28 // Returns the most efficient texture format for this platform.
30 switch (Format()) {
40 // Return true if the given texture format has the same component order
42 static bool SameComponentOrder(ResourceFormat format) {
43 switch (Format()) {
45 return format == RGBA_8888 || format == RGBA_4444;
47 return format == BGRA_8888 || format == RGBA_4444
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
format.cpp 7 * File FORMAT.CPP
19 // This file was generated from the java source file Format.java
43 /* Format class implementation ---------------------------------------------- */
47 #include "unicode/format.h"
53 // class Format
70 Format::Format()
78 Format::~Format()
85 Format::Format(const Format &that
109 Format::format(const Formattable& obj, function in class:Format
125 Format::format(const Formattable& \/* unused obj *\/, function in class:Format
    [all...]
  /external/icu/icu4c/source/i18n/
format.cpp 7 * File FORMAT.CPP
19 // This file was generated from the java source file Format.java
43 /* Format class implementation ---------------------------------------------- */
47 #include "unicode/format.h"
53 // class Format
70 Format::Format()
78 Format::~Format()
85 Format::Format(const Format &that
109 Format::format(const Formattable& obj, function in class:Format
125 Format::format(const Formattable& \/* unused obj *\/, function in class:Format
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
Color.js 32 * @param {string=} format
36 WebInspector.Color = function(rgba, format, originalText)
40 this._format = format || null;
64 var format;
66 format = WebInspector.Color.Format.ShortHEX;
69 format = WebInspector.Color.Format.HEX;
73 return new WebInspector.Color([r / 255, g / 255, b / 255, 1], format, text);
81 return new WebInspector.Color(rgba, WebInspector.Color.Format.RGB, text)
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_uuid.h 20 enum Format {
38 // should be provided in the 128-bit format. If |uuid| is in an unsupported
39 // format, the result might be invalid. Use IsValid to check for validity
50 // Returns true, if the UUID is in a valid canonical format.
53 // Returns the representation format of the UUID. This reflects the format
55 Format format() const { return format_; } function in class:device::BluetoothUUID
57 // Returns the value of the UUID as a string. The representation format is
66 // Returns the underlying 128-bit value as a string in the following format
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLStencilBuffer.h 19 struct Format {
31 const Format& format)
32 : GrStencilBuffer(gpu, isWrapped, width, height, format.fStencilBits, sampleCnt)
33 , fFormat(format)
46 const Format& format() const { return fFormat; } function in class:GrGLStencilBuffer
54 Format fFormat;
  /external/chromium_org/ui/base/l10n/
time_format.h 19 // Methods to format time values as strings.
22 enum Format {
26 FORMAT_COUNT // Enum size counter, not a format. Must be last.
30 LENGTH_SHORT, // Short format, e.g. in English: sec/min/hour/day.
31 LENGTH_LONG, // Long format, e.g. in English: second/minute/hour/day.
37 // of format and length except (FORMAT_ELAPSED, LENGTH_LONG) are implemented
39 static base::string16 Simple(Format format,
48 // Otherwise, choice of format happens automatically and the value of |cutoff|
50 // format -- for lower numeric values, a second unit is added to increas
    [all...]
  /external/llvm/tools/llvm-diff/
DiffLog.h 35 /// might be initializing this format.
36 StringRef Format;
41 LogBuilder(Consumer &c, StringRef Format)
42 : consumer(c), Format(Format) {}
  /external/chromium_org/chromeos/dbus/
fake_cros_disks_client.cc 59 void FakeCrosDisksClient::Format(const std::string& device_path,
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_post.h 24 struct Format {
34 } format; member in struct:SkOTTablePostScript
  /external/jhead/
makernote.c 8 // Process exif format directory, as used by Cannon maker note
38 int Tag, Format, Components;
45 Format = Get16u(DirEntry+2);
48 if ((Format-1) >= NUM_FORMATS) {
50 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag);
59 ByteCount = Components * BytesPerFormat[Format];
86 switch(Format){
115 PrintFormatNumber(ValuePtr, Format, ByteCount);
126 if (Tag == 4 && Format == FMT_USHORT)
    [all...]

Completed in 995 milliseconds

1 2 3 4