Home
last modified time | relevance | path

Searched defs:hardware (Results 1 – 22 of 22) sorted by relevance

/external/lldb/source/Breakpoint/
DStoppointLocation.cpp23 StoppointLocation::StoppointLocation (break_id_t bid, addr_t addr, bool hardware) : in StoppointLocation()
33 …pointLocation::StoppointLocation (break_id_t bid, addr_t addr, uint32_t byte_size, bool hardware) : in StoppointLocation()
DWatchpoint.cpp30 …point (Target& target, lldb::addr_t addr, uint32_t size, const ClangASTType *type, bool hardware) : in Watchpoint()
DBreakpointLocation.cpp42 bool hardware in BreakpointLocation()
/external/chromium_org/chrome/browser/metrics/
Dchromeos_metrics_provider.cc73 void WriteExternalTouchscreensProto(SystemProfileProto::Hardware* hardware) { in WriteExternalTouchscreensProto()
161 metrics::SystemProfileProto::Hardware* hardware = in ProvideSystemProfileMetrics() local
210 metrics::SystemProfileProto::Hardware* hardware = in WriteBluetoothProto() local
/external/chromium_org/components/metrics/gpu/
Dgpu_metrics_provider.cc42 void WriteScreenDPIInformationProto(SystemProfileProto::Hardware* hardware) { in WriteScreenDPIInformationProto()
67 SystemProfileProto::Hardware* hardware = in ProvideSystemProfileMetrics() local
Dgpu_metrics_provider_unittest.cc60 const metrics::SystemProfileProto::Hardware& hardware = in TEST_F() local
/external/lldb/tools/debugserver/source/
DDNBBreakpoint.cpp23 DNBBreakpoint::DNBBreakpoint(nub_addr_t addr, nub_size_t byte_size, bool hardware) : in DNBBreakpoint()
77 DNBBreakpointList::Add(nub_addr_t addr, nub_size_t length, bool hardware) in Add()
DDNB.cpp905 DNBBreakpointSet (nub_process_t pid, nub_addr_t addr, nub_size_t size, nub_bool_t hardware) in DNBBreakpointSet()
927 …et (nub_process_t pid, nub_addr_t addr, nub_size_t size, uint32_t watch_flags, nub_bool_t hardware) in DNBWatchpointSet()
DRNBRemote.cpp3285 bool hardware = (break_type == '1'); in HandlePacket_z() local
3306 bool hardware = true; in HandlePacket_z() local
/external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
Daudio_e2e_harness.cc42 VoEHardware* hardware = VoEHardware::GetInterface(voe); in RunHarness() local
/external/chromium_org/ui/ozone/platform/dri/
Ddri_cursor.cc18 DriCursor::DriCursor(HardwareCursorDelegate* hardware, in DriCursor()
/external/chromium_org/tools/usb_gadget/
Dserver.py29 hardware = None variable
Dlinux_gadgetfs.py85 def __init__(self, hardware, mountpoint='/dev/gadget'): argument
/external/mdnsresponder/mDNSPosix/
DIdentify.c69 static char hostname[MAX_ESCAPED_DOMAIN_NAME], hardware[256], software[256]; variable
/external/chromium_org/components/metrics/
Dmetrics_log_unittest.cc126 const metrics::SystemProfileProto::Hardware& hardware = in CheckSystemProfile() local
Dmetrics_log.cc354 SystemProfileProto::Hardware* hardware = system_profile->mutable_hardware(); in RecordEnvironment() local
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc64 VoEHardware* hardware = NULL; variable
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp718 MachProcess::CreateBreakpoint(nub_addr_t addr, nub_size_t length, bool hardware) in CreateBreakpoint()
742 …hProcess::CreateWatchpoint(nub_addr_t addr, nub_size_t length, uint32_t watch_flags, bool hardware) in CreateWatchpoint()
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
Dvoice_engine_jni.cc124 webrtc::VoEHardware* const hardware; member in __anond97007f10111::VoiceEngineData
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
Dandroid_test.cc127 VoEHardware* hardware; member
/external/chromium_org/components/metrics/proto/
Dsystem_profile.proto256 optional Hardware hardware = 6; field
/external/chromium_org/build/android/pylib/
Dandroid_commands.py136 def GetAttachedDevices(hardware=True, emulator=True, offline=False): argument