Searched defs:make (Results 1 – 4 of 4) sorted by relevance
/device/generic/vulkan-cereal/host-common/opengl/ | ||
D | gpuinfo.h | 45 const char* make; member |
D | emugl_config.h | 64 char* make; member |
/device/google/cuttlefish/host/libs/web/ | ||
D | credential_source.cc | 74 std::unique_ptr<CredentialSource> GceMetadataCredentialSource::make( in make() function in cuttlefish::GceMetadataCredentialSource |
/device/generic/vulkan-cereal/third-party/googletest/googlemock/test/ | ||
D | gmock-actions_test.cc | 1412 auto make = [](int i) { return std::unique_ptr<int>(new int(i)); }; in TEST() local |