HomeSort by relevance Sort by last modified time
    Searched full:numrecords (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
horizontal_device_metrics_table.cc 29 int32_t HorizontalDeviceMetricsTable::NumRecords() {
38 if (record_index < 0 || record_index >= NumRecords()) {
49 if (record_index < 0 || record_index >= NumRecords()) {
61 if (record_index < 0 || record_index >= NumRecords() ||
horizontal_device_metrics_table.h 51 int32_t NumRecords();
  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_device_metrics_table.cc 29 int32_t HorizontalDeviceMetricsTable::NumRecords() {
38 if (record_index < 0 || record_index >= NumRecords()) {
49 if (record_index < 0 || record_index >= NumRecords()) {
61 if (record_index < 0 || record_index >= NumRecords() ||
horizontal_device_metrics_table.h 51 int32_t NumRecords();
  /external/fonttools/Lib/fontTools/ttLib/tables/
_h_d_m_x.py 9 numRecords: H
20 for i in range(self.numRecords):
36 self.numRecords = len(self.hdmx)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
VDMXParser.cpp 173 uint16_t numRecords;
174 if (!buf.readU16(&numRecords) || !buf.skip(sizeof(uint16_t)))
179 for (unsigned i = 0; i < numRecords; ++i) {
  /external/chromium_org/third_party/sfntly/cpp/src/test/
hdmx_test.cc 44 EXPECT_EQ(hdmx_table->NumRecords(), HDMX_NUM_RECORDS);
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 300 /// NumRecords - The total number of records these blocks contain, and the
302 unsigned NumRecords, NumAbbreviatedRecords;
309 NumSubBlocks(0), NumAbbrevs(0), NumRecords(0), NumAbbreviatedRecords(0) {}
415 ++BlockStats.NumRecords;
574 outs() << " Tot/Avg Records: " << Stats.NumRecords << "/"
575 << Stats.NumRecords/(double)Stats.NumInstances << "\n";
579 outs() << " Num Records: " << Stats.NumRecords << "\n";
581 if (Stats.NumRecords) {
582 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords;
  /external/sfntly/cpp/src/test/
hdmx_test.cc 44 EXPECT_EQ(hdmx_table->NumRecords(), HDMX_NUM_RECORDS);
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 135 int numRecords = 0;
143 numRecords += 1;
161 numRecords += 1;
162 records = (dataRecord *) malloc(sizeof(dataRecord) * numRecords);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 539 unsigned NumRecords = 0;
552 if (NumRecords != TypeList.size())
666 if (NumRecords >= TypeList.size())
670 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
673 TypeList[NumRecords] = 0;
695 if (NumRecords >= TypeList.size())
699 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
702 TypeList[NumRecords] = 0;
727 if (NumRecords >= TypeList.size())
730 assert(TypeList[NumRecords] == 0 && "Already read type?")
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 775 unsigned &NumRecords) const override {
777 NumRecords = clang::PPC::LastTSBuiltin-Builtin::FirstTSBuiltin;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 736 unsigned NumRecords = 0;
749 if (NumRecords != TypeList.size())
882 if (NumRecords >= TypeList.size())
886 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
889 TypeList[NumRecords] = nullptr;
911 if (NumRecords >= TypeList.size())
915 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
918 TypeList[NumRecords] = nullptr;
943 if (NumRecords >= TypeList.size())
946 assert(!TypeList[NumRecords] && "Already read type?")
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 819 unsigned NumRecords = 0;
832 if (NumRecords != TypeList.size())
    [all...]
  /external/llvm/docs/
StackMaps.rst 323 uint32 : NumRecords
331 StkMapRecord[NumRecords] {
  /external/llvm/lib/CodeGen/
StackMaps.cpp 283 /// uint32 : NumRecords
332 /// StkMapRecord[NumRecords] {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoint.h     [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 459 unsigned &NumRecords) const = 0;
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c     [all...]
  /device/samsung/manta/gps/
gpsd 
  /prebuilts/clang/linux-x86/host/3.4/bin/
llvm-dis 

Completed in 660 milliseconds