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

<<11121314151617181920>>

  /external/skia/legacy/src/core/
SkTypefaceCache.cpp 16 void SkTypefaceCache::add(SkTypeface* face, SkTypeface::Style requestedStyle) { function in class:SkTypefaceCache
87 void SkTypefaceCache::Add(SkTypeface* face, SkTypeface::Style requestedStyle) {
89 Get().add(face, requestedStyle);
  /external/skia/src/core/
SkTypefaceCache.cpp 16 void SkTypefaceCache::add(SkTypeface* face, function in class:SkTypefaceCache
109 void SkTypefaceCache::Add(SkTypeface* face,
113 Get().add(face, requestedStyle, strong);
  /external/v8/src/
bootstrapper.h 67 void Add(Vector<const char> name, Handle<SharedFunctionInfo> shared) {
list.h 70 // backing store (e.g. Add).
90 void Add(const T& element);
92 // Add all the elements from the argument list to this list.
95 // Add all the elements from the vector to this list.
152 // Increase the capacity of a full list, and add an element.
scopes.cc 306 // Add this scope as a new inner scope of the outer scope.
308 outer_scope_->inner_scopes_.Add(this);
373 outer_scope()->unresolved_.Add(unresolved_[i]);
447 params_.Add(var);
500 temps_.Add(var);
506 decls_.Add(declaration);
582 stack_locals->Add(var);
593 stack_locals->Add(var);
595 context_locals->Add(var);
702 if (!is_eval_scope()) chain->Add(Handle<ScopeInfo>(GetScopeInfo()))
    [all...]
hydrogen.cc 91 phis_.Add(phi);
275 predecessors_.Add(pred);
401 this->back_edges_.Add(block);
427 blocks_.Add(block);
462 reachable_.Add(block->block_id());
463 stack_.Add(block);
726 blocks_.Add(result);
757 blocks_.Add(b);
785 visited->Add(block->block_id());
803 order->Add(block)
    [all...]
  /external/v8/test/mjsunit/
debug-evaluate-bool-constructor.js 66 // Add the debug event listener.
70 // Add set constructor field to a non-function value.
  /external/v8/test/mjsunit/regress/
regress-186.js 42 // Add property called __proto__ to the extension object.
51 // Add const property called __proto__ to the extension object.
  /device/sample/products/
sample_addon.mk 1 # List of apps and optional libraries (Java and native) to put in the add-on system image.
11 # name of the add-on
14 # Copy the manifest and hardware files for the SDK add-on.
22 # Add this to PRODUCT_SDK_ADDON_COPY_FILES to copy the files for an
33 # Name of the doc to generate and put in the add-on. This must match the name defined
39 # This add-on extends the default sdk product.
42 # Real name of the add-on. This is the name used to build the add-on.
43 # Use 'make PRODUCT-<PRODUCT_NAME>-sdk_addon' to build the add-on.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimTokenStream.cs 123 tokens.Add( t );
219 filteredTokens.Add( t );
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
AST.stg 58 /** Add an adaptor property that knows how to build trees */
85 /** Add a variable to track rule's return AST */
122 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>stream_<token>.Add(<label>);<\n>
136 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>stream_<token>.Add(<label>);
148 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>stream_<rule.name>.Add(<label>.Tree);
160 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>stream_<rule>.Add(<label>.Tree);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
AST.stg 55 /** Add an adaptor property that knows how to build trees */
85 /** Add a variable to track rule's return AST */
120 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>stream_<token>.Add(<label>);<\n>
134 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>stream_<token>.Add(<label>);
146 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>stream_<rule.name>.Add(<label>.Tree);
158 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>stream_<rule>.Add(<label>.Tree);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
AST.stg 52 /** Add an adaptor property that knows how to build trees */
96 /** Add a variable to track rule's return AST */
140 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<token>'] as IRewriteRuleElementStream).Add(<label>);<\n>
154 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<token>'] as IRewriteRuleElementStream).Add(<label>);<\n>
170 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<rule.name>'] as IRewriteRuleElementStream).Add(<label>.Tree);<\n>
182 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<rule>'] as IRewriteRuleElementStream).Add(<label>.Tree);
  /external/chromium/chrome/browser/autocomplete/
extension_app_provider.cc 106 registrar_.Add(this, NotificationType::EXTENSION_LOADED,
108 registrar_.Add(this, NotificationType::EXTENSION_UNINSTALLED,
  /external/chromium/chrome/browser/bookmarks/
bookmark_storage.cc 100 details_->index()->Add(node);
174 notification_registrar_.Add(this, NotificationType::HISTORY_LOADED,
  /external/chromium/chrome/browser/
browser_signin.cc 310 registrar_.Add(this,
313 registrar_.Add(this,
custom_home_pages_table_model.cc 69 void CustomHomePagesTableModel::Add(int index, const GURL& url) {
105 // And add all tabs for all open browsers with our profile.
118 Add(add_index++, url);
  /external/chromium/chrome/browser/chromeos/
external_metrics.cc 91 counter->Add(sample);
106 counter->Add(sample);
  /external/chromium/chrome/browser/download/
download_request_limiter.cc 29 registrar_.Add(this, NotificationType::NAV_ENTRY_PENDING,
31 registrar_.Add(this, NotificationType::TAB_CLOSED, notification_source);
  /external/chromium/chrome/browser/extensions/
extension_event_router.cc 86 registrar_.Add(this, NotificationType::RENDERER_PROCESS_TERMINATED,
88 registrar_.Add(this, NotificationType::RENDERER_PROCESS_CLOSED,
  /external/chromium/chrome/browser/resources/net_internals/
socketsview.js 42 // Add table for each socket pool with information on each of its groups.
  /external/chromium/chrome/browser/rlz/
rlz.cc 73 registrar_.Add(this, NotificationType::OMNIBOX_OPENED_URL,
77 registrar_.Add(this, NotificationType::INSTANT_CONTROLLER_UPDATED,
  /external/chromium/chrome/browser/search_engines/
search_provider_install_data.cc 129 registrar_.Add(this, NotificationType::GOOGLE_URL_UPDATED,
131 registrar_.Add(this, ui_death_notification, ui_death_source);
template_url_fetcher.cc 97 registrar_.Add(this,
237 model->Add(template_url_.release());
245 // model, which takes ownership, or of deleting it if the add is
  /external/chromium/chrome/browser/tab_contents/
background_contents.cc 36 registrar_.Add(this, NotificationType::APP_TERMINATING,
42 registrar_.Add(this, NotificationType::PROFILE_DESTROYED,

Completed in 1841 milliseconds

<<11121314151617181920>>