Home
last modified time | relevance | path

Searched refs:format (Results 1226 - 1250 of 7759) sorted by relevance

1...<<41424344454647484950>>...311

/third_party/elfutils/backends/
H A Di386_corenote.c86 .name = "orig_eax", .type = ELF_T_SWORD, .format = 'd', \
115 { .type = ELF_T_WORD, .offset = 0x0, .format = 'd', .name = "index" },
116 { .type = ELF_T_WORD, .offset = 0x4, .format = 'x', .name = "base" },
117 { .type = ELF_T_WORD, .offset = 0x8, .format = 'x', .name = "limit" },
118 { .type = ELF_T_WORD, .offset = 0xc, .format = 'x', .name = "flags" },
/third_party/glslang/
H A Dupdate_glslang_sources.py46 print('In {d}: {cmd}'.format(d=directory, cmd=cmd))
52 raise RuntimeError('Failed to run {} in {}'.format(cmd, directory))
89 return '{host}{subrepo}'.format(
140 print('Change directory to {d}'.format(d=args.dir))
146 print('Get {n}\n'.format(n=c.name))
H A Dbuild_info.py114 raise Exception('No version number found in {}'.format(changes_file))
143 return 'unknown hash, {}'.format(formatted)
167 raise Exception("Expected path after {}".format(opt))
175 raise Exception("Unknown flag {}".format(opt))
191 print(usage.format(sys.argv[0]))
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuData.java119 w.format("IcuData{ name=%s, fallback=%s\n", name, hasFallback); in toString()
120 commentLines.forEach(c -> w.format(" # %s\n", c)); in toString()
122 w.format(" %s:\n", p); in toString()
123 rbPathToValues.get(p).forEach(v -> w.format(" %s\n", v)); in toString()
125 w.format("}\n"); in toString()
/third_party/node/test/parallel/
H A Dtest-crypto-dh-stateless.js58 format: 'pem'
72 format: 'pem'
87 format: 'pem'
102 format: 'pem'
198 format: 'pem'
/third_party/mesa3d/src/mesa/main/
H A Dpbo.h40 GLenum format, GLenum type, GLsizei clientMemSize,
53 GLenum format, GLenum type, GLsizei clientMemSize,
70 GLenum format, GLenum type, GLsizei clientMemSize,
81 GLenum format, GLenum type, const GLvoid *pixels,
101 GLenum format, GLenum type,
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dchoicfmt.h39 #include "unicode/format.h"
159 * fmt.format(x, str);
305 * parsed with that format,and should be in
309 * @param formatsToCopy The format strings you want to use for each limit.
323 * @param formats Array of format string
363 using NumberFormat::format;
376 virtual UnicodeString& format(double number,
390 virtual UnicodeString& format(int32_t number,
405 virtual UnicodeString& format(int64_t number,
423 virtual UnicodeString& format(cons
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvk_android_native_buffer.h71 // Gralloc format and usage requested when the buffer was allocated.
72 int format; member
97 typedef VkResult (VKAPI_PTR *PFN_vkGetSwapchainGrallocUsageANDROID)(VkDevice device, VkFormat format, VkImageUsageFlags imageUsage, int* grallocUsage);
99 typedef VkResult (VKAPI_PTR *PFN_vkGetSwapchainGrallocUsage2ANDROID)(VkDevice device, VkFormat format, VkImageUsageFlags imageUsage, VkSwapchainImageUsageFlagsANDROID swapchainImageUsage, uint64_t* grallocConsumerUsage, uint64_t* grallocProducerUsage);
107 VkFormat format,
114 VkFormat format,
/third_party/icu/icu4c/source/i18n/unicode/
H A Dchoicfmt.h39 #include "unicode/format.h"
159 * fmt.format(x, str);
305 * parsed with that format,and should be in
309 * @param formatsToCopy The format strings you want to use for each limit.
323 * @param formats Array of format string
363 using NumberFormat::format;
376 virtual UnicodeString& format(double number,
390 virtual UnicodeString& format(int32_t number,
405 virtual UnicodeString& format(int64_t number,
423 virtual UnicodeString& format(cons
[all...]
/third_party/libexif/libexif/
H A Dexif-log.c136 const char *format, ...) in exif_log()
140 va_start (args, format); in exif_log()
141 exif_logv (log, code, domain, format, args); in exif_log()
147 const char *format, va_list args) in exif_logv()
151 log->func (log, code, domain, format, args, log->data); in exif_logv()
135 exif_log(ExifLog *log, ExifLogCode code, const char *domain, const char *format, ...) exif_log() argument
146 exif_logv(ExifLog *log, ExifLogCode code, const char *domain, const char *format, va_list args) exif_logv() argument
/third_party/mesa3d/src/util/
H A Dstring_buffer.c109 const char *format, va_list args) in _mesa_string_buffer_vprintf()
118 space_left, format, arg_copy); in _mesa_string_buffer_vprintf()
140 const char *format, ...) in _mesa_string_buffer_printf()
144 va_start(args, format); in _mesa_string_buffer_printf()
145 res = _mesa_string_buffer_vprintf(str, format, args); in _mesa_string_buffer_printf()
108 _mesa_string_buffer_vprintf(struct _mesa_string_buffer *str, const char *format, va_list args) _mesa_string_buffer_vprintf() argument
139 _mesa_string_buffer_printf(struct _mesa_string_buffer *str, const char *format, ...) _mesa_string_buffer_printf() argument
/third_party/musl/Benchmark/scripts/
H A Dcompare_benchmark_result.py50 print(header_format.format("case", "before(ns)", "after(ns)", "(before - after / before)"))
51 print(header_format.format("----", "----", "----", "----"))
78 print("match error: {}".format(line))
88 signed_pct = "{}{}{}".format(sign, str(pct), "%")
89 print(output_format.format(str(case), str(before_data), str(after_data), signed_pct))
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_formats.h4 #include "util/format/u_format.h"
85 static inline bool r600_is_buffer_format_supported(enum pipe_format format, bool for_vbo) in r600_is_buffer_format_supported() argument
87 const struct util_format_description *desc = util_format_description(format); in r600_is_buffer_format_supported()
90 if (format == PIPE_FORMAT_R11G11B10_FLOAT) in r600_is_buffer_format_supported()
122 static inline bool r600_is_index_format_supported(enum pipe_format format) in r600_is_index_format_supported() argument
124 switch (format) { in r600_is_index_format_supported()
/third_party/popt/src/
H A Dpoptint.c145 POPT_fprintf (FILE * stream, const char * format, ...) in POPT_fprintf() argument
152 va_start(ap, format); in POPT_fprintf()
153 if ((rc = vasprintf(&b, format, ap)) < 0) in POPT_fprintf()
165 va_start(ap, format); in POPT_fprintf()
166 rc = vsnprintf(b, nb, format, ap); in POPT_fprintf()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.hpp60 std::string getShaderImageType (const tcu::TextureFormat& format, const ImageType imageType);
61 std::string getShaderImageDataType (const tcu::TextureFormat& format);
62 std::string getShaderImageFormatQualifier (const tcu::TextureFormat& format);
76 deUint32 getImageMipLevelSizeInBytes (const vk::VkExtent3D& baseExtents, const deUint32 layersCount, const tcu::TextureFormat& format, const deUint32 mipmapLevel, const deUint32 numSamples = 1u);
77 deUint32 getImageSizeInBytes (const vk::VkExtent3D& baseExtents, const deUint32 layersCount, const tcu::TextureFormat& format, const deUint32 mipmapLevelsCount = 1u, const deUint32 numSamples = 1u);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTexelBufferTests.cpp49 VkFormat format; in createUniformTexelBufferTests() member
76 cases[i].format, // VkFormat format; in createUniformTexelBufferTests()
93 bufferRequirements.push_back({cases[i].format, VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT}); in createUniformTexelBufferTests()
142 VkFormat format; in createUniformTexelBufferTests() member
165 bufferRequirements.push_back({c.format, VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT}); in createUniformTexelBufferTests()
/third_party/skia/src/gpu/vk/
H A DGrVkUtil.cpp17 bool GrVkFormatIsSupported(VkFormat format) { in GrVkFormatIsSupported() argument
18 switch (format) { in GrVkFormatIsSupported()
53 bool GrVkFormatNeedsYcbcrSampler(VkFormat format) { in GrVkFormatNeedsYcbcrSampler() argument
54 return format == VK_FORMAT_G8_B8R8_2PLANE_420_UNORM || in GrVkFormatNeedsYcbcrSampler()
55 format == VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM; in GrVkFormatNeedsYcbcrSampler()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dchoicfmt.h39 #include "unicode/format.h"
159 * fmt.format(x, str);
305 * parsed with that format,and should be in
309 * @param formatsToCopy The format strings you want to use for each limit.
323 * @param formats Array of format string
363 using NumberFormat::format;
376 virtual UnicodeString& format(double number,
390 virtual UnicodeString& format(int32_t number,
405 virtual UnicodeString& format(int64_t number,
423 virtual UnicodeString& format(cons
[all...]
/third_party/skia/src/ports/
H A DSkNDKConversions.cpp13 AndroidBitmapFormat format; member
18 // Android allows using its alpha 8 format to get 8 bit gray pixels.
28 return entry.format; in toAndroidBitmapFormat()
34 SkColorType toColorType(AndroidBitmapFormat format) { in toColorType() argument
36 if (entry.format == format) { in toColorType()
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvopbd.c52 FT_UShort format; member
89 if ( GXV_OPBD_DATA( format ) ) /* format 1, value is ctrl pt. */ in gxv_opbd_LookupValue_validate()
96 else /* format 0, value is distance */ in gxv_opbd_LookupValue_validate()
187 GXV_OPBD_DATA( format ) = FT_NEXT_USHORT( p ); in gxv_opbd_validate()
196 GXV_TRACE(( "(format=0x%04x)\n", GXV_OPBD_DATA( format ) )); in gxv_opbd_validate()
197 if ( 0x0001 < GXV_OPBD_DATA( format ) ) in gxv_opbd_validate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DChrono.cpp48 << format("%.9lu", in operator <<()
53 void format_provider<TimePoint<>>::format(const TimePoint<> &T, raw_ostream &OS, in format() function in llvm::format_provider
66 FStream << llvm::format( in format()
71 FStream << llvm::format( in format()
76 FStream << llvm::format( in format()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dtest_helper.h47 << diag::Formatter().format(Diagnostics()); in Build()
52 << diag::Formatter().format(program->Diagnostics()); in Build()
69 << diag::Formatter().format(Diagnostics()); in SanitizeAndBuild()
74 << diag::Formatter().format(program->Diagnostics()); in SanitizeAndBuild()
79 << diag::Formatter().format(result.program.Diagnostics()); in SanitizeAndBuild()
/third_party/python/Objects/stringlib/
H A Dfind.h94 char format[FORMAT_BUFFER_SIZE] = "O|OO:"; in parse_args_finds() local
95 size_t len = strlen(format); in parse_args_finds()
97 strncpy(format + len, function_name, FORMAT_BUFFER_SIZE - len - 1); in parse_args_finds()
98 format[FORMAT_BUFFER_SIZE - 1] = '\0'; in parse_args_finds()
100 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in parse_args_finds()
/third_party/pulseaudio/sonic/
H A DMain.java71 AudioFormat format = stream.getFormat(); in main()
72 int sampleRate = (int)format.getSampleRate(); in main()
73 int numChannels = format.getChannels(); in main()
74 SourceDataLine.Info info = new DataLine.Info(SourceDataLine.class, format, in main()
75 ((int)stream.getFrameLength()*format.getFrameSize())); in main()
/third_party/skia/third_party/externals/abseil-cpp/
H A Dgenerate_def_files.py62 'is_debug = {}'.format(str(is_debug).lower()),
65 'target_cpu = "{}"'.format(cpu),
144 'symbols_{}_{}_{}.def'.format(cpu, flavor, suffix))
147 'symbols_{}_{}.def'.format(cpu, flavor))
152 f.write(' {}\n'.format(s))

Completed in 12 milliseconds

1...<<41424344454647484950>>...311