HomeSort by relevance Sort by last modified time
    Searched refs:model (Results 201 - 225 of 892) sorted by null

1 2 3 4 5 6 7 891011>>

  /cts/tools/signature-tools/src/signature/io/html/
FieldByNameComparator.java 21 import signature.compare.model.IMemberDelta;
22 import signature.model.IField;
ClassByNameComparator.java 19 import signature.compare.model.IClassDefinitionDelta;
  /device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.h 25 const char *model; member in class:AndroidAccessory
55 const char *model,
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.h 71 void CloneBookmarkNode(BookmarkModel* model,
103 void CopyToClipboard(BookmarkModel* model,
110 void PasteFromClipboard(BookmarkModel* model,
124 BookmarkModel* model, size_t max_count);
128 void GetMostRecentlyAddedEntries(BookmarkModel* model,
147 // Returns up to |max_count| bookmarks from |model| whose url or title contains
150 void GetBookmarksContainingText(BookmarkModel* model,
167 BookmarkModel* model,
178 BookmarkModel* model,
bookmark_node_data_unittest.cc 78 BookmarkModel* model = profile.GetBookmarkModel(); local
79 const BookmarkNode* root = model->GetBookmarkBarNode();
82 const BookmarkNode* node = model->AddURL(root, 0, title, url);
121 BookmarkModel* model = profile.GetBookmarkModel(); local
122 const BookmarkNode* root = model->GetBookmarkBarNode();
123 const BookmarkNode* g1 = model->AddFolder(root, 0, ASCIIToUTF16("g1"));
124 const BookmarkNode* g11 = model->AddFolder(g1, 0, ASCIIToUTF16("g11"));
125 const BookmarkNode* g12 = model->AddFolder(g1, 0, ASCIIToUTF16("g12"));
160 BookmarkModel* model = profile.GetBookmarkModel(); local
161 const BookmarkNode* root = model->GetBookmarkBarNode()
199 BookmarkModel* model = profile.GetBookmarkModel(); local
    [all...]
  /external/chromium/chrome/browser/importer/
importer_host.cc 214 TemplateURLModel* model = profile_->GetTemplateURLModel(); local
216 Source<TemplateURLModel>(model));
217 model->Load();
229 void ImporterHost::Loaded(BookmarkModel* model) {
230 DCHECK(model->IsLoaded());
231 model->RemoveObserver(this);
235 importer_->set_import_to_bookmark_bar(!model->HasBookmarks());
239 void ImporterHost::BookmarkModelBeingDeleted(BookmarkModel* model) {
  /external/chromium/chrome/browser/ui/views/autocomplete/
touch_autocomplete_popup_contents_view.h 27 TouchAutocompleteResultView(AutocompleteResultViewModel* model,
63 AutocompleteResultViewModel* model,
  /external/webkit/Tools/QueueStatusServer/handlers/
releasepatch.py 33 from model.attachment import Attachment
34 from model.queues import Queue
patchstatus.py 31 from model.queuestatus import QueueStatus
showresults.py 31 from model.queuestatus import QueueStatus
  /cts/tools/signature-tools/test/signature/converter/util/
AbstractConvertTest.java 25 import signature.model.IApi;
  /external/chromium/chrome/browser/chromeos/
webui_menu_control.h 34 // Activates an item in the |model| at |index|.
35 virtual void Activate(ui::MenuModel* model,
55 // Open submenu using the submenu model at index in the model.
  /external/chromium/chrome/browser/extensions/
extension_bookmark_helpers.h 32 bool RemoveNode(BookmarkModel* model,
  /external/chromium/chrome/browser/printing/
print_preview_tab_controller_unittest.cc 95 TabStripModel* model = browser()->tabstrip_model(); local
96 ASSERT_TRUE(model);
98 int preview_tab_1_index = model->GetWrapperIndex(preview_tab_1);
99 int preview_tab_2_index = model->GetWrapperIndex(preview_tab_2);
  /external/chromium/chrome/browser/ui/cocoa/
table_model_array_controller.h 23 // If the table model has groups, these are inserted into the list of arranged
39 // Bind this controller to the given model.
43 // title for a group row, usually the first column. If the model doesn't have
45 - (void)bindToTableModel:(RemoveRowsTableModel*)model
table_row_nsimage_cache.h 20 // Interface this cache expects for its table model.
33 // |model| must outlive the cache.
34 explicit TableRowNSImageCache(Table* model);
47 // The table model we query for row count and icons.
  /external/junit/src/junit/swingui/
TestHierarchyRunView.java 51 TestTreeModel model= (TestTreeModel)tree.getModel(); local
53 int index= model.findTest(failure, (Test)model.getRoot(), vpath);
58 path[vpath.size()]= model.getChild(last, index);
  /external/oprofile/libop/
op_hw_specific.h 66 unsigned model = (eax & 0xf0) >> 4; local
68 return ext_model + model;
141 /* Already know is Intel family 6, so just check the model. */
142 int model = cpu_model(cpuid_signature()); local
143 switch(model) {
  /external/qemu/hw/
watchdog.h 41 /* Longer description (eg. manufacturer and full model number). */
58 extern void watchdog_add_model(WatchdogTimerModel *model);
  /external/srec/srec/crec/
c47mulsp.c 30 int add_acoustic_model_for_recognition(multi_srec* recm, const SWIModel* model)
43 if (recm->rec[0].num_model_slots_allocated < model->num_hmmstates)
45 PLogError("recognizer max_model_states %d, acoustic model num states %d, set CREC.Recognizer.max_model_states higher\n",
47 model->num_hmmstates);
51 recm->swimodel[ recm->num_swimodels] = model;
  /external/webkit/Tools/QueueStatusServer/model/
workitems_unittest.py 32 from model.workitems import WorkItems
  /libcore/luni/src/main/java/org/xml/sax/ext/
DeclHandler.java 54 * <p>The content model will consist of the string "EMPTY", the
56 * by an occurrence indicator. The model will be normalized so
64 * @param model The content model as a normalized string.
67 public abstract void elementDecl (String name, String model)
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
MockAccountTypeManager.java 18 import com.android.contacts.model.AccountType;
19 import com.android.contacts.model.AccountTypeManager;
20 import com.android.contacts.model.AccountTypeWithDataSet;
21 import com.android.contacts.model.AccountWithDataSet;
  /packages/apps/Mms/src/com/android/mms/model/
ContentRestriction.java 17 package com.android.mms.model;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
GroupsListLoader.java 17 package com.android.loaderapp.model;

Completed in 213 milliseconds

1 2 3 4 5 6 7 891011>>