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

1 2 3

  /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 64 std::string table_; member in class:extensions::DatabaseStringTable
  /external/chromium_org/v8/src/
hydrogen-bce.h 55 : HPhase("H_Bounds checks elimination", graph), table_(zone()) { }
66 BoundsCheckTable table_; member in class:v8::internal::HBoundsCheckEliminationPhase
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.h 69 views::NativeViewHost* table_; member in class:AboutIPCDialog
  /external/chromium/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...]
  /external/chromium_org/chrome/browser/ui/views/
about_ipc_dialog.h 68 views::NativeViewHost* table_; member in class:AboutIPCDialog
ssl_client_certificate_selector.h 86 views::TableView* table_; member in class:SSLClientCertificateSelector
  /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...]
  /external/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...]
  /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...]
  /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...]
  /art/runtime/
vmap_table.h 28 explicit VmapTable(const uint8_t* table) : table_(table) {
33 const uint8_t* table = table_;
44 const uint8_t* table = table_;
60 const uint8_t* table = table_;
90 const uint8_t* table = table_;
110 const uint8_t* const table_; member in class:art::VmapTable
  /external/chromium_org/chrome/browser/webdata/
keyword_table_unittest.cc 33 table_.reset(new KeywordTable);
35 db_->AddTable(table_.get());
41 scoped_ptr<KeywordTable> table_; member in class:KeywordTableTest
67 EXPECT_TRUE(table_->AddKeyword(keyword));
70 EXPECT_TRUE(table_->GetKeywords(&keywords));
96 EXPECT_TRUE(table_->RemoveKeyword(restored_keyword.id));
99 EXPECT_TRUE(table_->GetKeywords(&empty_keywords));
104 EXPECT_EQ(kInvalidTemplateURLID, table_->GetDefaultSearchProviderID());
105 EXPECT_EQ(0, table_->GetBuiltinKeywordVersion());
124 EXPECT_TRUE(table_->AddKeyword(keyword))
    [all...]
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...]
web_apps_table_unittest.cc 27 table_.reset(new WebAppsTable);
29 db_->AddTable(table_.get());
35 scoped_ptr<WebAppsTable> table_; member in class:WebAppsTableTest
47 EXPECT_FALSE(table_->GetWebAppHasAllImages(url));
50 EXPECT_TRUE(table_->SetWebAppHasAllImages(url, true));
51 EXPECT_TRUE(table_->GetWebAppHasAllImages(url));
54 EXPECT_TRUE(table_->RemoveWebApp(url));
55 EXPECT_FALSE(table_->GetWebAppHasAllImages(url));
63 ASSERT_TRUE(table_->GetWebAppImages(url, &images));
71 ASSERT_TRUE(table_->SetWebAppImage(url, image))
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
memtable.h 82 Table table_; member in class:leveldb::MemTable
  /external/chromium_org/third_party/libjingle/source/talk/base/
latebindingsymboltable.h 74 void **table_; member in class:talk_base::LateBindingSymbolTable
  /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/ui/views/controls/table/
table_header.h 45 // Index into table_->visible_columns() that is being resized.
63 TableView* table_; member in class:views::TableHeader
  /external/chromium_org/ui/views/examples/
table_example.h 62 TableView* table_; member in class:views::examples::TableExample

Completed in 433 milliseconds

1 2 3