/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
TextureRenderTarget.java | 61 mField.set(mData, 0, true);
|
/frameworks/data-binding/library/src/main/java/android/databinding/ |
ObservableField.java | 61 * Set the stored value. 63 public void set(T value) { method in class:ObservableField
|
/frameworks/rs/ |
rsSignal.cpp | 50 void Signal::set() { function in class:Signal 55 ALOGE("LocklessCommandFifo: error %i locking for set condition.", status); 63 ALOGE("LocklessCommandFifo: error %i on set condition.", status); 68 ALOGE("LocklessCommandFifo: error %i unlocking for set condition.", status);
|
/libcore/dalvik/src/main/java/dalvik/system/ |
SocketTagger.java | 67 public static synchronized void set(SocketTagger tagger) { method in class:SocketTagger
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Time.java | 45 c.set(Calendar.YEAR, in.times[0]); 46 c.set(Calendar.MONTH, in.times[1]-1); 47 c.set(Calendar.DAY_OF_MONTH, in.times[2]); 48 c.set(Calendar.HOUR_OF_DAY, in.times[3]); 49 c.set(Calendar.MINUTE, in.times[4]); 50 c.set(Calendar.SECOND, in.times[5]); 51 c.set(Calendar.MILLISECOND, in.times[6]);
|
/libcore/luni/src/test/java/libcore/java/util/ |
GregorianCalendarTest.java | 32 greg.set(Calendar.WEEK_OF_YEAR, 1); 34 greg.set(Calendar.DAY_OF_WEEK, Calendar.MONDAY); 40 greg.set(Calendar.DAY_OF_WEEK, Calendar.MONDAY); 41 greg.set(Calendar.WEEK_OF_YEAR, 1); 47 // Combinations are chosen based *only* on the value of the last field set, 51 greg.set(Calendar.WEEK_OF_YEAR, 1); 52 greg.set(Calendar.DAY_OF_WEEK, Calendar.MONDAY);
|
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
Utils.java | 25 t.set(second, minute, hour, monthDay, month, year);
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
Holder.java | 22 public void set(T object) { method in class:Holder
|
/packages/apps/Nfc/nci/jni/ |
IntervalTimer.cpp | 32 bool IntervalTimer::set(int ms, TIMER_FUNC cb) function in class:IntervalTimer 59 ALOGE("IntervalTimer::set: fail set timer"); 87 * Set the sigevent structure to cause the signal to be
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/matrix/ |
constraintset.h | 19 CloogConstraintSet *set; member in struct:cloogconstraint
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/matrix/ |
constraintset.h | 19 CloogConstraintSet *set; member in struct:cloogconstraint
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
FieldListParser.java | 78 protected Member set(int n, int accessFlags, CstNat nat, method in class:FieldListParser 83 fields.set(n, field);
|
MethodListParser.java | 78 protected Member set(int n, int accessFlags, CstNat nat, method in class:MethodListParser 83 methods.set(n, meth);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
CalendarFieldsSet.java | 32 diffSet.set(i, calVal); 40 * set the specified fields on this calendar. Doesn't clear first. Returns any errors the cale 45 cal.set(i, get(i));
|
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/ |
VertexCache.java | 88 public void set(int index, int value) {
method in class:VertexCache 96 inVcache.set(i, entries[i]);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowPair.java | 45 f.set(p, first); 49 s.set(p, second);
|
/frameworks/base/core/java/android/view/animation/ |
ClipRectAnimation.java | 42 mFromRect.set(fromClip); 43 mToRect.set(toClip); 51 mFromRect.set(fromL, fromT, fromR, fromB); 52 mToRect.set(toL, toT, toR, toB);
|
/development/samples/devbytes/animation/SquashAndStretch/src/com/example/squashandstretch/ |
SquashAndStretch.java | 110 AnimatorSet set = new AnimatorSet(); local 111 set.playSequentially(downAnim, stretchAnim, upAnim); 112 set.start();
|
/libcore/luni/src/main/java/java/util/ |
EnumSet.java | 21 * An EnumSet is a specialized Set to be used with enums as keys. 34 * Creates an empty enum set. The permitted elements are of type 39 * @return an empty enum set, with permitted elements of type {@code 56 * Creates an enum set filled with all the enum elements of the specified 61 * @return an enum set with elements solely from the specified element type. 66 EnumSet<E> set = noneOf(elementType); local 67 set.complement(); 68 return set; 72 * Creates an enum set. All the contained elements are of type 77 * the enum set from which to copy 83 EnumSet<E> set = EnumSet.noneOf(s.elementClass); local 111 EnumSet<E> set = EnumSet.noneOf(element.getDeclaringClass()); local 131 EnumSet<E> set = EnumSet.noneOf(s.elementClass); local 152 EnumSet<E> set = EnumSet.noneOf(e.getDeclaringClass()); local 172 EnumSet<E> set = of(e1); local 194 EnumSet<E> set = of(e1, e2); local 218 EnumSet<E> set = of(e1, e2, e3); local 244 EnumSet<E> set = of(e1, e2, e3, e4); local 264 EnumSet<E> set = of(start); local 290 EnumSet<E> set = EnumSet.noneOf(start.getDeclaringClass()); local 328 EnumSet<E> set = EnumSet.noneOf(elementType); local [all...] |
/cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/src/com/android/cts/splitapp/ |
FeatureProvider.java | 42 touched.set(null, true); 49 value.set(null, getContext().getResources().getString(stringId));
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
DateSorterTest.java | 47 HashSet<String> set = new HashSet<String>(); local 53 assertFalse(set.contains(label)); 54 set.add(label);
|
/dalvik/dexgen/src/com/android/dexgen/rop/ |
LineNumberList.java | 49 result.set(i, list1.get(i)); 53 result.set(sz1 + i, list2.get(i)); 84 public void set(int n, Item item) { method in class:LineNumberList 99 public void set(int n, int startPc, int lineNumber) { method in class:LineNumberList
|
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/ |
AnnotationsList.java | 52 result.set(i, Annotations.combine(a1, a2)); 70 * this with the index for an element which was never set; if you 85 * @param a {@code null-ok;} the element to set at {@code n} 87 public void set(int n, Annotations a) { method in class:AnnotationsList
|
/dalvik/dx/src/com/android/dx/cf/code/ |
LineNumberList.java | 49 result.set(i, list1.get(i)); 53 result.set(sz1 + i, list2.get(i)); 84 public void set(int n, Item item) { method in class:LineNumberList 99 public void set(int n, int startPc, int lineNumber) { method in class:LineNumberList
|
/dalvik/dx/src/com/android/dx/rop/annotation/ |
AnnotationsList.java | 52 result.set(i, Annotations.combine(a1, a2)); 70 * this with the index for an element which was never set; if you 85 * @param a {@code null-ok;} the element to set at {@code n} 87 public void set(int n, Annotations a) { method in class:AnnotationsList
|