Home
last modified time | relevance | path

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

/external/google-cloud-java/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/
DStageOrBuilder.java100 java.lang.String getProfiles(int index); in getProfiles() method
DStage.java178 public java.lang.String getProfiles(int index) { in getProfiles() method in Stage
843 public java.lang.String getProfiles(int index) { in getProfiles() method in Stage.Builder
DCustomCanaryDeployment.java164 java.lang.String getProfiles(int index); in getProfiles() method
372 public java.lang.String getProfiles(int index) { in getProfiles() method in CustomCanaryDeployment.PhaseConfig
1086 public java.lang.String getProfiles(int index) { in getProfiles() method in CustomCanaryDeployment.PhaseConfig.Builder
/external/llvm/include/llvm/ProfileData/
DSampleProfReader.h282 StringMap<FunctionSamples> &getProfiles() { return Profiles; } in getProfiles() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProfReader.h385 StringMap<FunctionSamples> &getProfiles() { return Profiles; } in getProfiles() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
DSampleProfReader.h441 SampleProfileMap &getProfiles() { return Profiles; } in getProfiles() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowUserManager.java225 protected List<UserInfo> getProfiles(int userHandle) { in getProfiles() method in ShadowUserManager
1263 List getProfiles(int userHandle); in getProfiles() method