Home
last modified time | relevance | path

Searched refs:Process (Results 1 – 25 of 28) sorted by relevance

12

/device/generic/vulkan-cereal/third-party/angle/util/
Dtest_utils.h66 class Process : angle::NonCopyable
81 virtual ~Process();
92 ProcessHandle(Process *process);
98 Process *operator->() { return mProcess; }
99 const Process *operator->() const { return mProcess; }
106 Process *mProcess;
117 Process *LaunchProcess(const std::vector<const char *> &args,
Dtest_utils.cpp61 Process::~Process() = default;
65 ProcessHandle::ProcessHandle(Process *process) : mProcess(process) {} in ProcessHandle()
/device/generic/vulkan-cereal/third-party/angle/src/common/third_party/base/anglebase/
Dsha1.cc56 void Process();
137 Process(); in Final()
150 Process(); in Update()
165 Process(); in Pad()
181 void SecureHashAlgorithm::Process() in Process() function in angle::base::SecureHashAlgorithm
/device/google/cuttlefish/host/libs/config/
Dconfig_flag.cpp50 bool Process(std::vector<std::string>& args) override { in Process() function in cuttlefish::__anon398029eb0111::SystemImageDirFlagImpl
99 bool Process(std::vector<std::string>&) override { in Process() function in cuttlefish::__anon398029eb0111::ConfigReader
139 bool Process(std::vector<std::string>& args) override { in Process() function in cuttlefish::__anon398029eb0111::ConfigFlagImpl
221 bool Process(std::vector<std::string>&) override { return true; } in Process() function in cuttlefish::__anon398029eb0111::ConfigFlagPlaceholderImpl
Dfeature.cpp69 return feature->Process(flags); in ProcessFlags()
Dfeature.h69 virtual bool Process(std::vector<std::string>& flags) = 0;
Dcustom_actions.cpp237 bool Process(std::vector<std::string>& args) override { in Process() function in cuttlefish::__anon201c63a70111::CustomActionConfigImpl
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/shaders/src/
DConvertIndexIndirectLineLoop.comp12 // * Is8Bits: Process 8-bit indices.
13 // * Is16Bits: Process 16-bit indices.
14 // * Is32Bits: Process 32-bit indices.
/device/generic/vulkan-cereal/third-party/angle/util/posix/
Dtest_utils_posix.cpp91 class PosixProcess : public Process
406 Process *LaunchProcess(const std::vector<const char *> &args, in LaunchProcess()
/device/generic/vulkan-cereal/third-party/angle/util/windows/
Dtest_utils_win.cpp133 class WindowsProcess : public Process
396 Process *LaunchProcess(const std::vector<const char *> &args, in LaunchProcess()
/device/generic/vulkan-cereal/third-party/angle/src/android_system_settings/src/com/android/angle/common/
DMainFragment.java24 import android.os.Process;
212 if (packageInfo.applicationInfo.uid == Process.SYSTEM_UID) in getInstalledPkgsList()
/device/google/cuttlefish/tests/integration/com/android/cuttlefish/test/
DGceInstanceRule.java74 private Process driverProcess;
77 private Process launchDriver(File gceDriver) throws IOException { in launchDriver()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflag_feature.cpp43 bool Process(std::vector<std::string>& args) override { in Process() function in cuttlefish::ParseGflagsImpl
/device/google/cuttlefish/host/commands/test_gce_driver/
Dcvd_test_gce_driver.cpp82 Result<void> Process() { in Process() function in cuttlefish::__anon9a34421c0111::ReadEvalPrintLoop
400 CF_EXPECT(executor.Process()); in TestGceDriverMain()
/device/google/cuttlefish/host/libs/config/adb/
Dflags.cpp55 bool Process(std::vector<std::string>& args) override { in Process() function in cuttlefish::__anond8c73c3f0111::AdbConfigFlagImpl
/device/google/cuttlefish/common/libs/utils/
Dflag_parser.h111 FlagProcessResult Process(const std::string& argument,
Dflag_parser.cpp132 Flag::FlagProcessResult Flag::Process( in Process() function in cuttlefish::Flag
204 auto result = Process(arg, next_arg); in Parse()
/device/generic/vulkan-cereal/third-party/googletest/docs/
Dgmock_cheat_sheet.md16 virtual bool Process(Bar elem, int count) = 0;
30 MOCK_METHOD(bool, Process, (Bar elem, int count), (override));
/device/google/redbull/json-c/
Dconfigure.ac3 # Process this file with autoconf to produce a configure script.
/device/google/sunfish/json-c/
Dconfigure.ac3 # Process this file with autoconf to produce a configure script.
/device/google/coral/json-c/
Dconfigure.ac3 # Process this file with autoconf to produce a configure script.
/device/generic/vulkan-cereal/third-party/angle/doc/
DCodeReviewProcess.md1 # ANGLE's Code Review Process
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/
DProgramMtl.mm249 // Process vertex and fragment uniforms into std140 packing.
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto990 // Process ID (TGID) allowlist. If this list is not empty, only matching
6809 // Describes the state of the RendererScheduler for a given Renderer Process.
7357 // Process ID of the process
8133 message Process { message
8163 repeated Process processes = 1;
8198 message Process { message
8225 repeated Process processes = 1;
8438 // Process start time in nanoseconds.
9032 // Process/ThreadDescriptors. This flag only affects the current packet
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/proto/
Dperfetto_trace.proto744 // Process ID (TGID) allowlist. If this list is not empty, only matching
6477 // Process ID of the process
7121 message Process { message
7151 repeated Process processes = 1;
7186 message Process { message
7213 repeated Process processes = 1;
7872 // Process/ThreadDescriptors. This flag only affects the current packet

12