Home
last modified time | relevance | path

Searched refs:getName (Results 1 – 25 of 14993) sorted by relevance

12345678910>>...600

/external/nist-sip/java/gov/nist/javax/sip/header/
DNameMap.java79 putNameMap(MinExpires.NAME, MinExpires.class.getName()); // 1 in initializeNameMap()
81 putNameMap(ErrorInfo.NAME, ErrorInfo.class.getName()); // 2 in initializeNameMap()
83 putNameMap(MimeVersion.NAME, MimeVersion.class.getName()); // 3 in initializeNameMap()
85 putNameMap(InReplyTo.NAME, InReplyTo.class.getName()); // 4 in initializeNameMap()
87 putNameMap(Allow.NAME, Allow.class.getName()); // 5 in initializeNameMap()
89 putNameMap(ContentLanguage.NAME, ContentLanguage.class.getName()); // 6 in initializeNameMap()
91 putNameMap(CALL_INFO, CallInfo.class.getName()); //7 in initializeNameMap()
93 putNameMap(CSEQ, CSeq.class.getName()); //8 in initializeNameMap()
95 putNameMap(ALERT_INFO, AlertInfo.class.getName()); //9 in initializeNameMap()
97 putNameMap(ACCEPT_ENCODING, AcceptEncoding.class.getName()); //10 in initializeNameMap()
[all …]
/external/tensorflow/tensorflow/core/ir/
Dtf_op_names.cc25 StringAttr op_name = op->getName().getIdentifier(); in IsAdd()
33 StringAttr op_name = op->getName().getIdentifier(); in IsAddN()
38 StringAttr op_name = op->getName().getIdentifier(); in IsAll()
43 StringAttr op_name = op->getName().getIdentifier(); in IsAngle()
48 StringAttr op_name = op->getName().getIdentifier(); in IsAny()
53 StringAttr op_name = op->getName().getIdentifier(); in IsAnyDiv()
59 StringAttr op_name = op->getName().getIdentifier(); in IsAnyBatchMatMul()
64 StringAttr op_name = op->getName().getIdentifier(); in IsAnyMatMul()
70 StringAttr op_name = op->getName().getIdentifier(); in IsAnyMax()
76 StringAttr op_name = op->getName().getIdentifier(); in IsAnyMaxPool()
[all …]
/external/google-cloud-java/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/
DMockAnalyticsAdminServiceImpl.java76 response == null ? "null" : response.getClass().getName(), in getAccount()
77 Account.class.getName(), in getAccount()
78 Exception.class.getName()))); in getAccount()
97 response == null ? "null" : response.getClass().getName(), in listAccounts()
98 ListAccountsResponse.class.getName(), in listAccounts()
99 Exception.class.getName()))); in listAccounts()
117 response == null ? "null" : response.getClass().getName(), in deleteAccount()
118 Empty.class.getName(), in deleteAccount()
119 Exception.class.getName()))); in deleteAccount()
138 response == null ? "null" : response.getClass().getName(), in updateAccount()
[all …]
/external/google-cloud-java/java-vmmigration/google-cloud-vmmigration/src/test/java/com/google/cloud/vmmigration/v1/
DMockVmMigrationImpl.java77 response == null ? "null" : response.getClass().getName(), in listSources()
78 ListSourcesResponse.class.getName(), in listSources()
79 Exception.class.getName()))); in listSources()
97 response == null ? "null" : response.getClass().getName(), in getSource()
98 Source.class.getName(), in getSource()
99 Exception.class.getName()))); in getSource()
118 response == null ? "null" : response.getClass().getName(), in createSource()
119 Operation.class.getName(), in createSource()
120 Exception.class.getName()))); in createSource()
139 response == null ? "null" : response.getClass().getName(), in updateSource()
[all …]
/external/google-cloud-java/java-channel/google-cloud-channel/src/test/java/com/google/cloud/channel/v1/
DMockCloudChannelServiceImpl.java78 response == null ? "null" : response.getClass().getName(), in listCustomers()
79 ListCustomersResponse.class.getName(), in listCustomers()
80 Exception.class.getName()))); in listCustomers()
98 response == null ? "null" : response.getClass().getName(), in getCustomer()
99 Customer.class.getName(), in getCustomer()
100 Exception.class.getName()))); in getCustomer()
120 response == null ? "null" : response.getClass().getName(), in checkCloudIdentityAccountsExist()
121 CheckCloudIdentityAccountsExistResponse.class.getName(), in checkCloudIdentityAccountsExist()
122 Exception.class.getName()))); in checkCloudIdentityAccountsExist()
141 response == null ? "null" : response.getClass().getName(), in createCustomer()
[all …]
/external/google-cloud-java/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1beta/
DMockAnalyticsAdminServiceImpl.java76 response == null ? "null" : response.getClass().getName(), in getAccount()
77 Account.class.getName(), in getAccount()
78 Exception.class.getName()))); in getAccount()
97 response == null ? "null" : response.getClass().getName(), in listAccounts()
98 ListAccountsResponse.class.getName(), in listAccounts()
99 Exception.class.getName()))); in listAccounts()
117 response == null ? "null" : response.getClass().getName(), in deleteAccount()
118 Empty.class.getName(), in deleteAccount()
119 Exception.class.getName()))); in deleteAccount()
138 response == null ? "null" : response.getClass().getName(), in updateAccount()
[all …]
/external/google-cloud-java/java-datalabeling/google-cloud-datalabeling/src/test/java/com/google/cloud/datalabeling/v1beta1/
DMockDataLabelingServiceImpl.java78 response == null ? "null" : response.getClass().getName(), in createDataset()
79 Dataset.class.getName(), in createDataset()
80 Exception.class.getName()))); in createDataset()
98 response == null ? "null" : response.getClass().getName(), in getDataset()
99 Dataset.class.getName(), in getDataset()
100 Exception.class.getName()))); in getDataset()
119 response == null ? "null" : response.getClass().getName(), in listDatasets()
120 ListDatasetsResponse.class.getName(), in listDatasets()
121 Exception.class.getName()))); in listDatasets()
139 response == null ? "null" : response.getClass().getName(), in deleteDataset()
[all …]
/external/google-cloud-java/java-notebooks/google-cloud-notebooks/src/test/java/com/google/cloud/notebooks/v1/
DMockNotebookServiceImpl.java77 response == null ? "null" : response.getClass().getName(), in listInstances()
78 ListInstancesResponse.class.getName(), in listInstances()
79 Exception.class.getName()))); in listInstances()
97 response == null ? "null" : response.getClass().getName(), in getInstance()
98 Instance.class.getName(), in getInstance()
99 Exception.class.getName()))); in getInstance()
118 response == null ? "null" : response.getClass().getName(), in createInstance()
119 Operation.class.getName(), in createInstance()
120 Exception.class.getName()))); in createInstance()
139 response == null ? "null" : response.getClass().getName(), in registerInstance()
[all …]
/external/google-cloud-java/java-datacatalog/google-cloud-datacatalog/src/test/java/com/google/cloud/datacatalog/v1/
DMockDataCatalogImpl.java83 response == null ? "null" : response.getClass().getName(), in searchCatalog()
84 SearchCatalogResponse.class.getName(), in searchCatalog()
85 Exception.class.getName()))); in searchCatalog()
104 response == null ? "null" : response.getClass().getName(), in createEntryGroup()
105 EntryGroup.class.getName(), in createEntryGroup()
106 Exception.class.getName()))); in createEntryGroup()
125 response == null ? "null" : response.getClass().getName(), in getEntryGroup()
126 EntryGroup.class.getName(), in getEntryGroup()
127 Exception.class.getName()))); in getEntryGroup()
146 response == null ? "null" : response.getClass().getName(), in updateEntryGroup()
[all …]
/external/google-cloud-java/java-securitycenter/google-cloud-securitycenter/src/test/java/com/google/cloud/securitycenter/v1/
DMockSecurityCenterImpl.java83 response == null ? "null" : response.getClass().getName(), in bulkMuteFindings()
84 Operation.class.getName(), in bulkMuteFindings()
85 Exception.class.getName()))); in bulkMuteFindings()
105 response == null ? "null" : response.getClass().getName(), in createSecurityHealthAnalyticsCustomModule()
106 SecurityHealthAnalyticsCustomModule.class.getName(), in createSecurityHealthAnalyticsCustomModule()
107 Exception.class.getName()))); in createSecurityHealthAnalyticsCustomModule()
125 response == null ? "null" : response.getClass().getName(), in createSource()
126 Source.class.getName(), in createSource()
127 Exception.class.getName()))); in createSource()
146 response == null ? "null" : response.getClass().getName(), in createFinding()
[all …]
/external/google-cloud-java/java-vmwareengine/google-cloud-vmwareengine/src/test/java/com/google/cloud/vmwareengine/v1/
DMockVmwareEngineImpl.java78 response == null ? "null" : response.getClass().getName(), in listPrivateClouds()
79 ListPrivateCloudsResponse.class.getName(), in listPrivateClouds()
80 Exception.class.getName()))); in listPrivateClouds()
99 response == null ? "null" : response.getClass().getName(), in getPrivateCloud()
100 PrivateCloud.class.getName(), in getPrivateCloud()
101 Exception.class.getName()))); in getPrivateCloud()
120 response == null ? "null" : response.getClass().getName(), in createPrivateCloud()
121 Operation.class.getName(), in createPrivateCloud()
122 Exception.class.getName()))); in createPrivateCloud()
141 response == null ? "null" : response.getClass().getName(), in updatePrivateCloud()
[all …]
/external/google-cloud-java/java-dataform/google-cloud-dataform/src/test/java/com/google/cloud/dataform/v1beta1/
DMockDataformImpl.java77 response == null ? "null" : response.getClass().getName(), in listRepositories()
78 ListRepositoriesResponse.class.getName(), in listRepositories()
79 Exception.class.getName()))); in listRepositories()
98 response == null ? "null" : response.getClass().getName(), in getRepository()
99 Repository.class.getName(), in getRepository()
100 Exception.class.getName()))); in getRepository()
119 response == null ? "null" : response.getClass().getName(), in createRepository()
120 Repository.class.getName(), in createRepository()
121 Exception.class.getName()))); in createRepository()
140 response == null ? "null" : response.getClass().getName(), in updateRepository()
[all …]
/external/google-cloud-java/java-dataform/google-cloud-dataform/src/test/java/com/google/cloud/dataform/v1alpha2/
DMockDataformImpl.java77 response == null ? "null" : response.getClass().getName(), in listRepositories()
78 ListRepositoriesResponse.class.getName(), in listRepositories()
79 Exception.class.getName()))); in listRepositories()
98 response == null ? "null" : response.getClass().getName(), in getRepository()
99 Repository.class.getName(), in getRepository()
100 Exception.class.getName()))); in getRepository()
119 response == null ? "null" : response.getClass().getName(), in createRepository()
120 Repository.class.getName(), in createRepository()
121 Exception.class.getName()))); in createRepository()
140 response == null ? "null" : response.getClass().getName(), in updateRepository()
[all …]
/external/google-cloud-java/java-dataplex/google-cloud-dataplex/src/test/java/com/google/cloud/dataplex/v1/
DMockDataplexServiceImpl.java77 response == null ? "null" : response.getClass().getName(), in createLake()
78 Operation.class.getName(), in createLake()
79 Exception.class.getName()))); in createLake()
97 response == null ? "null" : response.getClass().getName(), in updateLake()
98 Operation.class.getName(), in updateLake()
99 Exception.class.getName()))); in updateLake()
117 response == null ? "null" : response.getClass().getName(), in deleteLake()
118 Operation.class.getName(), in deleteLake()
119 Exception.class.getName()))); in deleteLake()
138 response == null ? "null" : response.getClass().getName(), in listLakes()
[all …]
/external/google-cloud-java/java-contact-center-insights/google-cloud-contact-center-insights/src/test/java/com/google/cloud/contactcenterinsights/v1/
DMockContactCenterInsightsImpl.java78 response == null ? "null" : response.getClass().getName(), in createConversation()
79 Conversation.class.getName(), in createConversation()
80 Exception.class.getName()))); in createConversation()
99 response == null ? "null" : response.getClass().getName(), in uploadConversation()
100 Operation.class.getName(), in uploadConversation()
101 Exception.class.getName()))); in uploadConversation()
120 response == null ? "null" : response.getClass().getName(), in updateConversation()
121 Conversation.class.getName(), in updateConversation()
122 Exception.class.getName()))); in updateConversation()
141 response == null ? "null" : response.getClass().getName(), in getConversation()
[all …]
/external/google-cloud-java/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1beta/
DMockAlloyDBAdminImpl.java77 response == null ? "null" : response.getClass().getName(), in listClusters()
78 ListClustersResponse.class.getName(), in listClusters()
79 Exception.class.getName()))); in listClusters()
97 response == null ? "null" : response.getClass().getName(), in getCluster()
98 Cluster.class.getName(), in getCluster()
99 Exception.class.getName()))); in getCluster()
118 response == null ? "null" : response.getClass().getName(), in createCluster()
119 Operation.class.getName(), in createCluster()
120 Exception.class.getName()))); in createCluster()
139 response == null ? "null" : response.getClass().getName(), in updateCluster()
[all …]
/external/google-cloud-java/java-datastream/google-cloud-datastream/src/test/java/com/google/cloud/datastream/v1/
DMockDatastreamImpl.java78 response == null ? "null" : response.getClass().getName(), in listConnectionProfiles()
79 ListConnectionProfilesResponse.class.getName(), in listConnectionProfiles()
80 Exception.class.getName()))); in listConnectionProfiles()
99 response == null ? "null" : response.getClass().getName(), in getConnectionProfile()
100 ConnectionProfile.class.getName(), in getConnectionProfile()
101 Exception.class.getName()))); in getConnectionProfile()
120 response == null ? "null" : response.getClass().getName(), in createConnectionProfile()
121 Operation.class.getName(), in createConnectionProfile()
122 Exception.class.getName()))); in createConnectionProfile()
141 response == null ? "null" : response.getClass().getName(), in updateConnectionProfile()
[all …]
/external/google-cloud-java/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1beta2/
DMockArtifactRegistryImpl.java83 response == null ? "null" : response.getClass().getName(), in importAptArtifacts()
84 Operation.class.getName(), in importAptArtifacts()
85 Exception.class.getName()))); in importAptArtifacts()
104 response == null ? "null" : response.getClass().getName(), in importYumArtifacts()
105 Operation.class.getName(), in importYumArtifacts()
106 Exception.class.getName()))); in importYumArtifacts()
125 response == null ? "null" : response.getClass().getName(), in listRepositories()
126 ListRepositoriesResponse.class.getName(), in listRepositories()
127 Exception.class.getName()))); in listRepositories()
146 response == null ? "null" : response.getClass().getName(), in getRepository()
[all …]
/external/google-cloud-java/java-alloydb/google-cloud-alloydb/src/test/java/com/google/cloud/alloydb/v1alpha/
DMockAlloyDBAdminImpl.java77 response == null ? "null" : response.getClass().getName(), in listClusters()
78 ListClustersResponse.class.getName(), in listClusters()
79 Exception.class.getName()))); in listClusters()
97 response == null ? "null" : response.getClass().getName(), in getCluster()
98 Cluster.class.getName(), in getCluster()
99 Exception.class.getName()))); in getCluster()
118 response == null ? "null" : response.getClass().getName(), in createCluster()
119 Operation.class.getName(), in createCluster()
120 Exception.class.getName()))); in createCluster()
139 response == null ? "null" : response.getClass().getName(), in updateCluster()
[all …]
/external/google-cloud-java/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/
DMockJobServiceImpl.java78 response == null ? "null" : response.getClass().getName(), in createCustomJob()
79 CustomJob.class.getName(), in createCustomJob()
80 Exception.class.getName()))); in createCustomJob()
99 response == null ? "null" : response.getClass().getName(), in getCustomJob()
100 CustomJob.class.getName(), in getCustomJob()
101 Exception.class.getName()))); in getCustomJob()
120 response == null ? "null" : response.getClass().getName(), in listCustomJobs()
121 ListCustomJobsResponse.class.getName(), in listCustomJobs()
122 Exception.class.getName()))); in listCustomJobs()
141 response == null ? "null" : response.getClass().getName(), in deleteCustomJob()
[all …]
DMockMetadataServiceImpl.java77 response == null ? "null" : response.getClass().getName(), in createMetadataStore()
78 Operation.class.getName(), in createMetadataStore()
79 Exception.class.getName()))); in createMetadataStore()
98 response == null ? "null" : response.getClass().getName(), in getMetadataStore()
99 MetadataStore.class.getName(), in getMetadataStore()
100 Exception.class.getName()))); in getMetadataStore()
120 response == null ? "null" : response.getClass().getName(), in listMetadataStores()
121 ListMetadataStoresResponse.class.getName(), in listMetadataStores()
122 Exception.class.getName()))); in listMetadataStores()
141 response == null ? "null" : response.getClass().getName(), in deleteMetadataStore()
[all …]
/external/google-cloud-java/java-apigee-registry/google-cloud-apigee-registry/src/test/java/com/google/cloud/apigeeregistry/v1/
DMockRegistryImpl.java77 response == null ? "null" : response.getClass().getName(), in listApis()
78 ListApisResponse.class.getName(), in listApis()
79 Exception.class.getName()))); in listApis()
97 response == null ? "null" : response.getClass().getName(), in getApi()
98 Api.class.getName(), in getApi()
99 Exception.class.getName()))); in getApi()
117 response == null ? "null" : response.getClass().getName(), in createApi()
118 Api.class.getName(), in createApi()
119 Exception.class.getName()))); in createApi()
137 response == null ? "null" : response.getClass().getName(), in updateApi()
[all …]
/external/google-cloud-java/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/
DMockJobServiceImpl.java78 response == null ? "null" : response.getClass().getName(), in createCustomJob()
79 CustomJob.class.getName(), in createCustomJob()
80 Exception.class.getName()))); in createCustomJob()
99 response == null ? "null" : response.getClass().getName(), in getCustomJob()
100 CustomJob.class.getName(), in getCustomJob()
101 Exception.class.getName()))); in getCustomJob()
120 response == null ? "null" : response.getClass().getName(), in listCustomJobs()
121 ListCustomJobsResponse.class.getName(), in listCustomJobs()
122 Exception.class.getName()))); in listCustomJobs()
141 response == null ? "null" : response.getClass().getName(), in deleteCustomJob()
[all …]
DMockMetadataServiceImpl.java77 response == null ? "null" : response.getClass().getName(), in createMetadataStore()
78 Operation.class.getName(), in createMetadataStore()
79 Exception.class.getName()))); in createMetadataStore()
98 response == null ? "null" : response.getClass().getName(), in getMetadataStore()
99 MetadataStore.class.getName(), in getMetadataStore()
100 Exception.class.getName()))); in getMetadataStore()
120 response == null ? "null" : response.getClass().getName(), in listMetadataStores()
121 ListMetadataStoresResponse.class.getName(), in listMetadataStores()
122 Exception.class.getName()))); in listMetadataStores()
141 response == null ? "null" : response.getClass().getName(), in deleteMetadataStore()
[all …]
/external/google-cloud-java/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/
DMockArtifactRegistryImpl.java83 response == null ? "null" : response.getClass().getName(), in listDockerImages()
84 ListDockerImagesResponse.class.getName(), in listDockerImages()
85 Exception.class.getName()))); in listDockerImages()
104 response == null ? "null" : response.getClass().getName(), in getDockerImage()
105 DockerImage.class.getName(), in getDockerImage()
106 Exception.class.getName()))); in getDockerImage()
126 response == null ? "null" : response.getClass().getName(), in listMavenArtifacts()
127 ListMavenArtifactsResponse.class.getName(), in listMavenArtifacts()
128 Exception.class.getName()))); in listMavenArtifacts()
147 response == null ? "null" : response.getClass().getName(), in getMavenArtifact()
[all …]

12345678910>>...600