HomeSort by relevance Sort by last modified time
    Searched refs:Add (Results 251 - 275 of 1086) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/mca/filterfw/native/
libfilterfw.mk 16 # Add include paths for native code.
31 # Finally, add this directory
  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Android.mk 20 # Add new source files here
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 396 _insertionOrderList.Add(key);
425 public void Add(object key, object value)
427 _dictionary.Add(key, value);
428 _insertionOrderList.Add(key);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
ParseTreeBuilder.cs 73 /** <summary>Backtracking or cyclic DFA, don't want to add nodes to tree</summary> */
113 hiddenTokens.Add(token);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 120 /** <summary>add n elements to buffer</summary> */
127 _data.Add(o);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTree.cs 160 /** <summary>Add t as child of this node.</summary>
169 //System.out.println("add child "+t.toStringTree()+" "+this.toStringTree());
178 throw new Exception("attempt to add child list to itself");
180 // just add all of childTree's children to this
190 this.children.Add(c);
207 children.Add(t);
214 /** <summary>Add all elements of kids list as children of this node</summary> */
286 // normalize to a list of children to add: newChildren
295 newChildren.Add(newTree.GetChild(i));
299 newChildren.Add(newTree)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 139 /** <summary>add n elements to buffer</summary> */
148 _data.Add( o );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTree.cs 191 /** <summary>Add t as child of this node.</summary>
201 //System.out.println("add child "+t.toStringTree()+" "+this.toStringTree());
213 throw new Exception( "attempt to add child list to itself" );
215 // just add all of childTree's children to this
228 this.Children.Add( c );
250 Children.Add( t );
257 /** <summary>Add all elements of kids list as children of this node</summary> */
337 // normalize to a list of children to add: newChildren
350 newChildren.Add( newTree.GetChild( i ) );
356 newChildren.Add( newTree )
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
ParseTreeBuilder.cs 80 /** <summary>Backtracking or cyclic DFA, don't want to add nodes to tree</summary> */
127 hiddenTokens.Add( token );
  /external/chromium/chrome/browser/automation/
automation_resource_tracker.h 78 // to add and remove this object as an observer for the appropriate
86 int Add(T resource) {
  /external/chromium/chrome/browser/bookmarks/
bookmark_index.h 43 void Add(const BookmarkNode* node);
86 // Add |node| to |results| if the node matches the query.
  /external/chromium/chrome/browser/extensions/
convert_web_app_browsertest.cc 54 registrar.Add(this, NotificationType::EXTENSION_INSTALLED,
  /external/chromium/chrome/browser/notifications/
balloon_collection_base.cc 19 void BalloonCollectionBase::Add(Balloon* balloon) {
balloon_collection_impl.h 43 virtual void Add(const Notification& notification,
  /external/chromium/chrome/browser/prefs/
pref_set_observer.cc 22 registrar_.Add(pref.c_str(), this);
  /external/chromium/chrome/browser/printing/
print_job_unittest.cc 97 registrar_.Add(&observ, NotificationType::ALL,
  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.h 40 void Add(int renderer_id);
138 // Add up all the stats from the given set of renderers and place the result
163 // |tactic| and add the result to |strategy|. Any |extra_bytes_to_allocate|
  /external/chromium/chrome/browser/resources/net_internals/
serviceprovidersview.js 108 // Add a table row for each service provider.
130 // Add a table row for each namespace provider.
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor.cc 34 registrar_->Add(monitor_, NotificationType::EXTENSION_BOOKMARKS_API_INVOKED,
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.h 122 void Add(TabContentsWrapper* tab_contents);
178 void Add(const std::pair<int, int>& process_route_id_pair);
241 void Add(BackgroundContents* background_contents, const string16& title);
331 void Add(const ChildProcessInfo& child_process_info);
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_instructions_gtk.cc 50 registrar_.Add(this, NotificationType::BROWSER_THEME_CHANGED,
  /external/chromium/chrome/browser/ui/search_engines/
keyword_editor_controller.cc 47 // causing other problems. As a work around we always add the item to the end
50 table_model_->Add(new_index, template_url);
  /external/chromium/net/base/
test_root_certs_mac.cc 58 bool TestRootCerts::Add(X509Certificate* certificate) {
  /external/chromium/net/http/
http_auth_cache.h 61 // Add an entry on server |origin| for realm |handler->realm()| and
73 Entry* Add(const GURL& origin,
  /external/chromium/net/socket/
client_socket_pool_histograms.cc 55 socket_type_->Add(type);

Completed in 1467 milliseconds

<<11121314151617181920>>