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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/libs/hwui/debug/
ScopedReplaceDriver.h 23 namespace debug { namespace in namespace:android::uirenderer
43 } // namespace debug
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 32 MsgHandler debug(unsigned int pID);
57 inline mcld::MsgHandler mcld::debug(unsigned int pID) { function in class:mcld
58 return getDiagnosticEngine().report(pID, DiagnosticEngine::Debug);
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/
LogHelper.java 16 package com.android.ex.camera2.portability.debug;
  /frameworks/native/cmds/lshal/
DebugCommand.cpp 27 return "debug";
31 return "Debug a specified HAL.";
77 static const std::string debug = local
78 "debug:\n"
79 " lshal debug [-E] <interface> [options [options [...]]] \n"
80 " Print debug information of a specified interface.\n"
81 " -E: excludes debug output if HAL is actually a subclass.\n"
84 " options: space separated options to IBase::debug.\n";
86 mLshal.err() << debug;
  /libcore/ojluni/src/main/java/sun/security/jca/
ProviderList.java 58 final static sun.security.util.Debug debug = field in class:ProviderList
59 sun.security.util.Debug.getInstance("jca", "ProviderList");
192 if (debug != null) {
193 debug.println("provider configuration: " + configList);
276 if (debug != null) {
277 debug.println("Loading all providers");
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
SunCertPathBuilderResult.java 28 import sun.security.util.Debug;
39 * by the algorithm. It also contains the trust anchor and debug information
52 private static final Debug debug = Debug.getInstance("certpath"); field in class:SunCertPathBuilderResult
65 * @param adjList an Adjacency list containing debug information
  /packages/apps/Camera2/src/com/android/camera/debug/
Loggers.java 17 package com.android.camera.debug;
19 import com.android.camera.debug.Log.Tag;
  /packages/apps/Camera2/src_pd/com/android/camera/debug/
LogHelper.java 16 package com.android.camera.debug;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
alisp.h 25 debug: 1; member in struct:alisp_cfg
31 snd_output_t *dout; /* debug output */
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
gcimporter.go 22 const debug = false const
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage.go 5 package debug package
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
gcimporter.go 22 const debug = false const
  /prebuilts/go/linux-x86/src/runtime/debug/
garbage.go 5 package debug package
  /tools/test/connectivity/acts/framework/acts/
tracelogger.py 41 def debug(self, msg, *args, **kwargs): member in class:TraceLogger
43 self._logger.debug("%s %s" % (msg, trace_info), *args, **kwargs)
  /build/make/core/
product-graph.mk 84 define product-debug-filename
88 # Makes a rule for the product debug info
90 define transform-product-debug
92 @echo Product debug info file: $$@
123 $(call product-debug-filename, $(p)): \
127 @echo Product debug html file: $$@
134 $(eval $(call transform-product-debug, $(p))) \
135 $(eval product_debug_files += $(call product-debug-filename, $(p))) \
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/cal10n/
LocLogger.java 86 * Log a localized message at the DEBUG level.
93 public void debug(Enum<?> key, Object... args) { method in class:LocLogger
103 logger.debug(LOCALIZED, translatedMsg, mpo);
  /art/compiler/debug/
elf_debug_writer.cc 23 #include "debug/dwarf/dwarf_constants.h"
24 #include "debug/elf_compilation_unit.h"
25 #include "debug/elf_debug_frame_writer.h"
26 #include "debug/elf_debug_info_writer.h"
27 #include "debug/elf_debug_line_writer.h"
28 #include "debug/elf_debug_loc_writer.h"
29 #include "debug/elf_gnu_debugdata_writer.h"
30 #include "debug/elf_symtab_writer.h"
31 #include "debug/method_debug_info.h"
37 namespace debug { namespace in namespace:art
    [all...]
  /art/compiler/linker/
relative_patcher.h 32 namespace debug { namespace in namespace:art
34 } // namespace debug
122 virtual std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo(
  /device/google/wahoo/vr/
VrDevice.cpp 75 Return<void> VrDevice::debug(const hidl_handle& handle, const hidl_vec<hidl_string>&) { function in class:android::hardware::vr::V1_0::implementation::VrDevice
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pty.py 18 def debug(msg): function
21 def debug(msg): function
67 debug("Calling master_open()")
69 debug("Got master_fd '%d', slave_name '%s'" %
71 debug("Calling slave_open(%r)" % (slave_name,))
73 debug("Got slave_fd '%d'" % slave_fd)
96 debug("Writing to slave_fd")
102 debug("Writing chunked output")
113 debug("calling pty.fork()")
118 debug("Child's fd 1 is not a tty?!")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msisupport.c 4 /* Print a debug message to the installer log file.
5 * To see the debug messages, install with
8 static UINT debug(MSIHANDLE hInstall, LPCSTR msg) function
  /external/ImageMagick/MagickWand/
magick-wand-private.h 69 debug; /* Log calls to MagickWand library */ member in struct:_MagickWand
  /external/google-benchmark/
mingw.py 31 def debug(self, *k, **kw): member in class:EmptyLogger
64 log.debug(' - requesting: %s', url)
109 log.debug('found \'%s\'', path[0])
121 log.debug(' - %r', cmd)
130 log.debug(' - url: %s', url)
131 log.debug(' - location: %s', location)
217 log.debug(' - arch: %s', arch)
218 log.debug(' - threading: %s', threading)
219 log.debug(' - exceptions: %s', exceptions)
220 log.debug(' - revision: %s', revision
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
StringPrepDataReader.java 30 private final static boolean debug = ICUDebug.enabled("NormalizerDataReader"); field in class:StringPrepDataReader
39 if(debug) System.out.println("Bytes in buffer " + bytes.remaining());
44 if(debug) System.out.println("Bytes left in byteBuffer " + byteBuffer.remaining());
  /external/icu/icu4c/source/common/
servrbf.cpp 75 ICUResourceBundleFactory::debug(UnicodeString& result) const function in class:ICUResourceBundleFactory
77 LocaleKeyFactory::debug(result);

Completed in 559 milliseconds

1 2 3 45 6 7 8 91011>>