Home
last modified time | relevance | path

Searched defs:sources (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/third_party/python/Doc/library/
Dzoneinfo.rst120 .. _zoneinfo_data_compile_time_config:
122 Compile-time configuration
139 Environment configuration
162 Runtime configuration
/third_party/python/Lib/distutils/
Ddep_util.py32 def newer_pairwise (sources, targets): argument
54 def newer_group (sources, target, missing='error'): argument
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeShaderStorageTests.cpp41 void verifyProgram(NegativeTestContext& ctx, glu::ProgramSources sources) in verifyProgram()
186 …axSSBlocksSource (NegativeTestContext& ctx, glw::GLenum glShaderType, glu::ProgramSources& sources) in genMaxSSBlocksSource()
226 glu::ProgramSources sources; in block_number_limits() local
284 glu::ProgramSources sources; in max_combined_block_number_limit() local
/third_party/gn/src/gn/
Dfunction_process_file_template_unittest.cc14 Value sources(nullptr, Value::LIST); in TEST() local
37 Value sources(nullptr, Value::LIST); in TEST() local
Dbundle_file_rule.h48 const std::vector<SourceFile>& sources() const { return sources_; } in sources() function
/third_party/pulseaudio/src/tests/
Dmeson.build214 sources = t[1] variable
259 sources = t[1] variable
/third_party/typescript/tests/baselines/reference/tsbuild/outFile/
Dnon-module-projects-without-prepend.js165 {"version":3,"file":"first_PART1.d.ts","sourceRoot":"","sources":["first_PART1.ts"],"names":[],"map… property
173 {"version":3,"file":"first_PART1.js","sourceRoot":"","sources":["first_PART1.ts"],"names":[],"mappi… property
179 {"version":3,"file":"first_part2.d.ts","sourceRoot":"","sources":["first_part2.ts"],"names":[],"map… property
186 {"version":3,"file":"first_part2.js","sourceRoot":"","sources":["first_part2.ts"],"names":[],"mappi… property
193 {"version":3,"file":"first_part3.d.ts","sourceRoot":"","sources":["first_part3.ts"],"names":[],"map… property
202 {"version":3,"file":"first_part3.js","sourceRoot":"","sources":["first_part3.ts"],"names":[],"mappi… property
268 {"version":3,"file":"second_part1.d.ts","sourceRoot":"","sources":["second_part1.ts"],"names":[],"m… property
281 {"version":3,"file":"second_part1.js","sourceRoot":"","sources":["second_part1.ts"],"names":[],"map… property
290 {"version":3,"file":"second_part2.d.ts","sourceRoot":"","sources":["second_part2.ts"],"names":[],"m… property
304 {"version":3,"file":"second_part2.js","sourceRoot":"","sources":["second_part2.ts"],"names":[],"map… property
[all …]
Dtsbuildinfo-is-not-generated-when-incremental-is-set-to-false.js165 {"version":3,"file":"second-output.d.ts","sourceRoot":"","sources":["../second/second_part1.ts","..… property
186 {"version":3,"file":"second-output.js","sourceRoot":"","sources":["../second/second_part1.ts","../s… property
290 {"version":3,"file":"first-output.d.ts","sourceRoot":"","sources":["../first_PART1.ts","../first_pa… property
302 {"version":3,"file":"first-output.js","sourceRoot":"","sources":["../first_PART1.ts","../first_part… property
409 {"version":3,"file":"third-output.d.ts","sourceRoot":"","sources":["../../../first/first_PART1.ts",… property
438 {"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts",".… property
/third_party/skia/gn/
Dgn_to_cmake.py234 def WriteAction(out, target, project, sources, synthetic_dependencies): argument
295 def WriteActionForEach(out, target, project, sources, synthetic_dependencies): argument
359 def WriteCopy(out, target, project, sources, synthetic_dependencies): argument
405 def WriteCompilerFlags(out, target, project, sources): argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DCMakeLists.txt24 set(sources variable
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/
Dbuilds-correctly-when-project-is-not-composite-or-doesnt-have-any-references.js129 {"version":3,"file":"anotherModule.d.ts","sourceRoot":"","sources":["anotherModule.ts"],"names":[],… property
145 {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA… property
/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-harfbuzzcc.py12 sources = sys.argv[3:] variable
/third_party/rust/crates/cxx/tests/ffi/
Dbuild.rs9 let sources = vec!["lib.rs", "module.rs"]; in main() localVariable
/third_party/unity/extras/bdd/test/
Dmeson.build7 sources = files('test_bdd.c') variable
/third_party/lz4/contrib/meson/meson/programs/
Dmeson.build13 sources = files( variable
/third_party/json/tools/amalgamate/
Dconfig_json.json4 "sources": [ array
Dconfig_json_fwd.json4 "sources": [ array
/third_party/lz4/contrib/meson/meson/contrib/gen_manual/
Dmeson.build15 sources = files( variable
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderProgram.hpp108 std::vector<std::string> sources[glu::SHADERTYPE_LAST]; member
118 std::vector<std::string> sources[glu::SHADERTYPE_LAST]; member
DvkShaderToSpirV.cpp217 int getNumShaderStages (const std::vector<std::string>* sources) in getNumShaderStages()
230 std::string getShaderStageSource (const std::vector<std::string>* sources, const ShaderBuildOptions… in getShaderStageSource()
267 bool compileShaderToSpirV (const std::vector<std::string>* sources, const ShaderBuildOptions& build… in compileShaderToSpirV()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dmsvs.py197 sources, prefix=None, excluded=None, list_excluded=True, msvs_version=None argument
581 def _FindRuleTriggerFiles(rule, sources): argument
659 def _GenerateExternalRules(rules, output_dir, spec, sources, options, actions_to_add): argument
896 p, output_dir, options, spec, sources, excluded_sources, actions_to_add argument
925 def _AdjustSourcesForRules(rules, sources, excluded_sources, is_msbuild): argument
1529 spec, options, gyp_dir, sources, excluded_sources, list_excluded, version argument
1588 def _IdlFilesHandledNonNatively(spec, sources): argument
1658 def _HandlePreCompiledHeaders(p, sources, spec): argument
2222 sources, argument
2325 sources, argument
[all …]
/third_party/node/tools/gyp/pylib/gyp/generator/
Dmsvs.py197 sources, prefix=None, excluded=None, list_excluded=True, msvs_version=None argument
583 def _FindRuleTriggerFiles(rule, sources): argument
661 def _GenerateExternalRules(rules, output_dir, spec, sources, options, actions_to_add): argument
898 p, output_dir, options, spec, sources, excluded_sources, actions_to_add argument
927 def _AdjustSourcesForRules(rules, sources, excluded_sources, is_msbuild): argument
1534 spec, options, gyp_dir, sources, excluded_sources, list_excluded, version argument
1593 def _IdlFilesHandledNonNatively(spec, sources): argument
1666 def _HandlePreCompiledHeaders(p, sources, spec): argument
2230 sources, argument
2333 sources, argument
[all …]
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
Dwhen-final-project-is-not-composite-but-uses-project-references.js165 {"version":3,"file":"second-output.d.ts","sourceRoot":"","sources":["../second/second_part1.ts","..… property
283 {"version":3,"file":"second-output.js","sourceRoot":"","sources":["../second/second_part1.ts","../s… property
641 {"version":3,"file":"first-output.d.ts","sourceRoot":"","sources":["../first_PART1.ts","../first_pa… property
783 {"version":3,"file":"first-output.js","sourceRoot":"","sources":["../first_PART1.ts","../first_part… property
1034 {"version":3,"file":"third-output.d.ts","sourceRoot":"","sources":["../../../first/first_PART1.ts",… property
1305 {"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts",".… property
1802 {"version":3,"file":"first-output.js","sourceRoot":"","sources":["../first_PART1.ts","../first_part… property
2093 {"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts",".… property
/third_party/lz4/contrib/meson/meson/lib/
Dmeson.build13 sources = files( variable
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Dmeson.build11 sources = [file_name] variable

12345678910>>...12