/external/rust/android-crates-io/crates/axum/src/routing/tests/ |
D | fallback.rs | 67 (StatusCode::NOT_FOUND, "inner") in inner_fallback() 71 (StatusCode::NOT_FOUND, "outer") in outer_fallback() 82 assert_eq!(res.status(), StatusCode::NOT_FOUND); in nested_router_inherits_fallback() 94 assert_eq!(res.status(), StatusCode::NOT_FOUND); in doesnt_inherit_fallback_if_overriden() 98 assert_eq!(res.status(), StatusCode::NOT_FOUND); in doesnt_inherit_fallback_if_overriden() 111 assert_eq!(res.status(), StatusCode::NOT_FOUND); in deeply_nested_inherit_from_top() 127 assert_eq!(res.status(), StatusCode::NOT_FOUND); in deeply_nested_inherit_from_middle() 143 assert_eq!(res.status(), StatusCode::NOT_FOUND); in with_middleware_on_inner_fallback() 164 assert_eq!(res.status(), StatusCode::NOT_FOUND); in also_inherits_default_layered_fallback() 185 assert_eq!(res.status(), StatusCode::NOT_FOUND); in fallback_inherited_into_nested_router_service() [all …]
|
/external/sdv/vsomeip/third_party/boost/asio/test/ |
D | connect.cpp | 154 BOOST_ASIO_CHECK(e.code() == boost::asio::error::not_found); in test_connect_range() 184 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_connect_range_ec() 220 BOOST_ASIO_CHECK(e.code() == boost::asio::error::not_found); in test_connect_range_cond() 230 BOOST_ASIO_CHECK(e.code() == boost::asio::error::not_found); in test_connect_range_cond() 240 BOOST_ASIO_CHECK(e.code() == boost::asio::error::not_found); in test_connect_range_cond() 250 BOOST_ASIO_CHECK(e.code() == boost::asio::error::not_found); in test_connect_range_cond() 260 BOOST_ASIO_CHECK(e.code() == boost::asio::error::not_found); in test_connect_range_cond() 284 BOOST_ASIO_CHECK(e.code() == boost::asio::error::not_found); in test_connect_range_cond() 308 BOOST_ASIO_CHECK(e.code() == boost::asio::error::not_found); in test_connect_range_cond() 332 BOOST_ASIO_CHECK(e.code() == boost::asio::error::not_found); in test_connect_range_cond() [all …]
|
D | read_until.cpp | 158 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_dynamic_string_read_until_char() 165 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_dynamic_string_read_until_char() 172 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_dynamic_string_read_until_char() 245 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_streambuf_read_until_char() 252 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_streambuf_read_until_char() 259 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_streambuf_read_until_char() 335 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_dynamic_string_read_until_string() 342 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_dynamic_string_read_until_string() 349 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_dynamic_string_read_until_string() 422 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_streambuf_read_until_string() [all …]
|
/external/grpc-grpc/src/python/grpcio_tests/tests/reflection/ |
D | _reflection_servicer_test.py | 97 error_code=grpc.StatusCode.NOT_FOUND.value[0], 98 error_message=grpc.StatusCode.NOT_FOUND.value[1].encode(), 126 error_code=grpc.StatusCode.NOT_FOUND.value[0], 127 error_message=grpc.StatusCode.NOT_FOUND.value[1].encode(), 164 error_code=grpc.StatusCode.NOT_FOUND.value[0], 165 error_message=grpc.StatusCode.NOT_FOUND.value[1].encode(), 192 error_code=grpc.StatusCode.NOT_FOUND.value[0], 193 error_message=grpc.StatusCode.NOT_FOUND.value[1].encode(),
|
/external/pigweed/pw_protobuf/public/pw_protobuf/ |
D | find.h | 86 // The StreamDecoder returns a NOT_FOUND if trying to read the wrong type in Next() 154 /// NOT_FOUND: The field is not present. 182 /// NOT_FOUND: The field is not present. 214 /// NOT_FOUND: The field is not present. 241 /// NOT_FOUND: The field is not present. 273 /// NOT_FOUND: The field is not present. 301 /// NOT_FOUND: The field is not present. 333 /// NOT_FOUND: The field is not present. 361 /// NOT_FOUND: The field is not present. 393 /// NOT_FOUND: The field is not present. [all …]
|
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/reflection/ |
D | reflection_servicer_test.py | 96 error_code=grpc.StatusCode.NOT_FOUND.value[0], 97 error_message=grpc.StatusCode.NOT_FOUND.value[1].encode(), 127 error_code=grpc.StatusCode.NOT_FOUND.value[0], 128 error_message=grpc.StatusCode.NOT_FOUND.value[1].encode(), 167 error_code=grpc.StatusCode.NOT_FOUND.value[0], 168 error_message=grpc.StatusCode.NOT_FOUND.value[1].encode(), 197 error_code=grpc.StatusCode.NOT_FOUND.value[0], 198 error_message=grpc.StatusCode.NOT_FOUND.value[1].encode(),
|
/external/tensorflow/tensorflow/core/framework/ |
D | resource_mgr_test.cc | 113 HasError(FindErr<Resource>(rm, "bar", "foo"), error::NOT_FOUND, in TEST() 115 HasError(FindErr<Resource>(rm, "foo", "xxx"), error::NOT_FOUND, in TEST() 117 HasError(FindErr<Other>(rm, "foo", "baz"), error::NOT_FOUND, in TEST() 122 HasError(FindErr<Resource>(rm, "foo", "bar"), error::NOT_FOUND, in TEST() 125 HasError(rm.Delete<Resource>("foo", "bar"), error::NOT_FOUND, in TEST() 133 HasError(FindErr<Resource>(rm, "foo", "bar"), error::NOT_FOUND, in TEST() 138 HasError(FindErr<Resource>(rm, "foo", "bar"), error::NOT_FOUND, in TEST() 166 HasError(FindErr<Resource>(rm, "bar", "foo"), error::NOT_FOUND, in TEST() 168 HasError(FindErr<Resource>(rm, "foo", "xxx"), error::NOT_FOUND, in TEST() 194 HasError(FindErr<Resource>(rm, "foo", "bark"), error::NOT_FOUND, in TEST() [all …]
|
/external/libbrillo/brillo/errors/ |
D | error_test.cc | 21 return Error::Create(loc, "network", "not_found", "Resource not found"); in GenerateNetworkError() 34 EXPECT_EQ("not_found", err->GetCode()); in TEST() 43 EXPECT_TRUE(err->HasError("network", "not_found")); in TEST() 46 EXPECT_FALSE(err->HasError("HTTP", "not_found")); in TEST() 60 EXPECT_TRUE(err->HasError("network", "not_found")); in TEST() 63 EXPECT_FALSE(err->HasError("HTTP", "not_found")); in TEST()
|
/external/rust/android-crates-io/crates/tower/src/steer/ |
D | mod.rs | 8 //! Here, `GET /` will be sent to the `root` service, while all other requests go to `not_found`. 34 //! let not_found = service_fn(|req: Request<String>| async move { 36 //! .status(StatusCode::NOT_FOUND) 42 //! let not_found = BoxService::new(not_found); 46 //! vec![root, not_found], 52 //! 1 // Index of `not_found` 62 //! // This request will get sent to `not_found` 65 //! assert_eq!(res.status(), StatusCode::NOT_FOUND);
|
/external/googleapis/google/streetview/publish/v1/ |
D | streetview_publish.proto | 86 // * [google.rpc.Code.NOT_FOUND][google.rpc.Code.NOT_FOUND] if the upload 106 // * [google.rpc.Code.NOT_FOUND][google.rpc.Code.NOT_FOUND] if the requested 168 // * [google.rpc.Code.NOT_FOUND][google.rpc.Code.NOT_FOUND] if the requested 229 // * [google.rpc.Code.NOT_FOUND][google.rpc.Code.NOT_FOUND] if the photo ID 296 // * [google.rpc.Code.NOT_FOUND][google.rpc.Code.NOT_FOUND] if the upload 331 // * [google.rpc.Code.NOT_FOUND][google.rpc.Code.NOT_FOUND] if the requested 360 // * [google.rpc.Code.NOT_FOUND][google.rpc.Code.NOT_FOUND] if the photo
|
/external/grpc-grpc/src/python/grpcio_channelz/grpc_channelz/v1/ |
D | _servicer.py | 56 context.set_code(grpc.StatusCode.NOT_FOUND) 74 context.set_code(grpc.StatusCode.NOT_FOUND) 88 context.set_code(grpc.StatusCode.NOT_FOUND) 102 context.set_code(grpc.StatusCode.NOT_FOUND) 116 context.set_code(grpc.StatusCode.NOT_FOUND)
|
/external/python/python-api-core/tests/unit/ |
D | test_exceptions.py | 58 exception = exceptions.from_http_status(http.client.NOT_FOUND, message) 59 assert exception.code == http.client.NOT_FOUND 69 http.client.NOT_FOUND, message, errors=errors, response=response 73 assert exception.code == http.client.NOT_FOUND 90 response.status_code = http.client.NOT_FOUND 103 assert exception.code == http.client.NOT_FOUND 115 assert exception.code == http.client.NOT_FOUND 129 assert exception.code == http.client.NOT_FOUND 140 assert exception.code == http.client.NOT_FOUND 154 assert exception.code == http.client.NOT_FOUND
|
/external/python/cpython3/Lib/test/test_importlib/source/ |
D | test_finder.py | 122 self.assertEqual(nothing, self.NOT_FOUND) 152 self.assertEqual(found, self.NOT_FOUND) 168 self.assertEqual(found, self.NOT_FOUND) 176 self.assertEqual(found, self.NOT_FOUND) 181 NOT_FOUND = None variable in FinderTestsPEP451 195 NOT_FOUND = (None, []) variable in FinderTestsPEP420 200 return self.NOT_FOUND
|
/external/tensorflow/tensorflow/core/data/service/ |
D | dispatcher_state.h | 231 // Gets a dataset by id. Returns NOT_FOUND if there is no such dataset. 234 // Gets a dataset by fingerprint. Returns NOT_FOUND if there is no such 239 // Gets a worker by address. Returns NOT_FOUND if there is no such worker. 247 // Gets a job by id. Returns NOT_FOUND if there is no such job. 249 // Gets a job by name. Returns NOT_FOUND if there is no such job. 257 // Gets an iteration by id. Returns NOT_FOUND if there is no such iteration. 260 // Gets an iteration by key. Returns NOT_FOUND if there is no such iteration. 265 // Returns NOT_FOUND if the iteration_client_id is unknown or has been 276 // Gets a task by id. Returns NOT_FOUND if there is no such task. 279 // NOT_FOUND if there is no such iteration. [all …]
|
/external/icing/icing/store/ |
D | key-mapper_test.cc | 144 StatusIs(libtextclassifier3::StatusCode::NOT_FOUND)); in TEST_P() 243 // Verify Get() returns NOT_FOUND. in TEST_P() 245 StatusIs(libtextclassifier3::StatusCode::NOT_FOUND)); in TEST_P() 277 // Verify Get("foo") returns NOT_FOUND and Get("bar") and Get("baz") return in TEST_P() 280 StatusIs(libtextclassifier3::StatusCode::NOT_FOUND)); in TEST_P() 320 // Verify Get("foo"), Get("bar") and Get("baz") return NOT_FOUND. in TEST_P() 322 StatusIs(libtextclassifier3::StatusCode::NOT_FOUND)); in TEST_P() 324 StatusIs(libtextclassifier3::StatusCode::NOT_FOUND)); in TEST_P() 326 StatusIs(libtextclassifier3::StatusCode::NOT_FOUND)); in TEST_P() 336 StatusIs(libtextclassifier3::StatusCode::NOT_FOUND)); in TEST_P() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-array.hh | 179 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch() 182 return lfind (x, &i) ? &this->arrayZ[i] : not_found; in lsearch() 185 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch() 188 return lfind (x, &i) ? &this->arrayZ[i] : not_found; in lsearch() 192 hb_not_found_t not_found = HB_NOT_FOUND_DONT_STORE, in lfind() 205 switch (not_found) in lfind() 395 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() 398 return bfind (x, &i) ? &this->arrayZ[i] : not_found; in bsearch() 401 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch() 404 return bfind (x, &i) ? &this->arrayZ[i] : not_found; in bsearch() [all …]
|
/external/sdv/vsomeip/third_party/boost/mpl/test/ |
D | multiset.cpp | 85 typedef typename end<S>::type not_found; 86 BOOST_MPL_ASSERT_NOT(( is_same<BOOST_DEDUCED_TYPENAME find<S,int>::type,not_found> )); 87 BOOST_MPL_ASSERT_NOT(( is_same<BOOST_DEDUCED_TYPENAME find<S,long>::type,not_found> )); 88 BOOST_MPL_ASSERT_NOT(( is_same<BOOST_DEDUCED_TYPENAME find<S,char>::type,not_found> )); 89 BOOST_MPL_ASSERT(( is_same<BOOST_DEDUCED_TYPENAME find<S,char*>::type,not_found> ));
|
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
D | CharSequenceUtils.java | 28 private static final int NOT_FOUND = -1; field in CharSequenceUtils 126 return NOT_FOUND; in indexOf() 139 return NOT_FOUND; in indexOf() 152 return NOT_FOUND; in lastIndexOf() 174 return NOT_FOUND; in lastIndexOf() 204 return NOT_FOUND; in lastIndexOf() 212 return NOT_FOUND; in lastIndexOf() 251 return NOT_FOUND; in lastIndexOf() 262 return NOT_FOUND; in lastIndexOf() 270 return NOT_FOUND; in lastIndexOf() [all …]
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/ext/ |
D | proto_server_reflection.cc | 104 return Status(StatusCode::NOT_FOUND, "Services not found."); in ListService() 123 return Status(StatusCode::NOT_FOUND, "File not found."); in GetFileByName() 140 return Status(StatusCode::NOT_FOUND, "Symbol not found."); in GetFileContainingSymbol() 157 return Status(StatusCode::NOT_FOUND, "Type not found."); in GetFileContainingExtension() 164 return Status(StatusCode::NOT_FOUND, "Extension not found."); in GetFileContainingExtension() 181 return Status(StatusCode::NOT_FOUND, "Type not found."); in GetAllExtensionNumbers()
|
/external/grpc-grpc/src/cpp/ext/ |
D | proto_server_reflection.cc | 86 return Status(StatusCode::NOT_FOUND, "Services not found."); in ListService() 105 return Status(StatusCode::NOT_FOUND, "File not found."); in GetFileByName() 122 return Status(StatusCode::NOT_FOUND, "Symbol not found."); in GetFileContainingSymbol() 139 return Status(StatusCode::NOT_FOUND, "Type not found."); in GetFileContainingExtension() 146 return Status(StatusCode::NOT_FOUND, "Extension not found."); in GetFileContainingExtension() 163 return Status(StatusCode::NOT_FOUND, "Type not found."); in GetAllExtensionNumbers()
|
/external/grpc-grpc/test/cpp/util/ |
D | proto_reflection_descriptor_database.cc | 88 if (error.error_code() == StatusCode::NOT_FOUND) { in FindFileByName() 89 gpr_log(GPR_INFO, "NOT_FOUND from server for FindFileByName(%s)", in FindFileByName() 135 if (error.error_code() == StatusCode::NOT_FOUND) { in FindFileContainingSymbol() 138 "NOT_FOUND from server for FindFileContainingSymbol(%s)", in FindFileContainingSymbol() 191 if (error.error_code() == StatusCode::NOT_FOUND) { in FindFileContainingExtension() 198 "NOT_FOUND from server for FindFileContainingExtension(%s, %d)", in FindFileContainingExtension() 247 if (error.error_code() == StatusCode::NOT_FOUND) { in FindAllExtensionNumbers() 248 gpr_log(GPR_INFO, "NOT_FOUND from server for FindAllExtensionNumbers(%s)", in FindAllExtensionNumbers()
|
/external/icing/icing/tokenization/ |
D | language-segmenter.h | 90 // Return types of OK and NOT_FOUND indicate that the function call was 99 // NOT_FOUND if an error occurred or there are no terms that start after 118 // Return types of OK and NOT_FOUND indicate that the function call was 127 // NOT_FOUND if an error occurred or there are no terms that ends before 146 // Return types of OK and NOT_FOUND indicate that the function call was 151 // NOT_FOUND if an error occurred or there are no valid terms in the text.
|
/external/google-breakpad/src/processor/ |
D | simple_symbol_supplier.cc | 75 symbol_file)) != NOT_FOUND) { in GetSymbolFile() 79 return NOT_FOUND; in GetSymbolFile() 154 return NOT_FOUND; in GetSymbolFileAtPathFromRoot() 166 return NOT_FOUND; in GetSymbolFileAtPathFromRoot() 178 return NOT_FOUND; in GetSymbolFileAtPathFromRoot() 200 return NOT_FOUND; in GetSymbolFileAtPathFromRoot()
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/ |
D | read_until.hpp | 137 ec = error::not_found; in read_until() 220 ec = error::not_found; in read_until() 308 ec = error::not_found; in read_until() 398 ec = error::not_found; in read_until() 537 ec = error::not_found; in read_until() 615 ec = error::not_found; in read_until() 698 ec = error::not_found; in read_until() 783 ec = error::not_found; in read_until() 849 const std::size_t not_found = (std::numeric_limits<std::size_t>::max)(); in operator ()() local 878 search_position_ = not_found; in operator ()() [all …]
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/congestion_control/ |
D | hybrid_slow_start.cc | 26 hystart_found_(NOT_FOUND), in HybridSlowStart() 45 hystart_found_ = NOT_FOUND; in Restart() 67 if (hystart_found_ != NOT_FOUND) { in ShouldExitSlowStart() 101 hystart_found_ != NOT_FOUND; in ShouldExitSlowStart()
|