Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/host/libs/web/
Dcredential_source.cc182 const std::string& scope) { in FromJson()
225 const std::string& scope, in CreateJwt()
/device/google/cuttlefish/host/commands/test_gce_driver/
Dgce_api.cpp288 GceInstanceInfo& GceInstanceInfo::AddScope(const std::string& scope) & { in AddScope()
298 GceInstanceInfo GceInstanceInfo::AddScope(const std::string& scope) && { in AddScope()
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dapi.cpp631 VkSystemAllocationScope scope = (is_instance_) in AllocateLayerArray() local
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto978 optional Scope scope = 1; field
2512 optional string scope = 7; field
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h8951 VkPerformanceCounterScopeKHR scope; member
13128 VkScopeNV scope; member
Dvulkan_structs.hpp14911 VULKAN_HPP_NAMESPACE::ScopeNV scope = VULKAN_HPP_NAMESPACE::ScopeNV::eDevice; member
47027 …VULKAN_HPP_NAMESPACE::PerformanceCounterScopeKHR scope = VULKAN_HPP_NAMESPACE::PerformanceCounterS… member
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp18579 const PerfEventConfig_Scope& scope() const { return *scope_; } in scope() function in perfetto::protos::gen::PerfEventConfig_CallstackSampling