Searched defs:debug (Results 201 - 225 of 268) sorted by relevance

1234567891011

/external/libxml2/
H A Dxmllint.c126 static int debug = 0; variable
1738 if (debug) {
1917 if ((debug)
2032 if ((debug)
2503 if (!debug) {
2812 if (debug)
2974 printf("\t--debug : dump a debug tree of the in-memory document\n");
2976 printf("\t--debugent : debug the entities defined in the document\n");
2979 printf("\t--debug
[all...]
/external/openssl/apps/
H A Ds_client.c304 BIO_printf(bio_err," -debug - extra output\n");
400 int debug; /* copy from c_debug */ member in struct:srp_arg_st
456 if (srp_arg->debug || srp_arg->msg || srp_arg->amp == 1)
469 if (srp_arg->debug)
728 else if (strcmp(*argv,"-debug") == 0)
1206 srp_arg.debug = c_debug ;
H A Dapps.c1458 static ENGINE *try_load_engine(BIO *err, const char *engine, int debug) argument
1473 ENGINE *setup_engine(BIO *err, const char *engine, int debug) argument
1486 && (e = try_load_engine(err, engine, debug)) == NULL)
1492 if (debug)
/external/openssl/ssl/
H A Dssltest.c300 static int debug=0; variable
326 fprintf(stderr," -d - debug output\n");
561 debug = 0;
616 debug=1;
1077 if (debug)
1274 if (debug)
1307 if (debug)
1334 if (debug)
1360 if (debug)
1390 if (debug)
[all...]
H A Dssl_lib.c2729 ret->debug=s->debug;
3297 void SSL_set_debug(SSL *s, int debug) argument
3299 s->debug = debug;
/external/strace/
H A Dstrace.c88 int debug = 0, followfork = 0; variable
609 if (debug)
821 debug++;
971 if (debug)
1797 if (debug)
2472 if (debug)
2551 if (debug)
2581 if (debug)
/external/v8/src/
H A Dd8.cc52 #include "d8-debug.h"
53 #include "debug.h"
728 // utility, evaluation and debug context can all access each other.
736 i::Debug* debug = i::Isolate::Current()->debug(); local
737 debug->Load();
739 = i::Handle<i::JSObject>(debug->debug_context()->global());
740 utility_context_->Global()->Set(String::New("$debug"),
742 debug->debug_context()->set_security_token(HEAP->undefined_value());
H A Ddebug.h34 #include "debug-agent.h"
45 #include "../include/v8-debug.h"
199 // Linked list holding debug info objects. The debug info objects are kept as
200 // weak handles to avoid a debug info object to keep a function alive.
211 // Global (weak) handle to the debug info object.
221 // This class controls the debug info for all functions which currently have
222 // active breakpoints in them. This debug info is held in the heap root object
269 // Find the builtin to use for invoking the debug break
278 // Check whether a global object is the debug globa
946 Debug* debug = isolate->debug(); local
[all...]
H A Dic.cc343 // Don't clear debug break inline cache as it will remove the break point.
566 Debug* debug = isolate()->debug(); local
567 if (debug->StepInActive()) {
570 debug->HandleStepIn(function, object, fp(), false);
H A Dbootstrapper.cc34 #include "debug.h"
1938 // Expose the debug global object in global if a name for it is specified.
1940 Debug* debug = Isolate::Current()->debug(); local
1943 if (!debug->Load()) return;
1946 // exposing debug global object doesn't make much sense).
1947 debug->debug_context()->set_security_token(
1952 Handle<Object> global_proxy(debug->debug_context()->global_proxy());
H A Disolate.h31 #include "../include/v8-debug.h"
924 Debug* debug() { function in class:v8::internal::Isolate
H A Dliveedit.cc35 #include "debug.h"
1483 isolate->debug()->debug_break_slot()) {
1484 // OK, we can drop debug break slot.
1545 Debug* debug = isolate->debug(); local
1555 if (frame->id() == debug->break_frame_id()) {
1632 debug->FramesHaveBeenDropped(new_id, drop_mode,
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c208 // do anything with debug info (ie. it doesn't call VG_(di_notify_mmap)).
1054 Bool debug = False; local
1056 if (debug)
2570 // debug-only printing
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp709 GOwnPtr<gchar> debug; local
729 gst_message_parse_error(message, &err.outPtr(), &debug.outPtr());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar ... BundleContext inContext org.eclipse.osgi.service.debug.DebugOptions debug public void stop (org.osgi. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-weblogic.jar ... .String[] getCommandLine (boolean, java.io.File) boolean debug java.io.File descriptorFile java.util. ...
/external/kernel-headers/original/asm-arm/arch/
H A Dmux.h100 .debug = debug_status, \
118 .debug = debug_status, \
128 .debug = dbg, \
145 unsigned char debug; member in struct:pin_config
/external/kernel-headers/original/asm-x86/
H A Dvoyager.h312 __u8 debug; member in struct:voyager_bios_info
/external/libvpx/
H A Dvpxenc.c458 int debug; member in struct:EbmlGlobal
598 ebml->debug ? "vpxenc" : "vpxenc" VERSION_STRING);
600 ebml->debug ? "vpxenc" : "vpxenc" VERSION_STRING);
793 Ebml_SerializeUnsigned32(glob, TrackUID, glob->debug ? 0xDEADBEEF : hash);
866 static const arg_def_t debugmode = ARG_DEF("D", "debug", 0,
1205 ebml.debug = 1;
1638 if(!ebml.debug)
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c110 /* The root structure for the entire debug info system. It is a
573 /* The debug info system is driven by notifications that a text
602 /* We're going to read symbols and debug info for the avma
657 new debug information gets loaded. If allow_SkFileV is True, it
658 will try load debug info if the mapping at 'a' belongs to Valgrind;
667 If a call to VG_(di_notify_mmap) causes debug info to be read, then
671 will be one or above. If the returned value is zero, no debug info
683 Bool debug = False; local
691 read debug info. */
695 if (debug)
1722 Bool debug = False; local
2979 Bool debug = False; local
3322 Bool debug = False; local
3447 Bool debug = False; local
[all...]
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c529 Bool debug = (Bool)0; local
539 if (debug) {
556 if (debug) VG_(printf)("ADD %#lx %lu\n", addr, descr->szB);
561 if (debug) {
565 if (debug) {
1124 Bool debug = (Bool)0; local
1127 if (debug) VG_(printf)("MUNMAP %#lx %lu\n", a, len );
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dintermediate.h440 void setDebug(bool d) { debug = d; }
441 bool getDebug() { return debug; }
453 bool debug; member in class:TIntermAggregate
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 2480 milliseconds

1234567891011