/third_party/python/Lib/ |
H A D | mailbox.py | 1155 for spec in contents.split(): 1156 if spec.isdigit(): 1157 keys.add(int(spec)) 1159 start, stop = (int(x) for x in spec.split('-'))
|
H A D | pdb.py | 180 name, spec, code = self._details 185 name, spec, code = self._details 186 return spec
|
/third_party/python/ |
H A D | setup.py | 665 spec = importlib.util.spec_from_file_location(ext.name, ext_filename, 668 importlib._bootstrap._load(spec)
|
/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()
|
H A D | ParseContext.h | 39 ShShaderSpec spec, 161 // appropriate according to the spec. 512 // TODO(jie.a.chen@intel.com): Double check this once the spec vagueness is resolved. 738 // Track when we add new scope for func body in ESSL 1.00 spec
|
H A D | ParseContext.cpp | 188 ShShaderSpec spec, in TParseContext() 197 mShaderSpec(spec), in TParseContext() 210 mDefaultUniformBlockStorage(sh::IsWebGLBasedSpec(spec) ? EbsStd140 : EbsShared), in TParseContext() 212 mDefaultBufferBlockStorage(sh::IsWebGLBasedSpec(spec) ? EbsStd140 : EbsShared), in TParseContext() 215 mPreprocessor(mDiagnostics, &mDirectiveHandler, angle::pp::PreprocessorSettings(spec)), in TParseContext() 1046 // spec have allowed constant expressions with side effects - like array length() method on a in checkIsValidArraySize() 1616 // ESSL3 spec section 4.1.9: Array declaration which leaves the size unspecified is an in emptyDeclarationErrorCheck() 1792 // on arrays of arrays should be handled. We interpret the spec so that the binding value is in checkBindingIsValid() 2195 // with 'layout(noncoherent)' EXT_shader_framebuffer_fetch_non_coherent spec: "Unless the in getNamedVariable() 2230 // gl_WorkGroupSize can be used to size arrays according to the ESSL 3.10.4 spec, s in parseVariableIdentifier() 185 TParseContext(TSymbolTable &symt, TExtensionBehavior &ext, sh::GLenum type, ShShaderSpec spec, ShCompileOptions options, bool checksPrecErrors, TDiagnostics *diagnostics, const ShBuiltInResources &resources, ShShaderOutput outputType) TParseContext() argument [all...] |
/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/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);
|
/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))\
|
/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)))
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkLightingImageFilter.cpp | 1229 // According to the spec, kd can be any non-negative number : in Make() 1365 // According to the spec, ks can be any non-negative number : in Make() 1993 const SpecularLightingEffect& spec = effect.cast<SpecularLightingEffect>(); in onSetData() local 1994 pdman.set1f(fKSUni, spec.fKS); in onSetData() 1995 pdman.set1f(fShininessUni, spec.fShininess); in onSetData()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_negative.cpp | 1464 dng_color_spec *spec = new dng_color_spec (*this, ProfileByID (id)); 1466 if (!spec) 1471 return spec;
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 1939 CBenchProgressInfo *spec = new CBenchProgressInfo;
1940 encoder.progressInfoSpec[j] = spec;
1941 encoder.progressInfo[j] = spec;
1942 spec->Status = &status;
|
/third_party/node/src/ |
H A D | node_http2.cc | 694 // the peer but the HTTP/2 spec recommends sending it anyway. We'll in Close() 1397 nghttp2_priority_spec spec = priority_frame.pri_spec; in HandlePriorityFrame() local 1401 Integer::New(isolate, spec.stream_id), in HandlePriorityFrame() 1402 Integer::New(isolate, spec.weight), in HandlePriorityFrame() 1403 Boolean::New(isolate, spec.exclusive) in HandlePriorityFrame() 1523 // spec does not require this, but there is no legitimate reason to in HandlePingFrame() 1565 // spec does not require this, but there is no legitimate reason to in HandleSettingsFrame() 2261 Debug(this, "sending priority spec"); in SubmitPriority()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
H A D | Makefile | 7 # To build the spec with a specific version included, set the 70 # on the command line to avoid building an HTML spec target. 102 # Where the spec files are 131 # SCPATCHVERSION is specific to the Vulkan SC spec 169 # Generate Asciidoc attributes for spec remark 171 # This used to be a dependency in the spec html/pdf targets, 173 # when pushing a new spec for review to the sandbox. 179 # Some of the attributes used in building all spec documents: 207 -r $(CONFIGS)/spec-macros.rb \ 255 # Images used by the spec [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross.hpp | 1116 uint32_t evaluate_spec_constant_u32(const SPIRConstantOp &spec) const;
|