/third_party/boost/libs/utility/test/ |
D | result_of_test.cpp | 55 template<typename This, typename That> struct result<This(That)> { typedef int type; }; 67 template<typename This, typename That> struct result<This(That)> { typedef float type; }; 78 template<typename This, typename That> struct result<This(That)> { typedef That type; }; 81 …template<typename This, typename That> struct result<const This(That)> { typedef cv_overload_check… 84 …template<typename This, typename That> struct result<volatile This(That)> { typedef cv_overload_ch… 87 …late<typename This, typename That> struct result<const volatile This(That)> { typedef cv_overload_… 90 template<typename This, typename That> struct result<This(That &, That)> { typedef That & type; }; 93 …template<typename This, typename That> struct result<This(That const &, That)> { typedef That cons… 96 …template<typename This, typename That> struct result<This(That volatile &, That)> { typedef That v… 99 …template<typename This, typename That> struct result<This(That const volatile &, That)> { typedef …
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | StringPool.h | 90 PooledStringPtr(const PooledStringPtr &That) : S(That.S) { in PooledStringPtr() argument 94 PooledStringPtr &operator=(const PooledStringPtr &That) { 95 if (S != That.S) { 97 S = That.S; 133 inline bool operator==(const PooledStringPtr &That) const { return S == That.S; } 134 inline bool operator!=(const PooledStringPtr &That) const { return S != That.S; }
|
D | Registry.h | 91 bool operator==(const iterator &That) const { return Cur == That.Cur; }
|
/third_party/grpc/src/csharp/Grpc.Tools.Tests/ |
D | ProtoCompileCommandLineGeneratorTest.cs | 50 Assert.That(_task.LastPathToTool, Does.Match(@"protoc(.exe)?$")); in MinimalCompile() 51 Assert.That(_task.LastResponseFile, Is.EqualTo(new[] { in MinimalCompile() 60 Assert.That(_task.LastResponseFile, Is.EqualTo(new[] { in CompileTwoFiles() 69 Assert.That(_task.LastResponseFile, Is.EqualTo(new[] { in CompileWithProtoPaths() 89 Assert.That(_task.LastResponseFile, Is.EqualTo(new[] { in CompileWithOptions() 99 Assert.That(_task.LastResponseFile, in OutputDependencyFile() 109 Assert.That(_task.LastResponseFile, in OutputDependencyWithProtoDepDir() 118 Assert.That(_task.LastResponseFile, Is.SupersetOf(new[] { in GenerateGrpc() 129 Assert.That(_task.LastResponseFile, Is.SupersetOf(new[] { in GenerateGrpcWithOutDir() 139 Assert.That(_task.LastResponseFile, in GenerateGrpcWithOptions() [all …]
|
D | DepFileUtilTest.cs | 124 Assert.That(deps, Has.Length.InRange(4, 5)); // foo.proto may or may not be listed. in ReadDependencyInput_FullFile1() 125 Assert.That(deps, Has.One.EndsWith("wrappers.proto")); in ReadDependencyInput_FullFile1() 126 Assert.That(deps, Has.One.EndsWith("type.proto")); in ReadDependencyInput_FullFile1() 127 Assert.That(deps, Has.None.StartWith(" ")); in ReadDependencyInput_FullFile1() 136 Assert.That(deps, Has.Length.InRange(1, 2)); in ReadDependencyInput_FullFile2() 137 Assert.That(deps, Has.One.EndsWith("wrappers.proto")); in ReadDependencyInput_FullFile2() 138 Assert.That(deps, Has.None.StartWith(" ")); in ReadDependencyInput_FullFile2()
|
D | ProtoCompileBasicTest.cs | 42 Assert.That(commandLine, Is.Null | Is.Empty); in ExecuteTool() 45 Assert.That(pathToTool, Is.Not.Null & Is.Not.Empty); in ExecuteTool() 46 Assert.That(response, Is.Not.Null & Does.EndWith("\n")); in ExecuteTool() 81 Assert.That(pinfo, Has.Attribute<RequiredAttribute>()); in RequiredAttributePresentOnProperty()
|
D | CSharpGeneratorTest.cs | 85 Assert.That(poss[0], Is.EqualTo("out/Foo.cs") | Is.EqualTo("out\\Foo.cs")); in OutputDirMetadataRecognized() 95 Assert.That(poss[0], Is.EqualTo("out/sub/Foo.cs") | Is.EqualTo("out\\sub\\Foo.cs")); in OutputDirPatched()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | FieldMaskTest.cs | 50 Assert.That(text, Does.Contain("@warning")); in ToString_Invalid() 51 Assert.That(text, Does.Contain(input)); in ToString_Invalid() 176 Assert.That(result.Paths, Has.No.Member("bar.baz")); in Union() 177 Assert.That(result.Paths, Has.No.Member("bar.quz")); in Union() 178 Assert.That(result.Paths, Has.No.Member("foo.bar")); in Union() 192 Assert.That(result.Paths, Has.No.Member("foo.bar")); in Union_UsingVarArgs() 193 Assert.That(result.Paths, Has.No.Member("bar.quz")); in Union_UsingVarArgs() 208 Assert.That(result.Paths, Has.No.Member("foo")); in Intersection() 209 Assert.That(result.Paths, Has.No.Member("bar")); in Intersection()
|
/third_party/typescript/tests/baselines/reference/ |
D | checkJsxChildrenProperty9.types | 35 let k3 = <div> {1} {"That is a number"} </div>; 37 ><div> {1} {"That is a number"} </div> : JSX.Element 40 >"That is a number" : "That is a number"
|
D | checkJsxChildrenProperty10.types | 66 let k3 = <div> {1} {"That is a number"} </div>; 68 ><div> {1} {"That is a number"} </div> : JSX.Element 71 >"That is a number" : "That is a number"
|
D | checkJsxChildrenProperty11.types | 66 let k3 = <div> {1} {"That is a number"} </div>; 68 ><div> {1} {"That is a number"} </div> : JSX.Element 71 >"That is a number" : "That is a number"
|
/third_party/boost/libs/range/doc/reference/algorithm/ |
D | inplace_merge.qbk | 36 …`[middle, end(rng))` into a single sorted range `[begin(rng), end(rng))`. That is, it starts with … 62 * `[begin(rng), middle)` is in ascending order. That is for each pair of adjacent elements `[x,y]`,… 63 * `[middle, end(rng))` is in ascending order. That is for each pair of adjacent elements `[x,y]`, `… 68 * `[begin(rng), middle)` is in ascending order. That is for each pair of adjacent elements `[x,y]`,… 69 * `[middle, end(rng))` is in ascending order. That is for each pair of adjacent elements `[x,y]`, `…
|
D | merge.qbk | 68 * The elements of `rng1` are in ascending order. That is, for each adjacent element pair `[x,y]` of… 69 * The elements of `rng2` are in ascending order. That is, for each adjacent element pair `[x,y]` of… 76 * The elements of `rng1` are in ascending order. That is, for each adjacent element pair `[x,y]`, o… 77 * The elements of `rng2` are in ascending order. That is, for each adjacent element pair `[x,y]`, o…
|
/third_party/boost/boost/xpressive/detail/static/ |
D | static.hpp | 86 template<typename That, typename BidiIter> 87 static bool skip_impl(That const &that, match_state<BidiIter> &state) in skip_impl() 150 template<typename That, typename BidiIter> 151 static bool skip_impl(That const &that, match_state<BidiIter> &state) in skip_impl()
|
/third_party/googletest/googlemock/test/ |
D | gmock-nice-strict_test.cc | 114 MOCK_METHOD2(That, std::string(int, bool)); 278 nice_bar.That(5, true); in TEST() 289 nice_bar.That(5, true); in TEST() 388 naggy_bar.That(5, true); in TEST() 399 naggy_bar.That(5, true); in TEST() 487 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true), in TEST() 498 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true), in TEST()
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/ |
D | FieldMaskTest.cs | 49 Assert.That(text, Does.Contain("@warning")); in ToString_Invalid() 50 Assert.That(text, Does.Contain(input)); in ToString_Invalid()
|
/third_party/boost/libs/convert/doc/ |
D | user_types.qbk | 11 …he type and implements whatever transformation functionality is required. That said, conversions t… 20 …the ['`std::iostream`] library use the mechanism introduced and supported by that library. That is, 35 That allows handling conversions of user-defined types with ['`std::iostream`]-based converters: 54 That allows handling conversions of user-defined types with `boost::cnv::strtol`:
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | data-structures.txt | 7 That includes only those things which can't appear as an expression, which primarily includes contr… 8 expression.h contains the definition of struct expression, which represents a C expression. That h… 10 That appears as another struct statement which has a statement_list member. 23 That much occurs in pretty much any program using the Sparse frontend. 31 That represents an entrypoint to the code, which would normally mean a function. 52 That covers most of the major data structures in Sparse.
|
/third_party/pcre2/pcre2/testdata/ |
D | grepinputx | 6 That time it was on a line by itself. 13 That was a complete pair
|
/third_party/boost/libs/mp11/doc/mp11/ |
D | list.adoc | 86 `mp_assign<L1<T1...>, L2<T2...>>` is an alias for `L1<T2...>`. That is, it replaces the elements of… 120 `mp_front<L>` is the first element of the list `L`. That is, `mp_front<L<T1, T...>>` is an alias fo… 144 `mp_pop_front<L>` removes the first element of the list `L`. That is, `mp_pop_front<L<T1, T...>>` i… 174 `mp_second<L>` is the second element of the list `L`. That is, `mp_second<L<T1, T2, T...>>` is an a… 198 `mp_third<L>` is the third element of the list `L`. That is, `mp_third<L<T1, T2, T3, T...>>` is an … 216 `mp_push_front<L, T...>` inserts the elements `T...` at the front of the list `L`. That is, `mp_pus… 235 `mp_push_back<L, T...>` inserts the elements `T...` at the back of the list `L`. That is, `mp_push_… 254 `mp_rename<L, Y>` changes the type of the list `L` to `Y`. That is, `mp_rename<L<T...>, Y>` is an a… 318 `mp_replace_front<L, T>` replaces the first element of the list `L` with `T`. That is, `mp_replace_… 349 `mp_replace_second<L, T>` replaces the second element of the list `L` with `T`. That is, `mp_replac… [all …]
|
/third_party/skia/buildtools/ |
D | README.txt | 7 That mirror exists so that the shared build tools can be shared between 25 That will give a URL which you should log into with your web browser.
|
/third_party/flutter/flutter/dev/integration_tests/ios_add2app/ |
D | README.md | 26 1. That a FlutterViewController can be freed when no longer in use (also tested 28 1. That a FlutterEngine can be freed when no longer in use.
|
/third_party/boost/libs/dll/doc/ |
D | mangled.qbk | 49 … the entire outline of the library and demangles every entry point in it. That also means, that th… 66 In order to create the class, we will need to allocate memory. That of course means, that we need t… 72 …alias type. In order to use it, we need to register the type as an alias. That will allow the smar… 76 …onstructor. The Itanium ABI may also implement an allocating constructor. That is why a constructo… 108 We put the library into a shared_pointer, because every import will hold such a pointer to it. That…
|
/third_party/skia/experimental/sktext/include/ |
D | SkText.md | 10 …es, SkText presents a set of text objects that keep data from each stage. That staging approach al… 47 <br>That requires performing the first 4 stages, but a user only needs to hold on to the DrawableTe… 49 <br>That requires performing all the 5 stages. A user will have to hold on to DrawableText and Sele… 51 <br>That requires performing the first 3 stages. A user will have to hold on to WrappedText (removi…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 265 void FAddendCoef::operator=(const FAddendCoef &That) { in operator =() argument 266 if (That.isInt()) in operator =() 267 set(That.IntVal); in operator =() 269 set(That.getFpVal()); in operator =() 272 void FAddendCoef::operator+=(const FAddendCoef &That) { in operator +=() argument 274 if (isInt() == That.isInt()) { in operator +=() 276 IntVal += That.IntVal; in operator +=() 278 getFpVal().add(That.getFpVal(), RndMode); in operator +=() 283 const APFloat &T = That.getFpVal(); in operator +=() 290 T.add(createAPFloatFromInt(T.getSemantics(), That.IntVal), RndMode); in operator +=() [all …]
|