HomeSort by relevance Sort by last modified time
    Searched refs:debug (Results 201 - 225 of 2401) sorted by null

1 2 3 4 5 6 7 891011>>

  /dalvik/dx/tests/110-dex-preserve-this/
run 18 dx --debug --dex --positions=none \
  /development/tools/yuv420sp2rgb/
Android.mk 11 LOCAL_SRC_FILES := yuv420sp2rgb.c cmdline.c debug.c
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p6.c 7 #define debug(s, t) printf("x" # s "= %d, x" # t "= s" \ macro
14 debug(1, 2);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedWatch.uml2.properties 14 debug=2
34 # debug=1
35 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.sh; -debug 0
38 # <arg line="-debug 1 -feedURL http://www.eclipse.org/emf/feeds/builds.xml
40 # -oldvalue "2006-05-04T12:14:33Z" -newvalue "2006-05-11T12:14:33Z" -debug 0"/>
80 # 1. to watch for ANY change in the feed, check the <feed>'s <updated> node (and respond with an email, passing -debug 1 to the mail script)
81 # feedWatchActions=/*[name() = 'feed']/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.sh; -debug 1
  /external/nist-sip/java/gov/nist/javax/sip/parser/
CallIDParser.java 63 if (debug)
78 if (debug)
OrganizationParser.java 65 if (debug)
80 if (debug)
ReplyToParser.java 65 if (debug)
77 if (debug)
SubjectParser.java 66 if (debug)
78 if (debug)
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 12 debug("Testing " + storageString);
17 debug("");
18 debug("Verify storage events are case sensitive");
26 debug("Reset storage event list");
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
complex-keys.js 11 debug("Testing " + storageString);
16 debug("");
40 debug("");
41 debug("Testing a null key");
57 debug("");
58 debug("Testing an undefined key");
74 debug("");
75 debug("Testing a numeric key");
91 debug("");
92 debug("Setting a non-ascii string to foo")
    [all...]
  /external/wpa_supplicant_8/hostapd/
wired.conf 11 debug=2
  /frameworks/base/cmds/backup/
Android.mk 13 LOCAL_MODULE_TAGS := debug
  /frameworks/base/cmds/rawbu/
Android.mk 13 LOCAL_MODULE_TAGS := debug
  /hardware/msm7k/dspcrashd/
Android.mk 10 LOCAL_MODULE_TAGS := debug
  /system/extras/showmap/
Android.mk 9 LOCAL_MODULE_TAGS := debug
  /system/extras/showslab/
Android.mk 10 LOCAL_MODULE_TAGS := debug
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-prevents-rebase.js 8 debug("Search attribute, update document base URI without attribute having been set");
14 debug("Search attribute, update document base URI after attribute has been set");
20 debug('');
23 debug("Pathname attribute, update document base URI without attribute having been set");
29 debug("Pathname attribute, update document base URI after attribute has been set");
35 debug('');
38 debug("Hash attribute, update document base URI without attribute having been set");
44 debug("Pathname attribute, update document base URI after attribute has been set");
50 debug('');
53 debug('Note that for the following attributes, updating the document base URI has no effect because we h (…)
    [all...]
set-href-attribute-whitespace.js 5 debug("Set href that starts with a space");
9 debug("Set href that starts with a newline");
13 debug("Set href that starts with a tab");
17 debug("Set href that starts with a carriage return");
21 debug("Set href that starts with a combination of newlines, spaces and tabs");
25 debug("Set href that ends with a space");
29 debug("Set href that ends with a newline");
33 debug("Set href that ends with a tab");
37 debug("Set href that ends with a carriage return");
41 debug("Set href that ends with a combination of newlines, spaces and tabs")
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 207 severity_mapping = (logging.CRITICAL, logging.CRITICAL, logging.ERROR, logging.WARNING, logging.INFO, logging.DEBUG)
219 eas_logger.debug('EAS_Stream.__init__')
225 eas_logger.debug('Call EAS_SetVolume: volume=%d' % volume)
233 eas_logger.debug('Call EAS_GetVolume')
238 eas_logger.debug('EAS_GetVolume: volume=%d' % volume)
243 eas_logger.debug('Call EAS_SetPriority: priority=%d' % priority)
251 eas_logger.debug('Call EAS_GetPriority')
257 eas_logger.debug('EAS_GetPriority: priority=%d' % priority.value)
262 eas_logger.debug('Call EAS_SetTransposition: transposition=%d' % transposition)
270 eas_logger.debug('Call EAS_SetPolyphony: polyphony=%d' % polyphony)
    [all...]
  /external/oprofile/opjitconv/
parse_dump.c 66 verbprintf(debug, "record0: name=%s, vma=%llx, code_size=%i, "
74 verbprintf(debug, "record total size mismatch\n");
91 verbprintf(debug,"record1: vma=%llx, life_end=%lli\n",
104 verbprintf(debug,"matching record found\n");
145 verbprintf(debug, "record past end of file\n");
179 verbprintf(debug, "unknown record type\n");
202 verbprintf(debug,
209 verbprintf(debug, "opjitconv: Wrong jitdump file magic\n");
214 verbprintf(debug, "opjitconv: Wrong jitdump file version\n");
219 verbprintf(debug, "opjitconv: EOF in jitdump file, not enough
    [all...]
  /external/webkit/LayoutTests/fast/dom/TreeWalker/script-tests/
acceptNode-filter.js 10 debug(" filtering node " + node.id);
16 debug("Testing with raw function filter");
21 debug("<br>Testing with object filter");
24 debug(" filtering node " + node.id);
34 debug("<br>Testing with null filter");
40 debug("<br>Testing with undefined filter");
46 debug("<br>Testing with object lacking acceptNode property");
54 debug("<br>Testing with object with non-function acceptNode property");
62 debug("<br>Testing with function having acceptNode function");
70 debug("<br>Testing acceptNode callee")
    [all...]
  /bionic/libc/kernel/common/linux/nfsd/
debug.h 21 #include <linux/sunrpc/debug.h>
  /dalvik/dx/tests/103-verify-branch-ops/
run 20 dx --debug --dex op_"$1".class >/dev/null 2>&1
22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
  /dalvik/dx/tests/104-verify-return-ops/
run 20 dx --debug --dex op_"$1".class >/dev/null 2>&1
22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
  /dalvik/dx/tests/106-verify-object-ops/
run 20 dx --debug --dex op_"$1".class >/dev/null 2>&1
22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class

Completed in 1074 milliseconds

1 2 3 4 5 6 7 891011>>