HomeSort by relevance Sort by last modified time
    Searched defs:set (Results 1126 - 1150 of 3150) sorted by null

<<41424344454647484950>>

  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java 162 AnimatorSet set = new AnimatorSet(); local
165 set.setDuration(duration);
166 set.playTogether(cardAnimator, colorizer);
167 set.setInterpolator(new AccelerateDecelerateInterpolator());
168 set.addListener(new AnimatorListenerAdapter() {
177 set.start();
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java 211 AnimationSet set = new AnimationSet(true); local
212 set.addAnimation(swipeAnim);
213 set.addAnimation(alphaAnim);
214 set.setDuration(duration);
215 view.startAnimation(set);
216 setAnimationEndAction(set, new Runnable() {
249 AnimationSet set = new AnimationSet(true); local
250 set.addAnimation(swipeAnim);
251 set.addAnimation(alphaAnim);
252 set.setFillAfter(true)
    [all...]
  /device/asus/fugu/libaudio/
AudioStreamIn.cpp 77 status_t AudioStreamIn::set(audio_format_t *pFormat, uint32_t *pChannelMask, function in class:android::AudioStreamIn
215 ALOGI("AudioStreamIn::setParameters, mInputSource set to %d", intVal);
  /device/generic/goldfish/opengl/
common.mk 234 # For example: $(call emugl-set-shared-library-subpath,egl)
235 emugl-set-shared-library-subpath = \
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h 88 pANTLR3_UINT8 (*set) (struct ANTLR3_STRING_struct * string, const char * chars); member in struct:ANTLR3_STRING_struct
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
ArrayFieldVector.java 119 * set to <code>false</code. This will prevent the copying and improve
150 * set to <code>false</code. This will prevent the copying and improve
719 set(index, (ArrayFieldVector<T>) v); method
742 * Set a set of consecutive elements.
744 * @param index index of first element to be set.
745 * @param v vector containing the values to set.
749 public void set(int index, ArrayFieldVector<T> v) method in class:ArrayFieldVector
755 public void set(T value) { method in class:ArrayFieldVector
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 47 import java.util.Set;
116 * Creates <code>Set</code> of <code>TrustAnchor</code>s
119 * @return Returns <code>Set</code> of <code>TrustAnchor</code>s
121 public static Set getTrustAnchorSet() {
126 HashSet set = new HashSet(); local
127 if (!set.add(ta)) {
128 throw new RuntimeException("Could not create trust anchor set");
130 return set;
201 public Set getSupportedExtensions() {
266 public Set getExpectedPolicies()
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedData.java 534 ASN1Set set = CMSUtils.createBerSetFromList(certs); local
536 if (set.size() != 0)
538 certSet = set;
544 ASN1Set set = CMSUtils.createBerSetFromList(CMSUtils.getCRLsFromStore(revocations)); local
546 if (set.size() != 0)
548 crlSet = set;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CRLEntryObject.java 10 import java.util.Set;
79 Set extns = getCriticalExtensionOIDs();
131 private Set getExtensionOIDs(boolean critical)
137 Set set = new HashSet(); local
147 set.add(oid.getId());
151 return set;
157 public Set getCriticalExtensionOIDs()
162 public Set getNonCriticalExtensionOIDs()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
X509CRLEntryObject.java 10 import java.util.Set;
80 Set extns = getCriticalExtensionOIDs();
132 private Set getExtensionOIDs(boolean critical)
138 Set set = new HashSet(); local
148 set.add(oid.getId());
152 return set;
158 public Set getCriticalExtensionOIDs()
163 public Set getNonCriticalExtensionOIDs()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509V2AttributeCertificate.java 22 import java.util.Set;
232 private Set getExtensionOIDs(
239 Set set = new HashSet(); local
249 set.add(oid.getId());
253 return set;
259 public Set getNonCriticalExtensionOIDs()
264 public Set getCriticalExtensionOIDs()
271 Set extensions = getCriticalExtensionOIDs();
  /external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
HTMLImports.js 5 * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6 * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
19 set: function(key, value) {
webcomponents-lite.min.js 5 * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6 * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
11 window.WebComponents=window.WebComponents||{},function(e){var t=e.flags||{},n="webcomponents.js",o=document.querySelector('script[src*="'+n+'"]');if(!t.noOpts){if(location.search.slice(1).split("&").forEach(function(e){e=e.split("="),e[0]&&(t[e[0]]=e[1]||!0)}),o)for(var r,i=0;r=o.attributes[i];i++)"src"!==r.name&&(t[r.name]=r.value||!0);if(t.log){var a=t.log.split(",");t.log={},a.forEach(function(e){t.log[e]=!0})}else t.log={}}t.shadow=t.shadow||t.shadowdom||t.polyfill,t.shadow="native"===t.shadow?!1:t.shadow||!HTMLElement.prototype.createShadowRoot,t.register&&(window.CustomElements=window.CustomElements||{flags:{}},window.CustomElements.flags.register=t.register),e.flags=t}(WebComponents),function(e){function t(e){_.push(e),w||(w=!0,h(o))}function n(e){return window.ShadowDOMPolyfill&&window.ShadowDOMPolyfill.wrapIfNeeded(e)||e}function o(){w=!1;var e=_;_=[],e.sort(function(e,t){return e.uid_-t.uid_});var t=!1;e.forEach(function(e){var n=e.takeRecords();r(e),n.length&&(e.callback_(n,e),t=!0)}),t&&o()}function r(e){e.nodes_.forEach(function(t){var n=v.get(t);n&&n.forEach(function(t){t.observer===e&&t.removeTransientObservers()})})}function i(e,t){for(var n=e;n;n=n.parentNode){var o=v.get(n);if(o)for(var r=0;r<o.length;r++){var i=o[r],a=i.options;if(n===e||a.subtree){var s=t(a);s&&i.enqueue(s)}}}}function a(e){this.callback_=e,this.nodes_=[],this.records_=[],this.uid_=++E}function s(e,t){this.type=e,this.target=t,this.addedNodes=[],this.removedNodes=[],this.previousSibling=null,this.nextSibling=null,this.attributeName=null,this.attributeNamespace=null,this.oldValue=null}function d(e){var t=new s(e.type,e.target);return t.addedNodes=e.addedNodes.slice(),t.removedNodes=e.removedNodes.slice(),t.previousSibling=e.previousSibling,t.nextSibling=e.nextSibling,t.attributeName=e.attributeName,t.attributeNamespace=e.attributeNamespace,t.oldValue=e.oldValue,t}function c(e,t){return y=new s(e,t)}function u(e){return L?L:(L=d(y),L.oldValue=e,L)}function l(){y=L=void 0}function f(e){return e===L||e===y}function m(e,t){return e===t?e:L&&f(e)?L:null}function p(e,t,n){this.observer=e,this.target=t,this.options=n,this.transientObservedNodes=[]}var h,v=new WeakMap;if(/Trident|Edge/.test(navigator.userAgent))h=setTimeout;else if(window.setImmediate)h=window.setImmediate;else{var g=[],b=String(Math.random());window.addEventListener("message",function(e){if(e.data===b){var t=g;g=[],t.forEach(function(e){e()})}}),h=function(e){g.push(e),window.postMessage(b,"*")}}var w=!1,_=[],E=0;a.prototype={observe:function(e,t){if(e=n(e),!t.childList&&!t.attributes&&!t.characterData||t.attributeOldValue&&!t.attributes||t.attributeFilter&&t.attributeFilter.length&&!t.attributes||t.characterDataOldValue&&!t.characterData)throw new SyntaxError;var o=v.get(e);o||v.set(e,o=[]);for(var r,i=0;i<o.length;i++)if(o[i].observer===this){r=o[i],r.removeListeners(),r.options=t;break}r||(r=new p(this,e,t),o.push(r),this.nodes_.push(e)),r.addListeners()},disconnect:function(){this.nodes_.forEach(function(e){for(var t=v.get(e),n=0;n<t.length;n++){var o=t[n];if(o.observer===this){o.removeListeners(),t.splice(n,1);break}}},this),this.records_=[]},takeRecords:function(){var e=this.records_;return this.records_=[],e}};var y,L;p.prototype={enqueue:function(e){var n=this.observer.records_,o=n.length;if(n.length>0){var r=n[o-1],i=m(r,e);if(i)return void(n[o-1]=i)}else t(this.observer);n[o]=e},addListeners:function(){this.addListeners_(this.target)},addListeners_:function(e){var t=this.options;t.attributes&&e.addEventListener("DOMAttrModified",this,!0),t.characterData&&e.addEventListener("DOMCharacterDataModified",this,!0),t.childList&&e.addEventListener("DOMNodeInserted",this,!0),(t.childList||t.subtree)&&e.addEventListener("DOMNodeRemoved",this,!0)},removeListeners:function(){this.removeListeners_(this.target)},removeListeners_:function(e){var t=this.options;t.attributes&&e.removeEventListener("DOMAttrModified",this,!0),t.characterData&&e.removeEventListener("DOMCharacterDataModified",this,!0),t.childList&&e.removeEventListener("DOMNodeInserted",this,!0),(t.childList||t.subtree)&&e.removeEventListener("DOMNodeRemoved",this,!0)},addTransientObserver:function(e){if(e!==this.target){this.addListeners_(e),this.transientObservedNodes.push(e);var t=v.get(e);t||v.set(e,t=[]),t.push(this)}},removeTransientObservers:function(){var e=this.transientObservedNodes;this.transientObservedNodes=[],e.forEach(function(e){this.removeListeners_(e);for(var t=v.get(e),n=0;n<t.length;n++)if(t[n]===this){t.splice(n,1);break}},this)},handleEvent:function(e){switch(e.stopImmediatePropagation(),e.type){case"DOMAttrModified":var t=e.attrName,n=e.relatedNode.namespaceURI,o=e.target,r=new c("attributes",o);r.attributeName=t,r.attributeNamespace=n;var a=e.attrChange===MutationEvent.ADDITION?null:e.prevValue;i(o,function(e){return!e.attributes||e.attributeFilter&&e.attributeFilter.length&&-1===e.attributeFilter.indexOf(t)&&-1===e.attributeFilter.indexOf(n)?void 0:e.attributeOldValue?u(a):r});break;case"DOMCharacterDataModified":var o=e.target,r=c("characterData",o),a=e.prevValue;i(o,function(e){return e.characterData?e.characterDataOldValue?u(a):r:void 0});break;case"DOMNodeRemoved":this.addTransientObserver(e.target);case"DOMNodeInserted":var s,d,f=e.target;"DOMNodeInserted"===e.type?(s=[f],d=[]):(s=[],d=[f]);var m=f.previousSibling,p=f.nextSibling,r=c("childList",e.target.parentNode);r.addedNodes=s,r.removedNodes=d,r.previousSibling=m,r.nextSibling=p,i(e.relatedNode,function(e){return e.childList?r:void 0})}l()}},e.JsMutationObserver=a,e.MutationObserver||(e.MutationObserver=a)}(this),"undefined"==typeof WeakMap&&!function(){var e=Object.defineProperty,t=Date.now()%1e9,n=function(){this.name="__st"+(1e9*Math.random()>>>0)+(t++ +"__")};n.prototype={set:function(t,n){var o=t[this.name];return o&&o[0]===t?o[1]=n:e(t,this.name,{value:[t,n],writable:!0} (…)
  /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/src/gl-matrix/
vec2.js 82 * Set the components of a vec2 to the given values
89 vec2.set = function(out, x, y) {
vec4.js 92 * Set the components of a vec4 to the given values
101 vec4.set = function(out, x, y, z, w) {
  /external/clang/include/clang/Sema/
Ownership.h 54 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; }
78 void set(PtrTy P) { function in class:clang::OpaquePtr
166 void set(PtrTy V) { Val = V; } function in class:clang::ActionResult
208 void set(PtrTy V) { function in class:clang::ActionResult
TemplateDeduction.h 88 /// \brief Set the diagnostic which caused the SFINAE failure.
98 /// \brief Add a new diagnostic to the set of diagnostics
106 /// \brief Iterator over the set of suppressed diagnostics.
233 void set(Decl *Spec, DeductionFailureInfo Info) { function in struct:clang::TemplateSpecCandidate
242 /// TemplateSpecCandidateSet - A set of generalized overload candidates,
274 /// to the overload set.
  /external/clang/test/CXX/class.access/
p6.cpp 60 template <class T> static void set(T &t, typename T::type v) { function in class:test2::A
78 A::set(b, 0);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 251 void LoadedModule::set(const char *module_name, uptr base_address) { function in class:__sanitizer::LoadedModule
  /external/deqp/framework/delibs/decpp/
deCommandLine.cpp 26 #include <set>
50 using std::set;
82 throw std::out_of_range("Value not set");
85 void TypedFieldMap::set (const std::type_info* key, const Entry& value) function in class:de::cmdline::detail::TypedFieldMap
117 typedef set<const OptInfo*> OptSet;
144 // Set default values.
deCommandLine.hpp 61 const char* defaultValue; //!< Default value (parsed from string), or null if should not be set
171 void set (typename TypedFieldTraits<Name>::ValueType* value);
174 void set (const typename TypedFieldTraits<Name>::ValueType& value);
202 void set (const std::type_info* key, const Entry& value);
208 inline void TypedFieldMap::set (typename TypedFieldTraits<Name>::ValueType* value) function in class:de::cmdline::detail::TypedFieldMap
210 set(&typeid(Name), Entry(value, &TypedFieldValueTraits<typename TypedFieldTraits<Name>::ValueType>::destroy));
214 void TypedFieldMap::set (const typename TypedFieldTraits<Name>::ValueType& value) function in class:de::cmdline::detail::TypedFieldMap
220 set<Name>(copy);
273 bool isFlag; //!< Set true for bool typed arguments that do not used named values.
333 dst->set<OptType>(value)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
StdCatchBuilder.java 202 result.set(i, resultList.get(i));
258 result.set(i, oneType, oneHandler.getAddress());
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationUtils.java 211 list.set(i, new CstString(pieces.get(i)));
246 list.set(i, CstType.intern(types.getType(i)));
ClassDataItem.java 59 /** {@code null-ok;} static initializer list; set in {@link #addContents} */
63 * {@code null-ok;} encoded form, ready for writing to a file; set during
315 list.set(i, cst);
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
LocalVariableExtractor.java 36 /** {@code non-null;} work set indicating blocks needing to be processed */
111 * that the active variable set changes.
146 * the instruction causes a change to the set of
173 * and update the work set where required (that is, in cases
187 Bits.set(workSet, succ);

Completed in 1974 milliseconds

<<41424344454647484950>>