/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | SwiftConfig.cpp | 237 const std::string empty = ""; in page() local 274 …html += "<option value='0'" + (config.pixelShaderVersion == 0 ? selected : empty) + ">0.0</optio… in page() 275 …html += "<option value='11'" + (config.pixelShaderVersion == 11 ? selected : empty) + ">1.1</optio… in page() 276 …html += "<option value='12'" + (config.pixelShaderVersion == 12 ? selected : empty) + ">1.2</optio… in page() 277 …html += "<option value='13'" + (config.pixelShaderVersion == 13 ? selected : empty) + ">1.3</optio… in page() 278 …html += "<option value='14'" + (config.pixelShaderVersion == 14 ? selected : empty) + ">1.4</optio… in page() 279 …html += "<option value='20'" + (config.pixelShaderVersion == 20 ? selected : empty) + ">2.0</optio… in page() 280 …html += "<option value='21'" + (config.pixelShaderVersion == 21 ? selected : empty) + ">2.x</optio… in page() 281 …html += "<option value='30'" + (config.pixelShaderVersion == 30 ? selected : empty) + ">3.0 (defau… in page() 284 …html += "<option value='0'" + (config.vertexShaderVersion == 0 ? selected : empty) + ">0.0</opti… in page() [all …]
|
/third_party/boost/libs/dll/test/ |
D | ctti_type_name_parser_test.cpp | 63 BOOST_TEST(!ctor1.empty()); in main() 66 BOOST_TEST(!ctor2.empty()); in main() 69 BOOST_TEST(!ctor3.empty()); in main() 72 BOOST_TEST(!ctor4.empty()); in main() 75 BOOST_TEST(!ctor5.empty()); in main() 78 BOOST_TEST(!ctor6.empty()); in main() 81 BOOST_TEST(!v.empty()); in main() 84 BOOST_TEST(!v.empty()); in main() 87 BOOST_TEST(!v.empty()); in main() 90 BOOST_TEST(!v.empty()); in main() [all …]
|
D | cpp_mangle_test.cpp | 48 BOOST_TEST(!v.empty()); //check if a symbols was found. in main() 52 BOOST_TEST(v.empty()); in main() 57 BOOST_TEST(!v.empty()); //check if a symbols was found. in main() 61 BOOST_TEST(!v.empty()); //check if a symbols was found. in main() 66 BOOST_TEST(!v.empty()); in main() 72 BOOST_TEST(!v1.empty()); in main() 73 BOOST_TEST(!v2.empty()); in main() 77 BOOST_TEST(!v.empty()); in main() 82 BOOST_TEST(!v.empty()); in main() 90 BOOST_TEST(!ctor1.empty()); in main() [all …]
|
/third_party/grpc/third_party/toolchains/bazel_0.26.0_rbe_windows/ |
D | BUILD | 26 name = "empty", 46 all_files = ":empty", 47 ar_files = ":empty", 48 as_files = ":empty", 49 compiler_files = ":empty", 50 dwp_files = ":empty", 51 linker_files = ":empty", 52 objcopy_files = ":empty", 53 strip_files = ":empty", 82 all_files = ":empty", [all …]
|
/third_party/boost/libs/function/test/ |
D | function_test.cpp | 60 BOOST_CHECK(v1.empty()); in test_zero_args() 77 BOOST_CHECK(!v1.empty()); in test_zero_args() 109 BOOST_CHECK(!v1.empty()); in test_zero_args() 118 BOOST_CHECK(!v1.empty()); in test_zero_args() 127 BOOST_CHECK(!v1.empty()); in test_zero_args() 141 BOOST_CHECK(!v2.empty()); in test_zero_args() 157 BOOST_CHECK(v2.empty()); in test_zero_args() 170 BOOST_CHECK(!v2.empty()); in test_zero_args() 189 BOOST_CHECK(!v2.empty()); in test_zero_args() 198 BOOST_CHECK(!v2.empty()); in test_zero_args() [all …]
|
D | function_n_test.cpp | 61 BOOST_CHECK(v1.empty()); in test_zero_args() 65 BOOST_CHECK(!v1.empty()); in test_zero_args() 78 BOOST_CHECK(!v1.empty()); in test_zero_args() 97 BOOST_CHECK(v1.empty()); in test_zero_args() 101 BOOST_CHECK(!v1.empty()); in test_zero_args() 110 BOOST_CHECK(!v1.empty()); in test_zero_args() 119 BOOST_CHECK(!v1.empty()); in test_zero_args() 128 BOOST_CHECK(!v1.empty()); in test_zero_args() 142 BOOST_CHECK(!v2.empty()); in test_zero_args() 158 BOOST_CHECK(v2.empty()); in test_zero_args() [all …]
|
/third_party/cef/libcef_dll/wrapper/ |
D | libcef_dll_wrapper.cc | 174 DCHECK(!key.empty()); in CefSetCrashKeyValue() 175 if (key.empty()) in CefSetCrashKeyValue() 188 DCHECK(!full_path.empty()); in CefCreateDirectory() 189 if (full_path.empty()) in CefCreateDirectory() 232 DCHECK(!base_dir.empty()); in CefCreateTempDirectoryInDirectory() 233 if (base_dir.empty()) in CefCreateTempDirectoryInDirectory() 250 DCHECK(!path.empty()); in CefDirectoryExists() 251 if (path.empty()) in CefDirectoryExists() 266 DCHECK(!path.empty()); in CefDeleteFile() 267 if (path.empty()) in CefDeleteFile() [all …]
|
/third_party/boost/libs/container/test/ |
D | explicit_inst_map_test.cpp | 13 struct empty struct 15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==() argument 16 friend bool operator < (const empty &, const empty &){ return true; } in operator <() argument 19 template class ::boost::container::map<empty, empty>; 20 template class ::boost::container::multimap<empty, empty>; 22 volatile ::boost::container::map<empty, empty> dummy; 23 volatile ::boost::container::multimap<empty, empty> dummy2;
|
D | explicit_inst_flat_map_test.cpp | 20 struct empty struct 22 friend bool operator == (const empty &, const empty &){ return true; } in operator ==() argument 23 friend bool operator < (const empty &, const empty &){ return true; } in operator <() argument 26 template class ::boost::container::flat_map<empty, empty>; 27 template class ::boost::container::flat_multimap<empty, empty>; 29 volatile ::boost::container::flat_map<empty, empty> dummy; 30 volatile ::boost::container::flat_multimap<empty, empty> dummy2;
|
D | explicit_inst_set_test.cpp | 13 struct empty struct 15 friend bool operator == (const empty &, const empty &){ return true; } in operator ==() argument 16 friend bool operator < (const empty &, const empty &){ return true; } in operator <() argument 19 template class ::boost::container::set<empty>; 20 template class ::boost::container::multiset<empty>; 22 volatile ::boost::container::set<empty> dummy; 23 volatile ::boost::container::multiset<empty> dummy2;
|
/third_party/boost/libs/optional/test/ |
D | optional_xconfig_HACK_TO_LIST_PREDEFINED_MACROS.cpp | 35 int empty = -1; in main() local 36 BOOST_TEST_EQ(empty, __GNUC__); in main() 37 BOOST_TEST_EQ(empty, __GNUC_MINOR__); in main() 38 BOOST_TEST_EQ(empty, __GNUC_PATCHLEVEL__); in main() 39 BOOST_TEST_EQ(empty, __cplusplus); in main() 42 BOOST_TEST_EQ(empty, BOOST_COMP_GNUC); in main() 43 BOOST_TEST_EQ(empty, BOOST_COMP_CLANG); in main() 44 BOOST_TEST_EQ(empty, BOOST_LANG_STDCPP); in main() 45 BOOST_TEST_EQ(empty, BOOST_LIB_C_GNU); in main() 46 BOOST_TEST_EQ(empty, BOOST_LIB_STD_GNU); in main() [all …]
|
/third_party/boost/libs/histogram/test/ |
D | algorithm_empty_test.cpp | 18 using boost::histogram::algorithm::empty; 26 BOOST_TEST(empty(h, coverage::all)); in run_tests() 27 BOOST_TEST(empty(h, coverage::inner)); in run_tests() 31 BOOST_TEST(!empty(h, coverage::all)); in run_tests() 33 BOOST_TEST(empty(h, coverage::inner)); in run_tests() 35 BOOST_TEST(!empty(h, coverage::inner)); in run_tests() 43 BOOST_TEST(empty(h, coverage::all)); in run_tests() 44 BOOST_TEST(empty(h, coverage::inner)); in run_tests() 47 BOOST_TEST(!empty(h, coverage::all)); in run_tests() 48 BOOST_TEST(empty(h, coverage::inner)); in run_tests() [all …]
|
/third_party/boost/tools/build/src/util/ |
D | assert.jam | 19 # ignore trailing empty string elements. 50 # Assert the equality of A and B, ignoring trailing empty string elements. 57 (ignoring trailing empty strings) ; 63 # logical value (is either an empty list or all empty strings). 98 # Assert the inequality of A and B, ignoring trailing empty string elements. 105 (ignoring trailing empty strings) ; 134 # Assert that A and B are not exactly equal, not ignoring trailing empty string 208 # logical value (is neither an empty list nor all empty strings). 230 # Assert the exact equality of A and B, not ignoring trailing empty string 242 # Assert that the given variable is not an empty list. [all …]
|
/third_party/curl/tests/unit/ |
D | unit1620.c | 41 struct Curl_easy *empty; variable 48 rc = Curl_open(&empty); 53 rc = Curl_connect(empty, &async, &protocol_connect); 57 fail_unless(empty->magic == CURLEASY_MAGIC_NUMBER, 61 rc = Curl_connect(empty, &async, &protocol_connect); 65 rc = Curl_init_userdefined(empty); 68 rc = Curl_init_do(empty, empty->conn); 76 Curl_freeset(empty); 78 fail_unless(empty->set.str[i] == NULL, 82 Curl_free_request_state(empty); [all …]
|
/third_party/cef/libcef_dll/ctocpp/ |
D | dictionary_value_ctocpp.cc | 195 DCHECK(!key.empty()); in HasKey() 196 if (key.empty()) in HasKey() 246 DCHECK(!key.empty()); in Remove() 247 if (key.empty()) in Remove() 268 DCHECK(!key.empty()); in GetType() 269 if (key.empty()) in GetType() 290 DCHECK(!key.empty()); in GetValue() 291 if (key.empty()) in GetValue() 312 DCHECK(!key.empty()); in GetBool() 313 if (key.empty()) in GetBool() [all …]
|
/third_party/boost/libs/thread/test/sync/mutual_exclusion/sync_bounded_queue/ |
D | single_thread_pass.cpp | 45 BOOST_TEST(q.empty()); in main() 57 BOOST_TEST(q.empty()); in main() 66 BOOST_TEST(q.empty()); in main() 75 BOOST_TEST(! q.empty()); in main() 85 BOOST_TEST(! q.empty()); in main() 99 BOOST_TEST(! q.empty()); in main() 108 BOOST_TEST(! q.empty()); in main() 117 BOOST_TEST(! q.empty()); in main() 127 BOOST_TEST(! q.empty()); in main() 137 BOOST_TEST(! q.empty()); in main() [all …]
|
/third_party/skia/tests/ |
D | SkStringViewTest.cpp | 13 skstd::string_view empty; in DEF_TEST() local 14 REPORTER_ASSERT(r, empty.data() == nullptr); in DEF_TEST() 15 REPORTER_ASSERT(r, empty.length() == 0); in DEF_TEST() 36 skstd::string_view empty(""); in DEF_TEST() local 37 REPORTER_ASSERT(r, empty.empty()); in DEF_TEST() 38 REPORTER_ASSERT(r, !empty.starts_with('x')); in DEF_TEST() 39 REPORTER_ASSERT(r, !empty.ends_with('x')); in DEF_TEST() 40 REPORTER_ASSERT(r, !empty.starts_with("x")); in DEF_TEST() 41 REPORTER_ASSERT(r, !empty.ends_with("x")); in DEF_TEST() 42 REPORTER_ASSERT(r, empty.starts_with("")); in DEF_TEST() [all …]
|
/third_party/json/test/src/ |
D | unit-capacity.cpp | 46 CHECK(j.empty() == false); 47 CHECK(j_const.empty() == false); 52 CHECK(j.empty() == (j.begin() == j.end())); 53 CHECK(j_const.empty() == (j_const.begin() == j_const.end())); 64 CHECK(j.empty() == false); 65 CHECK(j_const.empty() == false); 70 CHECK(j.empty() == (j.begin() == j.end())); 71 CHECK(j_const.empty() == (j_const.begin() == j_const.end())); 84 CHECK(j.empty() == true); 85 CHECK(j_const.empty() == true); [all …]
|
/third_party/boost/libs/hana/test/detail/ |
D | ebo.cpp | 16 template <int> struct empty { }; struct 24 static_assert(sizeof(inherit<>) == sizeof(inherit<ebo<idx<0>, empty<0>>>), ""); 25 static_assert(sizeof(inherit<>) == sizeof(inherit<ebo<idx<0>, empty<0>>, ebo<idx<1>, empty<1>>>), "… 26 …rt(sizeof(inherit<>) == sizeof(inherit<ebo<idx<0>, empty<0>>, ebo<idx<1>, empty<1>>, ebo<idx<2>, e… 79 ebo<idx<0>, empty<0>> e{}; in main() 80 empty<0>& s = hana::detail::ebo_get<idx<0>>(e); in main() 85 ebo<idx<0>, empty<0>> const e{}; in main() 86 empty<0> const& s = hana::detail::ebo_get<idx<0>>(e); in main() 91 ebo<idx<0>, empty<0>> e{}; in main() 92 empty<0>&& s = hana::detail::ebo_get<idx<0>>(std::move(e)); in main()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | parser_impl_convert_member_decoration_test.cc | 29 EXPECT_TRUE(result.empty()); in TEST_F() 38 EXPECT_TRUE(result.empty()); in TEST_F() 48 EXPECT_TRUE(result.empty()); in TEST_F() 58 ASSERT_FALSE(result.empty()); in TEST_F() 63 EXPECT_TRUE(p->error().empty()); in TEST_F() 73 EXPECT_TRUE(result.empty()); in TEST_F() 74 EXPECT_TRUE(p->error().empty()); in TEST_F() 84 ASSERT_FALSE(result.empty()); in TEST_F() 89 EXPECT_TRUE(p->error().empty()); in TEST_F() 99 EXPECT_TRUE(result.empty()); in TEST_F() [all …]
|
D | parser_impl_get_decorations_test.cc | 35 EXPECT_TRUE(decorations.empty()); in TEST_F() 36 EXPECT_TRUE(p->error().empty()); in TEST_F() 44 EXPECT_TRUE(decorations.empty()); in TEST_F() 45 EXPECT_TRUE(p->error().empty()); in TEST_F() 59 EXPECT_TRUE(p->error().empty()); in TEST_F() 75 EXPECT_TRUE(p->error().empty()); in TEST_F() 83 EXPECT_TRUE(decorations.empty()); in TEST_F() 84 EXPECT_TRUE(p->error().empty()); in TEST_F() 92 EXPECT_TRUE(decorations.empty()); in TEST_F() 93 EXPECT_TRUE(p->error().empty()); in TEST_F() [all …]
|
/third_party/gettext/gettext-tools/tests/ |
D | xgettext-its-1 | 11 cat <<\EOF > empty.xml 13 <empty></empty> 16 ${XGETTEXT} --itstool -o empty.pot empty.xml 2>empty.err || { cat empty.err; Exit 1; } 20 cat <<\EOF > its/empty-1.loc 25 ${XGETTEXT} --itstool -o empty.pot empty.xml 2>empty.err || { cat empty.err; Exit 1; } 27 cat <<\EOF > its/empty-2.loc 36 ${XGETTEXT} --itstool -o empty.pot empty.xml 2>empty.err || { cat empty.err; Exit 1; } 38 cat <<\EOF > its/empty.its 44 ${XGETTEXT} --itstool -o empty.pot empty.xml 2>empty.err || { cat empty.err; Exit 1; }
|
/third_party/boost/libs/thread/test/sync/mutual_exclusion/sync_deque/ |
D | single_thread_pass.cpp | 44 BOOST_TEST(q.empty()); in main() 53 BOOST_TEST( boost::queue_op_status::empty == q.try_pull_front(i)); in main() 54 BOOST_TEST(q.empty()); in main() 63 BOOST_TEST(! q.empty()); in main() 73 BOOST_TEST(! q.empty()); in main() 84 BOOST_TEST(! q.empty()); in main() 95 BOOST_TEST(! q.empty()); in main() 106 BOOST_TEST(! q.empty()); in main() 116 BOOST_TEST(! q.empty()); in main() 125 BOOST_TEST(! q.empty()); in main() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | typeFromJSInitializer.types | 20 this.empty = [] 21 >this.empty = [] : never[] 22 >this.empty : any 24 >empty : any 88 a.empty.push(1) 89 >a.empty.push(1) : number 90 >a.empty.push : (...items: any[]) => number 91 >a.empty : any[] 93 >empty : any[] 97 a.empty.push(true) [all …]
|
/third_party/boost/libs/metaparse/doc/ |
D | empty.qbk | 1 [#empty] 2 [section empty] 7 struct empty; 18 It accepts empty input only. The result of parsing is the `Result` 23 #include <boost/metaparse/empty.hpp> 29 empty<c> 35 #include <boost/metaparse/empty.hpp> 45 using want_empty = empty<BOOST_METAPARSE_STRING("result")>; 49 "empty accepts the empty input" 54 "empty should reject non-empty input"
|