HomeSort by relevance Sort by last modified time
    Searched defs:debug (Results 576 - 600 of 742) sorted by null

<<21222324252627282930

  /dalvik/dx/etc/
jasmin.jar 
  /external/grub/stage2/
builtins.c 56 /* True when the debug mode is turned on, and false
58 int debug = 0; variable
481 /* This function could be used to debug new filesystem code. Put a file
746 /* debug */
750 if (debug)
752 debug = 0;
753 grub_printf (" Debug mode is turned off\n");
757 debug = 1;
758 grub_printf (" Debug mode is turned on\n");
766 "debug",
    [all...]
  /external/icu4c/i18n/
decimfmt.cpp 208 #define debug(x) printf("%s:%d: %s\n", __FILE__,__LINE__, x); macro
213 #define debug(x)
812 debug("NumberFormat::!=");
819 debug("Pos Prefix !=");
826 debug("Pos Suffix !=");
833 debug("Neg Prefix ");
835 debug("NULL(");
837 debug(")");
841 debug(" != ");
843 debug("NULL(")
    [all...]
  /external/iproute2/include/linux/
pkt_sched.h 340 __u32 debug; /* debug flags */ member in struct:tc_htb_glob
  /external/kernel-headers/original/linux/
hid.h 509 unsigned short debug; member in struct:hid_device
  /external/qemu/android/config/linux-x86/linux/
kvm.h 150 } debug; member in union:kvm_run::__anon24647
  /external/qemu/android/config/linux-x86_64/linux/
kvm.h 150 } debug; member in union:kvm_run::__anon24669
  /external/v8/test/cctest/
test-debug.cc 37 #include "debug.h"
51 using ::v8::internal::Debug;
146 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug(); local
147 // Expose the debug context global object in the global object for testing.
148 debug->Load();
149 debug->debug_context()->set_security_token(
155 FACTORY->LookupAsciiSymbol("debug");
157 Handle<Object>(debug->debug_context()->global_proxy()), DONT_ENUM
201 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug(); local
285 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug(); local
346 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug(); local
373 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug(); local
385 Debug* debug = Isolate::Current()->debug(); local
490 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug(); local
655 Debug* debug = v8::internal::Isolate::Current()->debug(); local
766 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug(); local
826 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug(); local
853 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug(); local
872 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug(); local
899 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug(); local
930 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug(); local
956 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug(); local
982 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug(); local
6448 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug(); local
6495 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug(); local
6918 v8::internal::Debug* debug = v8::internal::Isolate::Current()->debug(); local
    [all...]
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 84 static final String RENDER_DIRTY_REGIONS_PROPERTY = "debug.hwui.render_dirty_regions";
105 public static final String PROFILE_PROPERTY = "debug.hwui.profile";
135 static final String PROFILE_MAXFRAMES_PROPERTY = "debug.hwui.profile.maxframes";
138 * System property used to debug EGL configuration choice.
144 static final String PRINT_CONFIG_PROPERTY = "debug.hwui.print_config";
155 public static final String DEBUG_DIRTY_REGIONS_PROPERTY = "debug.hwui.show_dirty_regions";
167 "debug.hwui.show_layers_updates";
179 public static final String DEBUG_OVERDRAW_PROPERTY = "debug.hwui.overdraw";
198 * Turn on to debug non-rectangular clip operations.
201 * "hide", to disable this debug mod
1159 final String debug = SystemProperties.get(PRINT_CONFIG_PROPERTY, ""); local
    [all...]
  /ndk/build/core/
definitions.mk     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 2116 public void debug(int depth) { method in class:ViewGroupTest.MockViewGroup
    [all...]
  /external/chromium_org/v8/test/cctest/
test-debug.cc 37 #include "debug.h"
58 using ::v8::internal::Debug;
163 v8::internal::Debug* debug = isolate->debug(); local
164 // Expose the debug context global object in the global object for testing.
165 debug->Load();
166 debug->debug_context()->set_security_token(
172 factory->InternalizeOneByteString(STATIC_ASCII_VECTOR("debug"));
174 Handle<Object>(debug->debug_context()->global_proxy(), isolate)
224 v8::internal::Debug* debug = isolate->debug(); local
314 v8::internal::Debug* debug = isolate->debug(); local
380 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
412 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
424 Debug* debug = CcTest::i_isolate()->debug(); local
529 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
696 Debug* debug = isolate->debug(); local
808 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
871 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
899 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
917 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
944 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
973 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
998 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
1026 v8::internal::Debug* debug = isolate->debug(); local
6693 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
6743 v8::internal::Debug* debug = local
7207 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 3 /*--- Reading of syms & debug info from PDB-format files. ---*/
66 The CodeView debug info entries contain virtual addresses
70 The second type of debug info (FPOs) contain VAs relative
1215 Bool debug = di->trace_symtab; local
1539 Bool debug = di->trace_symtab; local
1702 Bool debug = di->trace_symtab; local
1832 Bool debug = di->trace_symtab; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 2908 def debug(self, boolean=None): member in class:Text
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 2908 def debug(self, boolean=None): member in class:Text
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
  /build/core/
definitions.mk     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromePageScript.js 1 var goog=goog||{};goog.global=this;goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)a.length||void 0===b?c=c[d]?c[d]:c[d]={}:c[d]=b};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.provide=function(a){goog.exportPath_(a)};
2 goog.setTestOnly=function(a){if(!goog.DEBUG)throw a=a||"",Error("Importing test-only code into non-debug environment"+a?": "+a:".");};goog.getObjectByName=function(a,b){for(var c=a.split("."),d=b||goog.global,e;e=c.shift();)if(goog.isDefAndNotNull(d[e]))d=d[e];else return null;return d};goog.globalize=function(a,b){var c=b||goog.global,d;for(d in a)c[d]=a[d]};
4 goog.abstractMethod=function(){throw Error("unimplemented abstract method");};goog.addSingletonGetter=function(a){a.getInstance=function(){if(a.instance_)return a.instance_;goog.DEBUG&&(goog.instantiatedSingletons_[goog.instantiatedSingletons_.length]=a);return a.instance_=new a}};goog.instantiatedSingletons_=[];goog.DEPENDENCIES_ENABLED=!1;
19 goog.base=function(a,b,c){var d=arguments.callee.caller;if(goog.DEBUG&&!d)throw Error("arguments.caller not defined. goog.base() expects not to be running in strict mode. See http://www.ecma-international.org/ecma-262/5.1/#sec-C");if(d.superClass_)return d.superClass_.constructor.apply(a,Array.prototype.slice.call(arguments,1));for(var e=Array.prototype.slice.call(arguments,2),f=!1,g=a.constructor;g;g=g.superClass_&&g.superClass_.constructor)if(g.prototype[b]===d)f=!0;else if(f)return g.prototype[b].apply(a,
24 cvox.ChromeVox.storeOn=function(a){a.isStickyOn=cvox.ChromeVox.isStickyOn;cvox.ChromeVox.navigationManager.storeOn(a)};cvox.ChromeVox.readFrom=function(a){cvox.ChromeVox.isStickyOn=a.isStickyOn;cvox.ChromeVox.navigationManager.readFrom(a)};cvox.Cursor=function(a,b,c){this.node=a;this.index=b;this.text=c};cvox.Cursor.prototype.clone=function(){return new cvox.Cursor(this.node,this.index,this.text)};cvox.Cursor.prototype.copyFrom=function(a){this.node=a.node;this.index=a.index;this.text=a.text};cvox.Cursor.prototype.equals=function(a){return this.node==a.node&&this.index==a.index&&this.text==a.text};goog.debug={};goog.debug.Error=function(a){if(Error.captureStackTrace)Error.captureStackTrace(this,goog.debug.Error);else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))};goog.inherits(goog.debug.Error,Error);goog.debug.Error.prototype.name="CustomError";goog.dom={};goog.dom.NodeType={ELEMENT:1,ATTRIBUTE:2,TEXT:3,CDA (…)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-oro.jar 

Completed in 707 milliseconds

<<21222324252627282930