Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:EXE
(Results
1 - 25
of
33
) sorted by relevance
1
2
/third_party/libabigail/tests/data/test-read-common/PR26261/
H
A
D
Makefile
2
EXE
= PR26261-exe
macro
6
all: $(
EXE
)
11
$(
EXE
): $(OBJS)
18
rm $(
EXE
)
/third_party/selinux/libsepol/tests/
H
A
D
Makefile
4
EXE
?= libsepol-tests
macro
47
all: $(
EXE
) $(policies)
50
$(
EXE
): $(objs) $(parserobjs) $(LIBSEPOL)
60
rm -f $(objs) $(
EXE
)
70
test: $(
EXE
) $(policies)
73
./$(
EXE
)
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/
H
A
D
Makefile
19
EXE
= $(WEB_DIR)/index.js
macro
75
all: $(
EXE
)
76
@echo Build complete for $(
EXE
)
84
$(
EXE
): $(OBJS) $(WEB_DIR)
88
rm -f $(
EXE
) $(OBJS) $(WEB_DIR)/*.js $(WEB_DIR)/*.wasm $(WEB_DIR)/*.wasm.pre
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H
A
D
Makefile
8
EXE
:= tinjpage tsimpleinj tkillpoison tprctl tsoft tsoftinj thugetlb erst-inject
macro
9
EXE
+= ttranshuge
12
OBJ := $(addsuffix .o,${
EXE
})
19
standalone: ${
EXE
}
50
rm -f ${
EXE
} ${OBJ}
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H
A
D
Makefile
8
EXE
:= tinjpage tsimpleinj tkillpoison tprctl tsoft tsoftinj thugetlb erst-inject
macro
9
EXE
+= ttranshuge
12
OBJ := $(addsuffix .o,${
EXE
})
19
standalone: ${
EXE
}
50
rm -f ${
EXE
} ${OBJ}
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/
H
A
D
Makefile
19
EXE
= $(WEB_DIR)/index.html
macro
78
all: $(
EXE
)
79
@echo Build complete for $(
EXE
)
87
$(
EXE
): $(OBJS) $(WEB_DIR)
/third_party/skia/third_party/externals/imgui/examples/example_glfw_metal/
H
A
D
Makefile
9
EXE
= example_glfw_metal
macro
39
all: $(
EXE
)
42
$(
EXE
): $(OBJS)
46
rm -f $(
EXE
) $(OBJS)
/third_party/skia/third_party/externals/imgui/examples/example_glut_opengl2/
H
A
D
Makefile
12
EXE
= example_glut_opengl2
macro
68
all: $(
EXE
)
71
$(
EXE
): $(OBJS)
75
rm -f $(
EXE
) $(OBJS)
/third_party/skia/third_party/externals/imgui/examples/example_sdl_metal/
H
A
D
Makefile
9
EXE
= example_sdl_metal
macro
40
all: $(
EXE
)
43
$(
EXE
): $(OBJS)
47
rm -f $(
EXE
) $(OBJS)
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl2/
H
A
D
Makefile
17
EXE
= example_glfw_opengl2
macro
73
all: $(
EXE
)
76
$(
EXE
): $(OBJS)
80
rm -f $(
EXE
) $(OBJS)
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl3/
H
A
D
Makefile
17
EXE
= example_glfw_opengl3
macro
82
all: $(
EXE
)
85
$(
EXE
): $(OBJS)
89
rm -f $(
EXE
) $(OBJS)
/third_party/skia/third_party/externals/imgui/examples/example_null/
H
A
D
Makefile
13
EXE
= example_null
macro
85
all: $(
EXE
)
88
$(
EXE
): $(OBJS)
92
rm -f $(
EXE
) $(OBJS)
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/
H
A
D
Makefile
17
EXE
= example_sdl_opengl2
macro
72
all: $(
EXE
)
75
$(
EXE
): $(OBJS)
79
rm -f $(
EXE
) $(OBJS)
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/
H
A
D
Makefile
17
EXE
= example_sdl_opengl3
macro
84
all: $(
EXE
)
87
$(
EXE
): $(OBJS)
91
rm -f $(
EXE
) $(OBJS)
/third_party/skia/third_party/externals/imgui/examples/example_sdl_sdlrenderer/
H
A
D
Makefile
17
EXE
= example_sdl_sdlrenderer
macro
72
all: $(
EXE
)
75
$(
EXE
): $(OBJS)
79
rm -f $(
EXE
) $(OBJS)
/third_party/ninja/misc/
H
A
D
write_fake_manifests.py
90
LIB,
EXE
= 0, 1
100
elif kind ==
EXE
:
127
if target.kind ==
EXE
:
131
link = { LIB: 'alink',
EXE
: 'link'}[target.kind]
137
need_main = target.kind ==
EXE
234
last_target = Target(gen,
EXE
)
/third_party/glslang/Test/
H
A
D
validate-shaders.sh
7
declare -r
EXE
='../build/install/bin/glslang'
63
[[ -x "$
EXE
" ]] || fatal "Unable to locate $(basename "$
EXE
") executable"
229
if compout=$("$
EXE
" -e "$entry" $langops -V -o "$spvfile" "$test" 2>&1)
H
A
D
runtests
10
EXE
=${2:-../build/install/bin/glslang}
15
LIBPATH="$(cd "$(dirname "$(dirname $
EXE
)")" && pwd)/lib"
21
$
EXE
"$@"
28
echo "$
EXE
returned $result"
/third_party/libuv/tools/
H
A
D
make_dist_html.py
80
EXE
= r'''
97
maybe_exe =
EXE
.format(**locals())
/third_party/node/deps/uv/tools/
H
A
D
make_dist_html.py
80
EXE
= r'''
97
maybe_exe =
EXE
.format(**locals())
/third_party/python/Tools/msi/
H
A
D
testrelease.bat
54
@set
EXE
=%~1
variable
55
@if not "%
EXE
:embed=%"=="%
EXE
%" exit /B 0
/third_party/zlib/
H
A
D
configure
240
EXE
='.exe' ;;
246
EXE
='.exe' ;;
846
echo
EXE
= $
EXE
>> configure.log
887
/^
EXE
*=/s#=.*#=$
EXE
#
916
/^
EXE
*=/s#=.*#=$
EXE
#
/third_party/lz4/contrib/djgpp/
H
A
D
Makefile
29
EXE
= lz4.exe
macro
64
all: $(LIB) $(
EXE
)
69
$(
EXE
): $(LOBJ) $(OBJ)
73
rm -f $(OBJ) $(
EXE
) $(LOBJ) $(LIB) *.tmp $(SDEPS) $(LSDEPS) $(TSDEPS)
75
install: $(INC) $(LIB) $(
EXE
)
78
echo $(DESTDIR)/bin/$(
EXE
) >> .footprint
79
cp -v $(
EXE
) $(DESTDIR)/bin/
116
@echo "
EXE
="$(
EXE
)
/third_party/skia/third_party/externals/brotli/
H
A
D
configure-cmake
313
for varname in
EXE
MODULE SHARED STATIC; do
/third_party/mksh/
H
A
D
Build.sh
1299
C89_COMPILER=CL.
EXE
1304
C89_LINKER=LINK.
EXE
Completed in 9 milliseconds
1
2