HomeSort by relevance Sort by last modified time
    Searched full:apply (Results 601 - 625 of 7701) sorted by null

<<21222324252627282930>>

  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
Pose.java 70 * @param blend Blend factor, 0 = no change to vertex buffer, 1 = apply full offsets
71 * @param vertbuf Vertex buffer to apply this pose to
73 public void apply(float blend, FloatBuffer vertbuf){ method in class:Pose
  /external/proguard/src/proguard/
MemberSpecification.java 56 * in order for the class to apply.
58 * in order for the class to apply.
61 * to apply. The name may be null to specify
  /frameworks/base/core/java/android/view/animation/
Transformation.java 105 * Apply this Transformation to an existing Transformation, e.g. apply
125 * @return The 3x3 Matrix representing the trnasformation to apply to the
  /frameworks/base/docs/html/google/play/licensing/
index.jd 10 <p>Using the service, you can apply a flexible licensing policy on an application-by-application
12 an application can apply custom constraints based on the licensing status obtained from Google Play.
13 For example, an application can check the licensing status and then apply custom constraints
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
ref.hpp 138 struct apply
148 struct apply
171 >::template apply<T>
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlideshowView.java 102 mPrevAnimation.apply(canvas);
112 mCurrentAnimation.apply(canvas);
138 public void apply(GLCanvas canvas) { method in class:SlideshowView.SlideshowAnimation
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
SetPropertyFix.java 68 protected void apply(IDocument document, IStructuredModel model, Node node, int start, method in class:SetPropertyFix
111 public void apply(IDocument document) { method in class:SetPropertyFix
114 super.apply(document);
  /external/chromium_org/chrome/renderer/extensions/
safe_builtins.cc 32 "native function Apply();\n"
48 " return Apply(\n"
71 " ['apply', 'bind', 'call']);\n"
148 if (name->Equals(v8::String::NewFromUtf8(isolate, "Apply")))
149 return v8::FunctionTemplate::New(isolate, Apply);
156 static void Apply(const v8::FunctionCallbackInfo<v8::Value>& info) {
  /external/chromium_org/content/common/input/
web_input_event_traits.cc 182 bool Apply(Operator op,
252 Apply(WebInputEventSize(), type, type, &size);
258 Apply(WebInputEventClone(), event.type, event, &scoped_event);
266 Apply(WebInputEventDelete(), event->type, event, &dummy_var);
274 return Apply(WebInputEventCanCoalesce(),
283 Apply(WebInputEventCoalesce(), event->type, event_to_coalesce, event);
  /external/clang/include/clang/Tooling/
Refactoring.h 114 bool apply(Rewriter &Rewrite) const;
140 /// \brief Apply all replacements in \p Replaces to the Rewriter \p Rewrite.
145 /// \returns true if all replacements apply. false otherwise.
173 /// \brief Call run(), apply all generated replacements, and immediately save
179 /// \brief Apply all stored replacements to the given Rewriter.
184 /// \returns true if all replacements apply. false otherwise.
  /frameworks/base/docs/html/training/graphics/opengl/
projection.jd 20 <li><a href="#transform">Apply Projection and Camera Transformations</a></li>
60 <p>This lesson describes how to create a projection and camera view and apply it to shapes drawn in
91 drawing objects typically results in a very empty display. In general, you must also apply a camera
120 <h2 id="#transform">Apply Projection and Camera Transformations</h2>
124 transformation matrix and apply it to the shape:</p>
133 // Apply the projection and view transformation
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t044trace.html 18 TLexer.superclass.constructor.apply(this, arguments);
35 TParser.superclass.constructor.apply(this, arguments);
  /external/chromium/chrome/browser/policy/
file_based_policy_provider_unittest.cc 49 EXPECT_CALL(*store_, Apply(policy::kPolicySyncDisabled, _)).Times(1);
78 EXPECT_CALL(*store_, Apply(policy::kPolicySyncDisabled, _)).Times(1);
  /external/chromium/chrome/browser/sync/glue/
change_processor.h 19 // An interface used to apply changes from the sync model to the browser's
28 // and apply them to the other. Both the chrome model and sync_api are
  /external/chromium-trace/trace-viewer/src/cc/
layer_tree_host_impl.js 25 ObjectSnapshot.apply(this, arguments);
66 ObjectInstance.apply(this, arguments);
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
analysis_link.js 54 AnalysisLink.prototype.decorate.apply(this);
79 AnalysisLink.prototype.decorate.apply(this);
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_rules_registry_unittest.cc 80 registry->Apply(tab.get(), css_selectors);
88 registry->Apply(tab.get(), css_selectors);
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
function_parallel.js 31 this.apply = this.start.bind(this);
77 this.steps_[i].apply(this, arguments);
  /external/chromium_org/chrome/browser/sync/glue/
change_processor.h 22 // An interface used to apply changes from the sync model to the browser's
30 // and apply them to the other. Both the chrome model and sync_api are
  /external/chromium_org/chrome/browser/ui/tabs/
tab_utils.h 20 // Media state for a tab. In reality, more than one of these may apply. See
62 // multiple states apply (e.g., tab capture with audio playback), the one most
  /external/chromium_org/chrome/installer/setup/
archive_patch_helper.cc 70 << "Failed to apply patch " << last_uncompressed_file_.value()
94 << "Failed to apply patch " << last_uncompressed_file_.value()
  /external/chromium_org/chrome/renderer/resources/extensions/
app_custom_bindings.js 25 // fun.apply. Array slice can either be rewritten or similarly defined.
28 return $Function.apply(fun, this, arguments);
  /external/chromium_org/chrome_frame/cfinstall/src/miniclosure/
base.js 67 * @param {Function} fn A function to partially apply.
75 return fn.apply(selfObj, arguments);
  /external/chromium_org/sync/engine/
sync_directory_update_handler.h 62 // If there are updates to apply, apply them on the proper thread.
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformOperations.h 46 void apply(const FloatSize& sz, TransformationMatrix& t) const function in class:WebCore::TransformOperations
49 m_operations[i]->apply(t, sz);

Completed in 535 milliseconds

<<21222324252627282930>>