/third_party/elfutils/backends/ |
H A D | i386_corenote.c | 86 .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 D | update_glslang_sources.py | 46 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 D | build_info.py | 114 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 D | IcuData.java | 119 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 D | test-crypto-dh-stateless.js | 58 format: 'pem' 72 format: 'pem' 87 format: 'pem' 102 format: 'pem' 198 format: 'pem'
|
/third_party/mesa3d/src/mesa/main/ |
H A D | pbo.h | 40 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 D | choicfmt.h | 39 #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 D | vk_android_native_buffer.h | 71 // 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 D | choicfmt.h | 39 #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 D | exif-log.c | 136 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 D | string_buffer.c | 109 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 D | compare_benchmark_result.py | 50 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 D | r600_formats.h | 4 #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 D | poptint.c | 145 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 D | vktPipelineMultisampleTestsUtil.hpp | 60 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 D | vktTextureTexelBufferTests.cpp | 49 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 D | GrVkUtil.cpp | 17 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 D | choicfmt.h | 39 #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 D | SkNDKConversions.cpp | 13 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 D | gxvopbd.c | 52 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 D | Chrono.cpp | 48 << 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 D | test_helper.h | 47 << 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 D | find.h | 94 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 D | Main.java | 71 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 D | generate_def_files.py | 62 '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))
|