/third_party/typescript/tests/baselines/reference/ |
D | duplicateSymbolsExportMatching.errors.txt | 1 … error TS2395: Individual declarations in merged declaration 'I' must be all exported or all local. 2 … error TS2395: Individual declarations in merged declaration 'I' must be all exported or all local. 3 … error TS2395: Individual declarations in merged declaration 'E' must be all exported or all local. 4 … error TS2395: Individual declarations in merged declaration 'E' must be all exported or all local. 5 …ror TS2395: Individual declarations in merged declaration 'inst' must be all exported or all local. 6 …ror TS2395: Individual declarations in merged declaration 'inst' must be all exported or all local. 7 … error TS2395: Individual declarations in merged declaration 'v' must be all exported or all local. 8 … error TS2395: Individual declarations in merged declaration 'v' must be all exported or all local. 9 … error TS2395: Individual declarations in merged declaration 'w' must be all exported or all local. 10 … error TS2395: Individual declarations in merged declaration 'w' must be all exported or all local. [all …]
|
D | mergedDeclarationExports.errors.txt | 1 … error TS2395: Individual declarations in merged declaration 'c' must be all exported or all local. 2 … error TS2395: Individual declarations in merged declaration 'c' must be all exported or all local. 3 … error TS2395: Individual declarations in merged declaration 'd' must be all exported or all local. 4 … error TS2395: Individual declarations in merged declaration 'd' must be all exported or all local. 5 … error TS2395: Individual declarations in merged declaration 'N' must be all exported or all local. 6 … error TS2395: Individual declarations in merged declaration 'N' must be all exported or all local. 24 !!! error TS2395: Individual declarations in merged declaration 'c' must be all exported or all loc… 27 !!! error TS2395: Individual declarations in merged declaration 'c' must be all exported or all loc… 32 !!! error TS2395: Individual declarations in merged declaration 'd' must be all exported or all loc… 35 !!! error TS2395: Individual declarations in merged declaration 'd' must be all exported or all loc… [all …]
|
D | genericTypeArgumentInference1.symbols | 20 all<T>(list: T[], iterator?: Iterator<T, boolean>, context?: any): T; 21 >all : Symbol(Static.all, Decl(genericTypeArgumentInference1.ts, 4, 29)) 44 var r = _.all([true, 1, null, 'yes'], _.identity); 46 >_.all : Symbol(Underscore.Static.all, Decl(genericTypeArgumentInference1.ts, 4, 29)) 48 >all : Symbol(Underscore.Static.all, Decl(genericTypeArgumentInference1.ts, 4, 29)) 53 var r2 = _.all([true], _.identity); 55 >_.all : Symbol(Underscore.Static.all, Decl(genericTypeArgumentInference1.ts, 4, 29)) 57 >all : Symbol(Underscore.Static.all, Decl(genericTypeArgumentInference1.ts, 4, 29)) 62 var r3 = _.all([], _.identity); 64 >_.all : Symbol(Underscore.Static.all, Decl(genericTypeArgumentInference1.ts, 4, 29)) [all …]
|
D | genericTypeArgumentInference1.types | 10 all<T>(list: T[], iterator?: Iterator<T, boolean>, context?: any): T; 11 >all : <T>(list: T[], iterator?: Iterator<T, boolean>, context?: any) => T 25 var r = _.all([true, 1, null, 'yes'], _.identity); 27 >_.all([true, 1, null, 'yes'], _.identity) : string | number | boolean 28 >_.all : <T>(list: T[], iterator?: Underscore.Iterator<T, boolean>, context?: any) => T 30 >all : <T>(list: T[], iterator?: Underscore.Iterator<T, boolean>, context?: any) => T 40 var r2 = _.all([true], _.identity); 42 >_.all([true], _.identity) : boolean 43 >_.all : <T>(list: T[], iterator?: Underscore.Iterator<T, boolean>, context?: any) => T 45 >all : <T>(list: T[], iterator?: Underscore.Iterator<T, boolean>, context?: any) => T [all …]
|
D | nonMergedOverloads.errors.txt | 1 … error TS2395: Individual declarations in merged declaration 'f' must be all exported or all local. 2 … error TS2395: Individual declarations in merged declaration 'f' must be all exported or all local. 3 … error TS2395: Individual declarations in merged declaration 'f' must be all exported or all local. 9 !!! error TS2395: Individual declarations in merged declaration 'f' must be all exported or all loc… 13 !!! error TS2395: Individual declarations in merged declaration 'f' must be all exported or all loc… 16 !!! error TS2395: Individual declarations in merged declaration 'f' must be all exported or all loc…
|
/third_party/rust/crates/nix/src/net/ |
D | if_.rs | 50 #[cfg_attr(docsrs, doc(cfg(all())))] 54 #[cfg_attr(docsrs, doc(cfg(all())))] 69 #[cfg_attr(docsrs, doc(cfg(all())))] 83 #[cfg_attr(docsrs, doc(cfg(all())))] 91 #[cfg_attr(docsrs, doc(cfg(all())))] 95 #[cfg_attr(docsrs, doc(cfg(all())))] 100 #[cfg_attr(docsrs, doc(cfg(all())))] 108 #[cfg_attr(docsrs, doc(cfg(all())))] 120 #[cfg_attr(docsrs, doc(cfg(all())))] 124 #[cfg_attr(docsrs, doc(cfg(all())))] [all …]
|
/third_party/flutter/skia/tests/ |
D | SkVxTest.cpp | 67 REPORTER_ASSERT(r, !all(mask)); in DEF_TEST() 78 REPORTER_ASSERT(r, !all(mask)); in DEF_TEST() 84 REPORTER_ASSERT(r, all(int4{1,2,3,4,5} == int4{1,2,3,4})); in DEF_TEST() 85 REPORTER_ASSERT(r, all(int4{1,2,3,4} == int4{1,2,3,4})); in DEF_TEST() 86 REPORTER_ASSERT(r, all(int4{1,2,3} == int4{1,2,3,0})); in DEF_TEST() 87 REPORTER_ASSERT(r, all(int4{1,2} == int4{1,2,0,0})); in DEF_TEST() 88 REPORTER_ASSERT(r, all(int4{1} == int4{1,0,0,0})); in DEF_TEST() 89 REPORTER_ASSERT(r, all(int4(1) == int4{1,1,1,1})); in DEF_TEST() 90 REPORTER_ASSERT(r, all(int4{} == int4{0,0,0,0})); in DEF_TEST() 91 REPORTER_ASSERT(r, all(int4() == int4{0,0,0,0})); in DEF_TEST() [all …]
|
/third_party/rust/crates/nix/src/sys/ |
D | mman.rs | 26 #[cfg_attr(docsrs, doc(cfg(all())))] 30 #[cfg_attr(docsrs, doc(cfg(all())))] 48 #[cfg_attr(docsrs, doc(cfg(all())))] 53 #[cfg_attr(docsrs, doc(cfg(all())))] 60 #[cfg(any(all(any(target_os = "android", target_os = "linux"), 62 …all(target_os = "linux", any(target_env = "musl", target_env = "ohos"), any(target_arch = "x86", t… 63 all(target_os = "freebsd", target_pointer_width = "64")))] 64 #[cfg_attr(docsrs, doc(cfg(all())))] 68 #[cfg_attr(docsrs, doc(cfg(all())))] 72 #[cfg_attr(docsrs, doc(cfg(all())))] [all …]
|
D | termios.rs | 358 #[cfg_attr(all(any(target_os = "haiku"), target_pointer_width = "64"), repr(u8))] 359 …#[cfg_attr(all(any(target_os = "ios", target_os = "macos"), target_pointer_width = "64"), repr(u64… 360 …#[cfg_attr(not(all(any(target_os = "ios", target_os = "macos", target_os = "haiku"), target_pointe… 381 #[cfg_attr(docsrs, doc(cfg(all())))] 389 #[cfg_attr(docsrs, doc(cfg(all())))] 397 #[cfg_attr(docsrs, doc(cfg(all())))] 406 #[cfg_attr(docsrs, doc(cfg(all())))] 410 #[cfg_attr(docsrs, doc(cfg(all())))] 414 #[cfg_attr(docsrs, doc(cfg(all())))] 422 #[cfg_attr(docsrs, doc(cfg(all())))] [all …]
|
D | statfs.rs | 12 #[cfg(all( 29 #[cfg_attr(docsrs, doc(cfg(all())))] 33 #[cfg_attr(docsrs, doc(cfg(all())))] 65 #[cfg(all(target_os = "linux", target_arch = "s390x"))] 67 #[cfg(all(target_os = "linux", any(target_env = "musl", target_env = "ohos")))] 69 #[cfg(all(target_os = "linux", target_env = "uclibc"))] 71 #[cfg(all( 86 all(target_os = "linux", target_arch = "s390x"), 87 all(target_os = "linux", any(target_env = "musl", target_env = "ohos")), 88 all( [all …]
|
D | resource.rs | 13 if #[cfg(all(target_os = "linux", any(target_env = "gnu", target_env = "uclibc")))]{ 23 all(target_os = "linux", not(target_env = "gnu")) 45 #[cfg_attr(all(target_os = "linux", any(target_env = "gnu", target_env = "uclibc")), repr(u32))] 54 all(target_os = "linux", not(any(target_env = "gnu", target_env = "uclibc"))) 59 #[cfg_attr(docsrs, doc(cfg(all())))] 78 #[cfg_attr(docsrs, doc(cfg(all())))] 83 #[cfg_attr(docsrs, doc(cfg(all())))] 95 #[cfg_attr(docsrs, doc(cfg(all())))] 101 #[cfg_attr(docsrs, doc(cfg(all())))] 107 #[cfg_attr(docsrs, doc(cfg(all())))] [all …]
|
/third_party/skia/tests/ |
D | SkVxTest.cpp | 54 REPORTER_ASSERT(r, !all(mask)); in DEF_TEST() 65 REPORTER_ASSERT(r, !all(mask)); in DEF_TEST() 71 REPORTER_ASSERT(r, all(int4{1,2,3,4,5} == int4{1,2,3,4})); in DEF_TEST() 72 REPORTER_ASSERT(r, all(int4{1,2,3,4} == int4{1,2,3,4})); in DEF_TEST() 73 REPORTER_ASSERT(r, all(int4{1,2,3} == int4{1,2,3,0})); in DEF_TEST() 74 REPORTER_ASSERT(r, all(int4{1,2} == int4{1,2,0,0})); in DEF_TEST() 75 REPORTER_ASSERT(r, all(int4{1} == int4{1,0,0,0})); in DEF_TEST() 76 REPORTER_ASSERT(r, all(int4(1) == int4{1,1,1,1})); in DEF_TEST() 77 REPORTER_ASSERT(r, all(int4{} == int4{0,0,0,0})); in DEF_TEST() 78 REPORTER_ASSERT(r, all(int4() == int4{0,0,0,0})); in DEF_TEST() [all …]
|
/third_party/skia/tests/sksl/shared/ |
D | VectorScalarMath.metal | 19 ok = ok && all(x == int4(3, 2, 2, 3)); 21 ok = ok && all(x == int4(-1, -1, -2, -2)); 23 ok = ok && all(x == int4(2, 1, 1, 2)); 25 ok = ok && all(x == int4(9, 9, 9, 2)); 27 ok = ok && all(x == int4(3, 0, 9, 2)); 29 ok = ok && all(x == int4(0, 5, 5, 0)); 31 ok = ok && all(x == int4(3, 2, 2, 3)); 33 ok = ok && all(x == int4(9, 9, 10, 10)); 35 ok = ok && all(x == int4(1, 2, 1, 2)); 37 ok = ok && all(x == int4(9, 9, 9, 2)); [all …]
|
D | FunctionReturnTypeMatch.metal | 32 return all(left[0] == right[0]) && 33 all(left[1] == right[1]); 39 return all(left[0] == right[0]) && 40 all(left[1] == right[1]) && 41 all(left[2] == right[2]); 47 return all(left[0] == right[0]) && 48 all(left[1] == right[1]) && 49 all(left[2] == right[2]) && 50 all(left[3] == right[3]); 56 return all(left[0] == right[0]) && [all …]
|
D | MatricesNonsquare.metal | 62 return all(left[0] == right[0]) && 63 all(left[1] == right[1]); 69 return all(left[0] == right[0]) && 70 all(left[1] == right[1]); 76 return all(left[0] == right[0]) && 77 all(left[1] == right[1]) && 78 all(left[2] == right[2]); 84 return all(left[0] == right[0]) && 85 all(left[1] == right[1]) && 86 all(left[2] == right[2]); [all …]
|
/third_party/skia/tests/sksl/intrinsics/ |
D | MixBool.metal | 21 …all(select(intGreen.xy, intRed.xy, bool2(false)) == intGreen.xy)) && all(select(intGreen.xyz, intR…
|
D | MixFloat.metal | 21 …all(mix(_uniforms.colorGreen, _uniforms.colorRed, 0.0h) == half4(0.0h, 1.0h, 0.0h, 1.0h)) && all(m…
|
/third_party/node/tools/doc/ |
D | allhtml.mjs | 1 // Build all.html by combining the generated toc and apicontent from each 10 .filter((name) => name.includes('.html') && name !== 'all.html'); 22 'all.html': true, 48 // Replace various mentions of index with all. 49 let all = toc.replace(/index\.html/g, 'all.html') variable 50 .replace('<a href="all.html">', '<a href="index.html">') 51 .replace('index.json', 'all.json') 52 .replace('api-section-index', 'api-section-all') 53 .replace('data-id="index"', 'data-id="all"') 57 all = all.replace(/<title>.*?\| /, '<title>'); [all …]
|
/third_party/pulseaudio/src/modules/alsa/mixer/paths/ |
D | analog-output.conf | 27 override-map.1 = all 28 override-map.2 = all-left,all-right 33 override-map.1 = all 34 override-map.2 = all-left,all-right 43 override-map.1 = all-front 49 override-map.1 = all-rear 55 override-map.1 = all-rear 61 override-map.1 = all-side 67 override-map.1 = all-center 68 override-map.2 = all-center,all-center [all …]
|
/third_party/rust/crates/nix/src/ |
D | time.rs | 38 #[cfg_attr(docsrs, doc(cfg(all())))] 46 #[cfg_attr(docsrs, doc(cfg(all())))] 63 #[cfg_attr(docsrs, doc(cfg(all())))] 79 #[cfg_attr(docsrs, doc(cfg(all())))] 87 #[cfg_attr(docsrs, doc(cfg(all())))] 97 #[cfg_attr(docsrs, doc(cfg(all())))] 101 #[cfg_attr(docsrs, doc(cfg(all())))] 105 #[cfg_attr(docsrs, doc(cfg(all())))] 114 #[cfg_attr(docsrs, doc(cfg(all())))] 127 #[cfg_attr(docsrs, doc(cfg(all())))] [all …]
|
/third_party/rust/crates/nix/src/sys/ptrace/ |
D | linux.rs | 13 #[cfg(all( 16 all( 20 all(target_arch = "x86", target_env = "gnu") 26 if #[cfg(any(all(target_os = "linux", target_arch = "s390x"), 27 all(target_os = "linux", target_env = "gnu"), 53 #[cfg(any(all(target_os = "android", target_pointer_width = "32"), 54 all(target_os = "linux", any(target_env = "musl", 61 #[cfg(any(all(target_os = "android", target_pointer_width = "32"), 62 all(target_os = "linux", any(target_env = "musl", 69 #[cfg(any(all(target_os = "android", target_pointer_width = "32"), [all …]
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 76 #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))] 78 #[cfg(not(all(target_arch = "x86_64", target_pointer_width = "32")))] 91 #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))] 94 #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))] 97 #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))] 100 #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))] 103 #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))] 106 #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))] 109 #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))] 112 #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))] [all …]
|
/third_party/ltp/ |
D | Makefile | 78 MAKE_TARGETS := $(addsuffix -all,$(filter-out lib,$(COMMON_TARGETS))) 84 all: $(addsuffix -all,$(COMMON_TARGETS)) Version target 86 $(MAKE_TARGETS): lib-all libs-all 88 .PHONY: include-all include-install 89 include-install: $(top_builddir)/include/config.h include/mk/config.mk include-all 101 lib-install: lib-all 103 libs-all: $(abs_top_builddir)/libs 105 $(MAKE_TARGETS) include-all lib-all libs-all: 107 -f "$(abs_top_srcdir)/$(subst -all,,$@)/Makefile" all 109 $(CHECK_TARGETS): tools-all [all …]
|
/third_party/lz4/ |
D | Makefile | 48 .PHONY: all 49 all: allmost examples manuals build_tests target 68 $(MAKE) -C $(EXDIR) all 76 $(MAKE) -C $(TESTDIR) all 145 $(MAKE) -C $(LZ4DIR) all CC=$(CC) 146 $(MAKE) -C $(PRGDIR) all CC=$(CC) 147 $(MAKE) -C $(TESTDIR) all CC=$(CC) 153 $(MAKE) -C $(LZ4DIR) all CC=clang 174 CPPFLAGS=-DLZ4_DEBUG=1 CFLAGS=-g $(SCANBUILD) $(SCANBUILD_FLAGS) $(MAKE) all V=1 DEBUGLEVEL=1 184 CFLAGS="-O3 -Werror" $(MAKE) -C $(LZ4DIR) all [all …]
|
/third_party/flutter/skia/third_party/externals/wuffs/test/data/analysis/ |
D | giflzw-emission-lengths.txt | 6 animated-red-blue.gif (all frames) 23 bricks-dither.gif (all frames) 40 bricks-gray.gif (all frames) 57 bricks-nodither.gif (all frames) 74 gifplayer-muybridge.gif (all frames) 93 harvesters.gif (all frames) 110 hat.gif (all frames) 127 hibiscus.primitive.gif (all frames) 144 hibiscus.regular.gif (all frames) 161 hippopotamus.interlaced.gif (all frames) [all …]
|