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

<<21222324252627282930>>

  /external/slf4j/slf4j-log4j12/src/test/java/org/slf4j/
InvocationTest.java 63 logger.debug("Hello world.");
76 logger.debug("Hello world 1.");
77 logger.debug("Hello world {}", i1);
78 logger.debug("val={} val={}", i1, i2);
79 logger.debug("val={} val={} val={}", new Object[] { i1, i2, i3 });
81 logger.debug("Hello world 2", e);
96 logger.debug(null);
102 logger.debug(null, e);
115 logger.debug(msg, parameters);
125 logger.debug(blue, "hello")
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
X86Disassembler.cpp 25 #include "llvm/Support/Debug.h"
45 #define debug(s) DEBUG(x86DisassemblerDebug(__FILE__, __LINE__, s)); macro
268 debug("A R/M register operand may not have a SIB byte");
274 debug("Unexpected EA base register");
277 debug("EA_BASE_NONE for ModR/M base");
282 debug("A R/M register operand may not have a base; "
326 debug("Unexpected sibBase");
341 debug("Unexpected sibIndex");
359 debug("EA_BASE_NONE and EA_DISP_NONE for ModR/M base")
    [all...]
  /external/tensorflow/tensorflow/contrib/specs/python/
specs_ops.py 69 debug = specs_lib.debug variable
  /external/v8/src/base/debug/
stack_trace_posix.cc 8 #include "src/base/debug/stack_trace.h"
47 namespace debug { namespace in namespace:v8::base
77 // "out/Debug/base_unittests(_ZN10StackTraceC1Ev+0x20) [0x817778c]"
79 // "out/Debug/base_unittests(StackTrace::StackTrace()+0x20) [0x817778c]"
261 debug::StackTrace().Print();
318 // #20 0x0000000000752a54 in base::debug::StackTrace::StackTrace
319 // at base/debug/stack_trace_posix.cc:175
458 } // namespace debug
  /external/vboot_reference/host/include/
cgpt_params.h 54 int debug; member in struct:CgptShowParams
  /external/vixl/test/
test-runner.h 49 static bool debug() { return debug_; } function in class:vixl::Test
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DeviceAdminServiceController.java 49 static final boolean DEBUG = false; // DO NOT MERGE WITH TRUE.
60 static void debug(String format, Object... args) { method in class:DeviceAdminServiceController
61 if (!DEBUG) {
150 debug("Owner package %s on u%d has no service.",
162 debug("Disconnecting from existing service connection.",
167 debug("Owner package %s on u%d has service %s for %s",
200 debug("Stopping service for u%d if already running for %s.",
  /frameworks/compile/mclinker/include/mcld/Script/
FlexLexer.h 97 int debug() const { return yy_flex_debug; } function in class:FlexLexer
104 int yy_flex_debug; // only has effect with -d or "%option debug"
  /frameworks/native/opengl/tools/glgen2/registry/
genheaders.py 27 # debug - start header generation in debugger
35 debug = False variable
52 if (arg == '-debug'):
53 write('Enabling debug (-debug)', file=sys.stderr)
54 debug = True variable
570 if (debug):
  /hardware/google/av/codec2/hidl/1.0/utils/
ComponentStore.cpp 310 // Debug dump
354 Return<void> ComponentStore::debug( function in class:hardware::google::media::c2::V1_0::utils::ComponentStore
357 LOG(INFO) << "debug -- dumping...";
360 LOG(ERROR) << "debug -- dumping failed -- "
421 PLOG(WARNING) << "debug -- dumping failed -- write()";
423 LOG(INFO) << "debug -- dumping succeeded";
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
Device.impl.h 305 return debug(fd, {});
309 Return<void> Device::debug(const hidl_handle& fd, const hidl_vec<hidl_string>& /* options */) { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::Device
PrimaryDevice.impl.h 305 Return<void> PrimaryDevice::debug(const hidl_handle& fd, const hidl_vec<hidl_string>& options) { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::PrimaryDevice
306 return mDevice->debug(fd, options);
Stream.impl.h 310 Return<void> Stream::debug(const hidl_handle& fd, const hidl_vec<hidl_string>& /* options */) { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::Stream
319 return debug(fd, {} /* options */);
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 47 /** <p>Debug flag to trace loading process.</p> */
48 private static boolean debug = false; field in class:FactoryFinder
63 if (debug) debugPrintln("Read properties file " + f);
67 if (debug) {
85 String val = System.getProperty("jaxp.debug");
86 // Allow simply setting the prop to turn on debug
87 debug = val != null && (! "false".equals(val));
98 if (debug) {
121 if (debug) debugPrintln(
129 if (debug) debugPrintln
    [all...]
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 48 /** debug support code. */
49 private static boolean debug = false; field in class:SchemaFactoryFinder
64 if (debug) debugPrintln("Read properties file " + f);
68 if (debug) {
82 String val = System.getProperty("jaxp.debug");
83 // Allow simply setting the prop to turn on debug
84 debug = val != null && (! "false".equals(val));
88 * <p>Conditional debug printing.</p>
93 if (debug) {
116 if( debug ) {
    [all...]
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 44 /** debug support code. */
45 private static boolean debug = false; field in class:XPathFactoryFinder
53 String val = System.getProperty("jaxp.debug");
54 // Allow simply setting the prop to turn on debug
55 debug = val != null && (! "false".equals(val));
71 if (debug) debugPrintln("Read properties file " + f);
75 if (debug) {
84 * <p>Conditional debug printing.</p>
89 if (debug) {
112 if (debug) {
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
JarURLConnection.java 50 private static final boolean debug = false; field in class:JarURLConnection
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
Builder.java 36 import sun.security.util.Debug;
56 private static final Debug debug = Debug.getInstance("certpath"); field in class:Builder
148 if (debug != null) {
149 debug.println("Builder.distance(): Names are different types");
153 if (debug != null) {
154 debug.println("Builder.distance(): Names are same type but " +
195 if (debug != null) {
196 debug.println("Builder.hops(): Names are different types")
    [all...]
OCSP.java 47 import sun.security.util.Debug;
71 private static final Debug debug = Debug.getInstance("certpath"); field in class:OCSP
220 if (debug != null) {
221 debug.println("connecting to OCSP service at: " + url);
237 if (debug != null &&
239 debug.println("Received HTTP error: " + con.getResponseCode()
PKIX.java 34 import sun.security.util.Debug;
42 private static final Debug debug = Debug.getInstance("certpath"); field in class:PKIX
261 if (debug != null) {
262 debug.println("BuilderParams.getTargetSubjectDN: " +
RevocationChecker.java 49 import sun.security.util.Debug;
53 private static final Debug debug = Debug.getInstance("certpath"); field in class:RevocationChecker
159 if (debug != null) {
160 debug.println("RevocationChecker: " +
287 if (debug != null) {
288 debug.println("CertStore exception:" + e);
346 if (debug != null) {
347 debug.println("RevocationChecker.check: checking cert"
    [all...]
URICertStore.java 59 import sun.security.util.Debug;
91 private static final Debug debug = Debug.getInstance("certpath"); field in class:URICertStore
191 if (debug != null) {
192 debug.println("CertStore URI:" + params.uri);
199 if (debug != null) {
200 debug.println("URICertStore.getInstance: cache hit");
224 if (debug != null) {
225 debug.println("exception creating CertStore: " + ex)
    [all...]
  /libcore/ojluni/src/main/java/sun/security/util/
DisabledAlgorithmConstraints.java 49 private static final Debug debug = Debug.getInstance("certpath"); field in class:DisabledAlgorithmConstraints
249 if (debug != null) {
250 debug.println("Constraints: " + constraintEntry);
281 if (debug != null) {
282 debug.println("Constraints set to keySize: " +
290 if (debug != null) {
291 debug.println("Constraints set to jdkCA.");
333 if (debug != null)
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
CertificateExtensions.java 58 private static final Debug debug = Debug.getInstance("x509"); field in class:CertificateExtensions
126 if (debug != null) {
127 debug.println("Error parsing extension: " + ext);
  /packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java 44 static final boolean debug = false; field in class:GoogleCalendarUriIntentFilter
72 if (debug) Log.d(TAG, "eid=" + eidParam );
78 if (debug) Log.d(TAG, "decoded eid=" + new String(decodedBytes) );
120 if (debug) Log.d(TAG, "eid= " + eid );
121 if (debug) Log.d(TAG, "email= " + email );
122 if (debug) Log.d(TAG, "domain=" + domain );
150 if (debug) Log.d(TAG, "eidParts=" + syncId + "/" + ownerAccount);
154 if (debug) Log.d(TAG, "selection: " + selection);
158 if (debug) Log.d(TAG, "Found: " + eventCursor.getCount());
174 if (debug) Log.d(TAG, "_id: " + eventCursor.getLong(EVENT_INDEX_ID))
    [all...]

Completed in 1415 milliseconds

<<21222324252627282930>>