HomeSort by relevance Sort by last modified time
    Searched defs:debug (Results 651 - 675 of 1831) sorted by null

<<21222324252627282930>>

  /external/ltp/testcases/network/stress/ns-tools/
ns-traffic.h 48 EXTERN int debug; /* If nonzero, output debug information. */ variable
  /external/lz4/lib/
lz4hc.c 255 static unsigned debug = 0; variable
271 if (debug) printf("literal : %u -- match : %u -- offset : %u\n", (U32)(*ip - *anchor), (U32)matchLength, (U32)(*ip-match));
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qpu_schedule.c 41 static bool debug; variable
900 if (debug) {
924 if (debug) {
    [all...]
  /external/parameter-framework/upstream/tools/coverage/
coverage.py 81 self.debug("New element")
112 self.debug('Child "%s" not found' % childName, logging.ERROR)
114 self.debug("Child list :")
117 self.debug(" - %s" % child)
123 self.debug("new child: " + child.name)
188 self.debug("yelding description")
261 self.debug("operating on self")
273 def debug(self, stringOrFunction, level=logging.DEBUG): member in class:Element
274 """Print a debug line on stderr in tree for
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 240 FILE *debugFile; /* Debug file for dumping packets */
245 int debug; /* Set to log packets sent and received */ member in struct:PPPoEConnectionStruct
  /external/python/cpython2/Lib/logging/
__init__.py 28 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
32 'captureWarnings', 'critical', 'debug', 'disable', 'error',
129 DEBUG = 10
137 DEBUG : 'DEBUG',
144 'DEBUG' : DEBUG,
153 INFO, DEBUG) then you get the corresponding string. If you have
248 # logging.debug("a %(a)d b %(b)s", {'a':1, 'b':2})
364 %(levelno)s Numeric logging level for the message (DEBUG, INFO
1145 def debug(self, msg, *args, **kwargs): member in class:Logger
1434 def debug(self, msg, *args, **kwargs): member in class:LoggerAdapter
1631 def debug(msg, *args, **kwargs): function
    [all...]
  /external/python/cpython2/Lib/unittest/
case.py 395 def debug(self): member in class:TestCase
    [all...]
  /external/python/cpython3/Lib/
nntplib.py 411 debug = set_debuglevel variable in class:_NNTPBase
    [all...]
  /external/python/cpython3/Lib/unittest/
case.py 651 def debug(self): member in class:TestCase
    [all...]
  /external/robolectric/v1/lib/main/
commons-logging-1.1.1.jar 
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
ShadowWrangler.java 30 public boolean debug = false; field in class:ShadowWrangler
83 if (debug) System.out.println("shadow " + realClass + " with " + shadowClass);
167 if (debug)
357 if (debug) {
  /external/scapy/scapy/
automaton.py 503 def parse_args(self, debug=0, store=1, **kargs):
504 self.debug_level=debug
599 def debug(self, lvl, msg): member in class:Automaton
601 log_interactive.debug(msg)
605 self.debug(3,"INTERCEPT: packet intercepted: %s" % pkt.summary())
612 self.debug(3,"INTERCEPT: packet rejected")
616 self.debug(3,"INTERCEPT: packet replaced by: %s" % pkt.summary())
618 self.debug(3,"INTERCEPT: packet accepted")
622 self.debug(3,"SENT : %s" % pkt.summary())
685 self.debug(5, "Trying %s [%s]" % (cond.atmt_type, cond.atmt_condname)
    [all...]
  /external/selinux/checkpolicy/
checkpolicy.c 394 unsigned int binary = 0, debug = 0, cil = 0, conf = 0; local
412 {"debug", no_argument, NULL, 'd'},
443 debug = 1;
675 if (!debug) {
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
VDUBuffer.java 42 /** Enable debug messages. */
43 public final static int debug = 0; field in class:VDUBuffer
478 System.err.println("*** done dumping debug information");
806 if (debug > 0) {
  /external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/decoder/
SkiaPooledImageRegionDecoder.java 60 private static boolean debug = false; field in class:SkiaPooledImageRegionDecoder
97 * Controls logging of debug messages. All instances are affected.
98 * @param debug true to enable debug logging, false to disable.
102 public static void setDebug(boolean debug) {
103 SkiaPooledImageRegionDecoder.debug = debug;
125 debug("Starting lazy init of additional decoders");
135 debug("Starting decoder");
138 debug("Started decoder, took " + (end - start) + "ms")
464 private void debug(String message) { method in class:SkiaPooledImageRegionDecoder
    [all...]
  /external/syslinux/gpxe/src/util/
elf2efi.c 540 * Create debug section
543 * @ret section Debug section
547 struct pe_section *debug; local
552 EFI_IMAGE_DEBUG_DIRECTORY_ENTRY debug; member in struct:__anon38460
560 debug = xmalloc ( sizeof ( *debug ) + section_filesz );
561 memset ( debug, 0, sizeof ( *debug ) + section_filesz );
562 contents = ( void * ) debug->contents;
565 strncpy ( ( char * ) debug->hdr.Name, ".debug"
    [all...]
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
CameraActivity.java 57 private boolean debug = false; field in class:CameraActivity
398 return debug;
415 public void onSetDebug(final boolean debug) {}
420 debug = !debug;
422 onSetDebug(debug);
  /external/testng/src/main/java/org/testng/log4testng/
Logger.java 20 * TRACE, DEBUG, INFO, WARN, ERROR and FATAL.
36 * log4testng.debug=true
38 * # Specifies the root Loggers logging level. Will log DEBUG level and above
39 * log4testng.rootLogger=DEBUG
56 * LOGGER.debug("entering myMethod()");
68 private static final int DEBUG= i++;
84 /** Debug property name in log4testng.properties. */
85 private static final String DEBUG_PROPERTY= PREFIX + "debug";
98 levelNames[DEBUG]= "DEBUG";
127 private static boolean debug= false; field in class:Logger
204 public void debug(Object message) { method in class:Logger
215 public void debug(Object message, Throwable t) { method in class:Logger
    [all...]
  /external/valgrind/coregrind/
m_stacktrace.c 180 const Bool debug = False; local
184 const HChar* unwind_case; // used when debug is True.
189 // 3. Use GDB/vgdb to put a breakpoint where you want to debug the stacktrace
194 // You can also modify the debug dynamically using by using
228 if (debug)
293 if (debug)
316 if (debug) unwind_case = "Ca";
327 if (debug) VG_(printf)(" cache reset as CFI ok then nok\n");
336 if (debug) VG_(printf)(" cache NOINFO fpverif_uregs\n");
369 if (debug) VG_(printf)(" cache FPUNWIND 0\n")
510 const Bool debug = False; local
734 Bool debug = False; local
999 Bool debug = False; local
1145 Bool debug = False; local
1241 Bool debug = False; local
1324 Bool debug = False; local
    [all...]
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
StreamOut.impl.h 544 Return<void> StreamOut::debug(const hidl_handle& fd, const hidl_vec<hidl_string>& options) { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::StreamOut
545 return mStreamCommon->debug(fd, options);
  /libcore/ojluni/src/main/java/sun/security/pkcs/
PKCS9Attribute.java 35 import sun.security.util.Debug;
183 private static final Debug debug = Debug.getInstance("jar"); field in class:PKCS9Attribute
500 if (debug != null) {
501 debug.println("Unsupported signer attribute: " + oid);
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
DistributionPointFetcher.java 35 import sun.security.util.Debug;
54 private static final Debug debug = Debug.getInstance("certpath"); field in class:DistributionPointFetcher
103 if (debug != null) {
104 debug.println("DistributionPointFetcher.getCRLs: Checking "
110 if (debug != null) {
111 debug.println("No CRLDP ext");
126 if (debug != null) {
127 debug.println("Returning " + results.size() + " CRLs")
    [all...]
ForwardBuilder.java 46 import sun.security.util.Debug;
65 private static final Debug debug = Debug.getInstance("certpath"); field in class:ForwardBuilder
113 if (debug != null) {
114 debug.println("ForwardBuilder.getMatchingCerts()...");
148 if (debug != null) {
149 debug.println("ForwardBuilder.getMatchingEECerts()...");
192 if (debug != null) {
193 debug.println("ForwardBuilder.getMatchingCACerts()...")
    [all...]
OCSPResponse.java 134 private static final Debug debug = Debug.getInstance("certpath"); field in class:OCSPResponse
135 private static final boolean dump = debug != null && Debug.isOn("ocsp");
195 debug.println("OCSPResponse bytes...\n\n" +
213 if (debug != null) {
214 debug.println("OCSP response status: " + responseStatus);
243 if (debug != null) {
244 debug.println("OCSP response type: basic")
    [all...]
PolicyChecker.java 40 import sun.security.util.Debug;
74 private static final Debug debug = Debug.getInstance("certpath"); field in class:PolicyChecker
201 if (debug != null) {
202 debug.println("PolicyChecker.checkPolicy() ---checking " + msg
204 debug.println("PolicyChecker.checkPolicy() certIndex = "
206 debug.println("PolicyChecker.checkPolicy() BEFORE PROCESSING: "
208 debug.println("PolicyChecker.checkPolicy() BEFORE PROCESSING: "
210 debug.println("PolicyChecker.checkPolicy() BEFORE PROCESSING:
    [all...]

Completed in 1345 milliseconds

<<21222324252627282930>>