HomeSort by relevance Sort by last modified time
    Searched refs:hasFormat (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/ProfileData/
SampleProfReader.h 334 static bool hasFormat(const MemoryBuffer &Buffer);
349 static bool hasFormat(const MemoryBuffer &Buffer);
420 static bool hasFormat(const MemoryBuffer &Buffer);
InstrProfReader.h 140 static bool hasFormat(const MemoryBuffer &Buffer);
193 static bool hasFormat(const MemoryBuffer &DataBuffer);
385 static bool hasFormat(const MemoryBuffer &DataBuffer);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
SampleProfReader.h 357 static bool hasFormat(const MemoryBuffer &Buffer);
432 static bool hasFormat(const MemoryBuffer &Buffer);
450 static bool hasFormat(const MemoryBuffer &Buffer);
481 static bool hasFormat(const MemoryBuffer &Buffer);
InstrProfReader.h 156 static bool hasFormat(const MemoryBuffer &Buffer);
208 static bool hasFormat(const MemoryBuffer &DataBuffer);
417 static bool hasFormat(const MemoryBuffer &DataBuffer);
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 51 if (IndexedInstrProfReader::hasFormat(*Buffer))
53 else if (RawInstrProfReader64::hasFormat(*Buffer))
55 else if (RawInstrProfReader32::hasFormat(*Buffer))
57 else if (TextInstrProfReader::hasFormat(*Buffer))
86 if (!IndexedInstrProfReader::hasFormat(*Buffer))
105 bool TextInstrProfReader::hasFormat(const MemoryBuffer &Buffer) {
254 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) {
265 if (!hasFormat(*DataBuffer))
566 bool IndexedInstrProfReader::hasFormat(const MemoryBuffer &DataBuffer) {
SampleProfReader.cpp 228 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) {
480 bool SampleProfileReaderBinary::hasFormat(const MemoryBuffer &Buffer) {
727 bool SampleProfileReaderGCC::hasFormat(const MemoryBuffer &Buffer) {
778 if (SampleProfileReaderBinary::hasFormat(*B))
780 else if (SampleProfileReaderGCC::hasFormat(*B))
782 else if (SampleProfileReaderText::hasFormat(*B))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
InstrProfReader.cpp 72 if (IndexedInstrProfReader::hasFormat(*Buffer))
74 else if (RawInstrProfReader64::hasFormat(*Buffer))
76 else if (RawInstrProfReader32::hasFormat(*Buffer))
78 else if (TextInstrProfReader::hasFormat(*Buffer))
106 if (!IndexedInstrProfReader::hasFormat(*Buffer))
125 bool TextInstrProfReader::hasFormat(const MemoryBuffer &Buffer) {
277 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) {
288 if (!hasFormat(*DataBuffer))
590 bool IndexedInstrProfReader::hasFormat(const MemoryBuffer &DataBuffer) {
SampleProfReader.cpp 272 bool SampleProfileReaderText::hasFormat(const MemoryBuffer &Buffer) {
573 bool SampleProfileReaderRawBinary::hasFormat(const MemoryBuffer &Buffer) {
580 bool SampleProfileReaderCompactBinary::hasFormat(const MemoryBuffer &Buffer) {
825 bool SampleProfileReaderGCC::hasFormat(const MemoryBuffer &Buffer) {
872 if (SampleProfileReaderRawBinary::hasFormat(*B))
874 else if (SampleProfileReaderCompactBinary::hasFormat(*B))
876 else if (SampleProfileReaderGCC::hasFormat(*B))
878 else if (SampleProfileReaderText::hasFormat(*B))
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
Phonemetadata.java 55 if (other.hasFormat()) {
90 private boolean hasFormat;
92 public boolean hasFormat() { return hasFormat; }
95 hasFormat = true;
    [all...]
  /external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
Phonemetadata.java 63 if (other.hasFormat()) {
99 private boolean hasFormat;
101 public boolean hasFormat() { return hasFormat; }
105 hasFormat = true;
    [all...]
  /external/deqp-deps/glslang/glslang/Include/
Types.h 765 hasFormat() ||
898 bool hasFormat() const
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
ParseHelper.cpp     [all...]
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.cpp     [all...]
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 

Completed in 200 milliseconds