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:dump_cmd
(Results
1 - 4
of
4
) sorted by relevance
/third_party/protobuf/protoc-artifacts/
H
A
D
build-protoc.sh
143
dump_cmd
='objdump -x '"$1"' | fgrep "DLL Name"'
147
dump_cmd
='ldd '"$1"
154
dump_cmd
='objdump -p '"$1"' | grep NEEDED'
159
dump_cmd
='objdump -p '"$1"' | grep NEEDED'
163
dump_cmd
='objdump -p '"$1"' | grep NEEDED'
167
dump_cmd
='otool -L '"$1"' | fgrep dylib'
170
if [[ -z "$white_list" || -z "$
dump_cmd
" ]]; then
174
eval $
dump_cmd
| grep -i "$white_list" || fail "doesn't show any expected dependencies"
176
eval $
dump_cmd
| grep -i -v "$white_list"
/third_party/mesa3d/src/gallium/winsys/i915/drm/
H
A
D
i915_drm_winsys.h
20
bool
dump_cmd
;
member
H
A
D
i915_drm_winsys.c
79
idws->
dump_cmd
= debug_get_bool_option("I915_DUMP_CMD", false);
in i915_drm_winsys_create()
H
A
D
i915_drm_batchbuffer.c
187
if (ret != 0 || i915_drm_winsys(ibatch->iws)->
dump_cmd
) {
in i915_drm_batchbuffer_flush()
Completed in 2 milliseconds