Home
last modified time | relevance | path

Searched refs:hasFormat (Results 1 – 22 of 22) sorted by relevance

/external/llvm/include/llvm/ProfileData/
DSampleProfReader.h334 static bool hasFormat(const MemoryBuffer &Buffer);
349 static bool hasFormat(const MemoryBuffer &Buffer);
420 static bool hasFormat(const MemoryBuffer &Buffer);
DInstrProfReader.h140 static bool hasFormat(const MemoryBuffer &Buffer);
193 static bool hasFormat(const MemoryBuffer &DataBuffer);
385 static bool hasFormat(const MemoryBuffer &DataBuffer);
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp51 if (IndexedInstrProfReader::hasFormat(*Buffer)) in create()
53 else if (RawInstrProfReader64::hasFormat(*Buffer)) in create()
55 else if (RawInstrProfReader32::hasFormat(*Buffer)) in create()
57 else if (TextInstrProfReader::hasFormat(*Buffer)) in create()
86 if (!IndexedInstrProfReader::hasFormat(*Buffer)) in create()
105 bool TextInstrProfReader::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in TextInstrProfReader
254 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() function in RawInstrProfReader
265 if (!hasFormat(*DataBuffer)) in readHeader()
566 bool IndexedInstrProfReader::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() function in IndexedInstrProfReader
DSampleProfReader.cpp228 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderText
480 bool SampleProfileReaderBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderBinary
727 bool SampleProfileReaderGCC::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderGCC
778 if (SampleProfileReaderBinary::hasFormat(*B)) in create()
780 else if (SampleProfileReaderGCC::hasFormat(*B)) in create()
782 else if (SampleProfileReaderText::hasFormat(*B)) in create()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProfReader.h466 static bool hasFormat(const MemoryBuffer &Buffer);
554 static bool hasFormat(const MemoryBuffer &Buffer);
633 static bool hasFormat(const MemoryBuffer &Buffer);
667 static bool hasFormat(const MemoryBuffer &Buffer);
704 static bool hasFormat(const MemoryBuffer &Buffer);
DInstrProfReader.h165 static bool hasFormat(const MemoryBuffer &Buffer);
219 static bool hasFormat(const MemoryBuffer &DataBuffer);
470 static bool hasFormat(const MemoryBuffer &DataBuffer);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp73 if (IndexedInstrProfReader::hasFormat(*Buffer)) in create()
75 else if (RawInstrProfReader64::hasFormat(*Buffer)) in create()
77 else if (RawInstrProfReader32::hasFormat(*Buffer)) in create()
79 else if (TextInstrProfReader::hasFormat(*Buffer)) in create()
120 if (!IndexedInstrProfReader::hasFormat(*Buffer)) in create()
140 bool TextInstrProfReader::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in TextInstrProfReader
295 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() function in RawInstrProfReader
306 if (!hasFormat(*DataBuffer)) in readHeader()
736 bool IndexedInstrProfReader::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat() function in IndexedInstrProfReader
DSampleProfReader.cpp273 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderText
948 bool SampleProfileReaderRawBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderRawBinary
955 bool SampleProfileReaderExtBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderExtBinary
962 bool SampleProfileReaderCompactBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderCompactBinary
1207 bool SampleProfileReaderGCC::hasFormat(const MemoryBuffer &Buffer) { in hasFormat() function in SampleProfileReaderGCC
1336 if (SampleProfileReaderRawBinary::hasFormat(*B)) in create()
1338 else if (SampleProfileReaderExtBinary::hasFormat(*B)) in create()
1340 else if (SampleProfileReaderCompactBinary::hasFormat(*B)) in create()
1342 else if (SampleProfileReaderGCC::hasFormat(*B)) in create()
1344 else if (SampleProfileReaderText::hasFormat(*B)) in create()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DMappingJsonFactory.java81 public MatchStrength hasFormat(InputAccessor acc) throws IOException in hasFormat() method in MappingJsonFactory
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonemetadata.java55 if (other.hasFormat()) { in mergeFrom()
90 private boolean hasFormat; field in Phonemetadata.NumberFormat
92 public boolean hasFormat() { return hasFormat; } in hasFormat() method in Phonemetadata.NumberFormat
95 hasFormat = true; in setFormat()
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DPhonemetadata.java63 if (other.hasFormat()) { in mergeFrom()
99 private boolean hasFormat; field in Phonemetadata.NumberFormat
101 public boolean hasFormat() { return hasFormat; } in hasFormat() method in Phonemetadata.NumberFormat
105 hasFormat = true; in setFormat()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/format/
DDataFormatDetector.java182 MatchStrength strength = f.hasFormat(acc); in _findFormat()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DDataFormatReaders.java221 MatchStrength strength = f.getFactory().hasFormat(acc); in _findFormat()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h965 hasFormat() || in hasNonXfbLayout()
1097 bool hasFormat() const { return false; } in hasFormat() function
1128 bool hasFormat() const in hasFormat() function
2318 if (qualifier.hasFormat()) {
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DTypes.h965 hasFormat() || in hasNonXfbLayout()
1097 bool hasFormat() const { return false; } in hasFormat() function
1128 bool hasFormat() const in hasFormat() function
2330 if (qualifier.hasFormat()) {
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonFactory.java587 public MatchStrength hasFormat(InputAccessor acc) throws IOException in hasFormat() method in JsonFactory
/external/deqp-deps/glslang/glslang/MachineIndependent/
Diomapper.cpp654 if (qualifier1.hasFormat() && qualifier2.hasFormat()) { in qualifierCheck()
DParseHelper.cpp6291 if (src.hasFormat()) in mergeObjectLayoutQualifiers()
6631 if (qualifier.hasFormat()) { in layoutTypeCheck()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Diomapper.cpp654 if (qualifier1.hasFormat() && qualifier2.hasFormat()) { in qualifierCheck()
DParseHelper.cpp6308 if (src.hasFormat()) in mergeObjectLayoutQualifiers()
6648 if (qualifier.hasFormat()) { in layoutTypeCheck()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseHelper.cpp7496 if (src.hasFormat()) in mergeObjectLayoutQualifiers()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp7496 if (src.hasFormat()) in mergeObjectLayoutQualifiers()