HomeSort by relevance Sort by last modified time
    Searched refs:print_command (Results 1 - 7 of 7) sorted by null

  /frameworks/base/tools/bit/
print.h 33 void print_command(const Command& command);
command.cpp 104 print_command(command);
162 print_command(command);
print.cpp 72 print_command(const Command& command) function
adb.cpp 302 print_command(cmd);
  /external/lz4/tests/
test-lz4-speed.py 48 def execute(command, print_command=True, print_output=False, print_error=True, param_shell=True):
49 if print_command:
  /external/v8/tools/
callstats.py 38 def print_command(cmd_args): function
67 print_command(cmd_args)
195 print_command(cmd_args)
  /external/vulkan-validation-layers/tests/
loader_validation_tests.cpp 316 char print_command[1024]; local
317 sprintf(print_command, "\t%%04d\t%%p (%%p) : 0x%%%s (0x%%%s) : scope %%d : user_data 0x%%%s\n", PRIxLEAST64, PRIxLEAST64,
324 printf(print_command, iii, g_allocated_vector[iii].aligned_start_addr, g_allocated_vector[iii].actual_start_addr,
    [all...]

Completed in 644 milliseconds