Home
last modified time | relevance | path

Searched full:exe (Results 1 – 25 of 6103) sorted by relevance

12345678910>>...245

/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/
H A Dmacho-private-headers.test2 // RUN: llvm-objdump -p %p/Inputs/hello.exe.macho-aarch64 \
3 // RUN: | FileCheck %s -check-prefix=EXE
80 EXE: Mach header
81 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
82 EXE: MH_MAGIC_64 ARM64 ALL 0x00 EXECUTE 17 1240 NOUNDEFS DYLDLINK TWOLEVEL…
83 EXE: Load command 0
84 EXE: cmd LC_SEGMENT_64
85 EXE: cmdsize 72
86 EXE: segname __PAGEZERO
87 EXE: vmaddr 0x0000000000000000
[all …]
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/
H A Dmacho-private-headers.test2 // RUN: llvm-objdump -p %p/Inputs/hello.exe.macho-arm \
3 // RUN: | FileCheck %s -check-prefix=EXE
127 EXE: Mach header
128 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
129 EXE: MH_MAGIC ARM V7 0x00 EXECUTE 17 1012 NOUNDEFS DYLDLINK TWOLEVEL…
130 EXE: Load command 0
131 EXE: cmd LC_SEGMENT
132 EXE: cmdsize 56
133 EXE: segname __PAGEZERO
134 EXE: vmaddr 0x00000000
[all …]
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/
H A Dmacho-private-headers.test2 // RUN: llvm-objdump -p %p/Inputs/hello.exe.macho-x86_64 \
3 // RUN: | FileCheck %s -check-prefix=EXE
123 EXE: Mach header
124 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
125 EXE: MH_MAGIC_64 X86_64 ALL LIB64 EXECUTE 16 1296 NOUNDEFS DYLDLINK TWOLEVEL…
126 EXE: Load command 0
127 EXE: cmd LC_SEGMENT_64
128 EXE: cmdsize 72
129 EXE: segname __PAGEZERO
130 EXE: vmaddr 0x0000000000000000
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dbcb6.mak20 BCC32 = $(BCROOT)\bin\Bcc32.exe
21 TLINK32 = $(BCROOT)\bin\ILink32.exe
32exe r2.exe r3.exe r4.exe r5.exe r6.exe r1m.exe r2m.exe r3m.exe r4m.exe r5m.exe r6m.exe r1v.exe r2v…
79 r1.exe : $(SOURCES)
80 $(BCC32) -tWM- -D_NO_VCL $(CFLAGS) -er1.exe -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES)
82 r2.exe : $(SOURCES)
83 $(BCC32) -tWM- -D_NO_VCL $(CFLAGS) -er2.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES)
85 r3.exe : $(SOURCES)
86 $(BCC32) -tWM- -D_NO_VCL $(CFLAGS) -er3.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES)
88 r4.exe : $(SOURCES)
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/args/
H A Dtests.rs8 unsafe { parse_lp_cmd_line(WStrUnits::new(wide.as_ptr()), || OsString::from("TEST.EXE")) }; in chk()
15 chk("", &["TEST.EXE"]); in empty()
16 chk("\0", &["TEST.EXE"]); in empty()
21 chk("EXE one_word", &["EXE", "one_word"]); in single_words()
22 chk("EXE a", &["EXE", "a"]); in single_words()
23 chk("EXE ��", &["EXE", "��"]); in single_words()
24 chk("EXE ����", &["EXE", "����"]); in single_words()
29 chk(r#"EXE "abc" d e"#, &["EXE", "abc", "d", "e"]); in official_examples()
30 chk(r#"EXE a\\\b d"e f"g h"#, &["EXE", r"a\\\b", "de fg", "h"]); in official_examples()
31 chk(r#"EXE a\\\"b c d"#, &["EXE", r#"a\"b"#, "c", "d"]); in official_examples()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/args/
H A Dtests.rs8 unsafe { parse_lp_cmd_line(WStrUnits::new(wide.as_ptr()), || OsString::from("TEST.EXE")) }; in chk()
15 chk("", &["TEST.EXE"]); in empty()
16 chk("\0", &["TEST.EXE"]); in empty()
21 chk("EXE one_word", &["EXE", "one_word"]); in single_words()
22 chk("EXE a", &["EXE", "a"]); in single_words()
23 chk("EXE ��", &["EXE", "��"]); in single_words()
24 chk("EXE ����", &["EXE", "����"]); in single_words()
29 chk(r#"EXE "abc" d e"#, &["EXE", "abc", "d", "e"]); in official_examples()
30 chk(r#"EXE a\\\b d"e f"g h"#, &["EXE", r"a\\\b", "de fg", "h"]); in official_examples()
31 chk(r#"EXE a\\\"b c d"#, &["EXE", r#"a\"b"#, "c", "d"]); in official_examples()
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/args/
H A Dtests.rs8 unsafe { parse_lp_cmd_line(WStrUnits::new(wide.as_ptr()), || OsString::from("TEST.EXE")) }; in chk()
15 chk("", &["TEST.EXE"]); in empty()
16 chk("\0", &["TEST.EXE"]); in empty()
21 chk("EXE one_word", &["EXE", "one_word"]); in single_words()
22 chk("EXE a", &["EXE", "a"]); in single_words()
23 chk("EXE ��", &["EXE", "��"]); in single_words()
24 chk("EXE ����", &["EXE", "����"]); in single_words()
29 chk(r#"EXE "abc" d e"#, &["EXE", "abc", "d", "e"]); in official_examples()
30 chk(r#"EXE a\\\b d"e f"g h"#, &["EXE", r"a\\\b", "de fg", "h"]); in official_examples()
31 chk(r#"EXE a\\\"b c d"#, &["EXE", r#"a\"b"#, "c", "d"]); in official_examples()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/args/
H A Dtests.rs8 unsafe { parse_lp_cmd_line(WStrUnits::new(wide.as_ptr()), || OsString::from("TEST.EXE")) }; in chk()
15 chk("", &["TEST.EXE"]); in empty()
16 chk("\0", &["TEST.EXE"]); in empty()
21 chk("EXE one_word", &["EXE", "one_word"]); in single_words()
22 chk("EXE a", &["EXE", "a"]); in single_words()
23 chk("EXE ��", &["EXE", "��"]); in single_words()
24 chk("EXE ����", &["EXE", "����"]); in single_words()
29 chk(r#"EXE "abc" d e"#, &["EXE", "abc", "d", "e"]); in official_examples()
30 chk(r#"EXE a\\\b d"e f"g h"#, &["EXE", r"a\\\b", "de fg", "h"]); in official_examples()
31 chk(r#"EXE a\\\"b c d"#, &["EXE", r#"a\"b"#, "c", "d"]); in official_examples()
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/args/
H A Dtests.rs8 unsafe { parse_lp_cmd_line(WStrUnits::new(wide.as_ptr()), || OsString::from("TEST.EXE")) }; in chk()
15 chk("", &["TEST.EXE"]); in empty()
16 chk("\0", &["TEST.EXE"]); in empty()
21 chk("EXE one_word", &["EXE", "one_word"]); in single_words()
22 chk("EXE a", &["EXE", "a"]); in single_words()
23 chk("EXE ��", &["EXE", "��"]); in single_words()
24 chk("EXE ����", &["EXE", "����"]); in single_words()
29 chk(r#"EXE "abc" d e"#, &["EXE", "abc", "d", "e"]); in official_examples()
30 chk(r#"EXE a\\\b d"e f"g h"#, &["EXE", r"a\\\b", "de fg", "h"]); in official_examples()
31 chk(r#"EXE a\\\"b c d"#, &["EXE", r#"a\"b"#, "c", "d"]); in official_examples()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/os/exec/
Dlp_windows_test.go29 exe, err := os.Executable()
34 fmt.Println(exe)
133 skipCmdExeCheck bool // if true, do not check want against the behavior of cmd.exe
139 files: []string{`p1\a.exe`, `p2\a.exe`, `p2\a`},
141 want: `p1\a.exe`,
145 files: []string{`p1.dir\a`, `p2.dir\a.exe`},
147 want: `p2.dir\a.exe`,
151 files: []string{`p1\a.exe`, `p2\a.exe`},
152 searchFor: `a.exe`,
153 want: `p1\a.exe`,
[all …]
/aosp_15_r20/external/llvm/test/tools/llvm-readobj/
H A Ddynamic.test37 RUN: llvm-readobj -dynamic-table %p/Inputs/dynamic-table-exe.mips \
38 RUN: | FileCheck %s -check-prefix ELF-MIPS-EXE
40 ELF-MIPS-EXE: Format: ELF32-mips
41 ELF-MIPS-EXE: Arch: mipsel
42 ELF-MIPS-EXE: AddressSize: 32bit
43 ELF-MIPS-EXE: LoadName:
44 ELF-MIPS-EXE: DynamicSection [ (26 entries)
45 ELF-MIPS-EXE: Tag Type Name/Value
46 ELF-MIPS-EXE: 0x00000001 NEEDED SharedLibrary (libc.so.6)
47 ELF-MIPS-EXE: 0x0000000C INIT 0x400418
[all …]
H A Dmips-got.test3 RUN: llvm-readobj -mips-plt-got %p/Inputs/dynamic-table-exe.mips | \
4 RUN: FileCheck %s -check-prefix GOT-EXE
9 RUN: llvm-readobj -mips-plt-got %p/Inputs/got-empty.exe.mipsel | \
14 GOT-EXE: Primary GOT {
15 GOT-EXE-NEXT: Canonical gp value: 0x418880
16 GOT-EXE-NEXT: Reserved entries [
17 GOT-EXE-NEXT: Entry {
18 GOT-EXE-NEXT: Address: 0x410890
19 GOT-EXE-NEXT: Access: -32752
20 GOT-EXE-NEXT: Initial: 0x0
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/doc/samples/
DJamfile.v217 exe unbounded_array
21 exe bounded_array
25 exe range
29 exe slice
33 exe map_array
37 exe vector
41 exe unit_vector
45 exe zero_vector
49 exe mapped_vector
53 exe compressed_vector
[all …]
/aosp_15_r20/external/curl/packages/vms/
H A Dgnv_link_curl.com3 $! File to build images using gnv$libcurl.exe
77 $ if f$search("gnv$curlmsg.exe") .eqs. ""
79 $ link/share=gnv$curlmsg.exe [.packages.vms]curlmsg.obj
107 $ link/exe='default_dir'report_openssl_version.exe 'rpt_obj'
108 $ report_openssl_version := $'default_dir'report_openssl_version.exe
141 $ hp_ssl_libcrypto32 = "sys$common:[syslib]ssl$libcrypto_shr32.exe"
142 $ hp_ssl_libssl32 = "sys$common:[syslib]ssl$libssl_shr32.exe"
159 $ hp_ssl_libcrypto32 = "sys$share:ssl$libcrypto_shr32.exe"
160 $ hp_ssl_libssl32 = "sys$share:ssl$libssl_shr32.exe"
206 $ gnv_ssl_libcrypto32 = "gnv$gnu:[lib]ssl$libcrypto_shr32.exe"
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/classic/example/
DJamfile18 exe ast_calc
23 exe "bind"
28 exe boiler_plate
33 exe calc_plain
38 exe calc_debug
43 exe comments
48 exe complex_number
53 exe error_handling
58 exe error_reporting
63 exe file_parser
[all …]
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/
H A Dwin64-unwind-data.test2 // RUN: llvm-objdump -u %p/Inputs/win64-unwind.exe.coff-x86_64.obj \
4 // RUN: llvm-objdump -u %p/Inputs/win64-unwind.exe.coff-x86_64.exe \
5 // RUN: | FileCheck -check-prefix=EXE %s
57 EXE: Function Table:
58 EXE-NEXT: Start Address: 0x1000
59 EXE-NEXT: End Address: 0x101b
60 EXE-NEXT: Unwind Info Address: 0x2000
61 EXE-NEXT: Version: 1
62 EXE-NEXT: Flags: 1 UNW_ExceptionHandler
63 EXE-NEXT: Size of prolog: 18
[all …]
/aosp_15_r20/external/bc/tests/
H A Dhistory.py142 # @param exe The executable.
146 def test_utf8(exe, args, env, idx, bc=True): argument
151 child = pexpect.spawn(exe, args=args, env=env, encoding='utf-8', codec_errors='ignore')
183 # @param exe The executable.
186 def test_utf8_0(exe, args, env, bc=True): argument
191 child = pexpect.spawn(exe, args=args, env=env, encoding='utf-8', codec_errors='ignore')
225 def test_utf8_1(exe, args, env, bc=True): argument
226 return test_utf8(exe, args, env, 0, bc)
229 def test_utf8_2(exe, args, env, bc=True): argument
230 return test_utf8(exe, args, env, 1, bc)
[all …]
H A Dother.sh66 exe="$testdir/../bin/$d"
67 check_exec_arg "$exe"
69 exe="$1"
71 check_exec_arg "$exe"
115 printf '%s\n' "$halt" 2> /dev/null | "$exe" "$@" > /dev/null 2>&1
122 printf '%s\n' "quit" 2> /dev/null | "$exe" "$@" > /dev/null 2>&1
126 two=$("$exe" "$@" -e 1+1 -e quit)
137 base=$(basename "$exe")
145 printf 's(.02893)\n' 2> /dev/null | "$exe" "$@" > /dev/null
149 printf 'halt\n' 2> /dev/null | "$exe" "$@" -e 4 > /dev/null
[all …]
/aosp_15_r20/external/selinux/python/sepolgen/tests/
H A Daudit.txt2 …d=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="sh" exe="/bin/bash" subj=us…
5 … euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=us…
8 … euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=us…
11 …d=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="sh" exe="/bin/bash" subj=us…
14 … euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=us…
17 … euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=us…
20 … euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=us…
23 … euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=us…
26 … euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=us…
29 … euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=us…
[all …]
/aosp_15_r20/external/selinux/python/sepolgen/tests/test_data/
H A Daudit.log2 …id=0 fsuid=0 egid=500 sgid=500 fsgid=500 tty=(none) comm="pam_timestamp_c" exe="/sbin/pam_timestam…
5 …0 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="beagled" exe="/usr/bin/mono" sub…
7 …0 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="beagled" exe="/usr/bin/mono" sub…
9 …d=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="clock-applet" exe="/usr/libexec/clock…
11 …d=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="clock-applet" exe="/usr/libexec/clock…
13 …00 subj=staff_u:staff_r:staff_su_t:s0 msg='PAM: authentication acct=root : exe="/bin/su" (hostname…
14 …id=500 subj=staff_u:staff_r:staff_su_t:s0 msg='PAM: accounting acct=root : exe="/bin/su" (hostname…
16 …d=500 euid=0 suid=0 fsuid=0 egid=500 sgid=500 fsgid=500 tty=pts1 comm="su" exe="/bin/su" subj=staf…
18 …d=500 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=pts1 comm="xauth" exe="/usr/bin/xauth" su…
20 …d=500 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=pts1 comm="xauth" exe="/usr/bin/xauth" su…
[all …]
H A Dhttpd.log1 …aff_u:staff_r:staff_t:s0 tcontext=staff_u:staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" …
2 …aff_u:staff_r:staff_t:s0 tcontext=staff_u:staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" …
3 …aff_u:staff_r:staff_t:s0 tcontext=staff_u:staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" …
4 …aff_u:staff_r:staff_t:s0 tcontext=staff_u:staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" …
5 …aff_u:staff_r:staff_t:s0 tcontext=staff_u:staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" …
6 …aff_u:staff_r:staff_t:s0 tcontext=staff_u:staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" …
7 …aff_u:staff_r:staff_t:s0 tcontext=staff_u:staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" …
8 …aff_u:staff_r:staff_t:s0 tcontext=staff_u:staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" …
9 …aff_u:staff_r:staff_t:s0 tcontext=staff_u:staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" …
10 …aff_u:staff_r:staff_t:s0 tcontext=staff_u:staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" …
[all …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A DMakefile.win37 | $(SystemRoot)\System32\find.exe "x64" >NUL ] == 0
59 $(OUTDIR)\testapp.exe \
60 $(OUTDIR)\testall.exe \
61 $(OUTDIR)\testlockperf.exe \
62 $(OUTDIR)\testmutexscope.exe
65 $(OUTDIR)\echod.exe \
66 $(OUTDIR)\sendfile.exe \
67 $(OUTDIR)\sockperf.exe
71 $(OUTDIR)\occhild.exe \
72 $(OUTDIR)\readchild.exe \
[all …]
/aosp_15_r20/external/webp/
H A DMakefile.vc21 If cl.exe is in your PATH rerun nmake with ARCH=<arch>.
33 CCNODBG = cl.exe $(NOLOGO) /O2 /DNDEBUG
34 CCDEBUG = cl.exe $(NOLOGO) /Od /Zi /D_DEBUG /RTC1
39 LNKDLL = link.exe /DLL $(NOLOGO)
40 LNKEXE = link.exe $(NOLOGO)
41 LNKLIB = lib.exe $(NOLOGO)
42 RCNODBG = rc.exe $(NOLOGO) /l"0x0409" # 0x409 = U.S. English
366 OUT_EXAMPLES = $(DIRBIN)\cwebp.exe $(DIRBIN)\dwebp.exe
367 EXTRA_EXAMPLES = $(DIRBIN)\vwebp.exe $(DIRBIN)\webpmux.exe \
368 $(DIRBIN)\img2webp.exe $(DIRBIN)\get_disto.exe \
[all …]
/aosp_15_r20/external/clang/test/Driver/
H A Dmips-as.c9 // MIPS32R2-EB-AS: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-E…
10 // MIPS32R2-EB-AS-NOT: "{{[ A-Za-z\\\/]*}}as{{(.exe)?}}{{.*}}"-KPIC"
15 // MIPS32R2-EB-PIC: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-call_nonpic" "-EB"
21 // MIPS32R2-DEF-EL-AS: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic"…
26 // MIPS64R2-EB-AS: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "64" "-mno-shared" "-KPIC" "-EB"
31 // MIPS64R2-DEF-EL-AS: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "64" "-mno-shared" "-KPIC" "-EL"
36 // MIPS-N32: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "n32" "-mno-shared" "-call_nonpic" "-EB"
44 // MIPS32R2-EL-AS: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-E…
49 // MIPS64R2-EL-AS: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "64" "-mno-shared" "-KPIC" "-EL"
54 // MIPS-32R2: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/
Dbuild_trimpath.txt21 go build -o $WORK/paths-dbg.exe .
22 exec $WORK/paths-dbg.exe $WORK/paths-dbg.exe
27 go build -trimpath -o $WORK/paths-a.exe .
28 exec $WORK/paths-a.exe $WORK/paths-a.exe
36 exec $WORK/paths-a.exe $GOPATH/bin/fortune$GOEXE
44 go build -trimpath -o $WORK/paths-b.exe
45 cmp -q $WORK/paths-a.exe $WORK/paths-b.exe
52 go build -overlay overlay.json -o $WORK/paths-dbg.exe ./overlaydir
53 exec $WORK/paths-dbg.exe $WORK/paths-dbg.exe
58 go build -overlay overlay.json -trimpath -o $WORK/paths-a.exe ./overlaydir
[all …]

12345678910>>...245