HomeSort by relevance Sort by last modified time
    Searched defs:debug_print (Results 1 - 25 of 30) sorted by null

1 2

  /libcore/ojluni/src/test/
gen-test-list 25 function debug_print { function
45 debug_print "File: $file_name"
54 debug_print "Package: <$package_name>"
67 debug_print "File: $file"
73 debug_print "Has TestNG files"
  /art/tools/
test_presubmit.py 51 def debug_print(msg): function
83 debug_print("PROC_ARGS: %s" %(proc_args))
130 debug_print("File %s is consistent with tool %s" %(reference_file, tool_dict['tool']))
135 debug_print("Interesting files %s unchanged, skipping tool '%s'" %(tool_dict['interesting_files'], tool_dict['tool']))
152 debug_print("CWD: %s" %(os.getcwd()))
155 debug_print("Changed files: %s" %(changed_files))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
filelist.py 30 def __init__(self, warn=None, debug_print=None):
42 def debug_print(self, msg): member in class:FileList
124 self.debug_print("include " + ' '.join(patterns))
131 self.debug_print("exclude " + ' '.join(patterns))
138 self.debug_print("global-include " + ' '.join(patterns))
145 self.debug_print("global-exclude " + ' '.join(patterns))
153 self.debug_print("recursive-include %s %s" %
162 self.debug_print("recursive-exclude %s %s" %
171 self.debug_print("graft " + dir_pattern)
177 self.debug_print("prune " + dir_pattern)
    [all...]
cmd.py 186 def debug_print(self, msg): member in class:Command
ccompiler.py 913 def debug_print(self, msg): member in class:CCompiler
    [all...]
  /external/python/cpython2/Lib/distutils/
filelist.py 30 def __init__(self, warn=None, debug_print=None):
42 def debug_print(self, msg): member in class:FileList
124 self.debug_print("include " + ' '.join(patterns))
131 self.debug_print("exclude " + ' '.join(patterns))
138 self.debug_print("global-include " + ' '.join(patterns))
145 self.debug_print("global-exclude " + ' '.join(patterns))
153 self.debug_print("recursive-include %s %s" %
162 self.debug_print("recursive-exclude %s %s" %
171 self.debug_print("graft " + dir_pattern)
177 self.debug_print("prune " + dir_pattern
    [all...]
cmd.py 186 def debug_print(self, msg): member in class:Command
ccompiler.py 864 def debug_print(self, msg): member in class:CCompiler
    [all...]
  /external/python/cpython3/Lib/distutils/
filelist.py 29 def __init__(self, warn=None, debug_print=None):
41 def debug_print(self, msg): member in class:FileList
116 self.debug_print("include " + ' '.join(patterns))
123 self.debug_print("exclude " + ' '.join(patterns))
130 self.debug_print("global-include " + ' '.join(patterns))
137 self.debug_print("global-exclude " + ' '.join(patterns))
145 self.debug_print("recursive-include %s %s" %
154 self.debug_print("recursive-exclude %s %s" %
163 self.debug_print("graft " + dir_pattern)
169 self.debug_print("prune " + dir_pattern
    [all...]
cmd.py 184 def debug_print(self, msg): member in class:Command
ccompiler.py 897 def debug_print(self, msg): member in class:CCompiler
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
filelist.py 30 def __init__(self, warn=None, debug_print=None):
42 def debug_print(self, msg): member in class:FileList
124 self.debug_print("include " + ' '.join(patterns))
131 self.debug_print("exclude " + ' '.join(patterns))
138 self.debug_print("global-include " + ' '.join(patterns))
145 self.debug_print("global-exclude " + ' '.join(patterns))
153 self.debug_print("recursive-include %s %s" %
162 self.debug_print("recursive-exclude %s %s" %
171 self.debug_print("graft " + dir_pattern)
177 self.debug_print("prune " + dir_pattern
    [all...]
cmd.py 186 def debug_print(self, msg): member in class:Command
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
filelist.py 30 def __init__(self, warn=None, debug_print=None):
42 def debug_print(self, msg): member in class:FileList
124 self.debug_print("include " + ' '.join(patterns))
131 self.debug_print("exclude " + ' '.join(patterns))
138 self.debug_print("global-include " + ' '.join(patterns))
145 self.debug_print("global-exclude " + ' '.join(patterns))
153 self.debug_print("recursive-include %s %s" %
162 self.debug_print("recursive-exclude %s %s" %
171 self.debug_print("graft " + dir_pattern)
177 self.debug_print("prune " + dir_pattern
    [all...]
cmd.py 186 def debug_print(self, msg): member in class:Command
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 30 def __init__(self, warn=None, debug_print=None):
42 def debug_print(self, msg): member in class:FileList
124 self.debug_print("include " + ' '.join(patterns))
131 self.debug_print("exclude " + ' '.join(patterns))
138 self.debug_print("global-include " + ' '.join(patterns))
145 self.debug_print("global-exclude " + ' '.join(patterns))
153 self.debug_print("recursive-include %s %s" %
162 self.debug_print("recursive-exclude %s %s" %
171 self.debug_print("graft " + dir_pattern)
177 self.debug_print("prune " + dir_pattern
    [all...]
cmd.py 186 def debug_print(self, msg): member in class:Command
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 30 def __init__(self, warn=None, debug_print=None):
42 def debug_print(self, msg): member in class:FileList
124 self.debug_print("include " + ' '.join(patterns))
131 self.debug_print("exclude " + ' '.join(patterns))
138 self.debug_print("global-include " + ' '.join(patterns))
145 self.debug_print("global-exclude " + ' '.join(patterns))
153 self.debug_print("recursive-include %s %s" %
162 self.debug_print("recursive-exclude %s %s" %
171 self.debug_print("graft " + dir_pattern)
177 self.debug_print("prune " + dir_pattern
    [all...]
cmd.py 186 def debug_print(self, msg): member in class:Command
  /external/wpa_supplicant_8/hs20/server/
hs20_spp_server.c 32 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...) function
72 debug_print(ctx, 1, "Connection from %s", ctx->addr);
79 debug_print(ctx, 1, "HS20REALM not set");
84 debug_print(ctx, 1, "HS20POST not set");
90 debug_print(ctx, 1, "Could not parse SOAP data");
96 debug_print(ctx, 1, "Could not get SPP message");
105 debug_print(ctx, 1, "Request HTTP authentication");
109 debug_print(ctx, 1, "No response");
115 debug_print(ctx, 1, "SOAP envelope building failed");
121 debug_print(ctx, 1, "Could not get node string")
    [all...]
  /art/test/988-method-trace/
gen_srcs.py 114 def debug_print(x): function
221 debug_print ((sig, method, kls))
238 debug_print(line)
295 debug_print(i)
297 debug_print("Blacklisted: " + str(i))
301 debug_print(call_str)
307 debug_print(instance_variable)
  /cts/apps/CameraITS/tests/rolling_shutter_skew/
test_rolling_shutter_skew.py 138 debug_print('Setting cluster distance to %spx.' % CLUSTER_DISTANCE)
256 debug_print('------------------------')
257 debug_print('| PROCESSING FRAME %03d |' % i)
258 debug_print('------------------------')
262 debug_print('Skipped frame.')
264 debug_print('Shutter skew is %sms (confidence: %s).' %
272 debug_print('\n')
312 debug_print('No majority cluster found.')
315 debug_print('Majority cluster was too small.')
317 debug_print('%s points in the largest cluster.' % len(largest_cluster)
668 def debug_print(s, *args, **kwargs): function
    [all...]
  /cts/tools/testng/
gen-test-list-xml.py 118 debug_print("get_or_create_suite, package_list = " + str(package_list))
119 debug_print("name = " + self.name)
139 debug_print("add_class_and_method, fq_class_name=" + fq_class_name + ", method=" + method)
175 def debug_print(x): function
233 debug_print(argv['input-filename'])
234 debug_print(argv['output-filename'])
  /device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables/
xlat_tables_common.c 29 #define debug_print(...) tf_printf(__VA_ARGS__) macro
31 #define debug_print(...) ((void)0) macro
55 debug_print("mmap:\n");
58 debug_print(" VA:%p PA:0x%llx size:0x%zx attr:0x%x\n",
63 debug_print("\n");
247 debug_print((mem_type == MT_MEMORY) ? "MEM" :
249 debug_print(attr & MT_RW ? "-RW" : "-RO");
250 debug_print(attr & MT_NS ? "-NS" : "-S");
251 debug_print(attr & MT_EXECUTE_NEVER ? "-XN" : "-EXEC");
322 debug_print("New xlat table:\n")
    [all...]
  /external/valgrind/VEX/priv/
guest_generic_bb_to_IR.c 208 Bool resteerOK, debug_print; local
222 debug_print = toBool(vex_traceflags & VEX_TRACE_FE);
360 if (debug_print && n_instrs > 0)
779 if (debug_print) {
    [all...]

Completed in 368 milliseconds

1 2