/third_party/boost/boost/geometry/geometries/concepts/ |
D | check.hpp | 49 class check class 69 struct check : not_implemented<GeometryTag> struct 74 struct check<Geometry, point_tag, true> struct 80 struct check<Geometry, point_tag, false> struct 86 struct check<Geometry, linestring_tag, true> struct 92 struct check<Geometry, linestring_tag, false> struct 98 struct check<Geometry, ring_tag, true> struct 104 struct check<Geometry, ring_tag, false> struct 109 struct check<Geometry, polygon_tag, true> struct 115 struct check<Geometry, polygon_tag, false> struct [all …]
|
/third_party/node/deps/npm/node_modules/assert-plus/ |
D | assert.js | 44 check: function (arg) { return typeof (arg) === 'boolean'; } method 47 check: function (arg) { return typeof (arg) === 'function'; } method 50 check: function (arg) { return typeof (arg) === 'string'; } method 53 check: function (arg) { method 58 check: function (arg) { method 63 check: function (arg) { method 68 check: function (arg) { return Buffer.isBuffer(arg); }, method 72 check: function (arg) { return Array.isArray(arg); }, method 76 check: function (arg) { return arg instanceof Stream; }, method 81 check: function (arg) { return arg instanceof Date; }, method [all …]
|
/third_party/boost/libs/qvm/test/ |
D | deduce_scalar_test.cpp | 19 check struct 28 check<signed char,signed char,signed char>(); in main() argument
|
D | deduce_vector_test.cpp | 19 check struct 21 same_type<typename boost::qvm::deduce_vec2<A,B,D>::type,Result> a; 22 same_type<typename boost::qvm::deduce_vec2<B,A,D>::type,Result> b;
|
D | deduce_matrix_test.cpp | 19 check struct 21 same_type<typename boost::qvm::deduce_mat2<A,B,R,C>::type,Result> a; 22 same_type<typename boost::qvm::deduce_mat2<B,A,R,C>::type,Result> b;
|
/third_party/boost/boost/numeric/conversion/detail/ |
D | old_numeric_cast.hpp | 158 static bool check(X x, Y y_min) in check() function 166 static bool check(X, Y) in check() function 174 static bool check(X x, Y) in check() function 194 static inline bool check(X x, Y y_max) in check() function 204 static inline bool check(X x, Y) in check() function 212 static inline bool check(X x, Y y_max) in check() function 222 static inline bool check(X x, Y) in check() function
|
/third_party/node/deps/npm/node_modules/gentle-fs/node_modules/aproba/ |
D | index.js | 8 '*': {label: 'any', check: function () { return true }}, method 9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… method 10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, method 11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, method 12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, method 13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… method 14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, method 15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, method 16 Z: {label: 'null', check: function (thingy) { return thingy == null }} method
|
/third_party/node/deps/npm/node_modules/copy-concurrently/node_modules/aproba/ |
D | index.js | 8 '*': {label: 'any', check: function () { return true }}, method 9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… method 10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, method 11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, method 12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, method 13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… method 14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, method 15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, method 16 Z: {label: 'null', check: function (thingy) { return thingy == null }} method
|
/third_party/node/deps/npm/node_modules/gauge/node_modules/aproba/ |
D | index.js | 8 '*': {label: 'any', check: function () { return true }}, method 9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… method 10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, method 11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, method 12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, method 13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… method 14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, method 15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, method 16 Z: {label: 'null', check: function (thingy) { return thingy == null }} method
|
/third_party/node/deps/npm/node_modules/run-queue/node_modules/aproba/ |
D | index.js | 8 '*': {label: 'any', check: function () { return true }}, method 9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… method 10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, method 11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, method 12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, method 13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… method 14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, method 15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, method 16 Z: {label: 'null', check: function (thingy) { return thingy == null }} method
|
/third_party/node/deps/npm/node_modules/move-concurrently/node_modules/aproba/ |
D | index.js | 8 '*': {label: 'any', check: function () { return true }}, method 9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… method 10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, method 11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, method 12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, method 13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… method 14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, method 15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, method 16 Z: {label: 'null', check: function (thingy) { return thingy == null }} method
|
/third_party/boost/boost/concept/detail/ |
D | msvc.hpp | 25 struct check struct 27 virtual void failed(Model* x) in failed() 36 struct check<failed ************ Model::************> struct 38 virtual void failed(Model* x) in failed()
|
/third_party/boost/libs/geometry/test/util/ |
D | math_sqrt.cpp | 43 struct check struct 56 struct check<Argument, false> struct 82 struct check_sqrt argument
|
/third_party/node/test/cctest/ |
D | test_traced_value.cc | 30 static const char* check = "{\"a\":\"b\",\"b\":1,\"c\":1.234,\"d\":\"NaN\"," in TEST() local 58 static const char* check = "[\"a\",1,1.234,\"NaN\",\"Infinity\"," in TEST() local 81 static const char* check = "{\"a\":" UTF8_RESULT "}"; in TEST() local 93 static const char* check = "[" UTF8_RESULT "]"; in TEST() local
|
/third_party/boost/boost/callable_traits/detail/ |
D | forward_declarations.hpp | 15 struct check { check(std::nullptr_t) {} }; in check() function
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | find-python.js | 73 check: this.checkCommand, property 87 check: this.checkCommand, property 92 check: this.checkCommand, property 97 check: this.checkCommand, property 102 check: this.checkCommand, property 113 check: this.checkPyLauncher property 122 check: this.checkExecPath, property
|
/third_party/spirv-tools/test/opt/loop_optimizations/ |
D | peeling.cpp | 503 const std::string check = R"( in TEST_F() local 557 const std::string check = R"( in TEST_F() local 614 const std::string check = R"( in TEST_F() local 667 const std::string check = R"( in TEST_F() local 774 const std::string check = R"( in TEST_F() local 826 const std::string check = R"( in TEST_F() local 927 const std::string check = R"( in TEST_F() local 977 const std::string check = R"( in TEST_F() local 1099 const std::string check = R"( in TEST_F() local 1151 const std::string check = R"( in TEST_F() local
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
D | peeling.cpp | 503 const std::string check = R"( in TEST_F() local 557 const std::string check = R"( in TEST_F() local 614 const std::string check = R"( in TEST_F() local 667 const std::string check = R"( in TEST_F() local 774 const std::string check = R"( in TEST_F() local 826 const std::string check = R"( in TEST_F() local 927 const std::string check = R"( in TEST_F() local 977 const std::string check = R"( in TEST_F() local 1099 const std::string check = R"( in TEST_F() local 1151 const std::string check = R"( in TEST_F() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling.cpp | 503 const std::string check = R"( in TEST_F() local 557 const std::string check = R"( in TEST_F() local 614 const std::string check = R"( in TEST_F() local 667 const std::string check = R"( in TEST_F() local 774 const std::string check = R"( in TEST_F() local 826 const std::string check = R"( in TEST_F() local 927 const std::string check = R"( in TEST_F() local 977 const std::string check = R"( in TEST_F() local 1099 const std::string check = R"( in TEST_F() local 1151 const std::string check = R"( in TEST_F() local
|
/third_party/typescript/tests/baselines/reference/ |
D | parserVariableDeclaration2.js | 3 var check = function () { function 14 var check = function () { function
|
/third_party/boost/libs/parameter/test/ |
D | deduced.hpp | 105 void check(E const& e, Args const&... args) in check() function 111 void check(E const& e, A0 const& a0) in check() function 117 void check(E const& e, A0 const& a0, A1 const& a1) in check() function 123 void check(E const& e, A0 const& a0, A1 const& a1, A2 const& a2) in check() function
|
/third_party/node/test/parallel/ |
D | test-console-clear.js | 9 const check = '\u001b[1;1H\u001b[0J'; constant 11 function doTest(isTTY, check) { argument
|
/third_party/boost/libs/beast/test/beast/zlib/ |
D | inflate_stream.cpp | 241 Beast(Split in, Split check, Flush flush = Flush::sync) in Beast() 252 std::string const& check, in operator ()() 411 std::string check = in testInflate() local 425 auto const check = corpus1(5000); in testInflate() local 430 auto const check = corpus2(5000); in testInflate() local 435 auto const check = corpus1(1000); in testInflate() local 443 auto const check = corpus2(1000); in testInflate() local 453 auto const check = corpus1(200); in testInflate() local 460 auto const check = corpus2(500); in testInflate() local 465 auto const check = corpus2(1000); in testInflate() local [all …]
|
/third_party/boost/boost/python/detail/ |
D | convertible.hpp | 24 static inline no_convertible check(...) { return 0; } in check() function 25 static inline yes_convertible check(Target) { return 0; } in check() function
|
/third_party/boost/libs/beast/test/beast/core/ |
D | error.cpp | 23 void check(error e) in check() function in boost::beast::error_test 30 void check(condition c, error e) in check() function in boost::beast::error_test
|