/third_party/boost/libs/regex/test/regress/ |
D | test_operators.cpp | 126 boost::sub_match<std::string::const_iterator> sub1, sub2; in test_operators() local 130 sub2.first = s2.begin(); in test_operators() 131 sub2.second = s2.end(); in test_operators() 132 sub2.matched = true; in test_operators() 134 test_less(sub1, sub2); in test_operators() 136 test_less(s1.c_str(), sub2); in test_operators() 138 test_less(*s1.c_str(), sub2); in test_operators() 140 test_less(s1, sub2); in test_operators() 141 test_greater(sub2, sub1); in test_operators() 142 test_greater(sub2, s1.c_str()); in test_operators() [all …]
|
/third_party/gettext/libtextstyle/gnulib-local/modules/ |
D | moo-tests | 6 tests/test-moo-sub2.oo.h 7 tests/test-moo-sub2.oo.c 25 …oo-sub2.h test-moo-sub2.c sub2.priv.h sub2.vt.h : $(top_srcdir)/build-aux/moopp test-moo-root.oo.h… 26 …$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/test-moo-sub2.oo.c $(srcdir)/test-moo-sub2.o…
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRule.java | 110 private NFSubstitution sub2 = null; field in NFRule 421 sub2 = null; in extractSubstitutions() 424 sub2 = extractSubstitution(owner, predecessor); in extractSubstitutions() 542 if (sub2 != null) { in setBaseValue() 543 sub2.setDivisor(radix, exponent); in setBaseValue() 623 && Objects.equals(sub2, that2.sub2); in equals() 690 if (sub2 != null) { in toString() 691 ruleTextCopy.insert(sub2.getPos(), sub2.toString()); in toString() 770 if (sub2 != null) { in doFormat() 771 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | NFRule.java | 111 private NFSubstitution sub2 = null; field in NFRule 422 sub2 = null; in extractSubstitutions() 425 sub2 = extractSubstitution(owner, predecessor); in extractSubstitutions() 543 if (sub2 != null) { in setBaseValue() 544 sub2.setDivisor(radix, exponent); in setBaseValue() 624 && Objects.equals(sub2, that2.sub2); in equals() 691 if (sub2 != null) { in toString() 692 ruleTextCopy.insert(sub2.getPos(), sub2.toString()); in toString() 771 if (sub2 != null) { in doFormat() 772 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | nfrule.cpp | 44 , sub2(NULL) in NFRule() 55 if (sub1 != sub2) { in ~NFRule() 56 delete sub2; in ~NFRule() 57 sub2 = NULL; in ~NFRule() 425 sub2 = NULL; in extractSubstitutions() 428 sub2 = extractSubstitution(ruleSet, predecessor, status); in extractSubstitutions() 555 if (sub2 != NULL) { in setBaseValue() 556 sub2->setDivisor(radix, exponent, status); in setBaseValue() 617 util_equalSubstitutions(const NFSubstitution* sub1, const NFSubstitution* sub2) in util_equalSubstitutions() argument 620 if (sub2) { in util_equalSubstitutions() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | nfrule.cpp | 44 , sub2(NULL) in NFRule() 55 if (sub1 != sub2) { in ~NFRule() 56 delete sub2; in ~NFRule() 57 sub2 = NULL; in ~NFRule() 425 sub2 = NULL; in extractSubstitutions() 428 sub2 = extractSubstitution(ruleSet, predecessor, status); in extractSubstitutions() 555 if (sub2 != NULL) { in setBaseValue() 556 sub2->setDivisor(radix, exponent, status); in setBaseValue() 617 util_equalSubstitutions(const NFSubstitution* sub1, const NFSubstitution* sub2) in util_equalSubstitutions() argument 620 if (sub2) { in util_equalSubstitutions() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | nfrule.cpp | 44 , sub2(NULL) in NFRule() 55 if (sub1 != sub2) { in ~NFRule() 56 delete sub2; in ~NFRule() 57 sub2 = NULL; in ~NFRule() 425 sub2 = NULL; in extractSubstitutions() 428 sub2 = extractSubstitution(ruleSet, predecessor, status); in extractSubstitutions() 555 if (sub2 != NULL) { in setBaseValue() 556 sub2->setDivisor(radix, exponent, status); in setBaseValue() 617 util_equalSubstitutions(const NFSubstitution* sub1, const NFSubstitution* sub2) in util_equalSubstitutions() argument 620 if (sub2) { in util_equalSubstitutions() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | nfrule.cpp | 44 , sub2(NULL) in NFRule() 55 if (sub1 != sub2) { in ~NFRule() 56 delete sub2; in ~NFRule() 57 sub2 = NULL; in ~NFRule() 425 sub2 = NULL; in extractSubstitutions() 428 sub2 = extractSubstitution(ruleSet, predecessor, status); in extractSubstitutions() 555 if (sub2 != NULL) { in setBaseValue() 556 sub2->setDivisor(radix, exponent, status); in setBaseValue() 617 util_equalSubstitutions(const NFSubstitution* sub1, const NFSubstitution* sub2) in util_equalSubstitutions() argument 620 if (sub2) { in util_equalSubstitutions() [all …]
|
/third_party/gn/src/gn/ |
D | config_unittest.cc | 38 Config sub2(setup.settings(), Label(SourceDir("//foo/"), "2")); in TEST() local 39 sub2.own_values().defines().push_back("TWO"); in TEST() 40 ASSERT_TRUE(sub2.OnResolved(&err)); in TEST() 45 config.configs().push_back(LabelConfigPair(&sub2)); in TEST()
|
D | command_format.cc | 819 Printer sub2; in Expr() local 820 InitializeSub(&sub2); in Expr() 821 sub2.Newline(); in Expr() 822 int penalty_next_line = sub2.Expr(binop->right(), prec_right, at_end); in Expr() 823 sub2.PrintSuffixComments(root); in Expr() 824 sub2.FlushComments(); in Expr() 825 penalty_next_line += AssessPenalty(sub2.String()); in Expr() 854 ExceedsMaximumWidth(sub2.String()) && in Expr() 1070 Printer sub2; in FunctionCall() local 1071 InitializeSub(&sub2); in FunctionCall() [all …]
|
/third_party/gettext/libtextstyle/gnulib-local/tests/ |
D | test-moo-sub2.oo.c | 11 sub2::begin_indent (sub2_t x) in begin_indent() 17 sub2::end_indent (sub2_t x) in end_indent()
|
D | test-moo-sub2.oo.h | 4 struct sub2 : struct sub1 struct
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_ibus.c | 75 DBusMessageIter sub1, sub2; in IBus_GetVariantText() local 87 dbus->message_iter_recurse(&sub1, &sub2); in IBus_GetVariantText() 89 if (dbus->message_iter_get_arg_type(&sub2) != DBUS_TYPE_STRING) { in IBus_GetVariantText() 93 dbus->message_iter_get_basic(&sub2, &struct_id); in IBus_GetVariantText() 98 dbus->message_iter_next(&sub2); in IBus_GetVariantText() 99 dbus->message_iter_next(&sub2); in IBus_GetVariantText() 101 if (dbus->message_iter_get_arg_type(&sub2) != DBUS_TYPE_STRING) { in IBus_GetVariantText() 105 dbus->message_iter_get_basic(&sub2, &text); in IBus_GetVariantText()
|
/third_party/boost/tools/quickbook/test/python/ |
D | include_glob_locs.txt | 8 g sub2/?.qbk 9 + sub2/b.qbk
|
D | include_glob_deps.txt | 6 sub2/b.qbk
|
D | include_path_deps.txt | 6 sub2/b.qbk
|
D | include_path_locs.txt | 9 + sub2/b.qbk
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/ |
D | subgroup-globals-extract.msl22.frag | 11 uint sub2() { 29 FragColor.x = sub1() + sub2() + sub3() + sub4() + sub5();
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/ |
D | LocaleDistanceBuilder.java | 205 Map<String, DistanceTable> sub2 = subtables.get(desired); in getDistance() local 206 if (sub2 == null) { in getDistance() 207 sub2 = subtables.get(ANY); // <*, supported> in getDistance() 210 DistanceTable value = sub2.get(supported); // <*/desired, supported> in getDistance() 212 value = sub2.get(ANY); // <*/desired, *> in getDistance() 214 sub2 = subtables.get(ANY); // <*, supported> in getDistance() 215 value = sub2.get(supported); in getDistance() 217 value = sub2.get(ANY); // <*, *> in getDistance() 243 Map<String, DistanceTable> sub2 = subtables.get(desired); in addSubtable() local 244 if (sub2 == null) { in addSubtable() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/ |
D | LocaleDistanceBuilder.java | 205 Map<String, DistanceTable> sub2 = subtables.get(desired); in getDistance() local 206 if (sub2 == null) { in getDistance() 207 sub2 = subtables.get(ANY); // <*, supported> in getDistance() 210 DistanceTable value = sub2.get(supported); // <*/desired, supported> in getDistance() 212 value = sub2.get(ANY); // <*/desired, *> in getDistance() 214 sub2 = subtables.get(ANY); // <*, supported> in getDistance() 215 value = sub2.get(supported); in getDistance() 217 value = sub2.get(ANY); // <*, *> in getDistance() 243 Map<String, DistanceTable> sub2 = subtables.get(desired); in addSubtable() local 244 if (sub2 == null) { in addSubtable() [all …]
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstbuffer.c | 112 GstBuffer *buffer, *sub1, *sub2, *span; in GST_START_TEST() local 128 sub2 = gst_buffer_copy_region (buffer, GST_BUFFER_COPY_ALL, 2, 2); in GST_START_TEST() 129 fail_if (sub2 == NULL, "copy_region of buffer returned NULL"); in GST_START_TEST() 133 ASSERT_BUFFER_REFCOUNT (sub2, "sub2", 1); in GST_START_TEST() 137 gst_buffer_ref (sub2); in GST_START_TEST() 138 span = gst_buffer_append (sub1, sub2); in GST_START_TEST() 143 ASSERT_BUFFER_REFCOUNT (sub2, "sub2", 1); in GST_START_TEST() 153 gst_buffer_ref (sub2); in GST_START_TEST() 154 span = gst_buffer_append (sub2, sub1); in GST_START_TEST() 159 ASSERT_BUFFER_REFCOUNT (sub2, "sub2", 1); in GST_START_TEST() [all …]
|
D | gstmemory.c | 100 GstMemory *memory, *sub1, *sub2; in GST_START_TEST() local 107 sub2 = gst_memory_share (memory, 2, 2); in GST_START_TEST() 108 fail_if (sub2 == NULL, "share of memory returned NULL"); in GST_START_TEST() 110 fail_if (gst_memory_is_span (memory, sub2, NULL) == TRUE, in GST_START_TEST() 116 fail_if (gst_memory_is_span (sub1, sub2, NULL) == FALSE, in GST_START_TEST() 121 gst_memory_unref (sub2); in GST_START_TEST()
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/ |
D | subgroup-globals-extract.msl22.frag | 57 uint sub2(thread uint& gl_SubgroupSize) 83 …out.FragColor.x = (((sub1(gl_SubgroupSize) + sub2(gl_SubgroupSize)) + sub3(gl_SubgroupSize)) + sub…
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/ |
D | geometric.h | 119 glm_vec4 const sub2 = _mm_sub_ps(mul5, mul4); in glm_vec4_refract() local 121 return sub2; in glm_vec4_refract()
|
/third_party/grpc/test/cpp/util/ |
D | string_ref_test.cc | 172 string_ref sub2 = s.substr(5); in TEST_F() local 173 EXPECT_EQ(string_ref(kTestUnrelatedString), sub2); in TEST_F()
|