HomeSort by relevance Sort by last modified time
    Searched defs:table_ (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
table_based_table_builder.h 43 TablePtr table_; member in class:sfntly::TableBasedTableBuilder
  /external/sfntly/cpp/src/sfntly/table/
table_based_table_builder.h 43 TablePtr table_; member in class:sfntly::TableBasedTableBuilder
  /external/chromium_org/chrome/browser/extensions/activity_log/
database_string_table.h 68 std::string table_; member in class:extensions::DatabaseStringTable
  /external/chromium_org/v8/src/
hydrogen-bce.h 32 : HPhase("H_Bounds checks elimination", graph), table_(zone()) { }
43 BoundsCheckTable table_; member in class:v8::internal::HBoundsCheckEliminationPhase
  /external/chromium_org/chrome/browser/ui/views/
ssl_client_certificate_selector.h 84 views::TableView* table_; member in class:SSLClientCertificateSelector
  /external/chromium_org/net/spdy/
hpack_static_table_test.cc 21 HpackStaticTableTest() : table_() {}
23 HpackStaticTable table_; member in class:net::test::__anon14209::HpackStaticTableTest
28 EXPECT_FALSE(table_.IsInitialized());
30 table_.Initialize(&static_table[0], static_table.size());
31 EXPECT_TRUE(table_.IsInitialized());
33 HpackHeaderTable::EntryTable static_entries = table_.GetStaticEntries();
36 HpackHeaderTable::OrderedEntrySet static_index = table_.GetStaticIndex();
  /external/chromium_org/testing/gtest/samples/
sample6_unittest.cc 63 PrimeTableTest() : table_(CreatePrimeTable<T>()) {}
65 virtual ~PrimeTableTest() { delete table_; }
74 PrimeTable* const table_; member in class:PrimeTableTest
108 EXPECT_FALSE(this->table_->IsPrime(-5));
109 EXPECT_FALSE(this->table_->IsPrime(0));
110 EXPECT_FALSE(this->table_->IsPrime(1));
111 EXPECT_FALSE(this->table_->IsPrime(4));
112 EXPECT_FALSE(this->table_->IsPrime(6));
113 EXPECT_FALSE(this->table_->IsPrime(100));
117 EXPECT_TRUE(this->table_->IsPrime(2))
    [all...]
sample7_unittest.cc 70 virtual ~PrimeTableTest() { delete table_; }
71 virtual void SetUp() { table_ = (*GetParam())(); }
73 delete table_;
74 table_ = NULL;
78 PrimeTable* table_; member in class:PrimeTableTest
82 EXPECT_FALSE(table_->IsPrime(-5));
83 EXPECT_FALSE(table_->IsPrime(0));
84 EXPECT_FALSE(table_->IsPrime(1));
85 EXPECT_FALSE(table_->IsPrime(4));
86 EXPECT_FALSE(table_->IsPrime(6))
    [all...]
sample8_unittest.cc 106 table_ = new HybridPrimeTable(force_on_the_fly, max_precalculated);
109 delete table_;
110 table_ = NULL;
112 HybridPrimeTable* table_; member in class:PrimeTableTest
122 EXPECT_FALSE(table_->IsPrime(-5));
123 EXPECT_FALSE(table_->IsPrime(0));
124 EXPECT_FALSE(table_->IsPrime(1));
125 EXPECT_FALSE(table_->IsPrime(4));
126 EXPECT_FALSE(table_->IsPrime(6));
127 EXPECT_FALSE(table_->IsPrime(100))
    [all...]
  /external/protobuf/gtest/samples/
sample6_unittest.cc 63 PrimeTableTest() : table_(CreatePrimeTable<T>()) {}
65 virtual ~PrimeTableTest() { delete table_; }
74 PrimeTable* const table_; member in class:PrimeTableTest
108 EXPECT_FALSE(this->table_->IsPrime(-5));
109 EXPECT_FALSE(this->table_->IsPrime(0));
110 EXPECT_FALSE(this->table_->IsPrime(1));
111 EXPECT_FALSE(this->table_->IsPrime(4));
112 EXPECT_FALSE(this->table_->IsPrime(6));
113 EXPECT_FALSE(this->table_->IsPrime(100));
117 EXPECT_TRUE(this->table_->IsPrime(2))
    [all...]
sample7_unittest.cc 72 virtual ~PrimeTableTest() { delete table_; }
73 virtual void SetUp() { table_ = (*GetParam())(); }
75 delete table_;
76 table_ = NULL;
80 PrimeTable* table_; member in class:PrimeTableTest
84 EXPECT_FALSE(table_->IsPrime(-5));
85 EXPECT_FALSE(table_->IsPrime(0));
86 EXPECT_FALSE(table_->IsPrime(1));
87 EXPECT_FALSE(table_->IsPrime(4));
88 EXPECT_FALSE(table_->IsPrime(6))
    [all...]
sample8_unittest.cc 106 table_ = new HybridPrimeTable(force_on_the_fly, max_precalculated);
109 delete table_;
110 table_ = NULL;
112 HybridPrimeTable* table_; member in class:PrimeTableTest
122 EXPECT_FALSE(table_->IsPrime(-5));
123 EXPECT_FALSE(table_->IsPrime(0));
124 EXPECT_FALSE(table_->IsPrime(1));
125 EXPECT_FALSE(table_->IsPrime(4));
126 EXPECT_FALSE(table_->IsPrime(6));
127 EXPECT_FALSE(table_->IsPrime(100))
    [all...]
  /ndk/sources/third_party/googletest/googletest/samples/
sample6_unittest.cc 63 PrimeTableTest() : table_(CreatePrimeTable<T>()) {}
65 virtual ~PrimeTableTest() { delete table_; }
74 PrimeTable* const table_; member in class:PrimeTableTest
108 EXPECT_FALSE(this->table_->IsPrime(-5));
109 EXPECT_FALSE(this->table_->IsPrime(0));
110 EXPECT_FALSE(this->table_->IsPrime(1));
111 EXPECT_FALSE(this->table_->IsPrime(4));
112 EXPECT_FALSE(this->table_->IsPrime(6));
113 EXPECT_FALSE(this->table_->IsPrime(100));
117 EXPECT_TRUE(this->table_->IsPrime(2))
    [all...]
sample7_unittest.cc 70 virtual ~PrimeTableTest() { delete table_; }
71 virtual void SetUp() { table_ = (*GetParam())(); }
73 delete table_;
74 table_ = NULL;
78 PrimeTable* table_; member in class:PrimeTableTest
82 EXPECT_FALSE(table_->IsPrime(-5));
83 EXPECT_FALSE(table_->IsPrime(0));
84 EXPECT_FALSE(table_->IsPrime(1));
85 EXPECT_FALSE(table_->IsPrime(4));
86 EXPECT_FALSE(table_->IsPrime(6))
    [all...]
sample8_unittest.cc 106 table_ = new HybridPrimeTable(force_on_the_fly, max_precalculated);
109 delete table_;
110 table_ = NULL;
112 HybridPrimeTable* table_; member in class:PrimeTableTest
122 EXPECT_FALSE(table_->IsPrime(-5));
123 EXPECT_FALSE(table_->IsPrime(0));
124 EXPECT_FALSE(table_->IsPrime(1));
125 EXPECT_FALSE(table_->IsPrime(4));
126 EXPECT_FALSE(table_->IsPrime(6));
127 EXPECT_FALSE(table_->IsPrime(100))
    [all...]
  /external/chromium_org/components/signin/core/browser/webdata/
token_service_table_unittest.cc 25 table_.reset(new TokenServiceTable);
27 db_->AddTable(table_.get());
33 scoped_ptr<TokenServiceTable> table_; member in class:TokenServiceTableTest
57 EXPECT_TRUE(table_->GetAllTokens(&out_map));
61 EXPECT_TRUE(table_->SetTokenForService(service, "pepperoni"));
62 EXPECT_TRUE(table_->SetTokenForService(service2, "steak"));
63 EXPECT_TRUE(table_->GetAllTokens(&out_map));
69 EXPECT_TRUE(table_->RemoveAllTokens());
70 EXPECT_TRUE(table_->GetAllTokens(&out_map));
74 EXPECT_TRUE(table_->SetTokenForService(service, "cheese"))
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
memtable.h 82 Table table_; member in class:leveldb::MemTable
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stack_trace_table.h 81 static const int kHashTableSize = 1 << 14; // => table_ is 128k
86 Bucket** table_; member in class:tcmalloc::StackTraceTable
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stack_trace_table.h 81 static const int kHashTableSize = 1 << 14; // => table_ is 128k
86 Bucket** table_; member in class:tcmalloc::StackTraceTable
  /external/chromium_org/third_party/webrtc/base/
latebindingsymboltable.h 60 void **table_; member in class:rtc::LateBindingSymbolTable
  /external/chromium_org/ui/views/controls/table/
table_header.h 46 // Index into table_->visible_columns() that is being resized.
75 TableView* table_; member in class:views::TableHeader
  /external/chromium_org/ui/views/examples/
table_example.h 61 TableView* table_; member in class:views::examples::TableExample
  /art/compiler/
gc_map_builder.h 35 in_use_(entries), table_(table) {
68 native_offset |= (*table_)[table_offset + i] << (i * 8);
76 (*table_)[table_offset + i] = (native_offset >> (i * 8)) & 0xFF;
82 memcpy(&(*table_)[table_offset + native_offset_width_], references, references_width_);
98 std::vector<uint8_t>* const table_; member in class:art::GcMapBuilder::std
  /external/chromium_org/chrome/browser/webdata/
keyword_table_unittest.cc 34 table_.reset(new KeywordTable);
36 db_->AddTable(table_.get());
41 EXPECT_TRUE(table_->AddKeyword(keyword));
76 EXPECT_TRUE(table_->RemoveKeyword(id));
80 EXPECT_TRUE(table_->UpdateKeyword(keyword));
85 EXPECT_TRUE(table_->GetKeywords(&keywords));
90 EXPECT_EQ(kInvalidTemplateURLID, table_->GetDefaultSearchProviderID());
91 EXPECT_EQ(0, table_->GetBuiltinKeywordVersion());
93 EXPECT_TRUE(table_->SetDefaultSearchProviderID(10));
94 EXPECT_TRUE(table_->SetBuiltinKeywordVersion(11))
107 scoped_ptr<KeywordTable> table_; member in class:KeywordTableTest
    [all...]
  /art/runtime/
mapping_table.h 69 table_(table), element_(element), end_(table_->DexToPcSize()), encoded_table_ptr_(nullptr),
73 encoded_table_ptr_ = table_->FirstDexToPcPtr();
79 DCHECK_EQ(table_->DexToPcSize(), element);
97 CHECK(table_ == rhs.table_);
101 CHECK(table_ == rhs.table_);
106 const MappingTable* const table_; // The original table. member in class:art::MappingTable::DexToPcIterator
108 const uint32_t end_; // Equal to table_->DexToPcSize()
183 const MappingTable* const table_; \/\/ The original table. member in class:art::MappingTable::PcToDexIterator
    [all...]

Completed in 1013 milliseconds

1 2 3