Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 25 of 659) sorted by relevance

12345678910>>...27

/third_party/node/test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/
Dhkdf_vectors.js53 "empty": new Uint8Array([]) property
58 "empty": new Uint8Array([]) property
63 "empty": new Uint8Array([]) property
71 …"empty": new Uint8Array([151, 96, 31, 78, 12, 83, 165, 211, 243, 162, 129, 0, 153, 188, 104, 32, 2… property
75 …"empty": new Uint8Array([47, 49, 87, 231, 254, 12, 16, 176, 18, 152, 200, 240, 136, 106, 144, 237,… property
79 …"empty": new Uint8Array([213, 27, 111, 183, 229, 153, 202, 48, 197, 238, 38, 69, 147, 228, 184, 95… property
83 …"empty": new Uint8Array([158, 75, 113, 144, 51, 116, 33, 1, 233, 15, 26, 214, 30, 47, 243, 180, 37… property
86 "empty": { property
89 …"empty": new Uint8Array([30, 2, 60, 23, 179, 64, 83, 60, 234, 239, 57, 35, 12, 184, 179, 187, 219,… property
93 …"empty": new Uint8Array([199, 180, 116, 148, 47, 49, 248, 63, 175, 93, 20, 115, 24, 2, 177, 189, 7… property
[all …]
/third_party/protobuf/src/google/protobuf/
Dhas_bits.h83 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
/third_party/node/test/parallel/
Dtest-webcrypto-derivebits-hkdf.js34 empty: '' property
39 empty: '' property
44 empty: '' property
53 empty: '97601f4e0c53a5d3f3a2810099bc6820' + property
59 empty: '2f3157e7fe0c10b01298c8f0886a90ed' + property
65 empty: 'd51b6fb7e599ca30c5ee264593e4b85f' + property
71 empty: '9e4b719033742101e90f1ad61e2ff3b4' + property
75 empty: { property
79 empty: '1e023c17b340533ceaef39230cb8b3bb' + property
85 empty: 'c7b474942f31f83faf5d14731802b1bd' + property
[all …]
Dtest-webcrypto-digest.js88 empty: '', property
102 empty: 'da39a3ee5e6b4b0d3255bfef95601890afd80709', property
108 empty: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', property
114 empty: '38b060a751ac96384cd9327eb1b1e36a21fdb71114b' + property
128 empty: 'cf83e1357eefb8bdf1542850d66d8007d620e4050b5' + property
Dtest-stream-asIndexedPairs.mjs9 const empty = await Readable.from([]).asIndexedPairs().toArray(); constant
18 const empty = await asyncFrom([]).asIndexedPairs().toArray(); constant
29 const empty = await infinite().asIndexedPairs().take(0).toArray(); constant
/third_party/skia/tests/
DSkStringViewTest.cpp13 skstd::string_view empty; in DEF_TEST() local
36 skstd::string_view empty(""); in DEF_TEST() local
86 skstd::string_view empty; in DEF_TEST() local
91 skstd::string_view empty; in DEF_TEST() local
/third_party/protobuf/js/experimental/runtime/
Dbytestring_test.js179 const empty = ByteString.fromArrayBuffer(new ArrayBuffer(0)); constant
184 const empty = ByteString.fromArrayBufferView(new Uint8Array(0)); constant
189 const empty = ByteString.fromUint8ArrayUnsafe(new Uint8Array(0)); constant
194 const empty = ByteString.fromBase64String(''); constant
235 const empty = ByteString.fromArrayBuffer(new ArrayBuffer(0)); constant
/third_party/typescript/tests/baselines/reference/
DpropertyAccessStringIndexSignature.js10 let empty: Empty; variable
22 var empty; variable
DpropertyAccessStringIndexSignatureNoImplicitAny.js10 let empty: Empty; variable
21 var empty; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_exception_safety_test.cc164 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
Dspan_test.cc90 std::vector<int> empty; in TEST() local
131 std::string empty = ""; in TEST() local
215 absl::Span<int> empty; in TEST() local
287 std::vector<int> empty; in TEST() local
312 std::vector<int> empty; in TEST() local
328 std::vector<int> empty; in TEST() local
344 std::vector<int> empty; in TEST() local
357 std::vector<int> empty; in TEST() local
370 std::vector<int> empty; in TEST() local
386 std::string empty = ""; in TEST() local
[all …]
/third_party/node/test/fixtures/wpt/WebCryptoAPI/digest/
Ddigest.https.any.js7 empty: new Uint8Array(0), property
19empty: new Uint8Array([218, 57, 163, 238, 94, 107, 75, 13, 50, 85, 191, 239, 149, 96, 24, 144, 175… property
25empty: new Uint8Array([227, 176, 196, 66, 152, 252, 28, 20, 154, 251, 244, 200, 153, 111, 185, 36,… property
31empty: new Uint8Array([56, 176, 96, 167, 81, 172, 150, 56, 76, 217, 50, 126, 177, 177, 227, 106, 3… property
37empty: new Uint8Array([207, 131, 225, 53, 126, 239, 184, 189, 241, 84, 40, 80, 214, 109, 128, 7, 2… property
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DAbstractProto3SchemaTest.java124 Proto3Empty empty = in preserveUnknownFields() local
136 Proto3Empty empty = ExperimentalSerializationUtil.fromByteArray(payload, Proto3Empty.class); in preserveUnknownFieldsProto2() local
/third_party/ninja/src/
Dstring_piece_util_test.cc34 string empty; in TEST() local
85 string empty; in TEST() local
/third_party/jerryscript/tests/jerry/
Dobject-is-extensible.js16 var empty = {}; variable
/third_party/python/Lib/test/test_tomllib/data/valid/
Dempty-inline-table.json1 {"empty": {}} object
/third_party/jerryscript/tests/jerry/es2015/
Dreflect-isextensible.js15 var empty = {}; variable
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
D068-accidental-pasting.c1 #define empty macro
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Denum_set_test.cpp56 const EnumSet<uint32_t> empty; in TEST() local
63 const EnumSet<uint32_t> empty; in TEST() local
71 const EnumSet<uint32_t> empty; in TEST() local
79 const EnumSet<uint32_t> empty; in TEST() local
89 const EnumSet<uint32_t> empty; in TEST() local
/third_party/skia/third_party/externals/spirv-tools/test/
Denum_set_test.cpp56 const EnumSet<uint32_t> empty; in TEST() local
63 const EnumSet<uint32_t> empty; in TEST() local
71 const EnumSet<uint32_t> empty; in TEST() local
79 const EnumSet<uint32_t> empty; in TEST() local
89 const EnumSet<uint32_t> empty; in TEST() local
/third_party/typescript/tests/cases/compiler/
DgenericConstraintDeclaration.ts3 static empty<T extends {}>(): List<T>{return null;} method in List
DnoConstraintInReturnType1.ts3 static empty<T extends {}>(): List<T> { return null; } method in List
Des5-asyncFunction.ts5 async function empty() { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDbgEntityHistoryCalculator.h91 bool empty() const { return VarEntries.empty(); } in empty() function
115 bool empty() const { return LabelInstr.empty(); } in empty() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dforward-enum-decl.hpp6 empty, enumerator

12345678910>>...27