Searched defs:Debug (Results 76 - 100 of 122) sorted by relevance

12345

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb7 module Debug module in class:ANTLR3
10 =begin rdoc ANTLR3::Debug::EventSocketProxy
257 =begin rdoc ANTLR3::Debug::RemoteEventSocketListener
359 end # module Debug
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddebug.rb39 =begin rdoc ANTLR3::Debug
45 module Debug module in class:ANTLR3
97 =begin rdoc ANTLR3::Debug::RecognizerSharedState
99 ANTLR3::Debug::RecognizerSharedState is identical to
136 =begin rdoc ANTLR3::Debug::ParserEvents
162 options[ :state ] ||= Debug::RecognizerSharedState.new
164 if @input.is_a?( Debug::TokenStream )
167 @input = Debug::TokenStream.wrap( @input, @debug_listener )
286 =begin rdoc ANTLR3::Debug::TokenStream
290 not already a Debug
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h48 unsigned Debug:2; member in struct:radeon_compiler
147 int dump; /* Dump the program if Debug == 1? */
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILDeviceInfo.h52 // Debug mode implies that no hardware features or optimizations
55 Debug = 0x12, // Debug mode is enabled. enumerator in enum:llvm::AMDGPUDeviceInfo::Caps
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h48 unsigned Debug:2; member in struct:radeon_compiler
147 int dump; /* Dump the program if Debug == 1? */
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILDeviceInfo.h52 // Debug mode implies that no hardware features or optimizations
55 Debug = 0x12, // Debug mode is enabled. enumerator in enum:llvm::AMDGPUDeviceInfo::Caps
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventSocketProxy.cs35 namespace Antlr.Runtime.Debug {
H A DProfiler.cs35 namespace Antlr.Runtime.Debug {
38 using Antlr.Runtime.Debug.Misc;
/external/chromium_org/third_party/re2/re2/
H A Dnfa.cc54 static const int Debug = 0; member in class:re2::NFA
210 if (Debug)
270 if (Debug)
453 if (Debug) {
501 if (Debug) {
591 if (Debug)
611 if (Debug)
689 if (NFA::Debug)
H A Donepass.cc63 static const int Debug = 0; member in namespace:re2
451 if (Debug)
473 if (Debug) {
493 if (Debug) {
525 if (Debug) {
539 if (Debug) {
555 if (Debug) { // For debugging, dump one-pass NFA to LOG(ERROR).
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-scopes.js32 // Get the Debug object exposed from the debug context global object.
33 var Debug = debug.Debug; variable
44 // Debug event listener which delegates.
47 if (event == Debug.DebugEvent.Break) {
58 Debug.setListener(listener);
/external/libunwind/include/
H A Dlibunwind_i.h280 # define Debug(level, format, ...) \ macro
291 # define Debug(level,format...) \ macro
309 # define Debug(level,format...) macro
/external/lldb/source/Core/
H A DLog.cpp173 Log::Debug (const char *format, ...) function in class:Log
/external/regex-re2/re2/
H A Dnfa.cc54 static const int Debug = 0; member in class:re2::NFA
210 if (Debug)
270 if (Debug)
453 if (Debug) {
501 if (Debug) {
591 if (Debug)
611 if (Debug)
689 if (NFA::Debug)
H A Donepass.cc63 static const int Debug = 0; member in namespace:re2
451 if (Debug)
473 if (Debug) {
493 if (Debug) {
525 if (Debug) {
539 if (Debug) {
555 if (Debug) { // For debugging, dump one-pass NFA to LOG(ERROR).
/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h37 Debug = 0x80, enumerator in enum:llvm::RegState::__anon25486
76 flags & RegState::Debug,
357 .addReg(Reg, RegState::Debug)
363 .addReg(Reg, RegState::Debug)
364 .addReg(0U, RegState::Debug)
407 return B ? RegState::Debug : 0;
/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp90 void MCObjectStreamer::EmitCFISections(bool EH, bool Debug) { argument
91 MCStreamer::EmitCFISections(EH, Debug);
93 EmitDebugFrame = Debug;
/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp25 #include "llvm/Support/Debug.h"
42 void llvm::X86Disassembler::Debug(const char *file, unsigned line, function in class:llvm::X86Disassembler
53 #define debug(s) DEBUG(Debug(__FILE__, __LINE__, s));
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp46 #include "llvm/Support/Debug.h"
764 char Debug = (Type == SymbolRef::ST_Debug || Type == SymbolRef::ST_File) local
781 << Debug // Debugging (d) or dynamic (D) symbol.
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DProfiler.cs33 namespace Antlr.Runtime.Debug
37 using Antlr.Runtime.Debug.Misc;
/external/chromium_org/v8/src/
H A Ddebug.h59 // Must match Debug.BreakPositionAlignment in debug-debugger.js
202 class MessageImpl: public v8::Debug::Message {
216 v8::Debug::ClientData* client_data);
218 // Implementation of interface v8::Debug::Message.
227 virtual v8::Debug::ClientData* GetClientData() const;
237 v8::Debug::ClientData* client_data);
240 DebugEvent event_; // Debug event causing the break.
245 v8::Debug::ClientData* client_data_; // Client data passed with the request.
250 class EventDetailsImpl : public v8::Debug::EventDetails {
256 v8::Debug
343 class Debug { class in namespace:v8::internal
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_media_task.c1277 static UINT16 Debug = 0; local
1278 APPL_TRACE_DEBUG("btif_media_task_aa_handle_timer: %d", Debug++);
1308 static UINT16 Debug = 0; local
1309 APPL_TRACE_DEBUG("btif_media_task_aa_handle_uipc_rx_rdy: %d", Debug++);
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api_browsertest.cc156 std::string Debug() { function in class:extensions::__anon3693::DownloadsEventsListener::Event
222 LOG(INFO) << "Caught " << (*iter)->Debug();
226 LOG(INFO) << "Timed out waiting for " << waiting_for_->Debug();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DConsoleModel.js429 Debug: "debug"
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64-inl.h526 void MacroAssembler::Debug(const char* message, uint32_t code, Instr params) { function in class:v8::internal::MacroAssembler

Completed in 3464 milliseconds

12345