Home
last modified time | relevance | path

Searched refs:sub_dir (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/icu/source/data/
DBUILDRULES.py464 sub_dir, argument
469 category = "%s_tree" % sub_dir
471 input_files = [InFile(filename) for filename in io.glob("%s/*.txt" % sub_dir)]
472 if sub_dir == "curr":
474 if sub_dir == "zone":
476 input_basenames = [v.filename[len(sub_dir)+1:] for v in input_files]
485 pool_target_name = "%s_pool_write" % sub_dir
502 "IN_SUB_DIR": sub_dir,
515 name = "%s_res" % sub_dir,
525 "IN_SUB_DIR": sub_dir,
[all …]
/third_party/icu/icu4c/source/data/
DBUILDRULES.py464 sub_dir, argument
469 category = "%s_tree" % sub_dir
471 input_files = [InFile(filename) for filename in io.glob("%s/*.txt" % sub_dir)]
472 if sub_dir == "curr":
474 if sub_dir == "zone":
476 input_basenames = [v.filename[len(sub_dir)+1:] for v in input_files]
485 pool_target_name = "%s_pool_write" % sub_dir
502 "IN_SUB_DIR": sub_dir,
515 name = "%s_res" % sub_dir,
525 "IN_SUB_DIR": sub_dir,
[all …]
/third_party/glib/gio/kqueue/
Dgkqueuefilemonitor.c82 kqueue_sub *sub_dir; member
178 if (kqueue_monitor->sub_dir) in g_kqueue_file_monitor_finalize()
180 _kqsub_cancel (kqueue_monitor->sub_dir); in g_kqueue_file_monitor_finalize()
181 _kqsub_free (kqueue_monitor->sub_dir); in g_kqueue_file_monitor_finalize()
182 kqueue_monitor->sub_dir = NULL; in g_kqueue_file_monitor_finalize()
212 kqueue_sub *sub_dir = NULL, *sub_file = NULL; in g_kqueue_file_monitor_start() local
272 sub_dir = _kqsub_new (g_steal_pointer (&path_dir), NULL, in g_kqueue_file_monitor_start()
274 if (!_kqsub_start_watching (sub_dir)) in g_kqueue_file_monitor_start()
275 _km_add_missing (sub_dir); in g_kqueue_file_monitor_start()
291 kqueue_monitor->sub_dir = sub_dir; in g_kqueue_file_monitor_start()
[all …]
/third_party/jerryscript/targets/curie_bsp/
Dsetup.py53 def find_sources(root_dir, sub_dir): argument
58 src_dir = os.path.join(root_dir, sub_dir)
79 for sub_dir in ['jerry-core', 'jerry-libm', os.path.join('targets', 'curie_bsp', 'source')]:
80 for file in find_sources(os.path.normpath(jerry_path), sub_dir):
/third_party/mindspore/mindspore/dataset/datapreprocess/
Dpreprocess_imagenet_validate_dataset.py32 sub_dir = [dir_.name for dir_ in os.scandir(train_dataset_path) if dir_.is_dir()]
33 for sub_dir_name in sub_dir:
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcurlfilesink.c342 gchar *sub_dir; in GST_START_TEST() local
352 sub_dir = g_strdup_printf ("%s/a", tmp_dir); in GST_START_TEST()
353 sub_sub_dir = g_strdup_printf ("%s/b", sub_dir); in GST_START_TEST()
382 fail_unless (g_rmdir (sub_dir) == 0); in GST_START_TEST()
385 g_free (sub_dir); in GST_START_TEST()
/third_party/python/Lib/test/
Dtest_runpy.py231 pkg_dir = sub_dir = os.path.realpath(tempfile.mkdtemp())
232 if verbose > 1: print(" Package tree in:", sub_dir)
239 sub_dir = os.path.join(sub_dir, pkg_name)
240 pkg_fname = self._add_pkg_dir(sub_dir, namespace_flag)
241 if verbose > 1: print(" Next level in:", sub_dir)
243 mod_fname = os.path.join(sub_dir, test_fname)
Dtest_shutil.py495 sub_dir = os.path.join(src_dir, 'sub')
497 os.mkdir(sub_dir)
499 src_link = os.path.join(sub_dir, 'link')
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/base/
Dfile_system_test.dart41 sourceMemoryFs.file('sub_dir/another_file.txt').createSync(recursive: true);
53 expect(targetMemoryFs.file('sub_dir/another_file.txt').existsSync(), true);
/third_party/ffmpeg/libavfilter/
Ddrawutils.h139 int ff_draw_round_to_sub(FFDrawContext *draw, int sub_dir, int round_dir,
Ddrawutils.c625 int ff_draw_round_to_sub(FFDrawContext *draw, int sub_dir, int round_dir, in ff_draw_round_to_sub() argument
628 unsigned shift = sub_dir ? draw->vsub_max : draw->hsub_max; in ff_draw_round_to_sub()
/third_party/cef/tests/ceftests/
Dresource_manager_unittest.cc788 const std::string& sub_dir = client::file_util::JoinPath(temp_dir, "sub"); in TEST() local
789 EXPECT_TRUE(CefCreateDirectory(sub_dir)); in TEST()
790 WriteFile(client::file_util::JoinPath(sub_dir, kFile3), in TEST()
850 const std::string& sub_dir = client::file_util::JoinPath(file_dir, "sub"); in TEST() local
851 EXPECT_TRUE(CefCreateDirectory(sub_dir)); in TEST()
852 WriteFile(client::file_util::JoinPath(sub_dir, kFile3), in TEST()
/third_party/gn/src/base/files/
Dfile_util_posix.cc385 FilePath sub_dir = base_dir.Append(name_tmpl); in CreateTemporaryDirInDirImpl() local
386 std::string sub_dir_string = sub_dir.value(); in CreateTemporaryDirInDirImpl()
/third_party/glib/glib/
Dgbookmarkfile.c1790 gchar *candidate_file, *sub_dir; in find_file_in_data_dirs() local
1793 sub_dir = g_strdup (""); in find_file_in_data_dirs()
1798 path = g_build_filename (data_dir, sub_dir, in find_file_in_data_dirs()
1808 g_free (sub_dir); in find_file_in_data_dirs()
1809 sub_dir = g_strndup (file, candidate_file - file - 1); in find_file_in_data_dirs()
1811 for (p = sub_dir; *p != '\0'; p++) in find_file_in_data_dirs()
1817 g_free (sub_dir); in find_file_in_data_dirs()
Dgkeyfile.c747 gchar *candidate_file, *sub_dir; in find_file_in_data_dirs() local
750 sub_dir = g_strdup (""); in find_file_in_data_dirs()
755 path = g_build_filename (data_dir, sub_dir, in find_file_in_data_dirs()
773 g_free (sub_dir); in find_file_in_data_dirs()
774 sub_dir = g_strndup (file, candidate_file - file - 1); in find_file_in_data_dirs()
776 for (p = sub_dir; *p != '\0'; p++) in find_file_in_data_dirs()
782 g_free (sub_dir); in find_file_in_data_dirs()
/third_party/mindspore/cmake/
Dutils.cmake8 function(mindspore_add_submodule_obj des_submodule_objs sub_dir submodule_name_obj)
10 add_subdirectory(${sub_dir})