/device/generic/vulkan-cereal/third-party/angle/util/ |
D | test_utils.h | 66 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,
|
D | test_utils.cpp | 61 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/ |
D | sha1.cc | 56 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/ |
D | config_flag.cpp | 50 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
|
D | feature.cpp | 69 return feature->Process(flags); in ProcessFlags()
|
D | feature.h | 69 virtual bool Process(std::vector<std::string>& flags) = 0;
|
D | custom_actions.cpp | 237 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/ |
D | ConvertIndexIndirectLineLoop.comp | 12 // * 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/ |
D | test_utils_posix.cpp | 91 class PosixProcess : public Process 406 Process *LaunchProcess(const std::vector<const char *> &args, in LaunchProcess()
|
/device/generic/vulkan-cereal/third-party/angle/util/windows/ |
D | test_utils_win.cpp | 133 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/ |
D | MainFragment.java | 24 import android.os.Process; 212 if (packageInfo.applicationInfo.uid == Process.SYSTEM_UID) in getInstalledPkgsList()
|
/device/google/cuttlefish/tests/integration/com/android/cuttlefish/test/ |
D | GceInstanceRule.java | 74 private Process driverProcess; 77 private Process launchDriver(File gceDriver) throws IOException { in launchDriver()
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | flag_feature.cpp | 43 bool Process(std::vector<std::string>& args) override { in Process() function in cuttlefish::ParseGflagsImpl
|
/device/google/cuttlefish/host/commands/test_gce_driver/ |
D | cvd_test_gce_driver.cpp | 82 Result<void> Process() { in Process() function in cuttlefish::__anon9a34421c0111::ReadEvalPrintLoop 400 CF_EXPECT(executor.Process()); in TestGceDriverMain()
|
/device/google/cuttlefish/host/libs/config/adb/ |
D | flags.cpp | 55 bool Process(std::vector<std::string>& args) override { in Process() function in cuttlefish::__anond8c73c3f0111::AdbConfigFlagImpl
|
/device/google/cuttlefish/common/libs/utils/ |
D | flag_parser.h | 111 FlagProcessResult Process(const std::string& argument,
|
D | flag_parser.cpp | 132 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/ |
D | gmock_cheat_sheet.md | 16 virtual bool Process(Bar elem, int count) = 0; 30 MOCK_METHOD(bool, Process, (Bar elem, int count), (override));
|
/device/google/redbull/json-c/ |
D | configure.ac | 3 # Process this file with autoconf to produce a configure script.
|
/device/google/sunfish/json-c/ |
D | configure.ac | 3 # Process this file with autoconf to produce a configure script.
|
/device/google/coral/json-c/ |
D | configure.ac | 3 # Process this file with autoconf to produce a configure script.
|
/device/generic/vulkan-cereal/third-party/angle/doc/ |
D | CodeReviewProcess.md | 1 # ANGLE's Code Review Process
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/ |
D | ProgramMtl.mm | 249 // Process vertex and fragment uniforms into std140 packing.
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 990 // 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/ |
D | perfetto_trace.proto | 744 // 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
|