/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | help.js | 299 // preset for boolean and negated are more for programmer than end user 301 extraInfo.push(`preset: ${JSON.stringify(option.presetArg)}`);
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_functional.py | 658 for preset in presets: 659 with self.subTest(preset=preset): 660 command = [self.binary, "-tl", imIn, imOut, "4x4", preset] 1622 Test -cl with an invalid encoding preset. 1763 Test -tl with an invalid encoding preset.
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | head_32.S | 199 movl $-1,pa(X86_CPUID) # preset CPUID level
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_codec.h | 71 * codec preset 103 /* ops set by the preset patch */ 182 /* detected preset */ 183 const struct hda_device_id *preset; member 184 const char *modelname; /* model name for preset */
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_codec.h | 71 * codec preset 103 /* ops set by the preset patch */ 181 /* detected preset */ 182 const struct hda_device_id *preset; member 183 const char *modelname; /* model name for preset */
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | pdftopdf_processor.cc | 173 NupParameters::preset(2,param.nup); // TODO?! better in processPDFTOPDF()
|
H A D | pdftopdf.cc | 489 NupParameters::preset(nup,param.nup); in getParameters()
|
/third_party/lame/libmp3lame/ |
H A D | lame.c | 1118 cfg->preset = gfp->preset; in lame_init_params() 2467 gfp->preset = 0; in lame_init_old()
|
H A D | VbrTag.c | 818 CreateI2(&pbtStreamBuffer[nBytesWritten], cfg->preset); in PutLameVBR()
|
/third_party/cups-filters/cupsfilters/ |
H A D | ppdgenerator.c | 4104 ipp_t *preset = ippGetCollection(attr, i); /* Preset collection */ in ppdCreateFromIPP2() local 4106 ippGetString(ippFindAttribute(preset, in ppdCreateFromIPP2() 4107 "preset-name", IPP_TAG_ZERO), 0, NULL), in ppdCreateFromIPP2() 4108 *localized_name; /* Localized preset name */ in ppdCreateFromIPP2() 4109 ipp_attribute_t *member; /* Member attribute in preset */ in ppdCreateFromIPP2() 4113 if (!preset || !preset_name) in ppdCreateFromIPP2() 4124 for (member = ippFirstAttribute(preset); member; in ppdCreateFromIPP2() 4125 member = ippNextAttribute(preset)) { in ppdCreateFromIPP2() 4128 if (!member_name || !strcmp(member_name, "preset-name")) in ppdCreateFromIPP2()
|
/third_party/python/Tools/clinic/ |
H A D | clinic.py | 1909 preset block 1917 preset original 1925 preset file 1932 preset buffer 1940 preset partial-buffer 1992 preset = None 1998 if name == 'preset': 1999 self.presets[value] = preset = collections.OrderedDict() 2010 preset[name] = buffer 2014 preset[nam [all...] |
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-etm-perf.c | 65 /* preset - if sink ID is used as a configuration selector */ 66 PMU_FORMAT_ATTR(preset, "config:0-3");
|
/third_party/python/Lib/ |
H A D | tarfile.py | 1940 def xzopen(cls, name, mode="r", fileobj=None, preset=None, **kwargs): 1952 fileobj = LZMAFile(fileobj or name, mode, preset=preset)
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_opt.c | 1453 av_log(NULL, AV_LOG_FATAL, "Could not alloc buffer for reading preset.\n"); in get_line() 1580 char *buf = NULL, *arg = NULL, *preset = NULL; in new_output_stream() local 1584 MATCH_PER_STREAM_OPT(presets, str, preset, oc, st); in new_output_stream() 1587 if (preset && (!(ret = get_preset_file_2(preset, ost->enc->name, &s)))) { in new_output_stream() 1596 av_log(NULL, AV_LOG_FATAL, "Invalid line found in the preset file.\n"); in new_output_stream() 1608 preset, ost->file_index, ost->index); in new_output_stream() 3272 av_log(NULL, AV_LOG_FATAL, "Please use -preset <speed> -qp 0\n"); in opt_preset() 3274 av_log(NULL, AV_LOG_FATAL, "File for preset '%s' not found\n", arg); in opt_preset() 3671 "preset nam [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | keyofAndIndexedAccess.js | 479 function onChangeGenericFunction<T>(handler: Handler<T & {preset: number}>) { 480 handler.onChange('preset') 990 handler.onChange('preset');
1324 preset: number;
|
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 1992 ipp_t *preset; in add_jobpresets_attribute() local 2018 preset = ippGetCollection(attr, i); in add_jobpresets_attribute() 2019 preset_name = ippGetString(ippFindAttribute(preset, "preset-name", in add_jobpresets_attribute() 2044 preset = ippGetCollection(attr, i); in add_jobpresets_attribute() 2045 preset_name = ippGetString(ippFindAttribute(preset, "preset-name", in add_jobpresets_attribute() 2049 ippSetCollection(*merged_attributes, &preset_attribute, i, preset); in add_jobpresets_attribute() 2507 ipp_t *preset; in get_presets() local 2518 preset in get_presets() [all...] |
/third_party/mbedtls/include/mbedtls/ |
H A D | ssl.h | 5536 * \param preset a MBEDTLS_SSL_PRESET_XXX value 5544 int endpoint, int transport, int preset);
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_hdmi.c | 3256 switch (codec->preset->vendor_id) { in simple_playback_pcm_open() 3576 switch (codec->preset->vendor_id) { in nvhdmi_7x_8ch_build_controls()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_hdmi.c | 3389 switch (codec->preset->vendor_id) { in simple_playback_pcm_open() 3709 switch (codec->preset->vendor_id) { in nvhdmi_7x_8ch_build_controls()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | btintel.c | 2347 * preset id = 0x00 represents CVSD codec with sampling rate 8K in btintel_get_codec_config_data() 2348 * preset id = 0x01 represents mSBC codec with sampling rate 16K in btintel_get_codec_config_data() 2391 if (use_cases->preset[0] & 0x03) { in btintel_configure_offload()
|
/third_party/openSLES/api/1.1/ |
H A D | OpenSLES.h | 1602 SLuint16 preset
|
/third_party/openSLES/api/1.0.1/ |
H A D | OpenSLES.h | 1428 SLuint16 preset
|
/third_party/openSLES/api/1.0/ |
H A D | OpenSLES.h | 1422 SLuint16 preset
|
/third_party/ffmpeg/libavcodec/ |
H A D | nvenc.c | 209 GUIDTuple *t = &presets[ctx->preset]; in nvenc_map_preset() 668 av_log(avctx, AV_LOG_WARNING, "The selected preset is deprecated. Use p1 to p7 + -tune or fast/medium/slow.\n"); in nvenc_setup_device() 1381 return nvenc_print_error(avctx, nv_status, "Cannot get the preset configuration"); in nvenc_setup_encoder() 1403 /* If lookahead isn't set from CLI, use value from preset. in nvenc_setup_encoder()
|
H A D | qsvenc.c | 619 avctx->compression_level = q->preset; in init_video_param()
|