/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/generic/goldfish/opengl/ |
common.mk | 235 # For example: $(call emugl-set-shared-library-subpath,egl) 236 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-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/ |
ArrayTest.java | 371 * @tests java.lang.reflect.Array#set(java.lang.Object, int, 375 // Test for method void java.lang.reflect.Array.set(java.lang.Object, 379 Array.set(x, 0, new Integer(1)); 384 Array.set(new Object(), 0, new Object()); 394 Array.set(x, 4, new Integer(1)); 407 Array.set(new int[1], 0, null); 424 assertTrue("Failed to set correct value", Array.getBoolean(x, 0));
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
AbstractSequentialListTest.java | 135 list.set(0, new Object()); 203 public void set(Object object) { method in class:AbstractSequentialListTest.MockListIterator
|
/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 118 * @return Returns <code>Set</code> of <code>TrustAnchor</code>s 120 public static Set getTrustAnchorSet() { 125 HashSet set = new HashSet(); local 126 if (!set.add(ta)) { 127 throw new RuntimeException("Could not create trust anchor set"); 129 return set; 203 public Set getSupportedExtensions() { 267 public Set getExpectedPolicies() [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSSignedData.java | 708 ASN1Set set = CMSUtils.createBerSetFromList(CMSUtils.getCertificatesFromStore(certsAndCrls)); local 710 if (set.size() != 0) 712 certs = set; 722 ASN1Set set = CMSUtils.createBerSetFromList(CMSUtils.getCRLsFromStore(certsAndCrls)); local 724 if (set.size() != 0) 726 crls = set; 793 ASN1Set set = CMSUtils.createBerSetFromList(certs); local 795 if (set.size() != 0) 797 certSet = set; 803 ASN1Set set = CMSUtils.createBerSetFromList(CMSUtils.getCRLsFromStore(crls)) local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
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/jce/provider/ |
X509CRLObject.java | 23 import java.util.Set; 112 Set extns = getCriticalExtensionOIDs(); 125 private Set getExtensionOIDs(boolean critical) 133 Set set = new HashSet(); local 143 set.add(oid.getId()); 147 return set; 154 public Set getCriticalExtensionOIDs() 159 public Set getNonCriticalExtensionOIDs() 274 private Set loadCRLEntries( 496 Set set = getRevokedCertificates(); local [all...] |
/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/base/ |
string_piece.h | 70 void set(const char* data, size_type len) { function in class:base::StringPiece 74 void set(const char* str) { function in class:base::StringPiece 78 void set(const void* data, size_type len) { function in class:base::StringPiece
|
/external/chromium/chrome/common/ |
sqlite_utils.h | 195 void set(sqlite3_stmt* stmt) { function in class:scoped_sqlite3_stmt_ptr
|
/external/chromium-trace/trace-viewer/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) {
|
vec3.js | 87 * Set the components of a vec3 to the given values 95 vec3.set = function(out, x, y, z) {
|
vec4.js | 92 * Set the components of a vec4 to the given values 101 vec4.set = function(out, x, y, z, w) {
|
/external/chromium_org/base/android/java/src/org/chromium/base/ |
ObserverList.java | 82 mObservers.set(index, null); 98 mObservers.set(i, null);
|
/external/chromium_org/base/strings/ |
string_piece.h | 91 void set(const value_type* data, size_type len) { function in class:base::internal::StringPieceDetail 95 void set(const value_type* str) { function in class:base::internal::StringPieceDetail 254 // Prevent the following overload of set() from hiding the definitions in the 256 using internal::StringPieceDetail<std::string>::set; 258 void set(const void* data, size_type len) { function in class:base::BasicStringPiece
|
/external/chromium_org/chrome/browser/extensions/ |
blacklist.cc | 48 void set(scoped_refptr<SafeBrowsingDatabaseManager> instance) { function in class:extensions::__anon4877::LazySafeBrowsingDatabaseManager 67 typedef base::Callback<void(const std::set<std::string>&)> OnResultCallback; 72 const std::set<std::string>& extension_ids, 91 const std::set<std::string>& extension_ids) { 97 base::Bind(callback_, std::set<std::string>())); 106 const std::set<std::string>& hits) OVERRIDE { 128 std::set<std::string> malware; 171 std::set<std::string> blacklisted = prefs->GetBlacklistedExtensions(); 172 for (std::set<std::string>::iterator it = blacklisted.begin(); 182 void Blacklist::GetBlacklistedIDs(const std::set<std::string>& ids [all...] |
/external/chromium_org/chrome/browser/password_manager/ |
password_form_manager.cc | 218 // |pending_credentials_| is now set. Note we don't update 308 // Always keep generated passwords as part of the result set. If a user 456 std::set<base::string16> set; local 461 set.insert(*it); 463 set.erase(form->username_value); 464 std::vector<base::string16> temp(set.begin(), set.end()); 515 // An other possible username is selected. We set this selected username
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/ |
chrome_stubs.js | 16 'set': function(details, callback) { 51 * Creates a new Settings object with a set of rules for a dummy plug-in. 57 * passed in set of rules. 63 settings.set(pattern, rules[pattern], function() {});
|
/external/chromium_org/content/browser/renderer_host/ |
compositing_iosurface_mac.h | 52 // Set IOSurface that will be drawn on the next NSView drawRect. 126 void set(float x, float y, float tx, float ty) { function in struct:content::CompositingIOSurfaceMac::SurfaceVertex 155 verts_[0].set(0.0f, 0.0f, 0.0f, th); 156 verts_[1].set(0.0f, vh, 0.0f, 0.0f); 157 verts_[2].set(vw, vh, tw, 0.0f); 158 verts_[3].set(vw, 0.0f, tw, th); 190 // The following two methods assume |num_outputs| has been set, and are
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/app/ |
ChildProcessService.java | 70 // Allow the command line to be set via bind() intent or setupConnection, but 117 sContext.set(this);
|
/external/chromium_org/net/dns/ |
dns_config_service_win.h | 48 // The |set| flag distinguishes between empty and unset values. 50 bool set; member in struct:net::internal::DnsSystemSettings::RegString 55 bool set; member in struct:net::internal::DnsSystemSettings::RegDword
|
/external/chromium_org/skia/ext/ |
image_operations_bench.cc | 103 void set(int w, int h) { function in class:__anon10371::Dimensions 120 // On failure, will set its state in such a way that IsValid will return
|