Home
last modified time | relevance | path

Searched defs:debug (Results 1 – 25 of 172) sorted by relevance

1234567

/aosp12/system/unwinding/libunwindstack/tests/
H A DGlobalDebugImplTest.cpp37 GlobalDebugImpl<Elf, uint64_t, Uint64_P> debug(ARCH_X86_64, memory, libs, nullptr); in TEST() local
46 GlobalDebugImpl<Elf, uint64_t, Uint64_P> debug(ARCH_ARM64, memory, libs, nullptr); in TEST() local
/aosp12/bionic/libc/malloc_debug/
H A DOptionData.h36 explicit OptionData(DebugData* debug) : debug_(debug) {} in OptionData()
/aosp12/system/nfc/src/fuzzers/
H A Dfuzz.sh123 function debug() { function
/aosp12/hardware/google/pixel/vibrator/common/
H A DHardwareBase.cpp47 void HwApiBase::debug(int fd) { in debug() function in aidl::android::hardware::vibrator::HwApiBase
96 void HwCalBase::debug(int fd) { in debug() function in aidl::android::hardware::vibrator::HwCalBase
/aosp12/art/compiler/debug/
H A Dsrc_map_elem_test.cc24 namespace debug { namespace
/aosp12/hardware/google/graphics/common/libhwjpeg/
H A DAppMarkerWriter.cpp52 CAppMarkerWriter::CAppMarkerWriter(char *base, exif_attribute_t *exif, debug_attribute_t *debug) in CAppMarkerWriter()
544 bool UpdateDebugData(char *jpeg, size_t jpeglen, debug_attribute_t *debug) // include/ExynosExif.h in UpdateDebugData()
671 void ExtractDebugAttributeInfo(debug_attribute_t *debug, extra_appinfo_t *extra) in ExtractDebugAttributeInfo()
/aosp12/frameworks/native/cmds/lshal/
H A DDebugCommand.cpp77 static const std::string debug = in usage() local
H A DWaitCommand.cpp74 static const std::string debug = in usage() local
/aosp12/hardware/interfaces/health/storage/1.0/default/
H A DStorage.cpp44 Return<void> Storage::debug(const hidl_handle& handle, const hidl_vec<hidl_string>&) { in debug() function in android::hardware::health::storage::V1_0::implementation::Storage
/aosp12/frameworks/base/core/java/android/service/autofill/augmented/
H A DIAugmentedAutofillService.aidl35 void onConnected(boolean debug, boolean verbose); in onConnected()
/aosp12/frameworks/base/cmds/incident_helper/src/parsers/
H A DEventLogTagsParser.cpp35 string debug = line; in Parse() local
/aosp12/frameworks/native/opengl/tools/glgen2/registry/
H A Dgenheaders.py35 debug = False variable
54 debug = True variable
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h57 inline mcld::MsgHandler mcld::debug(unsigned int pID) { in debug() function
/aosp12/system/bt/gd/packet/parser/
H A Dlogging.h40 …LogMessage(bool debug, std::initializer_list<const Loggable*> tokens) : debug_(debug), tokens_(tok… in LogMessage()
/aosp12/hardware/google/pixel/vibrator/cs40l26/
H A DHardware.h53 void debug(int fd) override { HwApiBase::debug(fd); } in debug() function
129 void debug(int fd) override { HwCalBase::debug(fd); } in debug() function
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/bin/data/
H A Dwidget.json2 "debug": "on", string
/aosp12/frameworks/base/core/java/android/service/contentcapture/
H A DIContentCaptureService.aidl38 void onConnected(IBinder callback, boolean verbose, boolean debug); in onConnected()
/aosp12/hardware/interfaces/audio/common/7.0/example/
H A DEffectsFactory.cpp69 Return<void> EffectsFactory::debug(const hidl_handle& fd, const hidl_vec<hidl_string>& options) { in debug() function in android::hardware::audio::effect::V7_0::implementation::EffectsFactory
/aosp12/hardware/google/pixel/vibrator/drv2624/
H A DHardware.h53 void debug(int fd) override { HwApiBase::debug(fd); } in debug() function
143 void debug(int fd) override { HwCalBase::debug(fd); } in debug() function
/aosp12/art/tools/dexfuzz/src/dexfuzz/
H A DLog.java44 public static void debug(String msg) { in debug() method in Log
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/
H A DBTAudioEventLogger.java66 public synchronized void logd(boolean debug, String tag, String msg) { in logd()
/aosp12/frameworks/base/cmds/idmap2/libidmap2/
H A DPrettyPrintVisitor.cpp45 const std::string& debug = header.GetDebugInfo(); in visit() local
/aosp12/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
H A DBinderHealth.h84 Return<void> debug(const hidl_handle& fd, const hidl_vec<hidl_string>& args) override { in debug() function
/aosp12/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DLog.java30 public void debug(String format, Object... args) { in debug() method in Log
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DDrmFactory.cpp94 Return<void> DrmFactory::debug(const hidl_handle& fd, const hidl_vec<hidl_string>& /*args*/) { in debug() function in android::hardware::drm::V1_4::clearkey::DrmFactory

1234567