Home
last modified time | relevance | path

Searched refs:dump_cmd (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc-java/compiler/
Dcheck-artifact.sh98 dump_cmd='objdump -x '"$1"' | fgrep "DLL Name"'
101 dump_cmd='ldd '"$1"
108 dump_cmd='otool -L '"$1"' | fgrep dylib'
111 if [[ -z "$white_list" || -z "$dump_cmd" ]]; then
115 eval $dump_cmd | grep -i "$white_list" || fail "doesn't show any expected dependencies"
117 eval $dump_cmd | grep -i -v "$white_list"
/external/protobuf/protoc-artifacts/
Dbuild-protoc.sh98 dump_cmd='objdump -x '"$1"' | fgrep "DLL Name"'
101 dump_cmd='ldd '"$1"
108 dump_cmd='otool -L '"$1"' | fgrep dylib'
111 if [[ -z "$white_list" || -z "$dump_cmd" ]]; then
115 eval $dump_cmd | grep -i "$white_list" || fail "doesn't show any expected dependencies"
117 eval $dump_cmd | grep -i -v "$white_list"
/external/u-boot/drivers/mmc/
Dgen_atmel_mci.c68 static void dump_cmd(u32 cmdr, u32 arg, u32 status, const char* msg) in dump_cmd() function
278 dump_cmd(cmdr, cmd->cmdarg, 0, "DEBUG");
285 dump_cmd(cmdr, cmd->cmdarg, status, "Command Time Out");
288 dump_cmd(cmdr, cmd->cmdarg, status, "Command Failed");
337 dump_cmd(cmdr, cmd->cmdarg, status,
349 dump_cmd(cmdr, cmd->cmdarg, status,
356 dump_cmd(cmdr, cmd->cmdarg, status,
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_utils.py309 dump_cmd = self.dump_window_format % (win_id, filename)
310 common_util.simple_system(dump_cmd)
316 dump_cmd = self.dump_root_format % (self.geometry_str, filename)
317 common_util.simple_system(dump_cmd)
/external/mesa3d/src/gallium/winsys/i915/drm/
Di915_drm_winsys.h20 boolean dump_cmd; member
Di915_drm_winsys.c79 idws->dump_cmd = debug_get_bool_option("I915_DUMP_CMD", FALSE); in i915_drm_winsys_create()
Di915_drm_batchbuffer.c187 if (ret != 0 || i915_drm_winsys(ibatch->iws)->dump_cmd) { in i915_drm_batchbuffer_flush()
/external/autotest/tko/
Dparse.py476 dump_cmd = ("%s/site_utils/dump_suite_report.py %s "
482 dump_cmd += " --provision_job_id=%d" % int(provision_job_id)
484 subprocess.check_output(dump_cmd, shell=True)