Home
last modified time | relevance | path

Searched full:invalid_argument (Results 1 – 25 of 3481) sorted by relevance

12345678910>>...140

/external/icing/icing/join/
Dqualified-id_test.cc69 StatusIs(libtextclassifier3::StatusCode::INVALID_ARGUMENT)); in TEST()
73 StatusIs(libtextclassifier3::StatusCode::INVALID_ARGUMENT)); in TEST()
77 StatusIs(libtextclassifier3::StatusCode::INVALID_ARGUMENT)); in TEST()
88 StatusIs(libtextclassifier3::StatusCode::INVALID_ARGUMENT)); in TEST()
92 StatusIs(libtextclassifier3::StatusCode::INVALID_ARGUMENT)); in TEST()
96 StatusIs(libtextclassifier3::StatusCode::INVALID_ARGUMENT)); in TEST()
105 StatusIs(libtextclassifier3::StatusCode::INVALID_ARGUMENT)); in TEST()
111 StatusIs(libtextclassifier3::StatusCode::INVALID_ARGUMENT)); in TEST()
115 StatusIs(libtextclassifier3::StatusCode::INVALID_ARGUMENT)); in TEST()
119 StatusIs(libtextclassifier3::StatusCode::INVALID_ARGUMENT)); in TEST()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/diagnostics/std.exceptions/invalid.argument/
Dinvalid_argument.pass.cpp9 // test invalid_argument
21 static_assert((std::is_base_of<std::logic_error, std::invalid_argument>::value), in main()
22 "std::is_base_of<std::logic_error, std::invalid_argument>::value"); in main()
23 static_assert(std::is_polymorphic<std::invalid_argument>::value, in main()
24 "std::is_polymorphic<std::invalid_argument>::value"); in main()
26 const char* msg = "invalid_argument message"; in main()
27 std::invalid_argument e(msg); in main()
29 std::invalid_argument e2(e); in main()
35 std::string msg("another invalid_argument message"); in main()
36 std::invalid_argument e(msg); in main()
[all …]
/external/libcxx/test/std/diagnostics/std.exceptions/invalid.argument/
Dinvalid_argument.pass.cpp10 // test invalid_argument
20 static_assert((std::is_base_of<std::logic_error, std::invalid_argument>::value), in main()
21 "std::is_base_of<std::logic_error, std::invalid_argument>::value"); in main()
22 static_assert(std::is_polymorphic<std::invalid_argument>::value, in main()
23 "std::is_polymorphic<std::invalid_argument>::value"); in main()
25 const char* msg = "invalid_argument message"; in main()
26 std::invalid_argument e(msg); in main()
28 std::invalid_argument e2(e); in main()
34 std::string msg("another invalid_argument message"); in main()
35 std::invalid_argument e(msg); in main()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/diagnostics/std.exceptions/invalid.argument/
Dinvalid_argument.pass.cpp9 // test invalid_argument
21 static_assert((std::is_base_of<std::logic_error, std::invalid_argument>::value), in main()
22 "std::is_base_of<std::logic_error, std::invalid_argument>::value"); in main()
23 static_assert(std::is_polymorphic<std::invalid_argument>::value, in main()
24 "std::is_polymorphic<std::invalid_argument>::value"); in main()
26 const char* msg = "invalid_argument message"; in main()
27 std::invalid_argument e(msg); in main()
29 std::invalid_argument e2(e); in main()
35 std::string msg("another invalid_argument message"); in main()
36 std::invalid_argument e(msg); in main()
[all …]
/external/freetype/src/base/
Dftmm.c49 error = FT_ERR( Invalid_Argument ); in ft_face_get_mm_service()
77 error = FT_ERR( Invalid_Argument ); in ft_face_get_mvar_service()
106 return FT_THROW( Invalid_Argument ); in FT_Get_Multi_Master()
111 error = FT_ERR( Invalid_Argument ); in FT_Get_Multi_Master()
133 return FT_THROW( Invalid_Argument ); in FT_Get_MM_Var()
138 error = FT_ERR( Invalid_Argument ); in FT_Get_MM_Var()
180 return FT_THROW( Invalid_Argument ); in FT_Set_MM_Design_Coordinates()
185 error = FT_ERR( Invalid_Argument ); in FT_Set_MM_Design_Coordinates()
223 return FT_THROW( Invalid_Argument ); in FT_Set_MM_WeightVector()
228 error = FT_ERR( Invalid_Argument ); in FT_Set_MM_WeightVector()
[all …]
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DInvalidHandle.java44 throw new MojoException(MojoResult.INVALID_ARGUMENT); in querySignalsState()
124 throw new MojoException(MojoResult.INVALID_ARGUMENT); in duplicate()
132 throw new MojoException(MojoResult.INVALID_ARGUMENT); in map()
140 throw new MojoException(MojoResult.INVALID_ARGUMENT); in unmap()
148 throw new MojoException(MojoResult.INVALID_ARGUMENT); in writeData()
157 throw new MojoException(MojoResult.INVALID_ARGUMENT); in beginWriteData()
165 throw new MojoException(MojoResult.INVALID_ARGUMENT); in endWriteData()
173 throw new MojoException(MojoResult.INVALID_ARGUMENT); in discardData()
181 throw new MojoException(MojoResult.INVALID_ARGUMENT); in readData()
190 throw new MojoException(MojoResult.INVALID_ARGUMENT); in beginReadData()
[all …]
/external/google-cloud-java/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/
DSearchInfoOrBuilder.java35 * characters. Otherwise, an INVALID_ARGUMENT error is returned.
41 * field. Otherwise, an INVALID_ARGUMENT error is returned.
58 * characters. Otherwise, an INVALID_ARGUMENT error is returned.
64 * field. Otherwise, an INVALID_ARGUMENT error is returned.
82 * characters. Otherwise, an INVALID_ARGUMENT error is returned.
84 * this field. Otherwise, an INVALID_ARGUMENT error is returned.
101 * characters. Otherwise, an INVALID_ARGUMENT error is returned.
103 * this field. Otherwise, an INVALID_ARGUMENT error is returned.
121 * If this field is negative, an INVALID_ARGUMENT is returned.
123 * this field. Otherwise, an INVALID_ARGUMENT error is returned.
[all …]
DCustomAttributeOrBuilder.java32 * Empty string is not allowed. Otherwise, an `INVALID_ARGUMENT` error is
38 * should be set. Otherwise, an `INVALID_ARGUMENT` error is returned.
52 * Empty string is not allowed. Otherwise, an `INVALID_ARGUMENT` error is
58 * should be set. Otherwise, an `INVALID_ARGUMENT` error is returned.
72 * Empty string is not allowed. Otherwise, an `INVALID_ARGUMENT` error is
78 * should be set. Otherwise, an `INVALID_ARGUMENT` error is returned.
93 * Empty string is not allowed. Otherwise, an `INVALID_ARGUMENT` error is
99 * should be set. Otherwise, an `INVALID_ARGUMENT` error is returned.
119 * should be set. Otherwise, an `INVALID_ARGUMENT` error is returned.
137 * should be set. Otherwise, an `INVALID_ARGUMENT` error is returned.
[all …]
DSearchInfo.java85 * characters. Otherwise, an INVALID_ARGUMENT error is returned.
91 * field. Otherwise, an INVALID_ARGUMENT error is returned.
119 * characters. Otherwise, an INVALID_ARGUMENT error is returned.
125 * field. Otherwise, an INVALID_ARGUMENT error is returned.
158 * characters. Otherwise, an INVALID_ARGUMENT error is returned.
160 * this field. Otherwise, an INVALID_ARGUMENT error is returned.
188 * characters. Otherwise, an INVALID_ARGUMENT error is returned.
190 * this field. Otherwise, an INVALID_ARGUMENT error is returned.
221 * If this field is negative, an INVALID_ARGUMENT is returned.
223 * this field. Otherwise, an INVALID_ARGUMENT error is returned.
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DRecordInitializer.cpp22 return createStringError(std::make_error_code(std::errc::invalid_argument), in visit()
41 std::make_error_code(std::errc::invalid_argument), in visit()
49 std::make_error_code(std::errc::invalid_argument), in visit()
69 return createStringError(std::make_error_code(std::errc::invalid_argument), in visit()
76 return createStringError(std::make_error_code(std::errc::invalid_argument), in visit()
95 std::make_error_code(std::errc::invalid_argument), in visit()
114 std::make_error_code(std::errc::invalid_argument), in visit()
128 std::make_error_code(std::errc::invalid_argument), in visit()
139 std::make_error_code(std::errc::invalid_argument), in visit()
159 std::make_error_code(std::errc::invalid_argument), in visit()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/XRay/
DRecordInitializer.cpp22 return createStringError(std::make_error_code(std::errc::invalid_argument), in visit()
41 std::make_error_code(std::errc::invalid_argument), in visit()
49 std::make_error_code(std::errc::invalid_argument), in visit()
69 return createStringError(std::make_error_code(std::errc::invalid_argument), in visit()
76 return createStringError(std::make_error_code(std::errc::invalid_argument), in visit()
95 std::make_error_code(std::errc::invalid_argument), in visit()
114 std::make_error_code(std::errc::invalid_argument), in visit()
128 std::make_error_code(std::errc::invalid_argument), in visit()
139 std::make_error_code(std::errc::invalid_argument), in visit()
159 std::make_error_code(std::errc::invalid_argument), in visit()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DGsymReader.cpp52 return createStringError(std::errc::invalid_argument, in create()
69 return createStringError(std::errc::invalid_argument, in parse()
83 return createStringError(std::errc::invalid_argument, in parse()
113 return createStringError(std::errc::invalid_argument, in parse()
119 return createStringError(std::errc::invalid_argument, in parse()
125 return createStringError(std::errc::invalid_argument, in parse()
131 return createStringError(std::errc::invalid_argument, in parse()
146 return createStringError(std::errc::invalid_argument, in parse()
153 return createStringError(std::errc::invalid_argument, in parse()
160 return createStringError(std::errc::invalid_argument, in parse()
[all …]
/external/python/google-api-python-client/docs/dyn/
Dretail_v2beta.projects.locations.catalogs.branches.products.html123 …, such as &quot;store1&quot; or &quot;REGION-2&quot;. Otherwise, an INVALID_ARGUMENT error is retu…
126 …quot; If this field is set to an invalid value other than these, an INVALID_ARGUMENT error is retu…
173 …6.4]} }`. This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is retu…
176 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
179 … ignored in a UserEvent. Only set if type text is set. Otherwise, a INVALID_ARGUMENT error is retu…
180 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
186 …encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is retu…
189 …encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is retu…
196 …coded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is retu…
199INVALID_ARGUMENT error is returned. At most 250 values are allowed per Product. Empty values are n…
[all …]
Dretail_v2.projects.locations.catalogs.branches.products.html123 …, such as &quot;store1&quot; or &quot;REGION-2&quot;. Otherwise, an INVALID_ARGUMENT error is retu…
126 …quot; If this field is set to an invalid value other than these, an INVALID_ARGUMENT error is retu…
173 …6.4]} }`. This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is retu…
176 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
179 … ignored in a UserEvent. Only set if type text is set. Otherwise, a INVALID_ARGUMENT error is retu…
180 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
186 …encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is retu…
189 …encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is retu…
196 …coded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is retu…
199INVALID_ARGUMENT error is returned. At most 250 values are allowed per Product. Empty values are n…
[all …]
Dretail_v2alpha.projects.locations.catalogs.branches.products.html132 …, such as &quot;store1&quot; or &quot;REGION-2&quot;. Otherwise, an INVALID_ARGUMENT error is retu…
135 …quot; If this field is set to an invalid value other than these, an INVALID_ARGUMENT error is retu…
177 …will be updated. If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is retu…
182 …ags, etc. This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is retu…
185 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
188 … ignored in a UserEvent. Only set if type text is set. Otherwise, a INVALID_ARGUMENT error is retu…
189 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
197 …y-codes.html). If this field is an unrecognizable currency code, an INVALID_ARGUMENT error is retu…
265 …6.4]} }`. This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is retu…
268 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
[all …]
Dretail_v2alpha.projects.locations.catalogs.userEvents.html164 …on model. This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is retu…
167 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
170 … ignored in a UserEvent. Only set if type text is set. Otherwise, a INVALID_ARGUMENT error is retu…
171 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
188 …coded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is retu…
189 …an INVALID_ARGUMENT is returned. This can only be set for `search` events. Other event types shoul…
190INVALID_ARGUMENT error is returned. This can only be set for `search` events. Other event types sh…
191 … events. Other event types should not set this field. Otherwise, an INVALID_ARGUMENT error is retu…
198 …6.4]} }`. This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is retu…
201 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
[all …]
Dretail_v2.projects.locations.catalogs.userEvents.html164 …on model. This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is retu…
167 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
170 … ignored in a UserEvent. Only set if type text is set. Otherwise, a INVALID_ARGUMENT error is retu…
171 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
188 …coded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is retu…
189 …an INVALID_ARGUMENT is returned. This can only be set for `search` events. Other event types shoul…
190INVALID_ARGUMENT error is returned. This can only be set for `search` events. Other event types sh…
191 … events. Other event types should not set this field. Otherwise, an INVALID_ARGUMENT error is retu…
198 …6.4]} }`. This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is retu…
201 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
[all …]
Dretail_v2beta.projects.locations.catalogs.userEvents.html164 …on model. This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is retu…
167 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
170 … ignored in a UserEvent. Only set if type text is set. Otherwise, a INVALID_ARGUMENT error is retu…
171 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
188 …coded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is retu…
189 …an INVALID_ARGUMENT is returned. This can only be set for `search` events. Other event types shoul…
190INVALID_ARGUMENT error is returned. This can only be set for `search` events. Other event types sh…
191 … events. Other event types should not set this field. Otherwise, an INVALID_ARGUMENT error is retu…
198 …6.4]} }`. This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is retu…
201 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
[all …]
Dretail_v2.projects.locations.catalogs.placements.html115 …on model. This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is retu…
118 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
121 … ignored in a UserEvent. Only set if type text is set. Otherwise, a INVALID_ARGUMENT error is retu…
122 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
139 …coded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is retu…
140 …an INVALID_ARGUMENT is returned. This can only be set for `search` events. Other event types shoul…
141INVALID_ARGUMENT error is returned. This can only be set for `search` events. Other event types sh…
142 … events. Other event types should not set this field. Otherwise, an INVALID_ARGUMENT error is retu…
149 …6.4]} }`. This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is retu…
152 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
[all …]
Dretail_v2alpha.projects.locations.catalogs.placements.html115 …on model. This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is retu…
118 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
121 … ignored in a UserEvent. Only set if type text is set. Otherwise, a INVALID_ARGUMENT error is retu…
122 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
139 …coded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is retu…
140 …an INVALID_ARGUMENT is returned. This can only be set for `search` events. Other event types shoul…
141INVALID_ARGUMENT error is returned. This can only be set for `search` events. Other event types sh…
142 … events. Other event types should not set this field. Otherwise, an INVALID_ARGUMENT error is retu…
149 …6.4]} }`. This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is retu…
152 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
[all …]
Dretail_v2beta.projects.locations.catalogs.placements.html115 …on model. This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is retu…
118 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
121 … ignored in a UserEvent. Only set if type text is set. Otherwise, a INVALID_ARGUMENT error is retu…
122 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
139 …coded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is retu…
140 …an INVALID_ARGUMENT is returned. This can only be set for `search` events. Other event types shoul…
141INVALID_ARGUMENT error is returned. This can only be set for `search` events. Other event types sh…
142 … events. Other event types should not set this field. Otherwise, an INVALID_ARGUMENT error is retu…
149 …6.4]} }`. This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is retu…
152 …&quot;. Exactly one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error is retu…
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dtensor_flag_utils_test.cc31 using tensorflow::error::INVALID_ARGUMENT;
58 EXPECT_EQ(INVALID_ARGUMENT, ValidateSparseMatrixShardingConfig(t).code()); in TEST()
69 EXPECT_EQ(INVALID_ARGUMENT, ValidateSparseMatrixShardingConfig(t).code()); in TEST()
99 EXPECT_EQ(INVALID_ARGUMENT, ValidateSparseMatrixShardingConfig(t).code()); in TEST()
107 EXPECT_EQ(INVALID_ARGUMENT, ValidateSparseMatrixShardingConfig(t).code()); in TEST()
115 EXPECT_EQ(INVALID_ARGUMENT, ValidateSparseMatrixShardingConfig(t).code()); in TEST()
120 EXPECT_EQ(INVALID_ARGUMENT, ValidateSparseMatrixShardingConfig(t).code()); in TEST()
125 EXPECT_EQ(INVALID_ARGUMENT, ValidateSparseMatrixShardingConfig(t).code()); in TEST()
130 EXPECT_EQ(INVALID_ARGUMENT, ValidateSparseMatrixShardingConfig(t).code()); in TEST()
149 EXPECT_EQ(INVALID_ARGUMENT, ValidateScalarQuantityShardingConfig(t).code()); in TEST()
[all …]
/external/ComputeLibrary/tests/framework/instruments/
DInstruments.h98 throw std::invalid_argument("Unsupported instrument scale");
114 throw std::invalid_argument("Unsupported instrument scale");
130 throw std::invalid_argument("Unsupported instrument scale");
146 throw std::invalid_argument("Unsupported instrument scale");
162 throw std::invalid_argument("Unsupported instrument scale");
184 throw std::invalid_argument("Unsupported instrument scale");
203 throw std::invalid_argument("Unsupported instrument scale");
222 throw std::invalid_argument("Unsupported instrument scale");
238 throw std::invalid_argument("Unsupported instrument scale");
248 throw std::invalid_argument("Unsupported instrument type");
/external/google-cloud-java/java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/
DFeaturestoreServiceClientTest.java153 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in createFeaturestoreExceptionTest()
164 Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); in createFeaturestoreExceptionTest()
209 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in createFeaturestoreExceptionTest2()
220 Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); in createFeaturestoreExceptionTest2()
268 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in createFeaturestoreExceptionTest3()
280 Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); in createFeaturestoreExceptionTest3()
328 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in createFeaturestoreExceptionTest4()
340 Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); in createFeaturestoreExceptionTest4()
377 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in getFeaturestoreExceptionTest()
422 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in getFeaturestoreExceptionTest2()
[all …]
/external/google-cloud-java/java-automl/google-cloud-automl/src/test/java/com/google/cloud/automl/v1beta1/
DAutoMlClientTest.java125 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in createDatasetExceptionTest()
171 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in createDatasetExceptionTest2()
215 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in getDatasetExceptionTest()
258 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in getDatasetExceptionTest2()
302 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in listDatasetsExceptionTest()
346 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in listDatasetsExceptionTest2()
389 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in updateDatasetExceptionTest()
429 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in deleteDatasetExceptionTest()
439 Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); in deleteDatasetExceptionTest()
471 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in deleteDatasetExceptionTest2()
[all …]

12345678910>>...140