Home
last modified time | relevance | path

Searched refs:get_source_files (Results 1 – 12 of 12) sorted by relevance

/third_party/protobuf/
Dupdate_file_lists.sh26 get_source_files() { function
55 LIBPROTOBUF_LITE_SOURCES=$(get_source_files $MAKEFILE libprotobuf_lite_la_SOURCES)
56 LIBPROTOBUF_SOURCES=$(get_source_files $MAKEFILE libprotobuf_la_SOURCES)
57 LIBPROTOC_SOURCES=$(get_source_files $MAKEFILE libprotoc_la_SOURCES)
63 COMMON_TEST_SOURCES=$(get_source_files $MAKEFILE COMMON_TEST_SOURCES)
64 COMMON_LITE_TEST_SOURCES=$(get_source_files $MAKEFILE COMMON_LITE_TEST_SOURCES)
65 TEST_SOURCES=$(get_source_files $MAKEFILE protobuf_test_SOURCES)
66 NON_MSVC_TEST_SOURCES=$(get_source_files $MAKEFILE NON_MSVC_TEST_SOURCES)
67 LITE_TEST_SOURCES=$(get_source_files $MAKEFILE protobuf_lite_test_SOURCES)
68 LITE_ARENA_TEST_SOURCES=$(get_source_files $MAKEFILE protobuf_lite_arena_test_SOURCES)
[all …]
/third_party/python/Lib/distutils/tests/
Dtest_build_clib.py63 self.assertRaises(DistutilsSetupError, cmd.get_source_files)
66 self.assertRaises(DistutilsSetupError, cmd.get_source_files)
69 self.assertEqual(cmd.get_source_files(), ['a', 'b'])
72 self.assertEqual(cmd.get_source_files(), ['a', 'b'])
76 self.assertEqual(cmd.get_source_files(), ['a', 'b', 'c', 'd'])
Dtest_build_ext.py309 self.assertEqual(cmd.get_source_files(), ['xxx'])
/third_party/python/Lib/distutils/command/
Dsdist.py284 self.filelist.extend(build_py.get_source_files())
312 self.filelist.extend(build_ext.get_source_files())
317 self.filelist.extend(build_clib.get_source_files())
322 self.filelist.extend(build_scripts.get_source_files())
Dbuild_clib.py166 def get_source_files(self): member in build_clib
Dbuild_scripts.py44 def get_source_files(self): member in build_scripts
Dbuild_py.py300 def get_source_files(self): member in build_py
Dbuild_ext.py420 def get_source_files(self): member in build_ext
/third_party/skia/third_party/externals/brotli/
Dsetup.py52 def get_source_files(self): member in BuildExt
53 filenames = build_ext.get_source_files(self)
/third_party/grpc/src/python/grpcio/
Dsupport.py79 source for source in build_ext.get_source_files()
/third_party/PyYAML/
Dsetup.py199 def get_source_files(self): member in build_ext
/third_party/python/Doc/distutils/
Dsourcedist.rst93 :meth:`get_source_files` method in :file:`build_clib.py`!