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

<<11121314151617181920>>

  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiLogger.java 46 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
82 static final void debug(String logMessage, Object... objs) { method in class:HdmiLogger
87 if (DEBUG) {
  /hardware/interfaces/health/2.0/default/
Health.cpp 93 LOG(DEBUG) << "getProperty(" << id << ")"
189 Return<void> Health::debug(const hidl_handle& handle, const hidl_vec<hidl_string>&) { function in class:android::hardware::health::V2_0::implementation::Health
  /hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
HAL.cpp 612 Return<void> HAL::debug function in class:HAL
621 } /* debug */
  /libcore/ojluni/src/main/java/sun/security/jca/
ProviderConfig.java 45 private final static sun.security.util.Debug debug = field in class:ProviderConfig
46 sun.security.util.Debug.getInstance("jca", "ProviderConfig");
178 if (debug != null) {
179 debug.println("Recursion loading provider: " + this);
208 if (debug != null) {
209 debug.println("Loading provider: " + ProviderConfig.this);
227 if (debug != null) {
228 debug.println("Error loading provider " + ProviderConfig.this);
261 if (debug != null)
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
AlgorithmChecker.java 55 import sun.security.util.Debug;
73 private static final Debug debug = Debug.getInstance("certpath"); field in class:AlgorithmChecker
151 if (trustedMatch && debug != null) {
152 debug.println("trustedMatch = true");
169 if (debug != null) {
170 debug.println("AlgorithmChecker.contains: " + cert.getSigAlgName());
376 if (trustedMatch && debug != null) {
377 debug.println("trustedMatch = true")
    [all...]
BasicChecker.java 50 import sun.security.util.Debug;
62 private static final Debug debug = Debug.getInstance("certpath"); field in class:BasicChecker
162 if (debug != null)
163 debug.println("---checking " + msg + "...");
179 if (debug != null)
180 debug.println(msg + " verified.");
190 if (debug != null)
191 debug.println("---checking " + msg + ":" + date.toString() + "...")
    [all...]
CertId.java 60 private static final boolean debug = false; field in class:CertId
104 if (debug) {
166 if (debug) {
ConstraintsChecker.java 40 import sun.security.util.Debug;
55 private static final Debug debug = Debug.getInstance("certpath"); field in class:ConstraintsChecker
138 if (debug != null) {
139 debug.println("---checking " + msg + "...");
147 if (debug != null) {
148 debug.println("prevNC = " + prevNC +
165 if (debug != null)
166 debug.println(msg + " verified.")
    [all...]
ForwardState.java 39 import sun.security.util.Debug;
56 private static final Debug debug = Debug.getInstance("certpath"); field in class:ForwardState
209 if (debug != null) {
210 debug.println("ForwardState.updateState() unexpected "
OCSPRequest.java 79 private static final Debug debug = Debug.getInstance("certpath"); field in class:OCSPRequest
80 private static final boolean dump = debug != null && Debug.isOn("ocsp");
142 debug.println("OCSPRequest bytes...\n\n" +
PKIXCertPathValidator.java 35 import sun.security.util.Debug;
48 private static final Debug debug = Debug.getInstance("certpath"); field in class:PKIXCertPathValidator
85 if (debug != null)
86 debug.println("PKIXCertPathValidator.engineValidate()...");
120 if (debug != null) {
121 debug.println("NO - don't try this trustedCert");
126 if (debug != null) {
127 debug.println("YES - try this trustedCert")
    [all...]
Vertex.java 32 import sun.security.util.Debug;
51 private static final Debug debug = Debug.getInstance("certpath"); field in class:Vertex
141 if (debug != null) {
142 debug.println("Vertex.certToString() unexpected exception");
188 if (debug != null) {
189 debug.println("Vertex.certToString() unexpected exception");
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_pan.cpp 30 #define debug(fmt, ...) \ macro
63 debug("state:%d, local_role:%d, ifname:%s", state, local_role, ifname);
81 debug("state:%d, local_role:%d, remote_role:%d", state, local_role,
116 debug("pan");
177 debug("in");
179 debug("out");
183 debug("in");
186 debug("out");
193 debug("in");
  /packages/apps/Camera2/src/com/android/camera/debug/
Log.java 17 package com.android.camera.debug;
65 if (isLoggable(tag, android.util.Log.DEBUG)) {
71 if (isLoggable(tag, android.util.Log.DEBUG)) {
77 if (isLoggable(tag, android.util.Log.DEBUG)) {
83 if (isLoggable(tag, android.util.Log.DEBUG)) {
101 if (isLoggable(tag, android.util.Log.DEBUG)) {
125 if (isLoggable(tag, android.util.Log.DEBUG)) {
149 if (isLoggable(tag, android.util.Log.DEBUG)) {
173 if (isLoggable(tag, android.util.Log.DEBUG)) {
  /packages/apps/Messaging/src/com/android/messaging/ui/debug/
DebugMmsConfigFragment.java 16 package com.android.messaging.ui.debug;
36 import com.android.messaging.ui.debug.DebugMmsConfigItemView.MmsConfigItemListener;
DebugMmsConfigItemView.java 16 package com.android.messaging.ui.debug;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
Log.java 64 public void debug(Object message) { method in class:Log
69 public void debug(Object message, Throwable t) { method in class:Log
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarSanityChecker.java 45 private static final boolean DEBUG = false;
96 if (DEBUG) {
114 if (DEBUG) {
144 if (DEBUG) {
153 debug("checkLastCheckTime: Last check time not set.");
156 debug("checkLastCheckTime: unlockTime=0."); // This shouldn't happen though.
161 debug("checkLastCheckTime: nowRealtime okay.");
164 debug("checkLastCheckTime: nowRealtime too old");
169 debug("checkLastCheckTime: Last WTF recent, skipping check.");
174 debug("checkLastCheckTime: Last check was recent, okay.")
193 void debug(String message) { method in class:CalendarSanityChecker
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
ContactsDumpActivity.java 17 package com.android.providers.contacts.debug;
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
util.py 45 'sub_debug', 'debug', 'info', 'sub_warning', 'get_logger',
57 DEBUG = 10
71 def debug(msg, *args): function
73 _logger.log(DEBUG, msg, *args)
288 def _exit_function(info=info, debug=debug, _run_finalizers=_run_finalizers,
298 debug('running all "atexit" finalizers with priority >= 0')
321 debug('running the remaining "atexit" finalizers')
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
suite.py 72 def debug(self): member in class:BaseTestSuite
75 test.debug()
88 def run(self, result, debug=False):
107 if not debug:
110 test.debug()
118 def debug(self): member in class:TestSuite
120 debug = _DebugResult()
121 self.run(debug, True)
300 "Used by the TestSuite to hold previous class when running in debug."
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
util.py 45 'sub_debug', 'debug', 'info', 'sub_warning', 'get_logger',
57 DEBUG = 10
71 def debug(msg, *args): function
73 _logger.log(DEBUG, msg, *args)
288 def _exit_function(info=info, debug=debug, _run_finalizers=_run_finalizers,
298 debug('running all "atexit" finalizers with priority >= 0')
321 debug('running the remaining "atexit" finalizers')
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
suite.py 72 def debug(self): member in class:BaseTestSuite
75 test.debug()
88 def run(self, result, debug=False):
107 if not debug:
110 test.debug()
118 def debug(self): member in class:TestSuite
120 debug = _DebugResult()
121 self.run(debug, True)
300 "Used by the TestSuite to hold previous class when running in debug."
  /prebuilts/go/darwin-x86/misc/ios/
go_darwin_arm_exec.go 41 const debug = false const
63 if debug {
126 if !debug {
177 if debug {
226 if err == nil && !debug {
320 "--debug",
331 if debug {
521 if debug {
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
ext_test.go 34 debug = false
207 if debug {
33 debug = false var

Completed in 1456 milliseconds

<<11121314151617181920>>