/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestRewriteAST.java | 39 protected boolean debug = false; field in class:TestRewriteAST 50 "a", "abc 34", debug); 63 "a", "abc", debug); 76 "a", "abc", debug); 89 "a", "abc", debug); 103 "a", "abc", debug); 116 "a", "c", debug); 129 "a", "ick", debug); 143 "a", "abc", debug); 156 "a", "abc 34", debug); [all...] |
/external/blktrace/ |
blkiomon.c | 90 static struct output drvdata, human, binary, debug; variable in typeref:struct: 110 if (!debug.fn) 113 fprintf(debug.fp, "--- %s ---\n", descr); 114 fprintf(debug.fp, "magic %16d\n", bit->magic); 115 fprintf(debug.fp, "sequence %16d\n", bit->sequence); 116 fprintf(debug.fp, "time %16ld\n", (unsigned long)bit->time); 117 fprintf(debug.fp, "sector %16ld\n", (unsigned long)bit->sector); 118 fprintf(debug.fp, "bytes %16d\n", bit->bytes); 119 fprintf(debug.fp, "action %16x\n", bit->action); 120 fprintf(debug.fp, "pid %16d\n", bit->pid) [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_config_util.cpp | 49 #define debug(fmt, ...) ALOGD ("%s(L%d): " fmt,__FUNCTION__, __LINE__, ## __VA_ARGS__) macro 153 debug("in file name:%s", file_name); 178 //debug("section tag:%s", section->Name()); 194 //debug("in"); 197 //debug("key tag:%s", key->Name()); 201 //debug("key name:%s", key_name); 209 //debug("value ele name:%s, section name:%s, key name:%s, value name:%s, value type:%s", 215 //debug("value_name:%s, value_str:%s, value_type:%s, type:%x", 243 //debug("out"); 249 //debug("in, tag:%s", name_tag) [all...] |
/external/chromium/net/tools/testserver/ |
testserver.py | 55 # Using debug() seems to cause hangs on XP: see http://crbug.com/64515 . 57 def debug(str): function [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
case.py | 400 def debug(self): member in class:TestCase [all...] |
/external/chromium_org/third_party/freetype/src/truetype/ |
ttobjs.h | 333 FT_Bool debug; member in struct:TT_SizeRec_
|
/external/chromium_org/third_party/icu/source/common/ |
serv.cpp | 102 ICUServiceKey::debug(UnicodeString& result) const function in class:ICUServiceKey 168 SimpleFactory::debug(UnicodeString& toAppendTo) const function in class:SimpleFactory
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
testidna.cpp | 415 void TestIDNA::debug(const UChar* src, int32_t srcLength, int32_t options){ function in class:TestIDNA 515 debug(src,-1,options | UIDNA_ALLOW_UNASSIGNED); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
errors.c | 181 &ctx->Debug.ClientIDs.Namespaces[source][type]; 197 if (ctx->Debug.ClientIDs.Defaults[severity][source][type]) 232 &ctx->Debug.ClientIDs.Namespaces[source][type]; 280 return ctx->Debug.ApiErrors[id]; 282 return ctx->Debug.WinsysErrors[id]; 284 return ctx->Debug.ShaderErrors[id]; 286 return ctx->Debug.OtherErrors[id]; 310 if (ctx->Debug.Callback) { 311 ctx->Debug.Callback(source, type, id, severity, 312 len, buf, ctx->Debug.CallbackData) 803 static int debug = -1; local 957 static GLint debug = -1; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-antlr.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/ |
RSSFeedAddEntryTask.java | 13 //TODO: bug - can't run CreateFeed and AddEntry together when debug=2 - file locking problem? 46 * debug - more output to console - eg., 0|1|2 111 private int debug = 0; field in class:RSSFeedAddEntryTask 157 public void setDebug(int debug) { this.debug = debug; } 238 if (debug>0) { 252 creator.setDebug(debug); 285 if (debug > 0) { 292 if (debug > 0) [all...] |
/external/freetype/src/truetype/ |
ttobjs.h | 333 FT_Bool debug; member in struct:TT_SizeRec_
|
/external/icu4c/common/ |
serv.cpp | 102 ICUServiceKey::debug(UnicodeString& result) const function in class:ICUServiceKey 170 SimpleFactory::debug(UnicodeString& toAppendTo) const function in class:SimpleFactory
|
/external/icu4c/test/intltest/ |
testidna.cpp | 415 void TestIDNA::debug(const UChar* src, int32_t srcLength, int32_t options){ function in class:TestIDNA 515 debug(src,-1,options | UIDNA_ALLOW_UNASSIGNED); [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/ |
PssmShadowRenderer.java | 48 import com.jme3.scene.debug.WireFrustum; 136 private boolean debug = false; field in class:PssmShadowRenderer 275 //debug function that create a displayable frustrum 408 //debug only : displays depth shadow maps 427 debug = true; 445 if (debug) {
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/ |
BinaryImporter.java | 70 public static boolean debug = false; field in class:BinaryImporter 244 if (debug) {
|
/external/mesa3d/src/mesa/main/ |
errors.c | 181 &ctx->Debug.ClientIDs.Namespaces[source][type]; 197 if (ctx->Debug.ClientIDs.Defaults[severity][source][type]) 232 &ctx->Debug.ClientIDs.Namespaces[source][type]; 280 return ctx->Debug.ApiErrors[id]; 282 return ctx->Debug.WinsysErrors[id]; 284 return ctx->Debug.ShaderErrors[id]; 286 return ctx->Debug.OtherErrors[id]; 310 if (ctx->Debug.Callback) { 311 ctx->Debug.Callback(source, type, id, severity, 312 len, buf, ctx->Debug.CallbackData) 803 static int debug = -1; local 957 static GLint debug = -1; local [all...] |
/external/qemu/audio/ |
ossaudio.c | 70 int debug; member in struct:__anon24805 79 .debug = 0, 229 #if defined DEBUG_MISMATCHES || defined DEBUG 318 if (conf.debug) { 374 #ifdef DEBUG 455 if (conf.debug) { 464 if (conf.debug) { 901 .name = "DEBUG", 903 .valp = &conf.debug,
|
/external/qemu/ |
tap-win32.c | 575 unsigned long debug; member in struct:__anon25557
|
/external/robolectric/lib/main/ |
commons-logging-1.1.1.jar | |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/ |
ShadowWrangler.java | 30 public boolean debug = false; field in class:ShadowWrangler 83 if (debug) System.out.println("shadow " + realClass + " with " + shadowClass); 167 if (debug) 357 if (debug) {
|
/frameworks/base/core/java/com/android/internal/widget/ |
SizeAdaptiveLayout.java | 55 private static final boolean DEBUG = false; 151 if (DEBUG) Log.d(TAG, this + " measure spec: " + 156 if (DEBUG) Log.d(TAG, "active min: " + lp.minHeight + " max: " + lp.maxHeight); 161 if (DEBUG) Log.d(TAG, "measured child at: " + childHeight); 164 if (DEBUG) Log.d(TAG, "resolved to: " + resolvedHeight); 166 if (DEBUG) Log.d(TAG, "bounded to: " + boundedHeight); 203 if (DEBUG) Log.d(TAG, "looking at " + i + 220 if (DEBUG) Log.d(TAG, " found exact match, finishing early"); 237 if (DEBUG) Log.d(TAG, this + " onlayout height: " + (bottom - top)); 245 if (DEBUG) Log.d(TAG, this + " changed children from: " + mLastActive 399 public String debug(String output) { method in class:SizeAdaptiveLayout.LayoutParams [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
Bridge.java | 232 final String debug = System.getenv("DEBUG_LAYOUT"); local 233 if (debug != null && !debug.equals("0") && !debug.equals("false")) { 241 if (debug.equalsIgnoreCase("throw")) {
|
/packages/apps/InCallUI/src/com/android/incallui/ |
InCallActivity.java | 271 decorView.debug();
|
/prebuilts/devtools/tools/lib/ |
commons-logging-1.1.1.jar | |