/external/chromium_org/cc/resources/ |
scoped_resource.h | 30 ResourceFormat format); 33 ResourceFormat format);
|
/external/chromium_org/ppapi/thunk/ |
ppb_flash_clipboard_api.h | 23 uint32_t format) = 0; 26 uint32_t format) = 0;
|
ppb_flash_clipboard_thunk.cc | 27 uint32_t format) { 31 return enter.functions()->IsFormatAvailable(instance, clipboard_type, format); 36 uint32_t format) { 40 return enter.functions()->ReadData(instance, clipboard_type, format); 57 PP_Flash_Clipboard_Format format) { 59 static_cast<uint32_t>(format)); 64 PP_Flash_Clipboard_Format format) { 65 return ReadData(instance, clipboard_type, static_cast<uint32_t>(format));
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGGlyphRefElement.idl | 25 [Reflect, TreatNullAs=NullString] attribute DOMString format;
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
FilePrintStream.cpp | 53 void FilePrintStream::vprintf(const char* format, va_list argList) 55 vfprintf(m_file, format, argList);
|
/external/chromium_org/third_party/hwcplus/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/external/chromium_org/third_party/icu/source/i18n/ |
currfmt.h | 56 * Override Format API. 58 virtual UBool operator==(const Format& other) const; 61 * Override Format API. 63 virtual Format* clone() const; 66 using MeasureFormat::format; 69 * Override Format API. 71 virtual UnicodeString& format(const Formattable& obj, 77 * Override Format API. 84 * Override Format API.
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
numfmt.h | 35 #include "unicode/format.h" 57 * NumberFormat helps you to format and parse numbers for any locale. 60 * decimal digits used, or whether the number format is even decimal. 62 * To format a number for the current Locale, use one of the static 70 * nf->format(myNumber, myString); 78 * the format and use it multiple times so that the system doesn't 90 * nf->format(a[i], myString); 96 * To format a number for a different Locale, specify it in the 111 * Use createInstance to get the normal number format for that country. 113 * to get the currency number format for that country. Use getPercen [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_tex_format.c | 10 intel_mesa_format_to_rb_datatype(gl_format format) 12 switch (format) { 49 /* Unsupported format. We may hit this when people ask for FBO-incomplete
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_readpixels.c | 46 GLenum format, GLenum type, 54 _mesa_readpixels(ctx, x, y, width, height, format, type, pack, dest);
|
/external/chromium_org/tools/grit/grit/format/ |
repack.py | 9 for details about the file format. 19 import grit.format.data_pack namespace 33 grit.format.data_pack.RePack(file_paths[0], file_paths[1:],
|
/external/chromium_org/tools/gyp/test/make_global_settings/basics/ |
gyptest-make_global_settings.py | 23 if test.format == 'make': 38 if test.format == 'ninja':
|
/external/chromium_org/tools/gyp/test/variables/filelist/ |
update_golden | 7 python ../../../gyp --debug variables --debug general --format gypd --depth . src/filelist.gyp > filelist.gyp.stdout
|
/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/chromium_org/ui/gfx/codec/ |
jpeg_codec.h | 25 // This is the native JPEG format. 50 // given in 'format'. The encoded JPEG data will be written into the supplied 59 static bool Encode(const unsigned char* input, ColorFormat format, 65 // on success (returns true). This data will be written in the'format' 66 // format. On failure, the values of these output variables is undefined. 68 ColorFormat format, std::vector<unsigned char>* output,
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
OneRegisterDecodedInstruction.java | 31 public OneRegisterDecodedInstruction(InstructionCodec format, int opcode, 34 super(format, opcode, index, indexType, target, literal);
|
RegisterRangeDecodedInstruction.java | 35 public RegisterRangeDecodedInstruction(InstructionCodec format, int opcode, 38 super(format, opcode, index, indexType, target, literal);
|
TwoRegisterDecodedInstruction.java | 34 public TwoRegisterDecodedInstruction(InstructionCodec format, int opcode, 37 super(format, opcode, index, indexType, target, literal);
|
/external/harfbuzz_ng/util/ |
hb-shape.cc | 35 format (parser), 57 fail (false, "Unknown output format `%s'; supported formats are: %s", 67 if (!format.show_glyph_names) 69 if (!format.show_clusters) 71 if (!format.show_positions) 85 format.serialize_buffer_of_text (buffer, line_no, text, text_len, font, gs); 94 format.serialize_message (line_no, "msg: all shapers failed", gs); 103 format.serialize_buffer_of_glyphs (buffer, line_no, text, text_len, font, 117 format_options_t format; member in struct:output_buffer_t
|
/external/icu/icu4c/source/i18n/ |
currfmt.h | 56 * Override Format API. 58 virtual Format* clone() const; 61 using MeasureFormat::format; 64 * Override Format API. 66 virtual UnicodeString& format(const Formattable& obj, 72 * Override Format API. 79 * Override Format API.
|
/external/icu/icu4c/source/i18n/unicode/ |
numfmt.h | 35 #include "unicode/format.h" 60 * NumberFormat helps you to format and parse numbers for any locale. 63 * decimal digits used, or whether the number format is even decimal. 65 * To format a number for the current Locale, use one of the static 73 * nf->format(myNumber, myString); 81 * the format and use it multiple times so that the system doesn't 93 * nf->format(a[i], myString); 99 * To format a number for a different Locale, specify it in the 114 * Use createInstance to get the normal number format for that country. 116 * to get the currency number format for that country. Use getPercen [all...] |
/external/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest/ |
Android.mk | 17 test_makefile := external/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest/Android.mk 19 test_name := input.output/iostream.format/input.streams/iostreamclass/iostream.dest/nothing_to_do
|
/external/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/ |
Android.mk | 17 test_makefile := external/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/Android.mk 19 test_name := input.output/iostream.format/input.streams/istream/istream_sentry/ctor
|
/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/ |
Android.mk | 17 test_makefile := external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/Android.mk 19 test_name := input.output/iostream.format/input.streams/istream.formatted/nothing_to_do
|
/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts/ |
Android.mk | 17 test_makefile := external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts/Android.mk 19 test_name := input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts/tested_elsewhere
|