/external/e2fsprogs/contrib/ |
spd_readdir.c | 37 #define DEBUG_DIR(x) {if (do_debug) { x; }} 39 #define DEBUG_DIR(x) 211 DEBUG_DIR(printf("Reallocating to size %d\n", 229 DEBUG_DIR(printf("readdir: %lu %s\n", 235 DEBUG_DIR(printf("No memory, backing off to direct readdir\n")); 249 DEBUG_DIR(printf("Opendir(%s) (%d open)\n", name, num_open++)); 263 DEBUG_DIR(printf("Directory size %ld, using direct readdir\n", 282 DEBUG_DIR(printf("fdopendir(%d) (%d open)\n", fd, num_open++)); 296 DEBUG_DIR(printf("Directory size %ld, using direct readdir\n", 311 DEBUG_DIR(printf("Closedir (%d open)\n", --num_open)) [all...] |
/cts/apps/CameraITS/tests/rolling_shutter_skew/ |
test_rolling_shutter_skew.py | 95 '-o', '--debug_dir', 123 if not DEBUG and args.debug_dir: 124 print('argument --debug_dir requires --debug', file=sys.stderr) 141 debug_dir = setup_debug_dir(args.debug_dir) 144 its.image.write_image(img, '%s/raw/%03d.png' % (debug_dir, i)) 146 debug_dir = None 149 frames, args.led_time, debug_dir) 150 if debug_dir: 153 with open(debug_dir + '/raw/reported_skew.txt', 'w') as f [all...] |
/device/linaro/bootloader/edk2/BaseTools/Conf/ |
build_rule.template | 60 # $(DEBUG_DIR) Directory for files used to debug a module
251 $(DEBUG_DIR)(+)${s_dir}(+)${s_base}.c
289 $(DEBUG_DIR)(+)$(MODULE_NAME).dll
321 $(DEBUG_DIR)(+)$(MODULE_NAME).dll
336 $(DEBUG_DIR)(+)$(MODULE_NAME)
363 $(DEBUG_DIR)(+)$(MODULE_NAME).efi
369 -$(CP) $(DEBUG_DIR)(+)*.map $(OUTPUT_DIR)
370 -$(CP) $(DEBUG_DIR)(+)*.pdb $(OUTPUT_DIR)
372 $(CP) ${src} $(DEBUG_DIR)(+)$(MODULE_NAME).debug
379 -$(CP) $(DEBUG_DIR)(+)$(MODULE_NAME).debug $(BIN_DIR)(+)$(MODULE_NAME_GUID).debug [all...] |
tools_def.template | [all...] |
/bootable/recovery/tests/component/ |
imgdiff_test.cpp | 660 // Look for the source and patch pieces in debug_dir. Generate a target piece from each pair. 661 // Concatenate all the target pieces and match against the orignal one. Used pieces in debug_dir 663 static void GenerateAndCheckSplitTarget(const std::string& debug_dir, size_t count, 667 std::string split_src_path = android::base::StringPrintf("%s/src-%zu", debug_dir.c_str(), i); 673 android::base::StringPrintf("%s/patch-%zu", debug_dir.c_str(), i); 789 TemporaryDir debug_dir; local 791 std::string debug_dir_arg = android::base::StringPrintf("--debug-dir=%s", debug_dir.path); 802 GenerateAndCheckSplitTarget(debug_dir.path, 4, tgt); 855 TemporaryDir debug_dir; local 915 TemporaryDir debug_dir; local 957 TemporaryDir debug_dir; local 1002 TemporaryDir debug_dir; local 1056 TemporaryDir debug_dir; local [all...] |
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
GNUmakefile | 136 ifneq ($(DEBUG_DIR), )
137 rm -r $(DEBUG_DIR)
|
Makefile | 170 if exist $(DEBUG_DIR) rmdir /s /q $(DEBUG_DIR)
|
/bootable/recovery/applypatch/include/applypatch/ |
imgdiff_image.h | 240 // pair of split pieces and write the data to |patch_name|. If |debug_dir| is specified, write 246 const std::string& debug_dir);
|
/external/autotest/server/cros/network/ |
wifi_test_context_manager.py | 69 def __init__(self, test_name, host, cmdline_args, debug_dir): 84 host, debug_dir,
|
chaos_clique_utils.py | 398 debug_dir = 'android_debug_try_%d' % try_count 399 debug_dir_path = os.path.join(tracedir, 'debug/%s' % debug_dir)
|
wifi_client.py | 116 debug_dir = ANDROID_XMLRPC_DEBUG_DIR_FMT % host.adb_serial 129 xmlrpc_server_command, host.adb_serial, debug_dir, 551 debug_dir = ANDROID_XMLRPC_DEBUG_DIR_FMT % self.host.adb_serial 556 self.host.teststation.get_file(debug_dir, result_dir) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
GenMake.py | 277 DEBUG_DIR = ${module_debug_directory}
279 DEST_DIR_DEBUG = $(DEBUG_DIR)
362 \t-@$(CP) $(DEBUG_DIR)${separator}AutoGen.h $(DEBUG_DIR)${separator}$(MODULE_NAME)StrDefs.h
418 self.IntermediateDirectoryList = ["$(DEBUG_DIR)", "$(OUTPUT_DIR)"]
438 self.Macros["DEBUG_DIR" ] = self._AutoGenObject.Macros["DEBUG_DIR"]
665 "cleanall_command" : self.GetRemoveDirectoryCommand(["$(DEBUG_DIR)", "$(OUTPUT_DIR)"]),
[all...] |
AutoGen.py | [all...] |
/external/google-breakpad/src/common/linux/ |
dump_symbols_unittest.cc | 52 const std::vector<string>& debug_dir,
|
dump_symbols.cc | 452 const string& debug_dir = *it; local 453 debuglink_path = debug_dir + "/" + debuglink; 461 searched_paths.push_back(debug_dir); 503 const string& debug_dir = *it; local 504 fprintf(stderr, " %s/%s\n", debug_dir.c_str(), debuglink); [all...] |
/bootable/recovery/applypatch/ |
imgdiff.cpp | 1480 std::string debug_dir; local [all...] |
/external/autotest/server/cros/dynamic_suite/ |
reporting_utils.py | 34 BUG_CONFIG_SECTION, 'debug_dir', default='')
|
/external/autotest/client/common_lib/ |
logging_manager.py | 449 def tee_redirect_debug_dir(self, debug_dir, log_name=None, tag=None): 458 debug_dir, log_name=log_name)
|
/external/autotest/server/ |
autotest.py | 778 debug_dir = os.path.join(self.results_dir, 'debug') 779 client_logs = glob.glob(os.path.join(debug_dir, 'client.*.*')) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
GenFdsGlobalVariable.py | 169 Macro["DEBUG_DIR" ] = os.path.join(BuildDir, "DEBUG")
|
/external/autotest/ |
global_config.ini | 406 debug_dir: debug/
|
/system/extras/simpleperf/doc/ |
README.md | [all...] |