/third_party/python/Lib/test/test_capi/ |
H A D | test_misc.py | 1065 spec = importlib.util.spec_from_loader(fullname, loader) 1066 module = importlib.util.module_from_spec(spec) 1270 spec = importlib.util.spec_from_loader(fullname, loader) 1271 module = importlib.util.module_from_spec(spec)
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_win_dw.cpp | 531 ProtoDWriteTypeface spec = { fontFace, font, fontFamily }; in makeTypefaceFromDWriteFont() local 532 sk_sp<SkTypeface> face = fTFCache.findByProcAndRef(FindByDWriteFont, &spec); in makeTypefaceFromDWriteFont()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | TranslatorVulkan.cpp | 349 // Convert NDC to window coordinates. According to Vulkan spec. in AddBresenhamEmulationVS() 655 // the pixel. See the OpenGL ES 2.0 spec section "3.4.1 Basic Line Segment Rasterization". Also 656 // see the Vulkan spec section "24.6.1. Basic Line Segment Rasterization": 801 TranslatorVulkan::TranslatorVulkan(sh::GLenum type, ShShaderSpec spec) in TranslatorVulkan() argument 802 : TCompiler(type, spec, SH_GLSL_450_CORE_OUTPUT) in TranslatorVulkan()
|
/third_party/node/tools/ |
H A D | test.py | 54 spec = machinery.FileFinder(path, loader_details).find_spec(name) 55 module = util.module_from_spec(spec) 56 spec.loader.exec_module(module)
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | source-output.c | 62 void pa_source_output_new_data_set_sample_spec(pa_source_output_new_data *data, const pa_sample_spec *spec) { in pa_source_output_new_data_set_sample_spec() argument 65 if ((data->sample_spec_is_set = !!spec)) in pa_source_output_new_data_set_sample_spec() 66 data->sample_spec = *spec; in pa_source_output_new_data_set_sample_spec() 256 * to using the sample spec and channel map after all decisions w.r.t. in pa_source_output_new() 334 /* Now populate the sample spec and channel map according to the final in pa_source_output_new() 382 pa_log_info("Trying to change sample spec"); in pa_source_output_new() 388 /* rate update failed, or other parts of sample spec didn't match */ in pa_source_output_new() 390 pa_log_debug("Could not update source sample spec to match passthrough stream"); in pa_source_output_new() 519 pa_log_info("Created output %u \"%s\" on %s with sample spec %s and channel map %s\n %s", in pa_source_output_new() 864 void pa_source_output_process_rewind(pa_source_output *o, size_t nbytes /* in source sample spec */) { in pa_source_output_process_rewind() [all...] |
H A D | sink-input.c | 181 void pa_sink_input_new_data_set_sample_spec(pa_sink_input_new_data *data, const pa_sample_spec *spec) { in pa_sink_input_new_data_set_sample_spec() argument 184 if ((data->sample_spec_is_set = !!spec)) in pa_sink_input_new_data_set_sample_spec() 185 data->sample_spec = *spec; in pa_sink_input_new_data_set_sample_spec() 382 * to using the sample spec and channel map after all decisions w.r.t. in pa_sink_input_new() 454 /* Now populate the sample spec and channel map according to the final in pa_sink_input_new() 496 pa_log_info("Trying to change sample spec"); in pa_sink_input_new() 502 /* rate update failed, or other parts of sample spec didn't match */ in pa_sink_input_new() 504 pa_log_debug("Could not update sink sample spec to match passthrough stream"); in pa_sink_input_new() 672 pa_log_info("Created input %u \"%s\" on %s with sample spec %s and channel map %s\n %s", in pa_sink_input_new() 1140 void pa_sink_input_drop(pa_sink_input *i, size_t nbytes /* in sink sample spec */) { in pa_sink_input_drop() [all...] |
/third_party/python/Lib/ |
H A D | pdb.py | 180 name, spec, code = self._details 185 name, spec, code = self._details 186 return spec
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpdecimal.h | 410 int mpd_validate_lconv(mpd_spec_t *spec); 411 int mpd_parse_fmt_str(mpd_spec_t *spec, const char *fmt, int caps); 412 char *mpd_qformat_spec(const mpd_t *dec, const mpd_spec_t *spec, const mpd_context_t *ctx, uint32_t *status);
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | amifb.c | 2311 static void __init amifb_setup_mcap(char *spec) in amifb_setup_mcap() argument 2321 if (!(p = strsep(&spec, ";")) || !*p) in amifb_setup_mcap() 2326 if (!(p = strsep(&spec, ";")) || !*p) in amifb_setup_mcap() 2331 if (!(p = strsep(&spec, ";")) || !*p) in amifb_setup_mcap() 2336 if (!(p = strsep(&spec, "")) || !*p) in amifb_setup_mcap()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | amifb.c | 2311 static void __init amifb_setup_mcap(char *spec) in amifb_setup_mcap() argument 2321 if (!(p = strsep(&spec, ";")) || !*p) in amifb_setup_mcap() 2326 if (!(p = strsep(&spec, ";")) || !*p) in amifb_setup_mcap() 2331 if (!(p = strsep(&spec, ";")) || !*p) in amifb_setup_mcap() 2336 if (!(p = strsep(&spec, "")) || !*p) in amifb_setup_mcap()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | decNumber.cpp | 7914 const char *spec; local 7916 spec="%09d "; 7918 spec="%08d "; 7920 spec="%07d "; 7922 spec="%06d "; 7924 spec="%05d "; 7926 spec="%04d "; 7928 spec="%03d "; 7930 spec="%02d "; 7932 spec [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | decNumber.cpp | 7914 const char *spec; local 7916 spec="%09d "; 7918 spec="%08d "; 7920 spec="%07d "; 7922 spec="%06d "; 7924 spec="%05d "; 7926 spec="%04d "; 7928 spec="%03d "; 7930 spec="%02d "; 7932 spec [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | decNumber.cpp | 7914 const char *spec; local 7916 spec="%09d "; 7918 spec="%08d "; 7920 spec="%07d "; 7922 spec="%06d "; 7924 spec="%05d "; 7926 spec="%04d "; 7928 spec="%03d "; 7930 spec="%02d "; 7932 spec [all...] |
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_opt.c | 116 const char *spec = so->specifier && so->specifier[0] ? so->specifier : "";\ 120 namestr, st->index, opt_name_##name[0], spec[0] ? ":" : "", spec, so->u.type);\ 128 char *spec = o->name[i].specifier;\ 129 if ((ret = check_stream_specifier(fmtctx, st, spec)) > 0) {\ 144 char *spec = o->name[i].specifier;\ 145 if (!strcmp(spec, mediatype))\
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | fore200e.h | 144 struct tpd_spec spec; /* tpd specification */ member 680 struct bs_spec bs_spec[ BUFFER_SCHEME_NBR ][ BUFFER_MAGN_NBR ]; /* buffer supply queues spec */
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | process.c | 42 #include <asm/spec-ctrl.h>
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | Kconfig.x86 | 281 does not have any safeguards to prevent operating the CPU out of spec
|
/kernel/linux/linux-5.10/scripts/ |
H A D | get_abi.pl | 561 plain text that may be violating ReST spec, so it requres some escaping
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | fore200e.h | 144 struct tpd_spec spec; /* tpd specification */ member 680 struct bs_spec bs_spec[ BUFFER_SCHEME_NBR ][ BUFFER_MAGN_NBR ]; /* buffer supply queues spec */
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | process.c | 47 #include <asm/spec-ctrl.h>
|
/kernel/linux/linux-6.6/sound/firewire/fireface/ |
H A D | ff-protocol-former.c | 96 count = max(count, ff->spec->pcm_playback_channels[i]); in former_switch_fetching_mode()
|
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | core.c | 384 adev->spec = (const struct avs_spec *)id->driver_data; in avs_bus_init()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsVertexArrayTests.hpp | 481 MultiVertexArrayTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const Spec& spec, const char* name, const char* desc);
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeShaderFunctionTests.cpp | 4257 std::string genShaderSourceTextureGatherOffsets (NegativeTestContext& ctx, glu::ShaderType shaderType, const TextureGatherOffsetsTestSpec& spec) 4263 << declareShaderUniform(spec.samplerDataType, "sampler") 4266 << " mediump " << declareAndInitializeShaderVariable(spec.pDataType, "P") 4267 << " mediump " << (spec.offsetIsConst ? "const " : "") << declareShaderArrayVariable(spec.offsetsDataType, "offsets", spec.offsetArraySize) << "\n"; 4269 switch (spec.mode) 4273 if (spec.fourthArgument != glu::TYPE_LAST) 4274 source << " mediump " << declareAndInitializeShaderVariable(spec.fourthArgument, "comp") 4283 source << " mediump " << declareAndInitializeShaderVariable(spec [all...] |
/third_party/python/Lib/test/ |
H A D | test_enum.py | 252 def __format__(self, spec): 260 def __format__(self, spec): 268 def __format__(self, spec): 290 def assertFormatIsValue(self, spec, member): 291 self.assertEqual(spec.format(member), spec.format(member.value)) 293 def assertFormatIsStr(self, spec, member): 294 self.assertEqual(spec.format(member), spec.format(str(member)))
|