/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/ |
PlayerSetupActivity.java | 307 AnimatorSet set = new AnimatorSet(); local 308 set.playSequentially(childAnims); 309 set.start(); 311 set.addListener(new AnimatorListenerAdapter() { 321 // skew/anticipate current view, slide off, set GONE, restore translation 329 // set next view visible, translate off to right, skew,
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
GregorianCalendarTest.java | 151 c1.set(Calendar.YEAR,1999); 152 c1.set(Calendar.MONTH,Calendar.JUNE); 153 c1.set(Calendar.DAY_OF_MONTH,2); 154 c1.set(Calendar.HOUR,15); 155 c1.set(Calendar.MINUTE,34); 156 c1.set(Calendar.SECOND,16); 213 gc1.set(1999, Calendar.APRIL, 3, 16, 0); // day before DST change 217 gc1.set(1999, Calendar.APRIL, 3, 16, 0); // day before DST change 221 gc1.set(1999, Calendar.APRIL, 3, 16, 0); // day before DST change 225 gc1.set(1999, Calendar.APRIL, 3, 16, 0); // day before DST chang [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
LocalList.java | 53 * this with the index for an element which was never set; if you 67 * @param entry {@code non-null;} the entry to set at {@code n} 69 public void set(int n, Entry entry) { method in class:LocalList 305 * set as given. 507 * This is the first allocation of the state set and 534 * @param specs {@code non-null;} spec set representing the locals 626 result.set(endAt, null); 640 result.set(endAt, endEntry); 652 * If the local just below (in the register set at reg-1) 780 result.set(at, null) [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
MultisetsTest.java | 25 import java.util.Set; 47 Set<String> set = new HashSet<String>(); local 48 set.add("foo"); 49 set.add("bar"); 50 set.add(null); 52 multiset.addAll(set); 53 Multiset<String> multisetView = Multisets.forSet(set); 60 assertEquals(set, multisetView.elementSet()); 61 assertEquals(multisetView.elementSet(), set); local 100 Set<String> set = new HashSet<String>(); local 112 TreeMultiset<DerivedComparable> set = TreeMultiset.create(); local 122 TreeMultiset<LegacyComparable> set = TreeMultiset.create(); local [all...] |
TreeBasedTableTest.java | 37 import java.util.Set; 238 Set<String> set = sortedTable.rowKeySet().headSet("cat"); local 239 assertEquals(Collections.singleton("bar"), set); 240 set.clear(); 241 assertTrue(set.isEmpty()); 247 Set<String> set = sortedTable.rowKeySet().tailSet("cat"); local 248 assertEquals(Collections.singleton("foo"), set); 249 set.clear() 257 Set<String> set = sortedTable.rowKeySet().subSet("cat", "egg"); local [all...] |
/bionic/libc/kernel/common/linux/ |
moduleparam.h | 49 param_set_fn set; member in struct:kernel_param 64 param_set_fn set; member in struct:kparam_array 70 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 71 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
IsObjectTest.java | 63 filed.set(mItem, 0, true); 83 filed.set(mItem, 0, true); 107 filed.set(mItem, 0, true); 130 filed.set(mItem, 0, true); 152 filed.set(mItem, 0, true);
|
SetObjectTest.java | 62 filed.set(mItem, 0, true); 82 filed.set(mItem, 0, true); 105 filed.set(mItem, 0, true); 127 filed.set(mItem, 0, true); 149 filed.set(mItem, 0, true);
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
CatchHandlerList.java | 42 * this with the index for an element which was never set; if you 121 public void set(int n, CstType exceptionType, int handler) { method in class:CatchHandlerList 129 * @param entry {@code non-null;} the entry to set at {@code n} 131 public void set(int n, Entry entry) { method in class:CatchHandlerList
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/ |
Form35c.java | 180 result.set(wordAt, one); 182 result.set(wordAt + 1,
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
RegisterSpecList.java | 39 result.set(0, spec); 53 result.set(0, spec0); 54 result.set(1, spec1); 69 result.set(0, spec0); 70 result.set(1, spec1); 71 result.set(2, spec2); 88 result.set(0, spec0); 89 result.set(1, spec1); 90 result.set(2, spec2); 91 result.set(3, spec3) 186 public void set(int n, RegisterSpec spec) { method in class:RegisterSpecList [all...] |
/dalvik/dexgen/src/com/android/dexgen/util/ |
BitIntSet.java | 22 * A set of integers, represented by a bit set 32 * @param max the maximum value of ints in this set. 41 Bits.set(bits, value, true); 45 * Ensures that the bit set has the capacity to represent the given value. 61 Bits.set(bits, value, false); 84 Bits.set(bits, o.ints.get(i), true);
|
/dalvik/dx/src/com/android/dx/cf/code/ |
Merger.java | 73 result.set(i, resultType);
|
OneLocalsArray.java | 105 public void set(int idx, TypeBearer type) { method in class:OneLocalsArray 135 public void set(RegisterSpec spec) { method in class:OneLocalsArray 136 set(spec.getReg(), spec);
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
AttributeListParser.java | 145 list.set(i, attrib);
|
/dalvik/dx/src/com/android/dx/command/annotool/ |
Main.java | 114 EnumSet<ElementType> set = eTypes.clone(); local 116 set.remove(ElementType.TYPE); 117 set.remove(ElementType.PACKAGE); 118 if (!set.isEmpty()) {
|
/dalvik/dx/src/com/android/dx/dex/code/ |
CatchHandlerList.java | 42 * this with the index for an element which was never set; if you 121 public void set(int n, CstType exceptionType, int handler) { method in class:CatchHandlerList 129 * @param entry {@code non-null;} the entry to set at {@code n} 131 public void set(int n, Entry entry) { method in class:CatchHandlerList
|
/dalvik/dx/src/com/android/dx/rop/code/ |
RegisterSpecList.java | 40 result.set(0, spec); 54 result.set(0, spec0); 55 result.set(1, spec1); 70 result.set(0, spec0); 71 result.set(1, spec1); 72 result.set(2, spec2); 89 result.set(0, spec0); 90 result.set(1, spec1); 91 result.set(2, spec2); 92 result.set(3, spec3) 187 public void set(int n, RegisterSpec spec) { method in class:RegisterSpecList [all...] |
/dalvik/dx/src/com/android/dx/util/ |
BitIntSet.java | 22 * A set of integers, represented by a bit set 32 * @param max the maximum value of ints in this set. 41 Bits.set(bits, value, true); 45 * Ensures that the bit set has the capacity to represent the given value. 61 Bits.set(bits, value, false); 84 Bits.set(bits, o.ints.get(i), true);
|
/dalvik/vm/ |
Debugger.h | 36 * Used by StepControl to track a set of addresses associated with 41 u1 set[1]; member in struct:AddressSet 47 pSet->set[toSet/8] |= 1 << (toSet % 8); 54 return (pSet->set[toGet/8] & (1 << (toGet % 8))) != 0; 73 const AddressSet* pAddressSet; /* if non-null, address set for line */ 81 /* boolean; only set when we're in the tail end of an event handler */ 84 /* boolean; set if the JDWP thread wants this thread to do work */
|
/development/ide/emacs/ |
android-host.el | 27 ;; (global-set-key [f8] 'android-adb-sync) 48 (defun android-host-key-prefix-set (var val) 53 (custom-set-default var val)) 66 :set 'android-host-key-prefix-set) 118 (set-process-sentinel proc 'android-fastboot-sentinel)))
|
/development/ndk/platforms/android-3/include/linux/ |
moduleparam.h | 43 param_set_fn set; member in struct:kernel_param 57 param_set_fn set; member in struct:kparam_array 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/development/ndk/sources/android/libportable/arch-mips/ |
syscall.c | 309 const sigset_portable_t *set; local 315 set = va_arg(ap, sigset_portable_t *); 320 ret = WRAP(__rt_sigprocmask)(how, set, oset, sigsetsize); 327 const sigset_portable_t *set; local 333 set = va_arg(ap, sigset_portable_t *); 339 ret = WRAP(__rt_sigtimedwait)(set, info, timeout, sigsetsize);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
ColorMatrixSample.java | 48 cm.set(new float[] { 58 cm.set(new float[] { 68 cm.set(new float[] { 78 cm.set(new float[] {
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
Grid.java | 95 void set(int i, int j, float x, float y, float z, float u, float v) { method in class:Grid
|