Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 25 of 3491) sorted by relevance

12345678910>>...140

/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/libs/
DBUILD.gn82 sources = [ "dlopen_relocation_1.c" ]
91 sources = [ "dlopen_relocation_2.c" ]
100 sources = [ "dlopen_relocation.c" ]
113 sources = [ "dlopen_order_1.c" ]
122 sources = [ "dlopen_order_2.c" ]
131 sources = [ "dlopen_order_3.c" ]
140 sources = [ "dlopen_order_1_2.c" ]
153 sources = [ "dlopen_order.c" ]
166 sources = [ "dlopen_order_003_1_1.c" ]
175 sources = [ "dlopen_order_003_1_2.c" ]
[all …]
/third_party/skia/third_party/externals/angle2/samples/
DBUILD.gn21 sources = [
50 sources = invoker.data
63 "sources",
90 sources = [ "hello_triangle/HelloTriangle.cpp" ]
94 sources = [ "mip_map_2d/MipMap2D.cpp" ]
98 sources = [ "multi_texture/MultiTexture.cpp" ]
106 sources = [ "multi_window/MultiWindow.cpp" ]
110 sources = [ "multiple_draw_buffers/MultipleDrawBuffers.cpp" ]
119 sources = [ "multiview/Multiview.cpp" ]
123 sources = [ "particle_system/ParticleSystem.cpp" ]
[all …]
/third_party/node/tools/v8_gypfiles/
Dv8.gyp133 'sources': [
151 'sources': [
174 'sources': [
202 'sources': [
239 'sources': [
256 'sources': [
257 '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_initializers.*?sources = ")',
261 'sources': [
262 …n(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_initializers.*?v8_enable_webassembly.*?sources \\+= ")',
266 'sources': [
[all …]
/third_party/skia/
DBUILD.gn224 "sources",
235 sources = skia_opts.none_sources
241 sources = skia_opts.armv7_sources + skia_opts.neon_sources
247 sources = skia_opts.arm64_sources
253 sources = skia_opts.crc32_sources
259 sources = skia_opts.sse2_sources
269 sources = skia_opts.ssse3_sources
279 sources = skia_opts.sse41_sources
289 sources = skia_opts.sse42_sources
299 sources = skia_opts.avx_sources
[all …]
/third_party/libunwind/
DBUILD.gn394 sources = common_source
401 sources += arm_source
402 sources -= remove_sources
412 sources = common_source
416 sources += arm64_source
417 sources -= remove_sources
427 sources = common_source
434 sources += x64_source
435 sources -= remove_sources
445 sources = common_source
[all …]
/third_party/musl/
DBUILD.gn198 sources = [ "${target_out_dir}/${musl_ported_dir}/tools/mkalltypes.sed" ]
199 sources += [
205 args += rebase_path(sources, root_build_dir)
215 sources = [
220 args = rebase_path(sources, root_build_dir)
232 sources = [ "${target_out_dir}/${musl_ported_dir}/arch/${musl_arch}/bits/syscall.h.in" ]
234 args = rebase_path(sources, root_build_dir)
281 sources = [ "${uapi_dir}/${file}" ]
288 sources = []
298 sources += [ "${uapi_dir}/scsi/${file}" ]
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/fuzzers/
DBUILD.gn50 sources = invoker.sources
51 sources += [ "random_generator.cpp" ]
70 sources = [
76 sources = [
82 sources = [
88 sources = [
94 sources = [
100 sources = [
106 sources = [
113 sources = []
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/
DBUILD.gn50 sources = invoker.sources
51 sources += [ "random_generator.cpp" ]
70 sources = [
76 sources = [
82 sources = [
88 sources = [
94 sources = [
100 sources = [
106 sources = [
113 sources = []
[all …]
/third_party/spirv-tools/test/fuzzers/
DBUILD.gn50 sources = invoker.sources
51 sources += [ "random_generator.cpp" ]
70 sources = [ "spvtools_as_fuzzer.cpp" ]
74 sources = [ "spvtools_binary_parser_fuzzer.cpp" ]
78 sources = [ "spvtools_dis_fuzzer.cpp" ]
82 sources = [
89 sources = [
96 sources = [
103 sources = [ "spvtools_val_fuzzer.cpp" ]
108 sources = []
[all …]
/third_party/skia/gn/
Dgn_to_cmake.py234 def WriteAction(out, target, project, sources, synthetic_dependencies): argument
267 for sources_type_name in sources.values():
295 def WriteActionForEach(out, target, project, sources, synthetic_dependencies): argument
338 if 'input' in sources:
339 WriteVariable(out, sources['input'], ' ')
359 def WriteCopy(out, target, project, sources, synthetic_dependencies): argument
390 for sources_type_name in sources.values():
405 def WriteCompilerFlags(out, target, project, sources): argument
407 if not 'c' in sources and not 'cxx' in sources:
411 if 'input' in sources:
[all …]
/third_party/opencl-headers/tests/
DBUILD.gn25 sources = [ "test_cl_egl.h.c" ]
32 sources = [ "test_cl_ext_intel.h.c" ]
39 sources = [ "test_cl_ext.h.c" ]
46 sources = [ "test_cl_gl_ext.h.c" ]
53 sources = [ "test_cl_gl.h.c" ]
60 sources = [ "test_cl_half.h.c" ]
67 sources = [ "test_cl_icd.h.c" ]
74 sources = [ "test_cl_platform.h.c" ]
81 sources = [ "test_cl_version.h.c" ]
88 sources = [ "test_cl.h.c" ]
[all …]
/third_party/gn/src/gn/
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().push_back( in TEST()
[all …]
Dninja_rust_binary_target_writer_unittest.cc25 target.sources().push_back(SourceFile("//foo/input1.rs")); in TEST_F()
26 target.sources().push_back(SourceFile("//foo/main.rs")); in TEST_F()
40 target.sources().push_back(SourceFile("//foo/input3.rs")); in TEST_F()
41 target.sources().push_back(main); in TEST_F()
94 private_rlib.sources().push_back(SourceFile("//baz/privatelib.rs")); in TEST_F()
95 private_rlib.sources().push_back(bazlib); in TEST_F()
135 far_public_rlib.sources().push_back(SourceFile("//far/farlib.rs")); in TEST_F()
136 far_public_rlib.sources().push_back(farlib); in TEST_F()
175 public_rlib.sources().push_back(SourceFile("//bar/publiclib.rs")); in TEST_F()
176 public_rlib.sources().push_back(barlib); in TEST_F()
[all …]
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()
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()
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().push_back(SourceFile("//foo/input2.cc")); in TEST_F()
387 gen_obj.sources().push_back(generated_file); in TEST_F()
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeShaderStorageTests.cpp41 void verifyProgram(NegativeTestContext& ctx, glu::ProgramSources sources) in verifyProgram() argument
44 const glu::ShaderProgram program (ctx.getRenderContext(), sources); in verifyProgram()
186 …axSSBlocksSource (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 << glu::VertexSource(vertSource) in block_number_limits()
261 sources << glu::VertexSource(vertSource) in block_number_limits()
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/thread/
DBUILD.gn28 sources = [ "pthread_attr_getstack.c" ]
36 sources = [ "pthread_attr_setdetachstate.c" ]
44 sources = [ "pthread_attr_setstacksize.c" ]
52 sources = [ "pthread_condattr_destroy.c" ]
60 sources = [ "pthread_condattr_init.c" ]
68 sources = [ "pthread_create.c" ]
76 sources = [ "pthread_exit.c" ]
84 sources = [ "pthread_getattr_np.c" ]
92 sources = [ "pthread_getschedparam.c" ]
100 sources = [ "pthread_getspecific.c" ]
[all …]
/third_party/skia/third_party/externals/tint/fuzzers/
DBUILD.gn27 sources = [ "generate_wgsl_corpus.py" ]
68 sources = [
86 sources = [
96 sources = [ "tint_ast_clone_fuzzer.cc" ]
105 sources = [ "tint_ast_fuzzer/tint_ast_wgsl_writer_fuzzer.cc" ]
113 sources = [ "tint_regex_fuzzer/tint_regex_wgsl_writer_fuzzer.cc" ]
121 sources = [ "tint_wgsl_reader_wgsl_writer_fuzzer.cc" ]
132 sources = [ "tint_all_transforms_fuzzer.cc" ]
141 sources = [ "tint_ast_fuzzer/tint_ast_spv_writer_fuzzer.cc" ]
149 sources = [ "tint_binding_remapper_fuzzer.cc" ]
[all …]
/third_party/skia/third_party/externals/angle2/
DBUILD.gn256 sources = [ "$windows_sdk_path/Redist/D3D/$target_cpu/d3dcompiler_47.dll" ]
259 sources += [ _old_compiler ]
278 sources = cl_includes
283 sources = libangle_includes
297 sources = angle_preprocessor_sources
352 sources = xxhash_sources
360 sources = [ "src/common/third_party/xxhash/xxhash_fuzzer.cpp" ]
366 sources = libangle_common_sources
368 sources += libangle_common_cl_sources
418 sources = libangle_image_util_headers
[all …]
/third_party/gn/src/gn/format_test_data/
D062.gn3 sources = []
5 sources = ["x.cc"]
7 sources = [
14 sources += [
22 sources += [
33 sources += [
46 sources += [
62 sources += [
71 sources += [
80 sources -= [
[all …]
D062.golden3 sources = []
5 sources = [ "x.cc" ]
7 sources = [
15 sources += [
23 sources += [
35 sources += [
48 sources += [
64 sources += [
73 sources += [
82 sources -= [
[all …]
/third_party/node/deps/openssl/config/
Dgenerate_gypi.pl114 foreach my $obj (@{$unified_info{sources}->{'apps/libapps.a'}}) {
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];
167 foreach my $obj (@{$unified_info{sources}->{'providers/libcommon.a'}}) {
168 my $src = ${$unified_info{sources}->{$obj}}[0];
197 foreach my $obj (@{$unified_info{sources}->{'providers/legacy'}}) {
201 my $src = ${$unified_info{sources}->{$obj}}[0];
[all …]
/third_party/skia/infra/bots/task_drivers/fm_driver/
Dfm_driver.go213 worker = func(ctx context.Context, sources []string, flags F) (failures int) {
220 cmd.Args = append(cmd.Args, sources...)
231 for _, name := range sources {
253 if len(sources) > 1 {
324 kickoff := func(sources []string, flags F) {
325 if len(sources) == 0 {
332 sources = append([]string{}, sources...) // We'll be needing our own copy...
333 rand.Shuffle(len(sources), func(i, j int) {
334 sources[i], sources[j] = sources[j], sources[i]
340 td.Props(fmt.Sprintf("%s, %s…", strings.Join(flatten(flags), " "), sources[0])))
[all …]
/third_party/skia/third_party/externals/dawn/src/utils/
DBUILD.gn47 sources = [
68 sources = [
100 sources += [ "WindowsDebugLogger.cpp" ]
102 sources += [ "EmptyDebugLogger.cpp" ]
106 sources += [ "WindowsTimer.cpp" ]
108 sources += [
115 sources += [ "PosixTimer.cpp" ]
119 sources += [ "ScopedAutoreleasePool.mm" ]
121 sources += [ "ScopedAutoreleasePool.cpp" ]
125 sources += [
[all …]
/third_party/python/Lib/distutils/tests/
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 …]

12345678910>>...140