Home
last modified time | relevance | path

Searched defs:ListProcesses (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Interpreter/Interfaces/
DScriptedPlatformInterface.h27 virtual StructuredData::DictionarySP ListProcesses() { return {}; } in ListProcesses() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Interpreter/Interfaces/
DScriptedPlatformInterface.h27 virtual StructuredData::DictionarySP ListProcesses() { return {}; } in ListProcesses() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Interpreter/Interfaces/
DScriptedPlatformInterface.h27 virtual StructuredData::DictionarySP ListProcesses() { return {}; } in ListProcesses() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Interpreter/Interfaces/
DScriptedPlatformInterface.h27 virtual StructuredData::DictionarySP ListProcesses() { return {}; } in ListProcesses() function
/aosp_15_r20/external/google-cloud-java/java-datalineage/google-cloud-datalineage/src/main/java/com/google/cloud/datacatalog/lineage/v1/
H A Dgapic_metadata.json46 "ListProcesses": { object
/aosp_15_r20/external/googleapis/google/cloud/visionai/v1/
H A Dlva_service.proto178 rpc ListProcesses(ListProcessesRequest) returns (ListProcessesResponse) { rpc
/aosp_15_r20/external/google-cloud-java/java-datalineage/proto-google-cloud-datalineage-v1/src/main/proto/google/cloud/datacatalog/lineage/v1/
H A Dlineage.proto74 rpc ListProcesses(ListProcessesRequest) returns (ListProcessesResponse) { rpc
/aosp_15_r20/external/googleapis/google/cloud/datacatalog/lineage/v1/
H A Dlineage.proto87 rpc ListProcesses(ListProcessesRequest) returns (ListProcessesResponse) { rpc
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_utils.py3063 def ListProcesses(self, process_name=None, timeout=None, retries=None): member in DeviceUtils