/third_party/typescript/tests/baselines/reference/ |
D | specedNoStackBlown.symbols | 26 type Predicate<INPUT, ROOTINPUT> = (value: INPUT, inputs: ROOTINPUT) => boolean; 28 >INPUT : Symbol(INPUT, Decl(specedNoStackBlown.ts, 8, 15)) 31 >INPUT : Symbol(INPUT, Decl(specedNoStackBlown.ts, 8, 15)) 35 type ErrorMsg<INPUT> = 37 >INPUT : Symbol(INPUT, Decl(specedNoStackBlown.ts, 10, 14)) 40 | ((value: INPUT, field: string) => any); 42 >INPUT : Symbol(INPUT, Decl(specedNoStackBlown.ts, 10, 14)) 45 export type Spec<INPUT, ROOTINPUT = any> = [Predicate<INPUT, ROOTINPUT>, ErrorMsg<INPUT>]; 47 >INPUT : Symbol(INPUT, Decl(specedNoStackBlown.ts, 14, 17)) 50 >INPUT : Symbol(INPUT, Decl(specedNoStackBlown.ts, 14, 17)) [all …]
|
D | specedNoStackBlown.types | 13 type Predicate<INPUT, ROOTINPUT> = (value: INPUT, inputs: ROOTINPUT) => boolean; 14 >Predicate : Predicate<INPUT, ROOTINPUT> 15 >value : INPUT 18 type ErrorMsg<INPUT> = 19 >ErrorMsg : ErrorMsg<INPUT> 24 | ((value: INPUT, field: string) => any); 25 >value : INPUT 28 export type Spec<INPUT, ROOTINPUT = any> = [Predicate<INPUT, ROOTINPUT>, ErrorMsg<INPUT>]; 29 >Spec : Spec<INPUT, ROOTINPUT> 31 export type SpecArray<INPUT, ROOTINPUT = any> = Array<Spec<INPUT, ROOTINPUT>>; [all …]
|
D | specedNoStackBlown.js | 10 type Predicate<INPUT, ROOTINPUT> = (value: INPUT, inputs: ROOTINPUT) => boolean; argument 12 type ErrorMsg<INPUT> = 14 | ((value: INPUT, field: string) => any); 16 export type Spec<INPUT, ROOTINPUT = any> = [Predicate<INPUT, ROOTINPUT>, ErrorMsg<INPUT>]; 18 export type SpecArray<INPUT, ROOTINPUT = any> = Array<Spec<INPUT, ROOTINPUT>>; 20 export type SpecFunction<INPUT, ROOTINPUT = any> = [INPUT] extends [ReadonlyArray<infer U>] 21 ? (value: INPUT) => ReadonlyArray<SpecArray<U, ROOTINPUT>> 22 : [INPUT] extends [object] 23 ? (value: INPUT) => SpecObject<INPUT, ROOTINPUT> 24 : (value: INPUT) => SpecArray<INPUT, ROOTINPUT>; [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | specedNoStackBlown.ts | 9 type Predicate<INPUT, ROOTINPUT> = (value: INPUT, inputs: ROOTINPUT) => boolean; 11 type ErrorMsg<INPUT> = 13 | ((value: INPUT, field: string) => any); 15 export type Spec<INPUT, ROOTINPUT = any> = [Predicate<INPUT, ROOTINPUT>, ErrorMsg<INPUT>]; 17 export type SpecArray<INPUT, ROOTINPUT = any> = Array<Spec<INPUT, ROOTINPUT>>; 19 export type SpecFunction<INPUT, ROOTINPUT = any> = [INPUT] extends [ReadonlyArray<infer U>] 20 ? (value: INPUT) => ReadonlyArray<SpecArray<U, ROOTINPUT>> 21 : [INPUT] extends [object] 22 ? (value: INPUT) => SpecObject<INPUT, ROOTINPUT> 23 : (value: INPUT) => SpecArray<INPUT, ROOTINPUT>; [all …]
|
/third_party/rust/crates/nom/src/ |
D | str.rs | 13 const INPUT: &str = "Hello World!"; in tagtr_succeed() constant 19 match test(INPUT) { in tagtr_succeed() 42 const INPUT: &str = "Hello"; in tagtr_incomplete() constant 45 let res: IResult<_, _, error::Error<_>> = tag(TAG)(INPUT); in tagtr_incomplete() 60 const INPUT: &str = "Hello World!"; in tagtr_error() constant 63 let res: IResult<_, _, error::Error<_>> = tag(TAG)(INPUT); in tagtr_error() 77 const INPUT: &str = "βèƒôřèÂßÇáƒƭèř"; in take_s_succeed() constant 81 let res: IResult<_, _, error::Error<_>> = take(9_usize)(INPUT); in take_s_succeed() 106 const INPUT: &str = "βèƒôřèÂßÇ∂áƒƭèř"; in take_until_succeed() constant 111 let res: IResult<_, _, (_, ErrorKind)> = take_until(FIND)(INPUT); in take_until_succeed() [all …]
|
/third_party/python/Lib/test/ |
D | test_lzma.py | 97 self.assertEqual(out, INPUT) 140 self.assertEqual(out, INPUT) 155 self.assertEqual(out, INPUT) 188 self.assertEqual(out, INPUT) 212 self.assertEqual(b''.join(out), INPUT) 233 self.assertEqual(b''.join(out), INPUT) 249 self.assertEqual(b''.join(out), INPUT) 281 cdata = lzc.compress(INPUT) + lzc.flush() 287 cdata = lzc.compress(INPUT) + lzc.flush() 293 cdata = lzc.compress(INPUT) + lzc.flush() [all …]
|
/third_party/iptables/ |
D | sysconfig_ip6tables | 5 :INPUT ACCEPT [0:0] 8 -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT 9 -A INPUT -p ipv6-icmp -j ACCEPT 10 -A INPUT -i lo -j ACCEPT 11 -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT 12 -A INPUT -d fe80::/64 -p udp -m udp --dport 546 -m state --state NEW -j ACCEPT 13 -A INPUT -j REJECT --reject-with icmp6-adm-prohibited
|
D | sysconfig_iptables | 5 :INPUT ACCEPT [0:0] 8 -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT 9 -A INPUT -p icmp -j ACCEPT 10 -A INPUT -i lo -j ACCEPT 11 -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT 12 -A INPUT -j REJECT --reject-with icmp-host-prohibited
|
/third_party/libsnd/cmake/ |
D | CMakeAutoGen.cmake | 8 set(INPUT "${CMAKE_CURRENT_SOURCE_DIR}/${DIR_REL}/${NAME_WE}.def") variable 13 add_autogen_target("${INPUT}" "${CMAKE_CURRENT_BINARY_DIR}/${DIR_REL}" ${OUTPUTS}) 16 function(add_autogen_target INPUT OUTPUTDIR) 40 COMMAND ${CMAKE_COMMAND} "-DDEFINITION=${INPUT}" ${EXTRA_ARGS} -P "${AUTOGEN_SCRIPT}" 41 MAIN_DEPENDENCY "${INPUT}"
|
/third_party/node/deps/v8/tools/ |
D | update-object-macros-undef.py | 16 INPUT = 'src/objects/object-macros.h' variable 30 if not os.path.isfile(INPUT): 32 .format(INPUT)) 38 with open(INPUT, 'r') as infile, open(OUTPUT, 'w') as outfile:
|
/third_party/icu/tools/multi/proj/icu4cscan/ |
D | Makefile | 14 INPUT=input macro 15 INTROXMLS=$(wildcard $(INPUT)/*-introduction.xml) 16 FEATXMLS=$(INTROXMLS:$(INPUT)/%-introduction.xml=$(COOKED)/%-cooked.xml) $(COOKED)/characters.xml 83 BASE_SOURCE=$(BASEXMLS) $(INPUT)/java.xml 113 $(COOKED)/%-cooked.xml: $(BASE_VERSION) $(INPUT)/%-introduction.xml $(MergerJar) | $(COOKED) 116 …th $(MergerClassPath) $(MergerPackage).$(PropagateName) $(BASE_VERSION) $(INPUT)/$*-introduction.x…
|
/third_party/ltp/testcases/network/iptables/ |
D | iptables_lib.sh | 32 ROD ip${TST_IPV6}tables -D INPUT 1 34 ROD nft flush chain ip${TST_IPV6} filter INPUT 150 NFRUN -A INPUT -s $loc_addr -p $proto -j DROP > tst_iptables.out 2>&1 196 NFRUN -A INPUT -p $proto --${proto}-type echo-request -d $loc_addr -j \ 246 NFRUN -A INPUT -p tcp -d $loc_addr --dport $dport -j LOG \ 287 NFRUN -A INPUT -p tcp -d $loc_addr --dport 45801:45803 -j LOG \ 296 NFRUN -A INPUT -p tcp -d $loc_addr -m multiport --dports \ 346 NFRUN -A INPUT -p $proto --$proto-type echo-request -d $loc_addr -m \
|
D | nft01.sh | 21 if ! nft list chain $ip_table filter INPUT > /dev/null 2>&1; then 22 ROD nft add chain $ip_table filter INPUT '{ type filter hook input priority 0; }' 31 [ "$cleanup_chain" = 1 ] && nft delete chain $ip_table filter INPUT >/dev/null 2>&1
|
/third_party/openssl/ms/ |
D | uplink-common.pl | 13 open(INPUT,$applink_c) || die "can't open $applink_c: $!"; 14 @max=grep {/APPLINK_MAX\s+(\d+)/} <INPUT>; 15 close(INPUT);
|
/third_party/node/deps/openssl/openssl/ms/ |
D | uplink-common.pl | 13 open(INPUT,$applink_c) || die "can't open $applink_c: $!"; 14 @max=grep {/APPLINK_MAX\s+(\d+)/} <INPUT>; 15 close(INPUT);
|
/third_party/skia/third_party/externals/libpng/scripts/ |
D | genchk.cmake.in | 16 get_filename_component(INPUTEXT "${INPUT}" EXT) 18 get_filename_component(INPUTBASE "${INPUT}" NAME_WE) 20 get_filename_component(INPUTDIR "${INPUT}" PATH) 29 "${INPUT}"
|
D | genout.cmake.in | 37 get_filename_component(INPUTEXT "${INPUT}" EXT) 39 get_filename_component(INPUTBASE "${INPUT}" NAME_WE) 41 get_filename_component(INPUTDIR "${INPUT}" PATH) 73 "${INPUT}"
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | meson.build | 65 command : [prog_python, '@INPUT@'], 74 command : [prog_python, '@INPUT@'], 83 command : [prog_python, '@INPUT@'], 92 command : [prog_python, '@INPUT@'], 101 command : [prog_python, '@INPUT@'], 115 command : [prog_python, '@INPUT@'], 130 prog_python, '@INPUT@',
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | gen-ragel-artifacts.py | 16 INPUT = sys.argv[4] variable 19 shutil.copy (INPUT, outdir) 20 rl = os.path.basename (INPUT)
|
D | gen-hb-version.py | 14 INPUT = sys.argv[3] variable 15 CURRENT_SOURCE_DIR = os.path.dirname(INPUT) 26 with open (INPUT, "r", encoding='utf-8') as template:
|
/third_party/mesa3d/src/egl/wayland/wayland-drm/ |
D | meson.build | 27 command : [prog_wl_scanner, wl_scanner_arg, '@INPUT@', '@OUTPUT@'], 34 command : [prog_wl_scanner, 'client-header', '@INPUT@', '@OUTPUT@'], 41 command : [prog_wl_scanner, 'server-header', '@INPUT@', '@OUTPUT@'], 64 command : [prog_wl_scanner, wl_scanner_arg, '@INPUT@', '@OUTPUT@'], 71 command : [prog_wl_scanner, 'client-header', '@INPUT@', '@OUTPUT@'],
|
/third_party/mesa3d/src/compiler/nir/ |
D | meson.build | 29 command : [prog_python, '@INPUT@'], 38 command : [prog_python, '@INPUT@'], 47 command : [prog_python, '@INPUT@'], 56 command : [prog_python, '@INPUT@'], 65 command : [prog_python, '@INPUT@'], 74 command : [prog_python, '@INPUT@', '--outdir', meson.current_build_dir()], 83 command : [prog_python, '@INPUT@', '--outdir', meson.current_build_dir()], 92 command : [prog_python, '@INPUT@', '--outdir', meson.current_build_dir()], 335 command : [prog_zstd, '-f', '@INPUT@', '-o', '@OUTPUT@'], 344 prog_python, files_xxd, '-b', '@INPUT@', '@OUTPUT@',
|
/third_party/skia/third_party/externals/brotli/tests/ |
D | run-compatibility-test.cmake | 1 string(REGEX REPLACE "([a-zA-Z0-9\\.]+)\\.compressed(\\.[0-9]+)?$" "\\1" REFERENCE_DATA "${INPUT}") 2 string(REGEX REPLACE "\\.compressed" "" OUTPUT_FILE "${INPUT}") 9 …COMMAND ${BROTLI_WRAPPER} ${BROTLI_CLI} --force --decompress ${INPUT} --output=${CMAKE_CURRENT_BIN…
|
/third_party/openssl/test/ |
D | generate_ssl_tests.pl | 143 open(INPUT, "< $fname") or die "Can't open input file '$fname'!\n"; 145 my $content = <INPUT>; 146 close(INPUT);
|
/third_party/mesa3d/src/compiler/glsl/ |
D | meson.build | 27 '@INPUT@', 32 '@INPUT@', 47 command : [prog_flex_cpp, '-o', '@OUTPUT@', '@INPUT@'], 54 command : [prog_python, '@INPUT@', 'constant'], 62 command : [prog_python, '@INPUT@', 'strings'], 70 command : [prog_python, '@INPUT@', '@OUTPUT@', '-n', 'float64_source'],
|