HomeSort by relevance Sort by last modified time
    Searched defs:set (Results 201 - 225 of 5198) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/
BootstrapMethodsList.java 55 public void set(int n, Item item) { method in class:BootstrapMethodsList
71 public void set(int n, CstType declaringClass, CstMethodHandle bootstrapMethodHandle, method in class:BootstrapMethodsList
73 set(n, new Item(declaringClass, bootstrapMethodHandle, arguments)); method
97 result.set(i, list1.get(i));
101 result.set(sz1 + i, list2.get(i));
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
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
Alarm.java 131 calendar.set(Calendar.MONTH, month);
132 calendar.set(Calendar.DATE, date);
133 calendar.set(Calendar.HOUR_OF_DAY, hour);
134 calendar.set(Calendar.MINUTE, minute);
137 otherCal.set(Calendar.MONTH, other.month);
138 otherCal.set(Calendar.DATE, other.date);
139 otherCal.set(Calendar.HOUR_OF_DAY, other.hour);
140 otherCal.set(Calendar.MINUTE, other.minute);
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
Alarm.java 131 calendar.set(Calendar.MONTH, month);
132 calendar.set(Calendar.DATE, date);
133 calendar.set(Calendar.HOUR_OF_DAY, hour);
134 calendar.set(Calendar.MINUTE, minute);
137 otherCal.set(Calendar.MONTH, other.month);
138 otherCal.set(Calendar.DATE, other.date);
139 otherCal.set(Calendar.HOUR_OF_DAY, other.hour);
140 otherCal.set(Calendar.MINUTE, other.minute);
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
Alarm.java 131 calendar.set(Calendar.MONTH, month);
132 calendar.set(Calendar.DATE, date);
133 calendar.set(Calendar.HOUR_OF_DAY, hour);
134 calendar.set(Calendar.MINUTE, minute);
137 otherCal.set(Calendar.MONTH, other.month);
138 otherCal.set(Calendar.DATE, other.date);
139 otherCal.set(Calendar.HOUR_OF_DAY, other.hour);
140 otherCal.set(Calendar.MINUTE, other.minute);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
OrderedHashSet.java 36 * You can alter the ith element with set(i,value) too :) Unique list.
37 * I need the replace/set-element-i functionality so I'm subclassing
41 /** Track the elements as they are added to the set */
51 public T set(int i, T value) { method in class:OrderedHashSet
53 elements.set(i,value); // update list
54 super.remove(oldElement); // now update the set: remove/add
65 if ( result ) { // only track if new element not in set
102 ErrorManager.internalError("OrderedHashSet: elements and set size differs; "+
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Label.java 58 catchLabels.set(i, catchLabels.get(i).primarySuccessor);
72 result.set(i, instructions.get(i));
  /external/guava/guava-testlib/test/com/google/common/collect/testing/
SafeTreeSetTest.java 37 import java.util.Set;
46 @Override protected Set<String> create(String[] elements) {
57 @Override protected Set<String> create(String[] elements) {
58 NavigableSet<String> set =
60 Collections.addAll(set, elements);
61 return set;
85 SortedSet<String> set = new SafeTreeSet<String>(); local
86 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set);
87 assertEquals(set.comparator(), copy.comparator());
92 SortedSet<String> set = new SafeTreeSet<String>() local
100 SortedSet<String> set = new SafeTreeSet<String>(); local
    [all...]
  /external/guice/core/test/com/google/inject/internal/
WeakKeySetUtils.java 26 import java.util.Set;
45 public static void assertNotInSet(WeakKeySet set, Key<?> key) {
46 // if we're expecting it to not be in the set, loop around and wait for threads to run.
48 if (!set.contains(key)) {
53 assertFalse(set.contains(key));
54 assertNull(set.getSources(Key.get(Integer.class)));
57 public static void assertInSet(WeakKeySet set, Key<?> key, int expectedSources,
59 assertTrue(set.contains(key));
60 assertEquals(expectedSources, set.getSources(key).size());
62 assertTrue("didn't contain source: " + source, set.getSources(key).contains(source))
    [all...]
  /external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
OutNode.java 35 void set(String kind, List<Node> components, int lineno) { method in class:OutNode
36 super.set(kind, components, lineno);
ReplyNode.java 35 void set(String kind, List<Node> components, int lineno) { method in class:ReplyNode
36 super.set(kind, components, lineno);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
RevealActivity.java 93 AnimatorSet set = new AnimatorSet(); local
94 set.playTogether(animator);
95 set.setDuration(DURATION);
96 set.addListener(mListener);
97 set.start();
  /frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
Camera2RequestSettingsSet.java 31 * A set of settings to be used when filing a {@link CaptureRequest}.
83 public <T> boolean set(Key<T> key, T value) { method in class:Camera2RequestSettingsSet
177 * Get this set of settings's revision identifier, which can be compared
196 * those forced to default as described in {@link set} are also forced to
197 * default in {@code this} set. Invoking this method increments {@code this}
250 requestBuilder.set(key, value);
  /packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
HvacPanelRow.java 95 AnimatorSet set = new AnimatorSet(); local
96 set.playTogether(alphaAnimator, translationYAnimator);
97 return set;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/development/
GpuViewUpdatesPreferenceControllerTest.java 81 SystemProperties.set(ThreadedRenderer.DEBUG_DIRTY_REGIONS_PROPERTY, Boolean.toString(true));
90 .set(ThreadedRenderer.DEBUG_DIRTY_REGIONS_PROPERTY, Boolean.toString(false)); method
  /prebuilts/tools/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/
google-api-services-storage-v1-rev82-1.22.0.jar 
  /art/test/901-hello-ti-agent/src/art/
Test901.java 30 set(0); // OTHER
31 set(1); // GC
32 set(2); // CLASS
33 set(4); // JNI
34 set(8); // Error.
39 private static void set(int i) { method in class:Test901
  /cts/apps/CtsVerifier/include/colorchecker/
vec2.h 62 inline void set(const T inputX, const T inputY) { function in class:Vec2
  /cts/tests/autofillservice/src/android/autofillservice/cts/common/
SettingsStateManager.java 50 public void set(@Nullable String value) { method in class:SettingsStateManager
  /cts/tests/tests/util/src/android/util/cts/
PropertyTest.java 47 RAW_FLOAT_PROP.set(this, testFloatValue);
50 RAW_POINT_PROP.set(this, testPointValue);
59 FLOAT_PROP.set(this, 5f);
71 INT_PROP.set(this, 5);
78 // Utility methods to get/set instance values. Used by Property classes below.
110 public void set(PropertyTest object, Point value) {
123 public void set(PropertyTest object, Float value) {
  /dalvik/dx/src/com/android/dx/ssa/
RegisterMapper.java 53 newSources.set(i, map(sources.get(i)));
64 * @param sources old register set
65 * @return new mapped register set, or old if nothing has changed.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LayoutAnimation2.java 37 AnimationSet set = new AnimationSet(true); local
41 set.addAnimation(animation);
48 set.addAnimation(animation);
50 LayoutAnimationController controller = new LayoutAnimationController(set, 0.5f);

Completed in 807 milliseconds

1 2 3 4 5 6 7 891011>>