/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | format.h | 64 * "$#,##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 D | exif-log.h | 78 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 D | fd4_resource.c | 34 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 D | vswscanf.c | 24 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 D | ifndef.rs | 5 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 D | ifndef.rs | 5 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 D | ifndef.rs | 5 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 D | gen_copy_conversion_table.py | 7 # 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 D | MachO.cpp | 44 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 D | GrModulateAtlasCoverageEffect.h | 35 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 D | format.h | 64 * "$#,##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 D | selfmt.h | 43 * 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 D | internal.c | 94 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 D | SkImageEncoder_NDK.cpp | 13 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 D | bitmap_glyph_info.h | 36 // @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 D | Formatters.h | 34 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 D | FormatCommon.h | 29 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 D | FormatCommon.h | 28 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 D | excessPropertyCheckWithMultipleDiscriminants.js | 19 format?: string; 32 format: "what?" 69 format: "what?"
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | TestUtils.h | 33 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 D | ifndef.rs | 5 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 D | create.py | 51 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 D | htmlcanvas.js | 59 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 D | es3pTextureCountTests.cpp | 72 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 D | disasm-aarch64.cc | 968 // 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...] |