/external/chromium_org/third_party/icu/source/common/ |
servlkf.cpp | 127 LocaleKeyFactory::debug(UnicodeString& result) const function in class:LocaleKeyFactory
|
/external/chromium_org/third_party/libxml/src/ |
testXPath.c | 44 static int debug = 0; variable 155 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug"))) 156 debug++; 198 printf("Usage : %s [--debug] [--copy] stringsorfiles ...\n", 201 printf("\t--debug : dump a debug version of the result\n"); 206 printf("\t--expr : debug XPath expressions only\n"); 224 printf("%s : XPath/Debug support not compiled in\n", argv[0]);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_state.c | 126 boolean debug = TRUE; local 134 if (debug) { 135 /* Debug version which enforces various sanity checks on the
|
/external/chromium_org/v8/test/webkit/resources/ |
standalone-pre.js | 38 function debug(msg) function 100 debug("WARN: shouldBe() expects string arguments"); 128 debug("WARN: shouldBeEqualToString() expects string arguments"); 181 debug("\nTEST COMPLETE\n");
|
/external/icu4c/common/ |
servlk.cpp | 159 LocaleKey::debug(UnicodeString& result) const function in class:LocaleKey 161 ICUServiceKey::debug(result);
|
servlkf.cpp | 127 LocaleKeyFactory::debug(UnicodeString& result) const function in class:LocaleKeyFactory
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/ |
Arrow.java | 32 package com.jme3.scene.debug; 42 * The <code>Arrow</code> debug shape represents an arrow.
|
Grid.java | 33 package com.jme3.scene.debug; 50 * Creates a grid debug shape.
|
SkeletonPoints.java | 33 package com.jme3.scene.debug;
|
WireBox.java | 33 package com.jme3.scene.debug;
|
/external/jmonkeyengine/engine/src/test/jme3test/light/ |
TestTangentGenBadUV.java | 72 Geometry debug = new Geometry( local 73 "Debug Teapot", 77 debug.setMaterial(debugMat); 78 debug.setCullHint(Spatial.CullHint.Never); 79 debug.getLocalTranslation().set(teapot.getLocalTranslation()); 80 debug.getLocalScale().set(teapot.getLocalScale()); 81 rootNode.attachChild(debug);
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_state.c | 126 boolean debug = TRUE; local 134 if (debug) { 135 /* Debug version which enforces various sanity checks on the
|
/external/nist-sip/java/gov/nist/core/ |
ParserCore.java | 41 public static final boolean debug = Debug.parserDebug; field in class:ParserCore 49 if (debug) dbg_enter("nameValue"); 94 if (debug) dbg_leave("nameValue"); 105 if (debug) { 119 if (debug) { 136 if (debug) { 137 Debug.println(rule +" " + lexer.peekLine());
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-amd64-linux.c | 207 static const Bool debug = False; local 279 if (debug) 297 if (debug) [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_config.h | 42 * operations, each component writes its log or debug into the 58 /* debug interface */ 60 unsigned long debug; /* debug flag - will print some events, member in struct:PERF_Config 62 unsigned long detailed_debug; /* debug flag - will print ALL events */
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserPreferencesPage.java | 57 Header debug = new Header(); local 58 debug.title = getText(R.string.pref_development_title); 59 debug.fragment = DebugPreferencesFragment.class.getName(); 60 target.add(debug);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/ |
DumpFileProvider.java | 17 package com.android.providers.contacts.debug;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_ccompiler.py | 9 from distutils import debug namespace 19 def find_library_file(self, dirs, lib, debug=0): 49 debug.DEBUG = True 56 debug.DEBUG = False
|
test_cmd.py | 9 from distutils import debug namespace 114 debug.DEBUG = True 121 debug.DEBUG = False
|
test_filelist.py | 5 from distutils import debug namespace 109 debug.DEBUG = True 115 debug.DEBUG = False
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pipes.py | 104 def debug(self, flag): member in class:Template 105 """t.debug(flag) turns debugging on or off."""
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pty.py | 20 def debug(msg): function 23 def debug(msg): function 69 debug("Calling master_open()") 71 debug("Got master_fd '%d', slave_name '%s'" % 73 debug("Calling slave_open(%r)" % (slave_name,)) 75 debug("Got slave_fd '%d'" % slave_fd) 98 debug("Writing to slave_fd") 104 debug("Writing chunked output") 115 debug("calling pty.fork()") 120 debug("Child's fd 1 is not a tty?!" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_ccompiler.py | 9 from distutils import debug namespace 19 def find_library_file(self, dirs, lib, debug=0): 49 debug.DEBUG = True 56 debug.DEBUG = False
|
test_cmd.py | 9 from distutils import debug namespace 114 debug.DEBUG = True 121 debug.DEBUG = False
|
test_filelist.py | 5 from distutils import debug namespace 109 debug.DEBUG = True 115 debug.DEBUG = False
|