OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EncodingType
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_init/
EncodingType.java
36
public class
EncodingType
extends Asn1Enumerated {
79
public
EncodingType
() {
119
* Creates a new
EncodingType
from encoded stream.
121
public static
EncodingType
fromPerUnaligned(byte[] encodedBytes) {
122
EncodingType
result = new
EncodingType
();
128
* Creates a new
EncodingType
from encoded stream.
130
public static
EncodingType
fromPerAligned(byte[] encodedBytes) {
131
EncodingType
result = new
EncodingType
();
[
all
...]
/external/llvm/include/llvm/MC/
MCAsmInfo.h
32
enum class
EncodingType
{
334
WinEH::
EncodingType
WinEHEncodingType;
539
WinEH::
EncodingType
getWinEHEncodingType() const { return WinEHEncodingType; }
554
(WinEHEncodingType != WinEH::
EncodingType
::Invalid &&
555
WinEHEncodingType != WinEH::
EncodingType
::X86);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmInfo.h
35
enum class
EncodingType
{
338
WinEH::
EncodingType
WinEHEncodingType = WinEH::
EncodingType
::Invalid;
571
WinEH::
EncodingType
getWinEHEncodingType() const { return WinEHEncodingType; }
586
(WinEHEncodingType != WinEH::
EncodingType
::Invalid &&
587
WinEHEncodingType != WinEH::
EncodingType
::X86);
Completed in 302 milliseconds