Home
last modified time | relevance | path

Searched refs:null_ (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/fixtures/0-dns/
Dcreate-cert.js23 this.null_();
25 const null_ = Null_.encode('der'); constant
36 signature: { algorithm: sha256WithRSAEncryption, parameters: null_},
45 { algorithm: { algorithm: rsaEncryption, parameters: null_},
68 signatureAlgorithm: { algorithm: sha256WithRSAEncryption, parameters: null_ },
/third_party/node/test/fixtures/x509-escaping/
Dcreate-certs.js47 const null_ = Null_.encode('der'); constant
285 parameters: null_
310 parameters: null_
335 parameters: null_
439 parameters: null_
464 parameters: null_
489 parameters: null_
595 parameters: null_
612 parameters: null_
630 parameters: null_
/third_party/musl/ndk-test/sanitize/ubsan/src/
Dnonnull-arg.cpp15 int *null_; member in C
20 : null_(null), nonnull_(nonnull) {} in C()
/third_party/jsoncpp/src/test_lib_json/
Dmain.cpp69 Json::Value null_; member
172 JSONTEST_ASSERT_PRED(checkMemberCount(null_, 0)); in JSONTEST_FIXTURE_LOCAL()
451 JSONTEST_ASSERT_EQUAL(Json::nullValue, null_.type()); in JSONTEST_FIXTURE_LOCAL()
455 JSONTEST_ASSERT_PRED(checkIs(null_, checks)); in JSONTEST_FIXTURE_LOCAL()
457 JSONTEST_ASSERT(null_.isConvertibleTo(Json::nullValue)); in JSONTEST_FIXTURE_LOCAL()
458 JSONTEST_ASSERT(null_.isConvertibleTo(Json::intValue)); in JSONTEST_FIXTURE_LOCAL()
459 JSONTEST_ASSERT(null_.isConvertibleTo(Json::uintValue)); in JSONTEST_FIXTURE_LOCAL()
460 JSONTEST_ASSERT(null_.isConvertibleTo(Json::realValue)); in JSONTEST_FIXTURE_LOCAL()
461 JSONTEST_ASSERT(null_.isConvertibleTo(Json::booleanValue)); in JSONTEST_FIXTURE_LOCAL()
462 JSONTEST_ASSERT(null_.isConvertibleTo(Json::stringValue)); in JSONTEST_FIXTURE_LOCAL()
[all …]