Searched defs:model (Results 51 - 75 of 561) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCaseInputMultiString.java29 package org.antlr.gunit.swingui.model;
H A DTestCaseInputString.java29 package org.antlr.gunit.swingui.model;
H A DTestCaseOutputAST.java29 package org.antlr.gunit.swingui.model;
H A DTestCaseOutputResult.java29 package org.antlr.gunit.swingui.model;
H A DTestCaseOutputReturn.java28 package org.antlr.gunit.swingui.model;
H A DTestCaseOutputStdOut.java28 package org.antlr.gunit.swingui.model;
/external/chromium_org/ash/shelf/
H A Dapp_list_shelf_item_delegate.cc32 ShelfModel* model = Shell::GetInstance()->shelf_model(); local
33 DCHECK(model);
34 return model->status() == ShelfModel::STATUS_LOADING ?
H A Dshelf_navigator.cc24 int GetNextActivatedItemIndex(const ShelfModel& model, argument
26 const ShelfItems& items = model.items();
27 int item_count = model.item_count();
H A Dshelf_navigator_unittest.cc64 const ShelfModel& model() { return *model_.get(); } function in class:ash::__anon1940::ShelfNavigatorTest
83 EXPECT_EQ(4, GetNextActivatedItemIndex(model(), CYCLE_FORWARD));
87 EXPECT_EQ(5, GetNextActivatedItemIndex(model(), CYCLE_BACKWARD));
99 EXPECT_EQ(3, GetNextActivatedItemIndex(model(), CYCLE_FORWARD));
104 EXPECT_EQ(-1, GetNextActivatedItemIndex(model(), CYCLE_FORWARD));
105 EXPECT_EQ(-1, GetNextActivatedItemIndex(model(), CYCLE_BACKWARD));
114 EXPECT_EQ(-1, GetNextActivatedItemIndex(model(), CYCLE_FORWARD));
115 EXPECT_EQ(-1, GetNextActivatedItemIndex(model(), CYCLE_BACKWARD));
126 EXPECT_EQ(2, GetNextActivatedItemIndex(model(), CYCLE_FORWARD));
127 EXPECT_EQ(2, GetNextActivatedItemIndex(model(), CYCLE_BACKWAR
[all...]
/external/chromium_org/athena/extensions/
H A Dextension_app_model_builder.cc65 void ExtensionAppModelBuilder::PopulateApps(app_list::AppListModel* model) { argument
73 model->AddItem(scoped_ptr<app_list::AppListItem>(
/external/chromium_org/base/
H A Datomicops_internals_x86_gcc.cc62 // get feature flags in ecx/edx, and family/model in eax
65 int family = (eax >> 8) & 0xf; // family and model fields
66 int model = (eax >> 4) & 0xf; local
67 if (family == 0xf) { // use extended family and model fields
69 model += ((eax >> 16) & 0xf) << 4;
76 // so we test only for Rev E, which is family 15, model 32..63 inclusive.
79 32 <= model && model <= 63) {
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_test_util.h40 // Makes the model believe it has been loaded (without actually doing the
45 // Deletes the current model (and doesn't create a new one).
77 TemplateURLService* model() { return model_.get(); } function in class:TemplateURLServiceTestUtil
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager_unittest.cc69 TaskManagerModel* model = task_manager.model_.get(); local
70 EXPECT_EQ(0, model->ResourceCount());
75 TaskManagerModel* model = task_manager.model_.get(); local
80 ASSERT_EQ(1, model->ResourceCount());
81 EXPECT_TRUE(model->IsResourceFirstInGroup(0));
82 EXPECT_EQ(ASCIIToUTF16("test title"), model->GetResourceTitle(0));
83 EXPECT_EQ(ASCIIToUTF16("test profile"), model->GetResourceProfileName(0));
85 model->GetResourceNetworkUsage(0));
86 EXPECT_EQ(ASCIIToUTF16(kZeroCPUUsage), model->GetResourceCPUUsage(0));
89 ASSERT_EQ(2, model
116 TaskManagerModel* model = task_manager.model_.get(); local
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_context_menu_unittest.cc22 TestChromeLauncherController(Profile* profile, ash::ShelfModel* model) argument
23 : ChromeLauncherController(profile, model) {}
/external/chromium_org/chrome/browser/ui/autofill/
H A Dcountry_combobox_model_unittest.cc29 CountryComboboxModel* model() { return model_.get(); } function in class:autofill::CountryComboboxModelTest
39 std::string default_country = model()->GetDefaultCountryCode();
44 EXPECT_EQ(country.name(), model()->GetItemAt(0));
50 for (int i = 0; i < model()->GetItemCount(); ++i) {
51 if (model()->IsItemSeparatorAt(i))
54 std::string country_code = model()->countries()[i]->country_code();
H A Ddata_model_wrapper_unittest.cc25 MonthComboboxModel model; local
29 EXPECT_EQ(model.GetItemAt(month),
160 MonthComboboxModel model; local
164 EXPECT_EQ(model.GetItemAt(month),
/external/chromium_org/chrome/browser/ui/cocoa/translate/
H A Dtranslate_bubble_controller.h46 // The combobox model which is used to deny translation at the view before
50 // The combobox model for source languages on the advanced (option) panel.
53 // The combobox model for target languages on the advanced (option) panel.
61 @property(readonly, nonatomic) const TranslateBubbleModel* model; variable
64 model:(scoped_ptr<TranslateBubbleModel>)model
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_image_model_unittest.cc27 explicit NotificationForwarder(ContentSettingImageModel* model) argument
28 : model_(model) {
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_view.h8 // the view. Since the model is shared between platforms, we need to define an
40 // Used by the automation system for getting at the model from the view.
41 OmniboxEditModel* model() { return model_.get(); } function in class:OmniboxView
42 const OmniboxEditModel* model() const { return model_.get(); } function in class:OmniboxView
110 // if the model should be notified of the change.
168 // Shows or hides the caret based on whether the model's is_caret_visible() is
172 // Called when the temporary text in the model may have changed.
175 // the user's existing selection. |notify_text_changed| is true if the model
181 // Called when the inline autocomplete text in the model may have changed.
188 // Called when the inline autocomplete text in the model ha
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dsystem_menu_model_builder.cc38 ui::SimpleMenuModel* model = new ui::SimpleMenuModel(&menu_delegate_); local
39 menu_model_.reset(model);
40 BuildMenu(model);
46 model->AddSeparator(ui::NORMAL_SEPARATOR);
50 void SystemMenuModelBuilder::BuildMenu(ui::SimpleMenuModel* model) { argument
54 BuildSystemMenuForBrowserWindow(model);
56 BuildSystemMenuForAppOrPopupWindow(model);
57 AddFrameToggleItems(model);
61 ui::SimpleMenuModel* model) {
62 model
60 BuildSystemMenuForBrowserWindow( ui::SimpleMenuModel* model) argument
78 BuildSystemMenuForAppOrPopupWindow( ui::SimpleMenuModel* model) argument
114 AddFrameToggleItems(ui::SimpleMenuModel* model) argument
123 AppendTeleportMenu(ui::SimpleMenuModel* model) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_icon_view.cc29 OmniboxEditModel* model = local
30 page_info_helper_.location_bar()->GetOmniboxView()->model();
31 if (model->CanPasteAndGo(text))
32 model->PasteAndGo(text);
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dback_button.cc12 ui::MenuModel* model)
13 : ToolbarButton(listener, model),
11 BackButton(views::ButtonListener* listener, ui::MenuModel* model) argument
/external/chromium_org/chrome/test/base/
H A Dmenu_model_test.cc31 void MenuModelTest::CountEnabledExecutable(ui::MenuModel* model, argument
33 for (int i = 0; i < model->GetItemCount(); ++i) {
34 ui::MenuModel::ItemType type = model->GetTypeAt(i);
39 CountEnabledExecutable(model->GetSubmenuModelAt(i), count);
44 model->IsEnabledAt(i); // Check if it's enabled (ignore answer).
45 model->ActivatedAt(i); // Execute it.
/external/chromium_org/components/enhanced_bookmarks/
H A Denhanced_bookmark_utils_unittest.cc29 const BookmarkNode* AddBookmark(BookmarkModel* model, std::string name) { argument
30 return model->AddURL(model->other_node(),
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Drender_models.cc16 return "(unknown render model name)";
26 RenderModelSimulator* ConstructSimulationModel(RenderModel model, argument
30 switch (model) {
36 LOG(ERROR) << "Unrecognized render model. "
37 "If we know its name, then it's..." << ModelToString(model);

Completed in 3046 milliseconds

1234567891011>>