Home
last modified time | relevance | path

Searched defs:make (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/host-common/opengl/
Dgpuinfo.h45 const char* make; member
83 std::string make; variable
Demugl_config.h64 char* make; member
/device/google/cuttlefish/host/libs/web/
Dcredential_source.cc74 std::unique_ptr<CredentialSource> GceMetadataCredentialSource::make( in make() function in cuttlefish::GceMetadataCredentialSource
88 std::unique_ptr<CredentialSource> FixedCredentialSource::make( in make() function in cuttlefish::FixedCredentialSource
/device/generic/vulkan-cereal/third-party/googletest/googlemock/test/
Dgmock-actions_test.cc1412 auto make = [](int i) { return std::unique_ptr<int>(new int(i)); }; in TEST() local