Home
last modified time | relevance | path

Searched refs:empty (Results 4551 - 4575 of 5090) sorted by relevance

1...<<181182183184185186187188189190>>...204

/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/
H A Dnet_forwarding_lib.sh558 # return success only in case of non-empty output
1978 non-empty string.
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/
H A Dlib.sh558 # return success only in case of non-empty output
1978 non-empty string.
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/team/
H A Dnet_forwarding_lib.sh558 # return success only in case of non-empty output
1978 non-empty string.
/third_party/elfio/elfio/
H A Delfio_dump.hpp1118 if ( str.empty() ) { in dynamic_tag()
/third_party/glslang/glslang/Include/
H A DConstantUnion.h929 bool empty() const { return unionArray == nullptr; } in empty() function in glslang::TConstUnionArray
/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp1422 if (stripRange.empty()) // nothing to do in strip()
/third_party/icu/icu4c/source/common/
H A Duloc.cpp582 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty keyword name */ in locale_canonKeywordName()
813 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty keyword name in passed-in locale */ in ulocimp_getKeywordValue()
847 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty key value name in passed-in locale */ in ulocimp_getKeywordValue()
977 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty keyword name in passed-in locale */ in uloc_setKeywordValue()
1009 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty key value in passed-in locale */ in uloc_setKeywordValue()
1650 if (id.empty() && tmpLocaleID != NULL) { in _canonicalize()
/third_party/json/tests/src/
H A Dunit-class_parser.cpp328 SECTION("empty array")
342 SECTION("empty object")
356 // empty string
585 CHECK_THROWS_WITH_AS(parser_helper("1.18973e+4932").empty(), "[json.exception.out_of_range.406] number overflow parsing '1.18973e+4932'", json::out_of_range&);
651 SECTION("empty array")
665 SECTION("empty object")
679 // empty string
1518 // the following test cases cover the situation in which an empty
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_precision.cpp639 assert(v.stack.empty()); in find_lowerable_rvalues()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_reader_unittest.cc171 if (!encoding.empty())
235 EXPECT_FALSE(reader.Open(data_dir_.AppendASCII("empty.zip"))); in TEST_F()
/third_party/node/deps/zlib/google/
H A Dzip_reader_unittest.cc173 if (!encoding.empty())
237 EXPECT_FALSE(reader.Open(data_dir_.AppendASCII("empty.zip"))); in TEST_F()
/third_party/node/src/
H A Dnode.h735 // as soon as possible, returning an empty `Maybe`.
746 // will be empty.
789 if (!errors->empty()) ret.reset(); in Create()
H A Dnode_http_parser.cc765 if (binding_data_->parser_buffer.empty())
789 // Ignore, empty reads have special meaning in http parser
/third_party/nghttp2/src/
H A Dhttp2_test.cc218 CU_ASSERT(nva.empty()); in test_http2_copy_headers_to_nva()
668 // url should be picked up if empty loadpolicy is specified in test_http2_parse_link_header()
807 // base empty and rel contains '..' in test_http2_parse_link_header()
834 // empty rel and query in test_http2_parse_link_header()
841 // both rel and query are empty in test_http2_parse_link_header()
849 // empty base in test_http2_parse_link_header()
856 // everything is empty in test_http2_parse_link_header()
861 // only baseq is not empty in test_http2_parse_link_header()
H A Dshrpx_connection_handler.cc903 if (!ticket_keys || ticket_keys->keys.empty()) { in on_tls_ticket_key_get_success()
904 LOG(WARN) << "Memcached: tls ticket keys are empty; tls ticket disabled"; in on_tls_ticket_key_get_success()
/third_party/node/deps/icu-small/source/common/
H A Duloc.cpp563 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty keyword name */ in locale_canonKeywordName()
795 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty keyword name in passed-in locale */ in ulocimp_getKeywordValue()
829 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty key value name in passed-in locale */ in ulocimp_getKeywordValue()
959 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty keyword name in passed-in locale */ in uloc_setKeywordValue()
991 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty key value in passed-in locale */ in uloc_setKeywordValue()
1629 if (id.empty() && tmpLocaleID != nullptr) { in _canonicalize()
/third_party/node/deps/icu-small/source/tools/icuexportdata/
H A Dicuexportdata.cpp638 // The result was neither empty nor contained exactly in writeDecompositionData()
649 // The result was neither empty nor contained exactly in writeDecompositionData()
1197 if (propNames.empty() in exportUprops()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.cpp203 while (!value->uses.empty()) { in replace()
/third_party/icu/icu4c/source/tools/icuexportdata/
H A Dicuexportdata.cpp461 // The result was neither empty nor contained exactly in writeDecompositionData()
472 // The result was neither empty nor contained exactly in writeDecompositionData()
1037 if (propNames.empty() in exportUprops()
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc850 while (!stack.empty()) { in operator <<()
H A Dgraph-assembler.h575 DCHECK(!loop_headers_.empty()); in MergeState()
/third_party/node/deps/v8/src/common/
H A Dglobals.h943 return mode.empty(); in IsFlushingDisabled()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.cc658 !block->empty() && block->front()->opcode() == IrOpcode::kIfException;
/third_party/node/deps/v8/src/objects/
H A Dmap-updater.cc1133 while (!backlog.empty()) { in UpdateFieldType()
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc801 while (!cont_stack.empty()) { in ParseJsonValue()

Completed in 48 milliseconds

1...<<181182183184185186187188189190>>...204