Home
last modified time | relevance | path

Searched refs:format (Results 1751 - 1775 of 8883) sorted by relevance

1...<<71727374757677787980>>...356

/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dformat.h64 * "$#,##0.00;($#,##0.00)", which is a common US English format for
75 * NumberFormat which allows the user to format different number ranges
79 * format a string containing with multiple values. For instance,
86 * the Format cannot format the type of object, otherwise if there is
136 * @param obj The object to format.
143 UnicodeString& format(const Formattable& obj,
154 * @param obj The object to format.
163 virtual UnicodeString& format(const Formattable& obj,
174 * @param obj The object to format.
178 * of fields generated by this format cal
[all...]
/third_party/libexif/libexif/
H A Dexif-log.h78 const char *format, va_list args, void *data);
91 const char *format, ...)
107 const char *format, va_list args);
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_resource.c34 enum pipe_format format = prsc->format; in fd4_setup_slices() local
60 uint32_t nblocksy = util_format_get_nblocksy(format, height); in fd4_setup_slices()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dvswscanf.c24 int get_str_value(const wchar_t *buffer, const wchar_t *format, ...) in get_str_value() argument
28 va_start(args, format); in get_str_value()
29 vswscanf(buffer, format, args); in get_str_value()
/third_party/rust/crates/cxx/gen/src/
H A Difndef.rs5 let ifndef = format!("#ifndef {}", guard);
6 let define = format!("#define {}", guard);
7 let endif = format!("#endif // {}", guard);
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Difndef.rs5 let ifndef = format!("#ifndef {}", guard);
6 let define = format!("#define {}", guard);
7 let endif = format!("#endif // {}", guard);
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Difndef.rs5 let ifndef = format!("#ifndef {}", guard);
6 let define = format!("#define {}", guard);
7 let endif = format!("#endif // {}", guard);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dgen_copy_conversion_table.py7 # Code generation for ES3 valid copy conversions table format map.
23 // Determining the sized internal format from a (format,type) pair.
24 // Also check es3 format combinations for validity.
64 framebuffer_format_cases += template_simple_case.format(key=framebuffer_format)
65 return template_format_case.format(
104 output_cpp = template_cpp.format(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachO.cpp44 dbgs() << "jitLink_MachO: magic = " << format("0x%08" PRIx32, Magic) in jitLink_MachO()
62 << format("0x%08" PRIx32, Header.cputype) in jitLink_MachO()
63 << ", cpusubtype = " << format("0x%08" PRIx32, Header.cpusubtype) in jitLink_MachO()
/third_party/skia/src/gpu/effects/
H A DGrModulateAtlasCoverageEffect.h35 SkString format; variable
36 format.printf("ShaderDfx_GrModulateAtlasCoverageEffect_%d", fFlags);
37 return format;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dformat.h64 * "$#,##0.00;($#,##0.00)", which is a common US English format for
75 * NumberFormat which allows the user to format different number ranges
79 * format a string containing with multiple values. For instance,
86 * the Format cannot format the type of object, otherwise if there is
136 * @param obj The object to format.
143 UnicodeString& format(const Formattable& obj,
154 * @param obj The object to format.
163 virtual UnicodeString& format(const Formattable& obj,
174 * @param obj The object to format.
178 * of fields generated by this format cal
[all...]
H A Dselfmt.h43 * object provided to the format method is a string that's matched
53 * <p>The main use case for the select format is gender based inflection.
122 * the form of the participle, uses a select format based on argument 1:</p>
152 * the <code>format</code> method matches no other keyword.
172 * msgFmt->format(args1, 2, result, ignore, status);
214 * Sets the pattern used by this select format.
218 * @param pattern the pattern for this select format
227 using Format::format;
242 UnicodeString& format(const UnicodeString& keyword,
295 UnicodeString& format(cons
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dinternal.c94 MHD_DLOG (const struct MHD_Daemon *daemon, const char *format, ...) in MHD_DLOG() argument
100 va_start (va, format); in MHD_DLOG()
101 daemon->custom_error_log (daemon->custom_error_log_cls, format, va); in MHD_DLOG()
/third_party/skia/src/ports/
H A DSkImageEncoder_NDK.cpp13 bool SkEncodeImageWithNDK(SkWStream* stream, const SkPixmap& pmap, SkEncodedImageFormat format, in SkEncodeImageWithNDK() argument
21 .format = SkNDKConversions::toAndroidBitmapFormat(pmap.colorType()) in SkEncodeImageWithNDK()
39 switch (format) { in SkEncodeImageWithNDK()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_glyph_info.h36 // @param format the glyph image format
41 int32_t format);
48 // @param format the glyph image format
52 int32_t format);
60 int32_t format() const { return format_; } in format() function in sfntly::BitmapGlyphInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DFormatters.h34 void format(raw_ostream &Stream, StringRef Style) override;
51 static void format(const codeview::TypeIndex &V, raw_ostream &Stream, in format() function
64 static void format(const codeview::GUID &V, llvm::raw_ostream &Stream, in format() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormatCommon.h29 void format(raw_ostream &S, StringRef Options) { in format() function
30 // If we don't need to align, we can format straight into the underlying in format()
33 // TODO: Make the format method return the number of bytes written, that in format()
36 Adapter.format(S, Options); in format()
42 Adapter.format(Stream, Options); in format()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatCommon.h28 void format(raw_ostream &S, StringRef Options) { in format() function
29 // If we don't need to align, we can format straight into the underlying in format()
32 // TODO: Make the format method return the number of bytes written, that in format()
35 Adapter.format(S, Options); in format()
41 Adapter.format(Stream, Options); in format()
/third_party/typescript/tests/baselines/reference/
H A DexcessPropertyCheckWithMultipleDiscriminants.js19 format?: string;
32 format: "what?"
69 format: "what?"
/third_party/skia/third_party/externals/dawn/src/utils/
H A DTestUtils.h33 uint32_t GetMinimumBytesPerRow(wgpu::TextureFormat format, uint32_t width);
35 wgpu::TextureFormat format,
63 uint32_t VertexFormatSize(wgpu::VertexFormat format);
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Difndef.rs5 let ifndef = format!("#ifndef {}", guard);
6 let define = format!("#define {}", guard);
7 let endif = format!("#endif // {}", guard);
/third_party/skia/infra/bots/assets/clang_linux/
H A Dcreate.py51 os.mkdir("../{}_out".format(short))
52 os.chdir("../{}_out".format(short))
59 "-DLLVM_USE_SANITIZER={}".format(full)])
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dhtmlcanvas.js59 var format = CanvasKit.ImageFormat.PNG;
61 format = CanvasKit.ImageFormat.JPEG;
64 var imgBytes = img.encodeToBytes(format, quality);
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureCountTests.cpp72 deUint32 format = texFormats[formatNdx].internalFormat; in init() local
79 string description = glu::getTextureFormatName(format); in init()
81 addChild(new Texture2DRenderCase(m_context, name.c_str(), description.c_str(), format, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */)); in init()
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc968 // The immediate encoded in the instruction is not in the expected format. in Disassembler()
1766 // clang-format off in Disassembler()
1814 // clang-format on in Disassembler()
2701 // LD[2-4] and ST[2-4] cannot use .1d format. in Disassembler()
2800 // LD[2-4] and ST[2-4] cannot use .1d format. in Disassembler()
3224 if (nfd.GetVectorFormat(0) == kFormatS) { // Source format. in Disassembler()
3436 // clang-format off in Disassembler()
3442 // clang-format on in Disassembler()
3834 // The immediate encoded in the instruction is not in the expected format. in Disassembler()
6267 const char *format) { in Disassembler()
6392 SubstituteRegisterField(const Instruction *instr, const char *format) Disassembler() argument
6523 SubstitutePredicateRegisterField(const Instruction *instr, const char *format) Disassembler() argument
6549 SubstituteImmediateField(const Instruction *instr, const char *format) Disassembler() argument
6982 SubstituteBitfieldImmediateField(const Instruction *instr, const char *format) Disassembler() argument
7018 SubstituteLiteralField(const Instruction *instr, const char *format) Disassembler() argument
7057 SubstituteShiftField(const Instruction *instr, const char *format) Disassembler() argument
7091 SubstituteConditionField(const Instruction *instr, const char *format) Disassembler() argument
7127 SubstitutePCRelAddressField(const Instruction *instr, const char *format) Disassembler() argument
7153 SubstituteBranchTargetField(const Instruction *instr, const char *format) Disassembler() argument
7190 SubstituteExtendField(const Instruction *instr, const char *format) Disassembler() argument
7217 SubstituteLSRegOffsetField(const Instruction *instr, const char *format) Disassembler() argument
7252 SubstitutePrefetchField(const Instruction *instr, const char *format) Disassembler() argument
7309 SubstituteSysOpField(const Instruction *instr, const char *format) Disassembler() argument
7327 SubstituteCrField(const Instruction *instr, const char *format) Disassembler() argument
7345 SubstituteIntField(const Instruction *instr, const char *format) Disassembler() argument
7403 SubstituteSVESize(const Instruction *instr, const char *format) Disassembler() argument
7503 AppendToOutput(const char *format, ...) Disassembler() argument
[all...]

Completed in 43 milliseconds

1...<<71727374757677787980>>...356