/build/scripts/ |
H A D | merge_profile.py | 32 parser.add_option('--resources-dir', help='resources directory') 71 for directory in options.resources_dir: 72 depfiles += (build_utils.get_all_files(directory))
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | render_data_loader.cpp | 59 void RenderDataLoader::RecurseDirectory(const string_view currentPath, const IDirectory& directory, in RecurseDirectory() argument 62 for (auto const& entry : directory.GetEntries()) { in RecurseDirectory()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | platform_specific.h | 48 int MakeDBDirectory(const std::string &directory); 51 // Can only remove empty directory 52 int RemoveDBDirectory(const std::string &directory);
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_persistence.h | 36 static bool CreateSnapshotDir(const std::string& directory); 37 static bool CreateUpdatedIconDir(const std::string& directory);
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | Makefile | 35 # Only pass canonical directory names as the output directory: 59 @$(MAKE) -f Makefile.perf --no-print-directory -j$(JOBS) O=$(FULL_O) $(SET_DEBUG) $@ 103 @$(MAKE) SHUF=1 -f tests/make REUSE_FEATURES_DUMP=1 MK=Makefile SET_PARALLEL=1 --no-print-directory tarpkg out
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cintltst.c | 108 /* Check whether ICU will initialize without forcing the build data directory into in main() 308 // may not be the same as the source directory, depending on in ctest_dataSrcDir() 310 // set the data path to the built data from this directory. in ctest_dataSrcDir() 347 /* __FILE__ on MSVC7 does not contain the directory */ in ctest_dataSrcDir() 375 // may not be the same as the source directory, depending on in ctest_dataOutDir() 377 // set the data path to the built data from this directory. in ctest_dataOutDir() 414 /* __FILE__ on MSVC7 does not contain the directory */ in ctest_dataOutDir() 431 * set, try to deduce the directory in which ICU was built, 451 * The ICU data directory must be preserved across these operations. 539 const char* directory in loadTestData() local [all...] |
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | core-device.c | 50 static const u32 *search_leaf(const u32 *directory, int search_key) in search_leaf() argument 55 fw_csr_iterator_init(&ci, directory); in search_leaf() 98 * @directory: e.g. root directory or unit directory 99 * @key: the key of the preceding directory entry 109 int fw_csr_string(const u32 *directory, int key, char *buf, size_t size) in fw_csr_string() argument 111 const u32 *leaf = search_leaf(directory, key); in fw_csr_string() 119 static void get_ids(const u32 *directory, int *id) in get_ids() argument 124 fw_csr_iterator_init(&ci, directory); in get_ids() 420 units_sprintf(char *buf, const u32 *directory) units_sprintf() argument [all...] |
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | core-device.c | 50 static const u32 *search_leaf(const u32 *directory, int search_key) in search_leaf() argument 55 fw_csr_iterator_init(&ci, directory); in search_leaf() 98 * @directory: e.g. root directory or unit directory 99 * @key: the key of the preceding directory entry 109 int fw_csr_string(const u32 *directory, int key, char *buf, size_t size) in fw_csr_string() argument 111 const u32 *leaf = search_leaf(directory, key); in fw_csr_string() 119 static void get_ids(const u32 *directory, int *id) in get_ids() argument 124 fw_csr_iterator_init(&ci, directory); in get_ids() 418 units_sprintf(char *buf, const u32 *directory) units_sprintf() argument [all...] |
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_persistence.cpp | 45 bool ScenePersistence::CreateSnapshotDir(const std::string& directory) in CreateSnapshotDir() argument 47 snapshotDirectory_ = directory + "/SceneSnapShot/"; in CreateSnapshotDir() 49 WLOGFD("mkdir failed or the directory already exists"); in CreateSnapshotDir() 55 bool ScenePersistence::CreateUpdatedIconDir(const std::string& directory) in CreateUpdatedIconDir() argument 57 updatedIconDirectory_ = directory + "/UpdatedIcon/"; in CreateUpdatedIconDir() 59 WLOGFD("mkdir failed or the directory already exists"); in CreateUpdatedIconDir()
|
/kernel/linux/linux-5.10/usr/ |
H A D | gen_initramfs.sh | 9 # This script assumes that gen_init_cpio is located in usr/ directory 22 directory. "squash" forces all files to uid 0. 25 directory. "squash" forces all files to gid 0. 26 <cpio_source> File list or directory for cpio archive. 145 # process one directory (incl sub-directories) 152 # If $dirlist is only one line, then the directory is empty 181 # If a directory is specified then add all files in it to fs
|
/kernel/linux/linux-6.6/usr/ |
H A D | gen_initramfs.sh | 9 # This script assumes that gen_init_cpio is located in usr/ directory 22 directory. "squash" forces all files to uid 0. 25 directory. "squash" forces all files to gid 0. 27 <cpio_source> File list or directory for cpio archive. 146 # process one directory (incl sub-directories) 153 # If $dirlist is only one line, then the directory is empty 182 # If a directory is specified then add all files in it to fs
|
/third_party/gn/examples/ios/build/toolchain/apple/ |
H A D | swiftc.py | 43 directory = os.path.dirname(path) 44 if not os.path.exists(directory): 45 os.makedirs(directory) 140 help='add directory to header search path') 149 help='path to the generated object files directory')
|
/third_party/gn/src/gn/ |
H A D | label.cc | 18 // directory name. 28 // |*used_implicit| will be set to whether the implicit current directory was 238 Labels can be specified as being relative to the current directory. 242 difference places in the directory hierarchy). 249 If a name is unspecified, it will inherit the directory name. Stylistically,
|
/third_party/PyYAML/tests/lib/ |
H A D | test_appliance.py | 19 def find_test_filenames(directory): 21 for filename in os.listdir(directory): 22 if os.path.isfile(os.path.join(directory, filename)):
|
/third_party/mbedtls/tests/scripts/ |
H A D | check_test_cases.py | 145 for directory in test_directories: 146 for data_file_name in glob.glob(os.path.join(directory, 'suites', 151 sh_file = os.path.join(directory, sh_file)
|
/third_party/node/tools/ |
H A D | js2c.py | 215 '--directory', 217 help='input file directory') 221 help='root directory containing the sources') 232 if options.directory is not None: 233 js_files = utils.SearchFiles(options.directory, 'js') 234 mjs_files = utils.SearchFiles(options.directory, 'mjs')
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | repo.js | 143 directory: { 147 url: 'git+https://github.com/foo/test-repo-with-directory.git', 148 directory: 'some/directory', 230 directory: 'https://github.com/foo/test-repo-with-directory/tree/HEAD/some/directory',
|
/third_party/vulkan-loader/scripts/ |
H A D | dispatch_table_helper_generator.py | 40 directory = '.', 61 directory = directory,
|
/third_party/curl/projects/ |
H A D | build-openssl.bat | 43 rem Calculate the program files directory
162 rem Default the start directory if one isn't specified
166 rem Check we have a program files directory
193 rem Check the start directory exists
268 rem Calculate our output directory
315 rem Calculate our output directory
497 rem Copy the generated files to our directory structure
657 echo Usage: build-openssl ^<compiler^> [platform] [configuration] [directory] [-VSpath] ["VSpath"] [-perlpath] ["perlpath"]
681 echo directory - Specifies the OpenSSL source directory
[all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/ |
H A D | zip.h | 41 DirectoryContentEntry(const FilePath &path, bool directory) : path(path), isDirectory(directory) in DirectoryContentEntry()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nubus.h | 47 /* Root directory (does *not* always equal fblock + doffset!) */ 48 unsigned char *directory; member 51 /* Offset to root directory (sometimes) */ 77 /* Functional directory */ 78 unsigned char *directory; member 135 /* The root directory which contains the board and functional 139 /* The board directory */ 142 /* The functional directory */ 145 /* These work on any directory gotten via the above */ 153 /* Things to do with directory entrie [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | nubus.h | 47 /* Root directory (does *not* always equal fblock + doffset!) */ 48 unsigned char *directory; member 51 /* Offset to root directory (sometimes) */ 77 /* Functional directory */ 78 unsigned char *directory; member 136 /* The root directory which contains the board and functional 140 /* The board directory */ 143 /* The functional directory */ 146 /* These work on any directory gotten via the above */ 154 /* Things to do with directory entrie [all...] |
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBPropertiesExporter.java | 50 File directory = new File(file.getParent()); // The directory we will be writing to in export() 76 File write_file = new File(directory, file_name); in export()
|
/third_party/node/lib/internal/process/ |
H A D | report.js | 40 get directory() { 43 set directory(dir) { 44 validateString(dir, 'directory');
|
/third_party/musl/scripts/ |
H A D | run_libcgtest_windows.bat | 1 @REM Local storage directory of dynamic link library
4 @REM Remote transmission target directory
|