Home
last modified time | relevance | path

Searched refs:sources (Results 1 - 25 of 463) sorted by relevance

12345678910>>...19

/third_party/node/deps/openssl/config/
H A Dgenerate_gypi.pl114 foreach my $obj (@{$unified_info{sources}->{'apps/libapps.a'}}) {
115 #print("libapps ${$unified_info{sources}->{$obj}}[0]\n");
116 push(@libapps_srcs, ${$unified_info{sources}->{$obj}}[0]);
120 foreach my $obj (@{$unified_info{sources}->{libssl}}) {
121 push(@libssl_srcs, ${$unified_info{sources}->{$obj}}[0]);
126 foreach my $obj (@{$unified_info{sources}->{'libcrypto'}}) {
127 my $src = ${$unified_info{sources}->{$obj}}[0];
152 foreach my $obj (@{$unified_info{sources}->{'providers/libdefault.a'}}) {
153 my $src = ${$unified_info{sources}->{$obj}}[0];
167 foreach my $obj (@{$unified_info{sources}
[all...]
/third_party/gn/src/gn/
H A Dninja_create_bundle_target_writer_unittest.cc54 bundle_data.sources().push_back(SourceFile("//foo/input1.txt")); in TEST()
55 bundle_data.sources().push_back(SourceFile("//foo/input2.txt")); in TEST()
103 bundle_data.sources().push_back(SourceFile("//foo/input1.txt")); in TEST()
104 bundle_data.sources().push_back(SourceFile("//foo/input2.txt")); in TEST()
186 bundle_data.sources().push_back( in TEST()
188 bundle_data.sources().push_back( in TEST()
190 bundle_data.sources().push_back( in TEST()
192 bundle_data.sources().push_back( in TEST()
194 bundle_data.sources().push_back( in TEST()
196 bundle_data.sources() in TEST()
[all...]
H A Dninja_bundle_data_target_writer_unittest.cc20 bundle_data.sources().push_back(SourceFile("//foo/input1.txt")); in TEST()
21 bundle_data.sources().push_back(SourceFile("//foo/input2.txt")); in TEST()
22 bundle_data.sources().push_back( in TEST()
24 bundle_data.sources().push_back( in TEST()
26 bundle_data.sources().push_back( in TEST()
28 bundle_data.sources().push_back( in TEST()
30 bundle_data.sources().push_back( in TEST()
32 bundle_data.sources().push_back( in TEST()
34 bundle_data.sources().push_back( in TEST()
36 bundle_data.sources() in TEST()
[all...]
H A Dninja_rust_binary_target_writer_unittest.cc26 target.sources().push_back(SourceFile("//foo/input1.rs")); in TEST_F()
27 target.sources().push_back(SourceFile("//foo/main.rs")); in TEST_F()
41 target.sources().push_back(SourceFile("//foo/input3.rs")); in TEST_F()
42 target.sources().push_back(main); in TEST_F()
74 " sources = ../../foo/input3.rs ../../foo/main.rs\n"; in TEST_F()
97 private_rlib.sources().push_back(SourceFile("//baz/privatelib.rs")); in TEST_F()
98 private_rlib.sources().push_back(bazlib); in TEST_F()
129 " sources = ../../baz/privatelib.rs ../../baz/lib.rs\n"; in TEST_F()
139 far_public_rlib.sources().push_back(SourceFile("//far/farlib.rs")); in TEST_F()
140 far_public_rlib.sources() in TEST_F()
[all...]
H A Daction_target_generator_unittest.cc22 sources = [ "//bar.txt" ] in TEST_F()
36 sources = [ "//bar.txt" ]
58 sources = [ "//bar.txt" ]
72 sources = [ "//bar.txt" ]
86 sources = [ "//bar.txt" ]
100 sources = [ "//bar.txt" ]
114 sources = [ "//bar.txt" ]
H A Dbundle_data.cc70 for (const SourceFile& source_file : target->sources()) { in OnTargetResolved()
95 GetSourceFiles(&owning_target->sources()); in OnTargetResolved()
98 void BundleData::GetSourceFiles(SourceFiles* sources) const { in GetSourceFiles()
100 sources->insert(sources->end(), file_rule.sources().begin(), in GetSourceFiles()
101 file_rule.sources().end()); in GetSourceFiles()
103 sources->insert(sources->end(), assets_catalog_sources_.begin(), in GetSourceFiles()
106 sources in GetSourceFiles()
[all...]
H A Dninja_c_binary_target_writer_unittest.cc29 target.sources().push_back(SourceFile("//foo/input1.cc")); in TEST_F()
30 target.sources().push_back(SourceFile("//foo/input2.cc")); in TEST_F()
33 target.sources().push_back(SourceFile("//foo/input3.o")); in TEST_F()
34 target.sources().push_back(SourceFile("//foo/input4.obj")); in TEST_F()
124 // There are no sources so there are no params to alink. (In practice in TEST_F()
192 target.sources().push_back(SourceFile("//foo/input1.cc")); in TEST_F()
227 target.sources().push_back(SourceFile("//foo/input1.cc")); in TEST_F()
233 baz.sources().push_back(SourceFile("//foo/input2.cc")); in TEST_F()
321 target.sources().push_back(SourceFile("//foo/input1.cc")); in TEST_F()
322 target.sources() in TEST_F()
[all...]
H A Dfunction_process_file_template_unittest.cc14 Value sources(nullptr, Value::LIST); in TEST()
15 sources.list_value().push_back(Value(nullptr, "//src/foo.txt")); in TEST()
16 args.push_back(sources); in TEST()
37 Value sources(nullptr, Value::LIST); in TEST()
38 sources.list_value().push_back(Value(nullptr, "//src/one.txt")); in TEST()
39 sources.list_value().push_back(Value(nullptr, "//src/two.txt")); in TEST()
40 args.push_back(sources); in TEST()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeShaderStorageTests.cpp41 void verifyProgram(NegativeTestContext& ctx, glu::ProgramSources sources) in verifyProgram() argument
44 const glu::ShaderProgram program (ctx.getRenderContext(), sources); in verifyProgram()
186 int genMaxSSBlocksSource (NegativeTestContext& ctx, glw::GLenum glShaderType, glu::ProgramSources& sources) in genMaxSSBlocksSource() argument
191 sources.sources[getGLUShaderType(glShaderType)].push_back(shaderSrc); in genMaxSSBlocksSource()
226 glu::ProgramSources sources; in block_number_limits() local
237 sources << glu::VertexSource(source) in block_number_limits()
242 sources << glu::VertexSource(vertSource) in block_number_limits()
247 sources << glu::VertexSource(vertSource) in block_number_limits()
254 sources << gl in block_number_limits()
284 glu::ProgramSources sources; max_combined_block_number_limit() local
[all...]
/third_party/skia/gn/
H A Dgn_to_cmake.py174 """All OBJECT libraries whose sources have not been absorbed."""
234 def WriteAction(out, target, project, sources, synthetic_dependencies):
267 for sources_type_name in sources.values():
295 def WriteActionForEach(out, target, project, sources, synthetic_dependencies):
297 inputs = target.properties.get('sources', [])
338 if 'input' in sources:
339 WriteVariable(out, sources['input'], ' ')
359 def WriteCopy(out, target, project, sources, synthetic_dependencies):
360 inputs = target.properties.get('sources', [])
390 for sources_type_name in sources
[all...]
/third_party/python/Lib/distutils/tests/
H A Dtest_build_py.py20 sources = self.mkdtemp()
21 f = open(os.path.join(sources, "__init__.py"), "w")
26 f = open(os.path.join(sources, "README.txt"), "w")
35 "package_dir": {"pkg": sources}})
37 dist.script_name = os.path.join(sources, "setup.py")
43 dist.package_dir = {"pkg": sources}
70 sources = self.mkdtemp()
71 open(os.path.join(sources, "__init__.py"), "w").close()
73 testdir = os.path.join(sources, "doc")
77 os.chdir(sources)
[all...]
H A Dtest_dep_util.py33 sources = os.path.join(tmpdir, 'sources')
35 os.mkdir(sources)
37 one = os.path.join(sources, 'one')
38 two = os.path.join(sources, 'two')
50 sources = os.path.join(tmpdir, 'sources')
51 os.mkdir(sources)
52 one = os.path.join(sources, 'one')
53 two = os.path.join(sources, 'tw
[all...]
/third_party/skia/infra/bots/task_drivers/fm_driver/
H A Dfm_driver.go213 worker = func(ctx context.Context, sources []string, flags F) (failures int) {
220 cmd.Args = append(cmd.Args, sources...)
226 // sources that crash, produce unknown hashes, or that an crash prevented from running.
231 for _, name := range sources {
236 // and exempt those sources from reruns if they were skipped or their hash is known.
252 // Only rerun sources from a batch (or we'd rerun failures over and over and over).
253 if len(sources) > 1 {
324 kickoff := func(sources []string, flags F) {
325 if len(sources) == 0 {
330 // Shuffle the sources randoml
[all...]
/third_party/python/Lib/distutils/command/
H A Dbuild_clib.py170 sources = build_info.get('sources')
171 if sources is None or not isinstance(sources, (list, tuple)):
174 "'sources' must be present and must be "
177 filenames.extend(sources)
183 sources = build_info.get('sources')
184 if sources is None or not isinstance(sources, (lis
[all...]
/third_party/python/Lib/distutils/
H A Ddep_util.py32 def newer_pairwise (sources, targets):
34 than its corresponding target. Return a pair of lists (sources,
38 if len(sources) != len(targets):
39 raise ValueError("'sources' and 'targets' must be same length")
41 # build a pair of lists (sources, targets) where source is newer
44 for i in range(len(sources)):
45 if newer(sources[i], targets[i]):
46 n_sources.append(sources[i])
54 def newer_group (sources, target, missing='error'):
56 listed in 'sources'
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkShaderProgram.cpp33 sources[shaderSource.shaderType].push_back(shaderSource.source); in operator <<()
45 sources[shaderSource.shaderType].push_back(shaderSource.source); in operator <<()
55 tcu::TestLog& logShader(tcu::TestLog& log, const std::vector<std::string> (&sources)[glu::SHADERTYPE_LAST]) in logShader() argument
63 for (size_t shaderNdx = 0; shaderNdx < sources[shaderType].size(); shaderNdx++) in logShader()
66 sources[shaderType][shaderNdx], in logShader() local
84 return logShader(log, shaderSource.sources); in operator <<()
89 return logShader(log, shaderSource.sources); in operator <<()
/third_party/node/test/parallel/
H A Dtest-source-map-api.js131 assert.strictEqual(payload.sources[0], sourceMap.payload.sources[0]);
132 assert.notStrictEqual(payload.sources, sourceMap.payload.sources);
169 assert.strictEqual(payload.sources[0], sourceMap.payload.sources[0]);
170 assert.notStrictEqual(payload.sources, sourceMap.payload.sources);
177 sources: ['test.js'],
220 sources
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderProgram.cpp368 ShaderProgram::ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources) in ShaderProgram() argument
371 init(renderCtx.getFunctions(), sources); in ShaderProgram()
380 ShaderProgram::ShaderProgram (const glw::Functions& gl, const ProgramSources& sources) in ShaderProgram() argument
383 init(gl, sources); in ShaderProgram()
392 void ShaderProgram::init (const glw::Functions& gl, const ProgramSources& sources) in init() argument
400 for (int shaderNdx = 0; shaderNdx < (int)sources.sources[shaderType].size(); ++shaderNdx) in init()
402 const char* source = sources.sources[shaderType][shaderNdx].c_str(); in init()
403 const int length = (int)sources in init()
704 operator <<(tcu::TestLog& log, const ProgramSources& sources) operator <<() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/check_build_files/
H A Dmain.go104 reSources = regexp.MustCompile(`sources\s*=\s*\[([^\]]*)\]`)
111 for _, sources := range matchRE(reSrc, content) {
112 for _, source := range matchRE(reQuoted, sources) {
126 for _, sources := range matchRE(reSources, content) {
127 for _, source := range matchRE(reQuoted, sources) {
144 for _, sources := range matchRE(reSrc, content) {
145 for _, source := range matchRE(reQuoted, sources) {
161 sources, err := filepath.Glob(source)
165 if len(sources) == 0 {
/third_party/node/deps/v8/tools/cppgc/
H A Dgen_cmake.py138 if left == 'sources':
143 if left == 'sources':
148 if left == 'sources':
324 # {self._CMakeTarget(target)} sources.
331 def BuildSourcesList(self, target, sources):
332 sources = self._ExpandSources(target, sources)
333 return f'set({self._SourceVar(target)} {sources})'
335 def BuildAppendSources(self, target, sources):
336 sources
[all...]
/third_party/node/test/cctest/
H A Dtest_per_process.cc22 const auto& sources = PerProcessTest::get_sources_for_test(); in TEST_F() local
23 ASSERT_TRUE(std::any_of(sources.cbegin(), sources.cend(), [](auto p) { in TEST_F()
27 ASSERT_TRUE(std::any_of(sources.cbegin(), sources.cend(), [](auto p) { in TEST_F()
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py197 sources, prefix=None, excluded=None, list_excluded=True, msvs_version=None
202 sources: A list of source file paths split.
203 prefix: A list of source file path layers meant to apply to each of sources.
223 for s in sources:
583 def _FindRuleTriggerFiles(rule, sources):
588 sources: the set of all known source files for this project
590 The list of sources that trigger a particular rule.
661 def _GenerateExternalRules(rules, output_dir, spec, sources, options, actions_to_add):
668 sources: set of sources know
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py197 sources, prefix=None, excluded=None, list_excluded=True, msvs_version=None
202 sources: A list of source file paths split.
203 prefix: A list of source file path layers meant to apply to each of sources.
223 for s in sources:
581 def _FindRuleTriggerFiles(rule, sources):
586 sources: the set of all known source files for this project
588 The list of sources that trigger a particular rule.
659 def _GenerateExternalRules(rules, output_dir, spec, sources, options, actions_to_add):
666 sources: set of sources know
[all...]
/third_party/skia/third_party/externals/brotli/
H A Dsetup.py59 if ext.sources is None or not isinstance(ext.sources, (list, tuple)):
62 "'sources' must be present and must be "
66 depends = ext.sources + ext.depends
75 for source in ext.sources:
83 for lang, sources in (('c', c_sources), ('c++', cxx_sources)):
100 sources,
120 language = ext.language or self.compiler.detect_language(sources)
182 sources=[
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DETC_Decoder.cpp91 static void DecodeBlock(const ETC2 **sources, unsigned char *dest, int nbChannels, int x, int y, int w, int h, int pitch, bool isSigned, bool isEAC) in DecodeBlock()
102 sDst[i * nbChannels + c] = clampEAC(sources[c]->getSingleChannel(i, j, isSigned, true), isSigned); in DecodeBlock()
119 sDst[i * nbChannels + c] = clampSByte(sources[c]->getSingleChannel(i, j, isSigned, false)); in DecodeBlock()
133 dest[i * nbChannels + c] = clampByte(sources[c]->getSingleChannel(i, j, isSigned, false)); in DecodeBlock()
672 const ETC2 *sources[2]; in Decode() local
673 sources[0] = (const ETC2 *)src; in Decode()
684 for(int x = 0; x < w; x += 4, sources[0]++) in Decode()
686 ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 1, x, y, w, h, dstPitch, inputType == ETC_R_SIGNED, true); in Decode()
692 sources[1] = sources[ in Decode()
[all...]

Completed in 14 milliseconds

12345678910>>...19