HomeSort by relevance Sort by last modified time
    Searched full:model (Results 276 - 300 of 3216) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.h 56 // Model for the TreeView. Trivial subclass that doesn't allow titles with
139 // resetting the tree model.
140 virtual void Loaded(BookmarkModel* model) { }
141 virtual void BookmarkNodeMoved(BookmarkModel* model,
146 virtual void BookmarkNodeAdded(BookmarkModel* model,
149 virtual void BookmarkNodeRemoved(BookmarkModel* model,
153 virtual void BookmarkNodeChanged(BookmarkModel* model,
155 virtual void BookmarkNodeChildrenReordered(BookmarkModel* model,
157 virtual void BookmarkNodeFaviconLoaded(BookmarkModel* model,
160 // Resets the model of the tree and updates the various buttons appropriately
    [all...]
  /external/chromium/chrome/browser/ui/webui/
foreign_session_handler.h 37 // Returns a pointer to the current session model associator or NULL.
45 // Determines whether foreign sessions should be obtained from the sync model.
47 // model has changed and the new tab page needs to reflect the changes.
  /external/llvm/docs/CommandGuide/
lli.pod 129 =item B<-code-model>=I<model>
131 Choose the code model from:
133 default: Target default code model
134 small: Small code model
135 kernel: Kernel code model
136 medium: Medium code model
137 large: Large code model
182 =item B<-relocation-model>=I<model>
    [all...]
  /external/llvm/lib/MC/
MCCodeGenInfo.cpp 11 // asm parsing, and asm printing. For example, relocation model.
18 void MCCodeGenInfo::InitMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM) {
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 21 /// SystemZTargetMachine ctor - Create an ILP64 architecture model
25 StringRef FS, Reloc::Model RM,
26 CodeModel::Model CM)
  /external/webkit/Source/WebCore/platform/audio/
Panner.h 50 static PassOwnPtr<Panner> create(PanningModel model, double sampleRate);
61 Panner(PanningModel model) : m_panningModel(model) { }
  /external/webkit/Source/WebKit/gtk/webkit/
webkitglobals.h 34 * @WEBKIT_CACHE_MODEL_DEFAULT: The default cache model. This is
40 * @WEBKIT_CACHE_MODEL_DOCUMENT_BROWSER: A cache model optimized for viewing
46 * Enum values used for determining the webview cache model.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchAction.java 32 import org.eclipse.debug.core.model.IProcess;
33 import org.eclipse.debug.core.model.IStreamsProxy;
135 * @see org.eclipse.debug.core.model.LaunchConfigurationDelegate#getLaunch(org.eclipse.debug.core.ILaunchConfiguration, java.lang.String)
184 * @see org.eclipse.debug.core.model.IProcess#getAttribute(java.lang.String)
192 * @see org.eclipse.debug.core.model.IProcess#getExitValue()
199 * @see org.eclipse.debug.core.model.IProcess#getLabel()
206 * @see org.eclipse.debug.core.model.IProcess#getLaunch()
213 * @see org.eclipse.debug.core.model.IProcess#getStreamsProxy()
220 * @see org.eclipse.debug.core.model.IProcess#setAttribute(java.lang.String,
236 * @see org.eclipse.debug.core.model.ITerminate#canTerminate(
    [all...]
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 30 import signature.model.IAnnotation;
31 import signature.model.IAnnotationElement;
32 import signature.model.IAnnotationField;
33 import signature.model.IApi;
34 import signature.model.IClassDefinition;
35 import signature.model.IClassReference;
36 import signature.model.IConstructor;
37 import signature.model.IEnumConstant;
38 import signature.model.IField;
39 import signature.model.IGenericDeclaration;
    [all...]
  /cts/tools/signature-tools/test/signature/comparator/
PackageCompareTest.java 26 import signature.compare.model.IApiDelta;
27 import signature.compare.model.DeltaType;
28 import signature.compare.model.IPackageDelta;
30 import signature.model.IApi;
  /cts/tools/signature-tools/test/signature/converter/
ConvertPackageTest.java 27 import signature.model.IAnnotation;
28 import signature.model.IApi;
29 import signature.model.IPackage;
30 import signature.model.util.ModelUtil;
  /external/chromium/chrome/browser/diagnostics/
diagnostics_main.cc 260 // and the model (DiagnosticsModel) do not talk to each other directly but they
270 // Run all the diagnostics of |model| and invoke the view as the model
272 void Run(DiagnosticsModel* model) {
275 if (!model) {
276 writer_->WriteResult(false, L"Diagnostics start", L"model is null");
284 int count = model->GetTestAvailableCount();
286 model->RunAll(this);
290 virtual void OnProgress(int id, int percent, DiagnosticsModel* model) {
293 virtual void OnSkipped(int id, DiagnosticsModel* model) {
351 DiagnosticsModel* model = MakeDiagnosticsModel(command_line); local
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_model_associator.h 41 // Contains all model association related logic:
42 // * Algorithm to associate autofill model and sync model.
56 // Iterates through the sync model looking for matched pairs of items.
62 // The has_nodes out param is true if the sync model has nodes other
130 // We split up model association first by autofill sub-type (entries, and
145 // Once the above traversals are complete, we traverse the sync model to
153 // Helper to persist any changes that occured during model association to
171 // Called at various points in model association to determine if the
password_change_processor.h 28 // applying them to the sync_api 'syncable' model, and vice versa. All
40 // Passwords -> sync_api model change application.
45 // sync_api model -> WebDataService change application.
68 // The model we are processing changes from. This is owned by the
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_cocoa_controller_unittest.mm 30 BookmarkModel* model = helper_->browser()->profile()->GetBookmarkModel();
31 const BookmarkNode* bookmark_bar = model->GetBookmarkBarNode();
32 nodes_[0] = model->AddURL(bookmark_bar, 0, empty, GURL("http://0.com"));
33 nodes_[1] = model->AddURL(bookmark_bar, 1, empty, GURL("http://1.com"));
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h 17 // model. When the caller allocates a bridge, it automatically registers for
18 // notifications from |model| and passes messages to |controller| via the
23 TabStripModelObserverBridge(TabStripModel* model, id controller);
57 // Cocoa object to receive updates about changes to a tab strip model. It is
tab_strip_model_observer_bridge.mm 9 TabStripModelObserverBridge::TabStripModelObserverBridge(TabStripModel* model,
11 : controller_(controller), model_(model) {
12 DCHECK(model && controller);
13 // Register to be a listener on the model so we can get updates and tell
  /external/chromium/chrome/browser/ui/gtk/
gtk_tree.cc 25 gint GetRowNumForIter(GtkTreeModel* model, GtkTreeIter* iter) {
26 GtkTreePath* path = gtk_tree_model_get_path(model, iter);
42 GtkTreeModel* model = gtk_tree_view_get_model(tree_view); local
43 if (!model) {
48 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) {
52 GtkTreePath* path = gtk_tree_model_get_path(model, &iter);
284 // When this method is called, the model has already removed the items, so
285 // accessing items in the model from |start| on may not be possible anymore.
313 gboolean TableAdapter::OnCheckRowIsSeparator(GtkTreeModel* model,
317 gtk_tree_model_get(model,
    [all...]
  /external/llvm/test/CodeGen/ARM/
available_externally.ll 1 ; RUN: llc < %s -mtriple=arm-apple-darwin -relocation-model=pic | FileCheck %s
globals.ll 1 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=static | FileCheck %s -check-prefix=DarwinStatic
2 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=dynamic-no-pic | FileCheck %s -check-prefix=DarwinDynamic
3 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=pic | FileCheck %s -check-prefix=DarwinPIC
4 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi -relocation-model=pic | FileCheck %s -check-prefix=LinuxPIC
tls1.ll 6 ; RUN: -relocation-model=pic | grep {__tls_get_addr}
  /external/llvm/test/CodeGen/PowerPC/
2010-02-04-EmptyGlobal.ll 1 ; RUN: llc < %s -mtriple=powerpc-apple-darwin10 -relocation-model=pic -disable-fp-elim | FileCheck %s
tailcallpic1.ll 1 ; RUN: llc < %s -tailcallopt -mtriple=powerpc-apple-darwin -relocation-model=pic | grep TC_RETURN
  /external/llvm/test/CodeGen/Thumb2/
tls1.ll 6 ; RUN: -relocation-model=pic | grep {__tls_get_addr}
  /external/llvm/test/CodeGen/X86/
20090313-signext.ll 1 ; RUN: llc < %s -march=x86-64 -relocation-model=pic > %t

Completed in 335 milliseconds

<<11121314151617181920>>