/external/chromium/chrome/common/ |
profiling.cc | 9 #include "base/debug/profiler.h" 40 base::debug::FlushProfiling(); 78 base::debug::StartProfiling(GetProfileName()); 88 base::debug::StopProfiling(); 93 return base::debug::BeingProfiled();
|
/external/chromium_org/base/debug/ |
proc_maps_linux.h | 15 namespace debug { namespace in namespace:base 87 } // namespace debug
|
/external/chromium_org/chrome/browser/resources/instant/ |
instant.css | 39 .debug { 43 .debug span+span {
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
appengine_main.py | 20 webapp2.WSGIApplication([('/.*', AppEngineHandler)], debug=False).run()
|
/external/chromium_org/content/test/data/indexeddb/ |
database_test.js | 12 debug('Populating object store'); 22 debug('Deleting an object store.');
|
transaction_test.js | 7 debug('The final transaction completed.'); 18 debug('Employee not found.'); 24 debug('The transaction was aborted.'); 43 debug('Added an employee inside the transaction.'); 49 debug('Creating new transaction.'); 65 debug('Creating object store.');
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/ |
main.py | 45 app = webapp2.WSGIApplication(routes, debug=True)
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_screen.h | 53 } debug; member in struct:i915_screen
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prvrsion.h | 74 PRBool debug; /* true if this is a debug component */ member in struct:__anon16219
|
/external/chromium_org/tools/gn/ |
command_gyp.cc | 51 // Groups targets sharing the same label between debug and release. 71 (*correlated)[record->label().GetWithNoToolchain()].debug = record; 99 // Verifies that both debug and release variants match. They can differ only 102 // Check that both debug and release made this target. 103 if (!group.debug || !group.release) { 105 group.debug ? group.debug : group.release; 106 *err = Err(Location(), "The debug and release builds did not both generate " 112 const Target* debug_target = group.debug->item()->AsTarget(); 116 if (group.debug->should_generate() != group.release->should_generate() | [all...] |
/external/llvm/test/Object/ |
coff-archive-short.test | 14 CHECKIDX: 00000000 N .debug$S 21 CHECKIDX: 00000000 N .debug$S
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_screen.h | 53 } debug; member in struct:i915_screen
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
Parser.java | 27 import gov.nist.core.Debug; 55 if (debug) 68 if (debug) 78 if (debug) 99 if (Debug.debug)
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
PChargingFunctionAddressesParser.java | 89 if (debug) 115 if (debug) 122 if (debug) 132 if (debug)
|
PVisitedNetworkIDParser.java | 83 if (debug) 115 if (debug) 123 if (debug) 156 if (debug)
|
/external/openssh/ |
auth2-kbdint.c | 54 debug("keyboard-interactive devs %s", devs);
|
/external/oprofile/libpp/ |
symbol_sort.h | 28 debug, enumerator in enum:sort_options::sort_order
|
/external/v8/src/ |
ic-inl.h | 34 #include "debug.h" 46 Debug* debug = Isolate::Current()->debug(); local 49 if (!debug->has_break_points()) return result; 53 if (debug->IsDebugBreak(Assembler::target_address_at(result))) { 54 // If the call site is a call to debug break then return the address in 83 #ifdef DEBUG
|
/frameworks/base/core/java/android/debug/ |
JNITest.java | 17 package android.debug;
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
Android.mk | 36 LOCAL_MODULE_TAGS := debug
|
/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 */
|
/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
|
/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
|
/external/chromium_org/content/ppapi_plugin/ |
ppapi_plugin_main.cc | 6 #include "base/debug/debugger.h" 70 base::debug::WaitForDebugger(2*60, false); 99 base::debug::TraceLog::GetInstance()->SetProcessName("PPAPI Process"); 100 base::debug::TraceLog::GetInstance()->SetProcessSortIndex(
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
evergreen_compute.h | 56 static bool check_debug = false, debug = false; local 59 debug = debug_get_bool_option("R600_COMPUTE_DEBUG", FALSE); 62 if (debug) {
|