| /external/rust/crates/der-parser/tests/ |
| D | der_parser.rs | 19 let empty = &b""[..]; in test_der_bool() localVariable 32 let empty = &b""[..]; in test_der_int() localVariable 54 let empty = &b""[..]; in test_der_bitstring_primitive() localVariable 102 let empty = &b""[..]; in test_der_octetstring_primitive() localVariable 110 let empty = &b""[..]; in test_der_null() localVariable 117 let empty = &b""[..]; in test_der_oid() localVariable 129 let empty = &b""[..]; in test_der_enum() localVariable 136 let empty = &b""[..]; in test_der_utf8string() localVariable 146 let empty = &b""[..]; in test_der_relativeoid() localVariable 156 let empty = &b""[..]; in test_der_seq() localVariable [all …]
|
| D | ber_parser.rs | 29 let empty = &b""[..]; in test_ber_bool() localVariable 71 let empty = &b""[..]; in test_ber_set_of() localVariable 91 let empty = &b""[..]; in test_ber_set_of_v() localVariable 136 let empty = &b""[..]; in test_ber_int() localVariable 262 let empty = &b""[..]; in test_ber_bitstring_primitive() localVariable 303 let empty = &b""[..]; in test_ber_octetstring_primitive() localVariable 311 let empty = &b""[..]; in test_ber_null() localVariable 318 let empty = &b""[..]; in test_ber_oid() localVariable 330 let empty = &b""[..]; in test_ber_enum() localVariable 447 let empty = &b""[..]; in test_ber_utf8string() localVariable [all …]
|
| D | primitive.rs | 11 let empty = &b""[..]; in test_flat_take() localVariable 32 let empty = &b""[..]; in test_oid() localVariable 56 let empty = &b""[..]; in test_rel_oid() localVariable
|
| /external/protobuf/src/google/protobuf/ |
| D | has_bits.h | 83 inline bool HasBits<1>::empty() const { in empty() function 88 inline bool HasBits<2>::empty() const { in empty() function 93 inline bool HasBits<3>::empty() const { in empty() function 98 inline bool HasBits<4>::empty() const { in empty() function 103 inline bool HasBits<doublewords>::empty() const { in empty() function
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
| D | mpscq.cc | 38 bool empty; in Pop() local 43 MultiProducerSingleConsumerQueue::PopAndCheckEnd(bool* empty) { in PopAndCheckEnd() 100 bool empty = false; in Pop() local
|
| /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/ |
| D | rx-empty.hpp | 37 auto empty() in empty() function 44 auto empty(Coordination cn) in empty() function
|
| /external/abseil-cpp/absl/types/ |
| D | optional_exception_safety_test.cc | 164 auto empty = Optional(); in TEST() local 181 auto empty = MoveOptional(); in TEST() local 187 auto empty = MoveOptional(); in TEST() local 235 auto empty = Optional(); in TEST() local 259 auto empty = MoveOptional(); in TEST() local 265 auto empty = MoveOptional(); in TEST() local 276 auto empty = MoveOptional(); in TEST() local
|
| /external/openscreen/third_party/abseil/src/absl/types/ |
| D | optional_exception_safety_test.cc | 164 auto empty = Optional(); in TEST() local 181 auto empty = MoveOptional(); in TEST() local 187 auto empty = MoveOptional(); in TEST() local 235 auto empty = Optional(); in TEST() local 259 auto empty = MoveOptional(); in TEST() local 265 auto empty = MoveOptional(); in TEST() local 276 auto empty = MoveOptional(); in TEST() local
|
| /external/webrtc/third_party/abseil-cpp/absl/types/ |
| D | optional_exception_safety_test.cc | 164 auto empty = Optional(); in TEST() local 181 auto empty = MoveOptional(); in TEST() local 187 auto empty = MoveOptional(); in TEST() local 235 auto empty = Optional(); in TEST() local 259 auto empty = MoveOptional(); in TEST() local 265 auto empty = MoveOptional(); in TEST() local 276 auto empty = MoveOptional(); in TEST() local
|
| /external/angle/third_party/abseil-cpp/absl/types/ |
| D | optional_exception_safety_test.cc | 164 auto empty = Optional(); in TEST() local 181 auto empty = MoveOptional(); in TEST() local 187 auto empty = MoveOptional(); in TEST() local 235 auto empty = Optional(); in TEST() local 259 auto empty = MoveOptional(); in TEST() local 265 auto empty = MoveOptional(); in TEST() local 276 auto empty = MoveOptional(); in TEST() local
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ |
| D | optional_exception_safety_test.cc | 164 auto empty = Optional(); in TEST() local 181 auto empty = MoveOptional(); in TEST() local 187 auto empty = MoveOptional(); in TEST() local 235 auto empty = Optional(); in TEST() local 259 auto empty = MoveOptional(); in TEST() local 265 auto empty = MoveOptional(); in TEST() local 276 auto empty = MoveOptional(); in TEST() local
|
| /external/libtextclassifier/abseil-cpp/absl/types/ |
| D | optional_exception_safety_test.cc | 164 auto empty = Optional(); in TEST() local 181 auto empty = MoveOptional(); in TEST() local 187 auto empty = MoveOptional(); in TEST() local 235 auto empty = Optional(); in TEST() local 259 auto empty = MoveOptional(); in TEST() local 265 auto empty = MoveOptional(); in TEST() local 276 auto empty = MoveOptional(); in TEST() local
|
| /external/webrtc/rtc_base/ |
| D | callback.h | 84 bool empty() const { return !helper_; } in empty() function 113 bool empty() const { return !helper_; } in empty() function 142 bool empty() const { return !helper_; } in empty() function 171 bool empty() const { return !helper_; } in empty() function 200 bool empty() const { return !helper_; } in empty() function 231 bool empty() const { return !helper_; } in empty() function
|
| /external/grpc-grpc/src/core/lib/gpr/ |
| D | mpscq.cc | 45 bool empty; in gpr_mpscq_pop() local 49 gpr_mpscq_node* gpr_mpscq_pop_and_check_end(gpr_mpscq* q, bool* empty) { in gpr_mpscq_pop_and_check_end() 110 bool empty = false; in gpr_locked_mpscq_pop() local
|
| /external/junit-params/src/test/java/junitparams/ |
| D | ParamsInAnnotationTest.java | 45 public void emptyFirstParam(String empty, int number) { in emptyFirstParam() 52 public void emptyLastParam(int number, String empty) { in emptyLastParam() 59 public void emptyMiddleParam(int number1, String empty, int number2) { in emptyMiddleParam()
|
| /external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/ |
| D | FormatTest.java | 18 JsonFormat.Value empty = JsonFormat.Value.empty(); in testEmptyInstanceDefaults() local 152 JsonFormat.Value empty = JsonFormat.Value.empty(); in testLeniency() local 190 JsonFormat.Value empty = JsonFormat.Value.empty(); in testCaseInsensitiveValues() local
|
| /external/rust/crates/rusticata-macros/src/ |
| D | macros.rs | 95 macro_rules! empty ( macro 244 let empty = &b""[..]; in test_error_if() localVariable 286 let empty = &b""[..]; in test_q() localVariable
|
| /external/libchrome/base/i18n/ |
| D | char_iterator_unittest.cc | 14 std::string empty; in TEST() local 52 string16 empty = UTF8ToUTF16(""); in TEST() local
|
| /external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/ |
| D | ScalarAnalysis.java | 20 public boolean empty; field in ScalarAnalysis 27 public ScalarAnalysis(String scalar, boolean empty, boolean multiline, boolean allowFlowPlain, in ScalarAnalysis()
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | ComparatorsTest.java | 46 ImmutableList<String> empty = ImmutableList.of(); in testLexicographical() local 96 Optional<String> empty = Optional.empty(); in testEmptiesFirst() local 108 Optional<String> empty = Optional.empty(); in testEmptiesLast() local
|
| /external/catch2/projects/SelfTest/UsageTests/ |
| D | Matchers.tests.cpp | 239 std::vector<int> empty; variable 301 std::vector<int> empty; variable 518 std::vector<double> empty; variable 544 std::vector<double> empty, t1({1, 2}); variable
|
| /external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/ |
| D | KeyManagerFactoryTest.java | 161 private void test_KeyManagerFactory_getKeyManagers(KeyManagerFactory kmf, boolean empty) in test_KeyManagerFactory_getKeyManagers() 169 test_X509KeyManager((X509KeyManager) keyManager, empty, kmf.getAlgorithm()); in test_KeyManagerFactory_getKeyManagers() local 188 private void test_X509KeyManager(X509KeyManager km, boolean empty, String algorithm) in test_X509KeyManager() 230 test_X509ExtendedKeyManager((X509ExtendedKeyManager) km, empty, algorithm); in test_X509KeyManager() local 235 X509ExtendedKeyManager km, boolean empty, String algorithm) throws Exception { in test_X509ExtendedKeyManager() 279 boolean many, boolean empty) throws Exception { in test_X509KeyManager_alias()
|
| /external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/ |
| D | KeyManagerFactoryTest.java | 157 private void test_KeyManagerFactory_getKeyManagers(KeyManagerFactory kmf, boolean empty) in test_KeyManagerFactory_getKeyManagers() 165 test_X509KeyManager((X509KeyManager) keyManager, empty, kmf.getAlgorithm()); in test_KeyManagerFactory_getKeyManagers() local 184 private void test_X509KeyManager(X509KeyManager km, boolean empty, String algorithm) in test_X509KeyManager() 226 test_X509ExtendedKeyManager((X509ExtendedKeyManager) km, empty, algorithm); in test_X509KeyManager() local 231 X509ExtendedKeyManager km, boolean empty, String algorithm) throws Exception { in test_X509ExtendedKeyManager() 275 boolean many, boolean empty) throws Exception { in test_X509KeyManager_alias()
|
| /external/webrtc/media/base/ |
| D | sdp_fmtp_utils_unittest.cc | 30 absl::optional<int> empty = ParseSdpForVPxMaxFrameRate(params); in TEST() local 50 absl::optional<int> empty = ParseSdpForVPxMaxFrameSize(params); in TEST() local
|
| /external/go-cmp/cmp/internal/teststructs/ |
| D | project1.go | 160 empty bool member 188 empty bool member 213 empty bool member 229 empty bool member 244 empty bool member 249 empty bool member 254 empty bool member 260 empty bool member
|