Home
last modified time | relevance | path

Searched defs:ProcessInfo (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DProgram.h35 struct ProcessInfo { struct
44 #error "ProcessInfo is not defined for this platform!" argument
55 ProcessInfo(); argument
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dprocess_info.h17 struct ProcessInfo { struct
18 int pid;
19 bool in_kernel;
20 bool is_app;
21 char name[256];
22 char exe[256];
23 std::map<int, ThreadInfo> threads;
/external/llvm/include/llvm/Support/
DProgram.h35 struct ProcessInfo { struct
44 #error "ProcessInfo is not defined for this platform!" argument
55 ProcessInfo(); argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DProgram.h43 struct ProcessInfo { struct
52 ProcessInfo(); argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DProgram.h46 struct ProcessInfo { struct
55 ProcessInfo(); argument
/external/angle/src/tests/test_utils/runner/
DTestSuite.h109 struct ProcessInfo : angle::NonCopyable struct
114 ProcessInfo &operator=(ProcessInfo &&rhs); argument
116 ProcessHandle process;
117 std::vector<TestIdentifier> testsInBatch;
118 std::string resultsFileName;
119 std::string filterFileName;
120 std::string commandLine;
121 std::string filterString;
DTestSuite.cpp927 ProcessInfo::ProcessInfo(ProcessInfo &&other) in ProcessInfo() function in angle::ProcessInfo
/external/crosvm/win_util/src/
Dlib.rs348 pub struct ProcessInfo { struct
349 pub id: u64,
350 pub ptype: ProcessType,
351 pub priority: ProcessPriority,
352 pub state: ProcessState,
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md1367 ## ProcessInfo section in [devil.android.device_utils](https://chromium.googlesource.com/catapult.git/+/HEAD/devil/devil/android/device_utils.py)
1370 ### ProcessInfo.\_\_getnewargs\_\_
1373 ### ProcessInfo.\_\_getstate\_\_
1376 ### ProcessInfo.\_\_repr\_\_
1379 ### GetAVDs
1388 ### RestartServer
/external/perfetto/ui/src/components/sql_utils/
Dprocess.ts23 export interface ProcessInfo { interface
/external/leakcanary2/leakcanary-android-release/src/main/java/leakcanary/
DProcessInfo.kt19 interface ProcessInfo { in <lambda>() interface
/external/perfetto/src/traceconv/
Dpprof_builder.cc1053 struct ProcessInfo { struct
1054 uint64_t pid;
1055 std::vector<uint64_t> utids;
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp341 PROCESS_INFORMATION ProcessInfo; in main() local
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py302 ProcessInfo = collections.namedtuple('ProcessInfo', PS_COLUMNS) variable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Storage/CloudFilters/
Dmod.rs317 pub ProcessInfo: *mut CF_PROCESS_INFO, field
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Storage/CloudFilters/
Dmod.rs317 pub ProcessInfo: *mut CF_PROCESS_INFO, field