/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;
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuAstcUtil.cpp | 2423 // Generate block data for a given BlockTestType and format. 2424 void generateBlockCaseTestData (vector<deUint8>& dst, CompressedTexFormat format, BlockTestType testType) 2426 DE_ASSERT(isAstcFormat(format)); 2427 DE_ASSERT(!(isAstcSRGBFormat(format) && isBlockTestTypeHDROnly(testType))); 2429 const IVec3 blockSize = getBlockPixelSize(format); 2852 generateRandomBlocks(&dst[0], numBlocks, format, seed); 2862 void generateRandomBlocks (deUint8* dst, size_t numBlocks, CompressedTexFormat format, deUint32 seed) 2864 const IVec3 blockSize = getBlockPixelSize(format); 2868 DE_ASSERT(isAstcFormat(format)); 2879 void generateRandomValidBlocks (deUint8* dst, size_t numBlocks, CompressedTexFormat format, TexDecompressionParam [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | amfenc.c | 362 ctx->format = amf_av_to_amf_format(pix_fmt); in amf_init_encoder() 363 AMF_RETURN_IF_FALSE(ctx, ctx->format != AMF_SURFACE_UNKNOWN, AVERROR(EINVAL), in amf_init_encoder() 431 (const uint8_t**)frame->data, frame->linesize, frame->format, in amf_copy_surface() 618 switch (frame->format) { in ff_amf_receive_packet() 652 res = ctx->context->pVtbl->AllocSurface(ctx->context, AMF_MEMORY_HOST, ctx->format, avctx->width, avctx->height, &surface); in ff_amf_receive_packet()
|
/third_party/ffmpeg/libavdevice/ |
H A D | pulse_audio_enc.c | 475 av_get_bytes_per_sample(st->codecpar->format); in pulse_write_header() 489 sample_spec.format = ff_codec_id_to_pulse_format(st->codecpar->codec_id); in pulse_write_header() 644 int64_t samples = pkt->size / (av_get_bytes_per_sample(st->codecpar->format) * st->codecpar->ch_layout.nb_channels); in pulse_write_packet() 683 return av_sample_fmt_is_planar(h->streams[stream_index]->codecpar->format) ? in pulse_write_frame() 687 pkt.size = (*frame)->nb_samples * av_get_bytes_per_sample((*frame)->format) * (*frame)->ch_layout.nb_channels; in pulse_write_frame()
|
/third_party/ffmpeg/libavformat/ |
H A D | iff.c | 27 * for more information on the .iff file format, visit: 585 st->codecpar->format = AV_PIX_FMT_RGB24; in iff_read_header() 587 st->codecpar->format = AV_PIX_FMT_RGBA; in iff_read_header() 589 st->codecpar->format = AV_PIX_FMT_BGRA; in iff_read_header() 591 st->codecpar->format = AV_PIX_FMT_ARGB; in iff_read_header() 593 st->codecpar->format = AV_PIX_FMT_ABGR; in iff_read_header() 595 avpriv_request_sample(s, "color format %.16s", fmt); in iff_read_header()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_premultiply.c | 531 switch (outlink->format) { in filter_frame() 583 switch (outlink->format) { in filter_frame() 670 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input() 673 s->nb_planes = av_pix_fmt_count_planes(inlink->format); in config_input() 675 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_input()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/ |
H A D | GlobalizationPreferences.java | 573 // format. in getDisplayName() 580 result = dtf.format(new Date()); in getDisplayName() 622 * Set an explicit date format. Overrides the locale priority list for 624 * be used if for the style, where only the date or time format individually 629 * @param format The date format 633 public GlobalizationPreferences setDateFormat(int dateStyle, int timeStyle, DateFormat format) { in setDateFormat() argument 640 dateFormats[dateStyle][timeStyle] = (DateFormat) format.clone(); // for safety in setDateFormat() 645 * Gets a date format according to the current settings. If there 646 * is an explicit (non-null) date/time format se 709 setNumberFormat(int style, NumberFormat format) setNumberFormat() argument [all...] |
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | Transliterator.java | 34 * <code>Transliterator</code> is an abstract class that transliterates text from one format to another. The most common 170 * A transliterator is designated by a short identifier string or <em>ID</em>. IDs follow the format 176 * initial letters of words capitalized; user entity names may follow any format so long as they do not contain dashes. 1507 MessageFormat format = new MessageFormat( in getDisplayName() 1522 (format.format(args) + '/' + stv[2]) : in getDisplayName() 1523 format.format(args); in getDisplayName() 1738 * may call. It simply munges the ID into the correct format, 1747 // the correct format in baseToRules() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Transliterator.java | 35 * <code>Transliterator</code> is an abstract class that transliterates text from one format to another. The most common 171 * A transliterator is designated by a short identifier string or <em>ID</em>. IDs follow the format 177 * initial letters of words capitalized; user entity names may follow any format so long as they do not contain dashes. 1478 MessageFormat format = new MessageFormat( in getDisplayName() 1493 (format.format(args) + '/' + stv[2]) : in getDisplayName() 1494 format.format(args); in getDisplayName() 1703 * may call. It simply munges the ID into the correct format, 1712 // the correct format in baseToRules() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | GlobalizationPreferences.java | 575 // format. in getDisplayName() 582 result = dtf.format(new Date()); in getDisplayName() 624 * Set an explicit date format. Overrides the locale priority list for 626 * be used if for the style, where only the date or time format individually 631 * @param format The date format 635 public GlobalizationPreferences setDateFormat(int dateStyle, int timeStyle, DateFormat format) { in setDateFormat() argument 642 dateFormats[dateStyle][timeStyle] = (DateFormat) format.clone(); // for safety in setDateFormat() 647 * Gets a date format according to the current settings. If there 648 * is an explicit (non-null) date/time format se 711 setNumberFormat(int style, NumberFormat format) setNumberFormat() argument [all...] |