/external/llvm/lib/DebugInfo/PDB/ |
D | CMakeLists.txt | 30 add_pdb_impl_folder(Raw 31 Raw/DbiStream.cpp 32 Raw/DbiStreamBuilder.cpp 33 Raw/EnumTables.cpp 34 Raw/Hash.cpp 35 Raw/IndexedStreamData.cpp 36 Raw/InfoStream.cpp 37 Raw/InfoStreamBuilder.cpp 38 Raw/MappedBlockStream.cpp 39 Raw/ModInfo.cpp [all …]
|
D | PDB.cpp | 30 if (Type == PDB_ReaderType::Raw) in loadDataForPDB() 43 if (Type == PDB_ReaderType::Raw) in loadDataForEXE()
|
/external/turbine/javatests/com/google/turbine/lower/testdata/ |
D | raw2.test | 1 === test/Raw.java === 4 public class Raw<T> { 6 Raw.Inner INSTANCE;
|
D | raw.test | 1 === test/Raw.java === 4 public class Raw {
|
/external/boringssl/src/crypto/fipsmodule/aes/ |
D | aes_tests.txt | 3 Mode = Raw 8 Mode = Raw 13 Mode = Raw
|
/external/scapy/test/ |
D | ipsec.uts | 18 p /= Raw('testdata') 49 p /= Raw('testdata') 101 p /= Raw('testdata') 153 p /= Raw('testdata') 205 p /= Raw('testdata') 256 p /= Raw('testdata') 307 p /= Raw('testdata') 362 p /= Raw('testdata') 395 p /= Raw('testdata') 430 p /= Raw('testdata') [all …]
|
D | fields.uts | 139 _.len == 4 and _.str == b"ABC" and Raw in _ 158 assert( _.len == 1 and _.str == b"" and Raw in _ and _[Raw].load == b"@@" ) 161 assert( _.len == 6 and _.str == b"abcde" and Raw in _ and _[Raw].load == b"FGH" ) 195 assert(_.len == 0 and Raw in _ and _[Raw].load == b"\x11\x12") 213 assert(Raw in _ and _[Raw].load == b'\x00\x00\x00\x03\x00\x00\x00\x04\x00\x00\x00\x05') 322 assert(Raw in b and b[Raw].load == b"123456") 332 assert(Raw in b and b[Raw].load == b"123456") 413 assert(Raw in b and b[Raw].load == b"123456") 423 assert(Raw in b and b[Raw].load == b"123456")
|
/external/tcpdump/tests/ |
D | forces1vvvv.out | 39 Raw ForCES message 75 Raw ForCES message 101 Raw ForCES message 131 Raw ForCES message 164 Raw ForCES message 194 Raw ForCES message 227 Raw ForCES message 258 Raw ForCES message 278 Raw ForCES message 295 Raw ForCES message
|
/external/syzkaller/vendor/golang.org/x/oauth2/internal/ |
D | token.go | 54 Raw interface{} member 218 Raw: vals, 241 Raw: make(map[string]interface{}), 243 json.Unmarshal(body, &token.Raw) // no error checks for optional fields
|
/external/scapy/scapy/contrib/ |
D | openflow3.py | 95 return ofp_hello_elem_cls.get(t, Raw)(s) 584 return ofp_oxm_cls.get(t, Raw)(s) 622 return ofp_oxm_id_cls.get(t, Raw)(s) 676 if Raw in i: 677 r = i[Raw] 987 return ofp_action_cls.get(t, Raw)(s) 1204 return ofp_action_id_cls.get(t, Raw)(s) 1307 return ofp_instruction_cls.get(t, Raw)(s) 1382 return ofp_instruction_cls.get(t, Raw)(s) 1482 return ofp_queue_property_cls.get(t, Raw)(s) [all …]
|
D | openflow.py | 338 return ofp_action_cls.get(t, Raw)(s) 392 return ofp_queue_property_cls.get(t, Raw)(s) 520 return "", Raw(s) 538 OFPacketField("data", "", Raw) ] 557 OFPacketField("data", "", Raw) ] 576 OFPacketField("data", "", Raw) ] 592 OFPacketField("data", "", Raw) ] 604 OFPacketField("data", "", Raw) ] 617 OFPacketField("data", "", Raw) ]
|
/external/v8/tools/clang/blink_gc_plugin/tests/ |
D | raw_ptr_to_gc_managed_class_error.txt | 5 ./raw_ptr_to_gc_managed_class_error.h:19:5: note: [blink-gc] Raw pointer field 'm_rawObj' to a GC m… 14 ./raw_ptr_to_gc_managed_class_error.h:28:5: note: [blink-gc] Raw pointer field 'm_objs' to a GC man…
|
D | raw_ptr_to_gc_managed_class.txt | 5 ./raw_ptr_to_gc_managed_class.h:19:5: note: [blink-gc] Raw pointer field 'm_rawObj' to a GC managed… 14 ./raw_ptr_to_gc_managed_class.h:28:5: note: [blink-gc] Raw pointer field 'm_objs' to a GC managed c…
|
/external/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFFormValueTest.cpp | 56 char Raw[sizeof(RawTypeT)]; in createDataXFormValue() local 57 memcpy(Raw, &Value, sizeof(RawTypeT)); in createDataXFormValue() 60 DataExtractor Data(StringRef(Raw, sizeof(RawTypeT)), in createDataXFormValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFFormValueTest.cpp | 43 char Raw[sizeof(RawTypeT)]; in createDataXFormValue() local 44 memcpy(Raw, &Value, sizeof(RawTypeT)); in createDataXFormValue() 47 DWARFDataExtractor Data(StringRef(Raw, sizeof(RawTypeT)), in createDataXFormValue()
|
/external/scapy/scapy/layers/tls/ |
D | record.py | 50 class _TLSEncryptedContent(Raw): 83 cls = Raw 87 cls = _tls_handshake_cls.get(msgtype, Raw) 95 if cls is Raw: 96 return Raw(m) 103 return Raw(m) 132 return ret, [Raw(load=b"")]
|
D | record_sslv2.py | 36 cls = Raw 39 cls = _sslv2_handshake_cls.get(msgtype, Raw) 41 if cls is Raw: 42 return Raw(m)
|
D | automaton.py | 14 from scapy.packet import Raw 144 p.msg = Raw("") 156 if isinstance(p.payload, Raw):
|
/external/clang/test/SemaCXX/ |
D | cxx11-user-defined-literals.cpp | 7 Integer, Floating, Raw, Template enumerator 19 constexpr LitKind operator"" _kind2(const char *p) { return LitKind::Raw; } in operator ""_kind2() 38 static_assert(4e6_kind2 == LitKind::Raw, "");
|
/external/clang/lib/AST/ |
D | NestedNameSpecifier.cpp | 382 unsigned Raw; in LoadSourceLocation() local 383 memcpy(&Raw, static_cast<char *>(Data) + Offset, sizeof(unsigned)); in LoadSourceLocation() 384 return SourceLocation::getFromRawEncoding(Raw); in LoadSourceLocation() 476 unsigned Raw = Loc.getRawEncoding(); in SaveSourceLocation() local 477 Append(reinterpret_cast<char *>(&Raw), in SaveSourceLocation() 478 reinterpret_cast<char *>(&Raw) + sizeof(unsigned), in SaveSourceLocation()
|
/external/syzkaller/pkg/config/ |
D | config_test.go | 28 Raw json.RawMessage 158 Raw: []byte(`{"zux": 11}`),
|
/external/skia/src/sfnt/ |
D | SkOTTable_OS_2_V0.h | 75 struct Raw { struct 120 struct Raw { struct
|
D | SkOTTable_OS_2_VA.h | 77 struct Raw { struct 122 struct Raw { struct
|
/external/skqp/src/sfnt/ |
D | SkOTTable_OS_2_VA.h | 77 struct Raw { struct 122 struct Raw { struct
|
D | SkOTTable_OS_2_V0.h | 75 struct Raw { struct 120 struct Raw { struct
|