Home
last modified time | relevance | path

Searched refs:Raw (Results 1 – 25 of 259) sorted by relevance

1234567891011

/external/llvm/lib/DebugInfo/PDB/
DCMakeLists.txt30 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 …]
DPDB.cpp30 if (Type == PDB_ReaderType::Raw) in loadDataForPDB()
43 if (Type == PDB_ReaderType::Raw) in loadDataForEXE()
/external/perfetto/src/trace_processor/importers/common/
Dslice_tracker_unittest.cc60 StringId::Raw(1) /*name*/); in TEST()
62 StringId::Raw(1) /*name*/); in TEST()
83 StringId::Raw(1) /*name*/, in TEST()
85 inserter->AddArg(/*flat_key=*/StringId::Raw(1), in TEST()
86 /*key=*/StringId::Raw(2), in TEST()
90 StringId::Raw(1) /*name*/, in TEST()
92 inserter->AddArg(/*flat_key=*/StringId::Raw(3), in TEST()
93 /*key=*/StringId::Raw(4), in TEST()
125 StringId::Raw(1) /*name*/); in TEST()
127 StringId::Raw(2) /*name*/); in TEST()
[all …]
/external/python/cryptography/tests/hazmat/primitives/
Dtest_x25519.py109 key.public_bytes(None, serialization.PublicFormat.Raw)
111 key.public_bytes(serialization.Encoding.Raw)
143 serialization.Encoding.Raw,
144 serialization.PrivateFormat.Raw,
148 serialization.Encoding.Raw, serialization.PublicFormat.Raw
152 serialization.Encoding.Raw, serialization.PublicFormat.Raw
183 serialization.Encoding.Raw,
184 serialization.PrivateFormat.Raw,
190 serialization.Encoding.Raw,
198 serialization.PrivateFormat.Raw,
[all …]
Dtest_x448.py113 serialization.Encoding.Raw,
114 serialization.PrivateFormat.Raw,
118 serialization.Encoding.Raw, serialization.PublicFormat.Raw
122 serialization.Encoding.Raw, serialization.PublicFormat.Raw
193 serialization.Encoding.Raw,
194 serialization.PrivateFormat.Raw,
200 serialization.Encoding.Raw,
208 serialization.PrivateFormat.Raw,
216 serialization.Encoding.Raw,
229 serialization.PublicFormat.Raw
[all …]
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dx25519.py37 encoding = serialization.Encoding.Raw
38 format = serialization.PublicFormat.Raw
40 encoding is serialization.Encoding.Raw or
41 format is serialization.PublicFormat.Raw
44 encoding is not serialization.Encoding.Raw or
45 format is not serialization.PublicFormat.Raw
108 encoding is serialization.Encoding.Raw or
109 format is serialization.PublicFormat.Raw
112 format is not serialization.PrivateFormat.Raw or
113 encoding is not serialization.Encoding.Raw or not
Dx448.py25 encoding is serialization.Encoding.Raw or
26 format is serialization.PublicFormat.Raw
29 encoding is not serialization.Encoding.Raw or
30 format is not serialization.PublicFormat.Raw
88 encoding is serialization.Encoding.Raw or
89 format is serialization.PublicFormat.Raw
92 format is not serialization.PrivateFormat.Raw or
93 encoding is not serialization.Encoding.Raw or not
/external/protobuf/src/google/protobuf/
Dgenerated_message_table_driven_lite.h75 inline Type* Raw(MessageLite* msg, int64 offset) { in Raw() function
80 inline const Type* Raw(const MessageLite* msg, int64 offset) { in Raw() function
91 return Raw<InternalMetadata>(msg, arena_offset)->arena(); in GetArena()
99 return Raw<ExtensionSet>(msg, extension_offset); in GetExtensionSet()
108 RepeatedField<Type>* repeated = Raw<RepeatedField<Type>>(msg, offset); in AddField()
115 Raw<RepeatedPtrField<std::string>>(msg, offset);
138 return Raw<Type>(msg, offset); in MutableField()
154 *Raw<Type>(msg, offset) = value; in SetOneofField()
164 delete *Raw<MessageLite*>(msg, field.offset); in ClearOneofField()
170 Raw<ArenaStringPtr>(msg, field.offset) in ClearOneofField()
[all …]
/external/python/cryptography/docs/hazmat/primitives/asymmetric/
Dx25519.rst74 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.Raw`.
86 ... encoding=serialization.Encoding.Raw,
87 ... format=serialization.PrivateFormat.Raw,
110 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.Raw`) and
114 :attr:`~cryptography.hazmat.primitives.serialization.PrivateFormat.Raw`
123 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.Raw`
125 :attr:`~cryptography.hazmat.primitives.serialization.PrivateFormat.Raw`
151 ... encoding=serialization.Encoding.Raw,
152 ... format=serialization.PublicFormat.Raw
161 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.Raw`) and
[all …]
Dx448.rst82 ... encoding=serialization.Encoding.Raw,
83 ... format=serialization.PrivateFormat.Raw,
104 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.Raw`) and
108 :attr:`~cryptography.hazmat.primitives.serialization.PrivateFormat.Raw`
117 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.Raw`
119 :attr:`~cryptography.hazmat.primitives.serialization.PrivateFormat.Raw`
146 ... encoding=serialization.Encoding.Raw,
147 ... format=serialization.PublicFormat.Raw
156 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.Raw`) and
160 :attr:`~cryptography.hazmat.primitives.serialization.PublicFormat.Raw`
[all …]
/external/skia/fuzz/
DFuzz.h103 using Raw = typename sk_strip_enum<T>::type; in nextRange() local
104 Raw raw; in nextRange()
107 if (raw < (Raw)min) { raw = (Raw)min; } in nextRange()
108 if (raw > (Raw)max) { raw = (Raw)max; } in nextRange()
/external/turbine/javatests/com/google/turbine/lower/testdata/
Draw2.test1 === test/Raw.java ===
4 public class Raw<T> {
6 Raw.Inner INSTANCE;
Draw.test1 === test/Raw.java ===
4 public class Raw {
/external/python/cryptography/src/cryptography/hazmat/primitives/serialization/
Dbase.py43 Raw = "Raw" variable in Encoding
50 Raw = "Raw" variable in PrivateFormat
57 Raw = "Raw" variable in PublicFormat
/external/boringssl/src/crypto/fipsmodule/aes/
Daes_tests.txt3 Mode = Raw
8 Mode = Raw
13 Mode = Raw
/external/tcpdump/tests/
Dforces1vvvv.out39 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/scapy/test/
Dipsec.uts18 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 …]
Dfields.uts139 _.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/scapy/scapy/contrib/
Dopenflow3.py95 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 …]
/external/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp56 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/
DDWARFFormValueTest.cpp43 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/
Drecord.py50 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"")]
Drecord_sslv2.py36 cls = Raw
39 cls = _sslv2_handshake_cls.get(msgtype, Raw)
41 if cls is Raw:
42 return Raw(m)
Dautomaton.py14 from scapy.packet import Raw
144 p.msg = Raw("")
156 if isinstance(p.payload, Raw):
/external/clang/test/SemaCXX/
Dcxx11-user-defined-literals.cpp7 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, "");

1234567891011