Home
last modified time | relevance | path

Searched refs:follow (Results 1 - 25 of 40) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DtypeGuardFunctionOfFormThis.js16 follow(): void {};
24 a.follow();
34 b.follow();
41 // a.follow();
48 // a.follow();
124 follow(): void {}
133 mimic.follow();
185 FollowerGuard.prototype.follow = function () { };
194 a.follow();
201 b.follow();
[all...]
H A DtypeGuardFunctionOfFormThisErrors.js16 follow(): void {};
56 a.follow();
103 FollowerGuard.prototype.follow = function () { };
135 a.follow();
151 follow(): void;
H A DtypeGuardOfFormThisMember.js53 follow(): void;
67 guard.follow();
169 guard.follow();
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRangeTreeConverterTest.java78 assertThat(follow(nfa, node, epsilon())).isEqualTo(Node.TERMINAL); in testWithEpsilon()
79 node = follow(nfa, node, edge(2)); in testWithEpsilon()
81 node = follow(nfa, node, any()); in testWithEpsilon()
96 Node lhs = follow(nfa, INITIAL, edge(1)); in testMultiplePathsWithCommonTail()
98 Node rhs = follow(nfa, INITIAL, edge(3)); in testMultiplePathsWithCommonTail()
114 assertThat(follow(nfa, INITIAL, epsilon())).isEqualTo(Node.TERMINAL); in testOptionalTopLevelGroup_bug_69101586()
115 Node node = follow(nfa, INITIAL, any()); in testOptionalTopLevelGroup_bug_69101586()
148 Node follow(ValueGraph<Node, SimpleEdge> nfa, Node node, SimpleEdge edge) { in follow() method in RangeTreeConverterTest
/third_party/node/deps/npm/node_modules/ignore-walk/lib/
H A Dindex.js12 // set to true if this.path is a symlink, whether follow is true or not
21 this.follow = !!opts.follow
182 if (this.follow && isSymbolicLink) {
202 follow: this.follow,
284 if (this.follow && isSymbolicLink) {
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/
H A DcheckLinks.py12 # -follow attempt to follow include:: directives. This script is not an
156 # follow - if True, recursively follow include:: directives
171 def checkLinks(infile, follow = False, paramCheck = True, included = False, fatalExit = False):
249 if (follow):
253 checkLinks(newpath, follow, paramCheck, included = True, fatalExit = fatalExit)
318 follow = False variable
328 if (file == '-follow'):
329 follow variable
[all...]
H A DinsertTags.py98 follow = False variable
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
H A Dindex.js1617 const { withFileTypes = true, follow = false, filter, walkFilter, } = opts;
1643 if (follow && e.isSymbolicLink()) {
1678 const { withFileTypes = true, follow = false, filter, walkFilter, } = opts;
1692 if (!(follow && (r = e.realpathSync())))
1745 const { withFileTypes = true, follow = false, filter, walkFilter, } = opts;
1758 if (!(follow && (r = e.realpathSync())))
1777 const { withFileTypes = true, follow = false, filter, walkFilter, } = opts;
1801 if (follow && !didRealpaths) {
1853 const { withFileTypes = true, follow = false, filter, walkFilter, } = opts;
1884 if (!(follow
[all...]
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
H A Dindex.js1586 const { withFileTypes = true, follow = false, filter, walkFilter, } = opts;
1612 if (follow && e.isSymbolicLink()) {
1647 const { withFileTypes = true, follow = false, filter, walkFilter, } = opts;
1661 if (!(follow && (r = e.realpathSync())))
1714 const { withFileTypes = true, follow = false, filter, walkFilter, } = opts;
1727 if (!(follow && (r = e.realpathSync())))
1746 const { withFileTypes = true, follow = false, filter, walkFilter, } = opts;
1770 if (follow && !didRealpaths) {
1822 const { withFileTypes = true, follow = false, filter, walkFilter, } = opts;
1853 if (!(follow
[all...]
/third_party/python/Lib/
H A Dshutil.py356 # follow symlinks (aka don't not follow symlinks)
357 follow = follow_symlinks or not (_islink(src) and os.path.islink(dst))
358 if follow:
372 st = src.stat(follow_symlinks=follow)
374 st = lookup("stat")(src, follow_symlinks=follow)
377 follow_symlinks=follow)
380 _copyxattr(src, dst, follow_symlinks=follow)
382 lookup("chmod")(dst, mode, follow_symlinks=follow)
397 lookup("chflags")(dst, st.st_flags, follow_symlinks=follow)
[all...]
/third_party/ffmpeg/libavformat/
H A Dfile.c77 int follow; member
87 { "follow", "Follow a file as it is being written", offsetof(FileContext, follow), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_DECODING_PARAM },
117 if (ret == 0 && c->follow) in file_read()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dbuild-ideal-tree.js107 #follow
130 follow = false,
149 this.#follow = !!follow
1428 if (external && !this.#follow) {
1437 if (this.#follow &&
/third_party/ltp/testcases/open_posix_testsuite/scripts/
H A Dlocate-test24 Filenames need to follow some standarized format for them to be picked
/third_party/curl/lib/
H A Dmulti.c2284 followtype follow = FOLLOW_NONE; local
2301 follow = FOLLOW_RETRY;
2302 drc = Curl_follow(data, newurl, follow);
2547 /* When we follow redirects or is set to retry the connection, we must
2550 followtype follow = FOLLOW_NONE; local
2552 /* if the URL is a follow-location and not just a retried request
2557 follow = FOLLOW_REDIR;
2560 follow = FOLLOW_RETRY;
2563 result = Curl_follow(data, newurl, follow);
/third_party/ffmpeg/libavfilter/
H A Daf_arnndn.c1035 float follow, logMax; in compute_frame_features() local
1071 follow = -2; in compute_frame_features()
1075 Ly[i] = FFMAX(logMax-7, FFMAX(follow-1.5, Ly[i])); in compute_frame_features()
1077 follow = FFMAX(follow-1.5, Ly[i]); in compute_frame_features()
/third_party/node/deps/npm/node_modules/cacache/lib/
H A Dverify.js114 follow: false,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1415 void follow(const SUnit *SU) { in follow() function in __anon24104::SchedDAGReverseDFS
1458 DFS.follow(&SU); in compute()
1475 DFS.follow(PredDep.getSUnit()); in compute()
/third_party/FreeBSD/lib/libc/gen/
H A Dfts.c333 * pointer, follow fails. in fts_read()
876 fts_stat(FTS *sp, FTSENT *p, int follow, int dfd) in fts_stat() argument
909 if (ISSET(FTS_LOGICAL) || follow) { in fts_stat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h556 /// // return true to follow this node.
557 /// bool follow(const SCEV *S);
567 if (Visited.insert(S).second && Visitor.follow(S)) in push()
629 bool follow(const SCEV *S) { in SCEVExprContains() function
/third_party/eudev/src/shared/
H A Dutil.h414 int is_dir(const char *path, bool follow);
H A Dutil.c1742 int is_dir(const char* path, bool follow) { in is_dir() argument
1746 if (follow) in is_dir()
/third_party/rust/crates/clap/clap_bench/benches/
H A D05_ripgrep.rs49 "--follow", in parse_rg_with_complex()
420 .arg(flag("follow").short('L')) in cmd()
758 doc!(h, "follow", "Follow symbolic links.");
825 "Whenever a file name is printed, follow it with a NUL byte. \
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DdumpICUrules.bat29 # and that they follow a rigid format.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileSystem.h641 /// @param follow When true, follows symlinks. Otherwise, the symlink itself is
646 bool follow = true);

Completed in 40 milliseconds

12