/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/scripts/ |
H A D | test_compact_ids.py | 58 print(template.format(script=sys.argv[0]));
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | generate_registry_tables.py | 61 line = '{' + '{}, "{}", "{}", "{}"'.format(value,
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | image_enc.h | 53 WebPOutputFileFormat format, const char* const out_file_name); 63 // Save to PPM format (RGB, no alpha) 66 // Save to PAM format (= PPM + alpha) 81 // Save as YUV samples as PGM format (using IMC4 layout). 83 // (very convenient format for viewing the samples, esp. for odd dimensions). 89 // Save 16b mode (RGBA4444, RGB565, ...) as PGM format, for debugging purposes.
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numrange_impl.h | 48 void format(UFormattedNumberRangeData& data, bool equalBeforeRounding, UErrorCode& status) const;
|
/third_party/skia/third_party/externals/icu/source/samples/datefmt/answers/ |
H A D | main_2.cpp | 81 fmt->format(date, str, status); in main()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | RenderEncoderBase.h | 53 wgpu::IndexFormat format,
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | ViewportOrientationTests.cpp | 40 descriptor.cTargets[0].format = renderPass.colorFormat; in TEST_P()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
H A D | UtilsMetal.h | 73 MTLBlitOption ComputeMTLBlitOption(const Format& format, Aspect aspect);
|
/third_party/python/Modules/_blake2/ |
H A D | blake2b2s.py | 30 print('#define {0:<18} PyBlake2_{0}'.format(f))
|
/third_party/python/Lib/ |
H A D | _aix_support.py | 20 return "aix-{:1x}{:1d}{:02d}-{:04d}-{}".format(vrtl[0], vrtl[1], vrtl[2], _bd, _sz) 61 "aix-{:1x}{:1d}{:02d}-{:04d}-{}".format(v, r, tl, builddate, bitsize)
|
/third_party/skia/tools/fiddle/ |
H A D | fiddle_main.h | 88 extern void SkDebugf(const char * format, ...);
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | ComboRenderPipelineDescriptor.h | 51 wgpu::TextureFormat format = wgpu::TextureFormat::Depth24PlusStencil8);
|
/third_party/protobuf/js/experimental/runtime/kernel/conformance/ |
H A D | conformance_testee.js | 20 response.setSkipped('Json is not supported as input format.'); 25 response.setSkipped('Text format is not supported as input format.'); 35 throw new Error('Request didn\'t have accepted input format.'); 39 response.setSkipped('Json is not supported as output format.'); 44 response.setSkipped('Text format is not supported as output format.'); 49 response.setRuntimeError('Unspecified output format'); 54 throw new Error('Request didn\'t have accepted output format.');
|
/third_party/python/Doc/tools/extensions/ |
H A D | glossary_search.py | 23 if app.builder.format != 'html':
|
/third_party/python/Lib/test/test_json/ |
H A D | test_encode_basestring_ascii.py | 26 '{0!r} != {1!r} for {2}({3!r})'.format(
|
/third_party/rust/crates/clap/examples/tutorial_derive/ |
H A D | 04_03_relations.rs | 59 format!("{major}.{minor}.{patch}") in main()
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/ |
H A D | SurfaceRenderer.java | 68 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() argument
|
/third_party/skia/gn/ |
H A D | codesign_ios.py | 72 '''.format(prefix=prefix, app=app))
|
/third_party/rust/crates/rustix/tests/ |
H A D | backends.rs | 107 .arg(&format!("--invert={}", dependency)) in has_dependency()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_tree.h | 55 __attribute__((format (printf, 3, 4))) void cil_tree_log(struct cil_tree_node *node, enum cil_log_level lvl, const char* msg, ...);
|
H A D | cil_mem.c | 95 __attribute__ ((format (printf, 2, 3))) int cil_asprintf(char **strp, const char *fmt, ...) in cil_asprintf()
|
/third_party/spirv-tools/test/scripts/ |
H A D | test_compact_ids.py | 58 print(template.format(script=sys.argv[0]));
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsTextureBufferCase.hpp | 68 deUint32 format,
|
/third_party/vk-gl-cts/scripts/opengl/ |
H A D | gen_wrapper.py | 67 return template.format(
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluContextInfo.hpp | 93 virtual bool isCompressedTextureFormatSupported (int format) const;
|