Home
last modified time | relevance | path

Searched defs:dir (Results 1 – 25 of 1140) sorted by relevance

12345678910>>...46

/third_party/cef/tests/ceftests/
Dscoped_temp_dir_unittest.cc18 CefScopedTempDir dir; in TEST() local
25 CefScopedTempDir dir; in TEST() local
38 CefScopedTempDir dir; in TEST() local
49 CefScopedTempDir dir; in TEST() local
68 CefScopedTempDir dir; in TEST() local
79 CefScopedTempDir dir; in TEST() local
/third_party/glib/glib/
Dgdir.c88 GDir dir; in g_dir_open_with_errno() local
141 GDir *dir; in g_dir_open() local
182 GDir *dir; in g_dir_new_from_dirp() local
220 g_dir_read_name (GDir *dir) in g_dir_read_name()
275 g_dir_rewind (GDir *dir) in g_dir_rewind()
293 g_dir_close (GDir *dir) in g_dir_close()
323 g_dir_read_name_utf8 (GDir *dir) in g_dir_read_name_utf8()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dtempnam.c27 char *dir = "/data"; in tempnam_0100() local
45 char *dir = "/data"; in tempnam_0200() local
60 char *dir = "/file"; in tempnam_0300() local
78 char *dir = "/file/a.txt"; in tempnam_0400() local
96 char *dir = NULL; in tempnam_0500() local
/third_party/glib/gio/inotify/
Dinotify-path.c133 ip_watched_dir_t *dir) in ip_map_path_dir()
141 ip_watched_dir_t *dir) in ip_map_sub_dir()
151 ip_watched_dir_t *dir) in ip_map_wd_dir()
252 ip_watched_dir_t *dir; in _ip_start_watching() local
307 ip_watched_dir_t *dir) in ip_unmap_path_dir()
315 ip_watched_dir_t *dir) in ip_unmap_wd_dir()
343 ip_watched_dir_t *dir) in ip_unmap_sub_dir()
366 ip_unmap_all_subs (ip_watched_dir_t *dir) in ip_unmap_all_subs()
375 ip_watched_dir_t *dir = NULL; in _ip_stop_watching() local
400 ip_watched_dir_t *dir = g_new0 (ip_watched_dir_t, 1); in ip_watched_dir_new() local
[all …]
/third_party/flutter/engine/flutter/fml/
Dfile_unittest.cc47 auto dir = in TEST() local
55 fml::ScopedTemporaryDirectory dir; in TEST() local
60 fml::ScopedTemporaryDirectory dir; in TEST() local
71 fml::ScopedTemporaryDirectory dir; in TEST() local
106 fml::ScopedTemporaryDirectory dir; in TEST() local
140 fml::ScopedTemporaryDirectory dir; in TEST() local
160 fml::ScopedTemporaryDirectory dir; in TEST() local
/third_party/node/test/parallel/
Dtest-fs-mkdir-recursive-eaccess.js25 function makeDirectoryReadOnly(dir) { argument
37 function makeDirectoryWritable(dir) { argument
45 const dir = path.join(tmpdir.path, `mkdirp_${n++}`); constant
62 const dir = path.join(tmpdir.path, `mkdirp_${n++}`); constant
Dtest-path-parse-format.js54 ['t', { base: 't', name: 't', root: '', dir: '', ext: '' }], property
55 ['/foo/bar', { root: '/', dir: '/foo', base: 'bar', ext: '', name: 'bar' }], property
59 [{ dir: 'some\\dir' }, 'some\\dir\\'], property
63 [{ dir: 'some\\dir', name: 'index', ext: '.html' }, 'some\\dir\\index.html'], property
93 [{ dir: 'some/dir' }, 'some/dir/'], property
97 [{ dir: 'some/dir', name: 'index', ext: '.html' }, 'some/dir/index.html'], property
125 [['.\\', { root: '', dir: '', base: '.', ext: '', name: '.' }], property
126 ['\\\\', { root: '\\', dir: '\\', base: '', ext: '', name: '' }], property
127 ['\\\\', { root: '\\', dir: '\\', base: '', ext: '', name: '' }], property
129 { root: 'c:\\', dir: 'c:\\', base: 'foo', ext: '', name: 'foo' }], property
[all …]
Dtest-fs-opendir.js47 const dir = fs.opendirSync(testDir); constant
214 const dir = fs.opendirSync(testDir, { bufferSize: 1024 }); constant
249 const dir = fs.opendirSync(testDir); constant
278 const dir = fs.opendirSync(testDir); constant
287 const dir = fs.opendirSync(testDir); constant
/third_party/musl/libc-test/src/functionalext/supplement/dirent/
Dfdopendir.c33 DIR *dir = NULL; in fdopendir_0100() local
48 DIR *dir = fdopendir(0); in fdopendir_0200() local
60 DIR *dir = NULL; in fdopendir_0300() local
73 DIR *dir = NULL; in fdopendir_0400() local
Dseekdir.c39 DIR *dir = opendir(path); in seekdir_0100() local
89 DIR *dir = opendir(path); in seekdir_0200() local
129 DIR *dir = NULL; in seekdir_0300() local
/third_party/e2fsprogs/contrib/
Dspd_readdir.c70 DIR *dir; member
189 static struct dir_s *alloc_dirstruct(DIR *dir) in alloc_dirstruct()
242 DIR *dir; in opendir() local
275 DIR *dir; in fdopendir() local
307 int closedir(DIR *dir) in closedir()
320 struct dirent *readdir(DIR *dir) in readdir()
342 int readdir_r(DIR *dir, struct dirent *entry, struct dirent **result) in readdir_r()
366 struct dirent64 *readdir64(DIR *dir) in readdir64()
388 int readdir64_r (DIR *__restrict dir, in readdir64_r()
414 off_t telldir(DIR *dir) in telldir()
[all …]
/third_party/alsa-lib/modules/mixer/simple/python/
Dcommon.py20 def opsIsChannel(self, dir, chn): argument
23 def opsGetRange(self, dir): argument
26 def opsSetRange(self, dir, min, max): argument
30 def volumeToUser(self, info, dir, value): argument
38 def volumeFromUser(self, info, dir, value): argument
71 def attachVolume(self, helem, dir): argument
78 def attachSwitch(self, helem, dir): argument
100 def opsGetVolume(self, dir, chn): argument
103 def opsSetVolume(self, dir, chn, value): argument
112 def opsGetSwitch(self, dir, chn): argument
[all …]
/third_party/freetype/docs/reference/assets/stylesheets/
Dapplication.adb8469c.css1 …""}.md-icon--menu:before{content:""}.md-icon--search:before{content:""}[dir=rtl] .md-icon--arro… selector
/third_party/skia/src/core/
DSkPathMakers.h17 SkPath_PointIterator(SkPathDirection dir, unsigned startIndex) in SkPath_PointIterator()
41 SkPath_RectPointIterator(const SkRect& rect, SkPathDirection dir, unsigned startIndex) in SkPath_RectPointIterator()
53 SkPath_OvalPointIterator(const SkRect& oval, SkPathDirection dir, unsigned startIndex) in SkPath_OvalPointIterator()
68 SkPath_RRectPointIterator(const SkRRect& rrect, SkPathDirection dir, unsigned startIndex) in SkPath_RRectPointIterator()
/third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/
Darm_bitonic_sort_f32.c35 static void arm_bitonic_sort_core_f32(float32_t *pSrc, uint32_t n, uint8_t dir) in arm_bitonic_sort_core_f32()
89 static float32x4x2_t arm_bitonic_resort_8_f32(float32x4_t a, float32x4_t b, uint8_t dir) in arm_bitonic_resort_8_f32()
134 static float32x4x2_t arm_bitonic_merge_8_f32(float32x4_t a, float32x4_t b, uint8_t dir) in arm_bitonic_merge_8_f32()
152 …tic void arm_bitonic_resort_16_f32(float32_t * pOut, float32x4x2_t a, float32x4x2_t b, uint8_t dir) in arm_bitonic_resort_16_f32()
219 …atic void arm_bitonic_merge_16_f32(float32_t * pOut, float32x4x2_t a, float32x4x2_t b, uint8_t dir) in arm_bitonic_merge_16_f32()
232 static void arm_bitonic_sort_16_f32(float32_t *pSrc, float32_t *pDst, uint8_t dir) in arm_bitonic_sort_16_f32()
290 …_t * pSrc, float32x4x2_t ab1, float32x4x2_t ab2, float32x4x2_t cd1, float32x4x2_t cd2, uint8_t dir) in arm_bitonic_merge_32_f32()
330 static void arm_bitonic_merge_64_f32(float32_t * pSrc, uint8_t dir) in arm_bitonic_merge_64_f32()
407 static void arm_bitonic_merge_128_f32(float32_t * pSrc, uint8_t dir) in arm_bitonic_merge_128_f32()
561 static void arm_bitonic_merge_256_f32(float32_t * pSrc, uint8_t dir) in arm_bitonic_merge_256_f32()
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dvp9dsp_init_16bpp_template.c68 #define decl_lpf_func(dir, wd, bpp, opt) \ argument
72 #define decl_lpf_funcs(dir, wd, bpp) \ argument
77 #define decl_lpf_funcs_wd(dir) \ argument
85 #define lpf_16_wrapper(dir, off, bpp, opt) \ argument
101 #define lpf_mix2_wrapper(dir, off, wd1, wd2, bpp, opt) \ argument
147 #define init_lpf_8_func(idx1, idx2, dir, wd, bpp, opt) \ in INIT_FUNC() argument
149 #define init_lpf_16_func(idx, dir, bpp, opt) \ in INIT_FUNC() argument
151 #define init_lpf_mix2_func(idx1, idx2, idx3, dir, wd1, wd2, bpp, opt) \ in INIT_FUNC() argument
/third_party/skia/gm/
Dpathcontourstart.cpp57 drawDirs(canvas, [](const SkRect& rect, SkPathDirection dir, unsigned startIndex) { in onDraw()
61 drawDirs(canvas, [](const SkRect& rect, SkPathDirection dir, unsigned startIndex) { in onDraw()
65 drawDirs(canvas, [](const SkRect& rect, SkPathDirection dir, unsigned startIndex) { in onDraw()
72 drawDirs(canvas, [](const SkRect& rect, SkPathDirection dir, unsigned startIndex) { in onDraw()
78 drawDirs(canvas, [](const SkRect& rect, SkPathDirection dir, unsigned startIndex) { in onDraw()
101 void drawOneColumn(SkCanvas* canvas, SkPathDirection dir, in drawOneColumn() argument
/third_party/skia/src/pathops/
DSkPathOpsWinding.cpp47 static int xy_index(SkOpRayDir dir) { in xy_index()
51 static SkScalar pt_xy(const SkPoint& pt, SkOpRayDir dir) { in pt_xy()
55 static SkScalar pt_yx(const SkPoint& pt, SkOpRayDir dir) { in pt_yx()
59 static double pt_dxdy(const SkDVector& v, SkOpRayDir dir) { in pt_dxdy()
63 static double pt_dydx(const SkDVector& v, SkOpRayDir dir) { in pt_dydx()
67 static SkScalar rect_side(const SkRect& r, SkOpRayDir dir) { in rect_side()
71 static bool sideways_overlap(const SkRect& rect, const SkPoint& pt, SkOpRayDir dir) { in sideways_overlap()
76 static bool less_than(SkOpRayDir dir) { in less_than()
80 static bool ccw_dxdy(const SkDVector& v, SkOpRayDir dir) { in ccw_dxdy()
106 void SkOpContour::rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, in rayCheck()
[all …]
/third_party/flutter/skia/src/pathops/
DSkPathOpsWinding.cpp46 static int xy_index(SkOpRayDir dir) { in xy_index()
50 static SkScalar pt_xy(const SkPoint& pt, SkOpRayDir dir) { in pt_xy()
54 static SkScalar pt_yx(const SkPoint& pt, SkOpRayDir dir) { in pt_yx()
58 static double pt_dxdy(const SkDVector& v, SkOpRayDir dir) { in pt_dxdy()
62 static double pt_dydx(const SkDVector& v, SkOpRayDir dir) { in pt_dydx()
66 static SkScalar rect_side(const SkRect& r, SkOpRayDir dir) { in rect_side()
70 static bool sideways_overlap(const SkRect& rect, const SkPoint& pt, SkOpRayDir dir) { in sideways_overlap()
75 static bool less_than(SkOpRayDir dir) { in less_than()
79 static bool ccw_dxdy(const SkDVector& v, SkOpRayDir dir) { in ccw_dxdy()
105 void SkOpContour::rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, in rayCheck()
[all …]
/third_party/libuv/test/
Dtest-fs-readdir.c58 uv_dir_t* dir; in empty_readdir_cb() local
74 uv_dir_t* dir; in empty_opendir_cb() local
104 uv_dir_t* dir; in TEST_IMPL() local
283 uv_dir_t* dir; in non_empty_readdir_cb() local
323 uv_dir_t* dir; in non_empty_opendir_cb() local
350 uv_dir_t* dir; in TEST_IMPL() local
/third_party/flutter/skia/gm/
Dpathcontourstart.cpp58 drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) { in onDraw()
64 drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) { in onDraw()
70 drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) { in onDraw()
80 drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) { in onDraw()
89 drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) { in onDraw()
115 void drawOneColumn(SkCanvas* canvas, SkPath::Direction dir, in drawOneColumn()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuConverterConfig.java116 public Builder addLocaleIds(IcuLocaleDir dir, Iterable<String> localeIds) { in addLocaleIds()
121 public Builder addForcedAlias(IcuLocaleDir dir, String source, String target) { in addForcedAlias()
126 public Builder addForcedParent(IcuLocaleDir dir, String localeId, String parent) { in addForcedParent()
208 public ImmutableMap<String, String> getForcedAliases(IcuLocaleDir dir) { in getForcedAliases()
213 public ImmutableMap<String, String> getForcedParents(IcuLocaleDir dir) { in getForcedParents()
221 @Override public ImmutableSet<String> getTargetLocaleIds(IcuLocaleDir dir) { in getTargetLocaleIds()
/third_party/node/deps/npm/node_modules/find-npm-prefix/
Dfind-prefix.js9 function findPrefix (dir) { argument
29 function findPrefix_ (dir, original) { argument
/third_party/boost/status/
Dboost_check_library.py231 def assert_dir_exists(self, dir, message, key, negate = False): argument
243 def warn_dir_exists(self, dir, message, key, negate = False): argument
255 …def assert_file_exists(self, dir, globs_to_include, message, key, negate = False, globs_to_exclude… argument
267 …def warn_file_exists(self, dir, globs_to_include, message, key, negate = False, globs_to_exclude =… argument
279 def test_dir_exists(self, dir): argument
282 def test_file_exists(self, dir, globs_to_include, globs_to_exclude = []): argument
/third_party/node/src/
Dnode_dir.cc57 DirHandle::DirHandle(Environment* env, Local<Object> obj, uv_dir_t* dir) in DirHandle()
66 DirHandle* DirHandle::New(Environment* env, uv_dir_t* dir) { in New()
145 DirHandle* dir; in Close() local
214 uv_dir_t* dir = static_cast<uv_dir_t*>(req->ptr); in AfterDirRead() local
243 DirHandle* dir; in Read() local
305 uv_dir_t* dir = static_cast<uv_dir_t*>(req->ptr); in AfterOpenDir() local
339 uv_dir_t* dir = static_cast<uv_dir_t*>(req->ptr); in OpenDir() local
355 Local<FunctionTemplate> dir = env->NewFunctionTemplate(DirHandle::New); in Initialize() local

12345678910>>...46