/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/src/dx/java/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
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
Label.java | 58 catchLabels.set(i, catchLabels.get(i).primarySuccessor); 72 result.set(i, instructions.get(i));
|
TypeList.java | 35 ropTypes.set(i, types[i].ropType);
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/ |
SafeTreeSetTest.java | 36 import java.util.Set; 44 @Override protected Set<String> create(String[] elements) { 45 SortedSet<String> set = 47 Collections.addAll(set, elements); 48 return set; 72 SortedSet<String> set = new SafeTreeSet<String>(); local 73 SortedSet<String> copy = SerializableTester.reserializeAndAssert(set); 74 assertEquals(set.comparator(), copy.comparator()); 79 SortedSet<String> set = new SafeTreeSet<String>(); local 80 set.add("e") 87 SortedSet<String> set = new SafeTreeSet<String>(); local [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Outline.java | 54 set(src); 121 public void set(@NonNull Outline src) { method in class:Outline 126 mPath.set(src.mPath); 133 mRect.set(src.mRect); 166 mRect.set(left, top, right, bottom); 221 mPath.set(convexPath);
|
/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);
|
/bionic/libc/bionic/ |
tmpfile.cpp | 46 sigset_t set; local 47 sigfillset(&set); 48 sigprocmask(SIG_BLOCK, &set, &old_set_);
|
/cts/apps/CtsVerifier/include/colorchecker/ |
vec2.h | 62 inline void set(const T inputX, const T inputY) { function in class:Vec2
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
StructPadTest.java | 40 S.set(new ScriptField_PadMe.Item(), 0, true);
|
/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);
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/ |
Injector.java | 88 field.set(mActivity, injectedValue);
|
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/ |
ToonGame.java | 203 AnimatorSet set = new AnimatorSet(); local 204 set.playSequentially(downAnim, stretchAnim, upAnim); 205 set.setDuration(getDuration(SHORT_DURATION)); 206 set.start(); 207 set.addListener(new AnimatorListenerAdapter() {
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
LayoutMetric.java | 31 set(value, layoutType);
method 44 public void set(float value, LayoutType layoutType) {
method in class:LayoutMetric
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
ListExtensions.cs | 156 public static void set( this IList list, int index, object value ) method in class:Antlr.Runtime.JavaExtensions.ListExtensions 162 public static void set<T>( this IList<T> list, int index, T value ) method in class:Antlr.Runtime.JavaExtensions.ListExtensions 168 public static void set<T>( this List<T> list, int index, T value ) method in class:Antlr.Runtime.JavaExtensions.ListExtensions
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
BinaryMutation.java | 46 newRepr.set(geneIndex, origChrom.getRepresentation().get(geneIndex) == 0 ? 1 : 0);
|
RandomKeyMutation.java | 52 newRepr.set(rInd, GeneticAlgorithm.getRandomGenerator().nextDouble());
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/ |
HTMLImports.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 "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 r=t[this.name];return r&&r[0]===t?r[1]=n:e(t,this.name,{value:[t,n],writable:!0} (…)
|
/external/compiler-rt/test/asan/TestCases/ |
intra-object-overflow.cc | 15 void set(int i, int val) { a[i] = val; } function in class:Foo 17 // CHECK: #0 {{.*}}Foo::set{{.*}}intra-object-overflow.cc:[[@LINE-2]] 27 foo->set(idx, 42);
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
RegisterMapper.java | 53 newSources.set(i, map(sources.get(i)));
|
/external/droiddriver/src/io/appium/droiddriver/helpers/ |
D2ActivityInstrumentationTestCase2.java | 57 field.set(this, null);
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
IAttributeCollection.java | 85 Attribute_info set (int offset, Attribute_info attribute); method in interface:IAttributeCollection
|
IFieldCollection.java | 91 Field_info set (int offset, Field_info field); method in interface:IFieldCollection
|