/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
set.h | 1 // Profiling set implementation -*- C++ -*- 25 /** @file profile/set.h 38 /// Class std::set wrapper with performance instrumentation. 41 class set class in namespace:__profile 42 : public _GLIBCXX_STD_C::set<_Key,_Compare,_Allocator> 44 typedef _GLIBCXX_STD_C::set<_Key, _Compare, _Allocator> _Base; 67 explicit set(const _Compare& __comp = _Compare(), function in class:__profile::set 72 set(_InputIterator __first, _InputIterator __last, function in class:__profile::set 77 set(const set& __x function in class:__profile::set 80 set(const _Base& __x) function in class:__profile::set 84 set(set&& __x) function in class:__profile::set 88 set(initializer_list<value_type> __l, function in class:__profile::set [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLListProperty.java | 76 public void set(int index, IGLProperty property) { method in class:GLListProperty 78 mList.set(index, property); 158 "Values cannot be set for composite properties."); //$NON-NLS-1$
|
/external/replicaisland/src/com/replica/replicaisland/ |
HudSystem.java | 129 mFlyButtonLocation.set(FLY_BUTTON_X, FLY_BUTTON_Y); 134 mStompButtonLocation.set(STOMP_BUTTON_X, STOMP_BUTTON_Y); 159 mMovementSliderBaseLocation.set(MOVEMENT_SLIDER_BASE_X, MOVEMENT_SLIDER_BASE_Y); 160 mMovementSliderButtonLocation.set(MOVEMENT_SLIDER_BUTTON_X, MOVEMENT_SLIDER_BUTTON_Y); 245 mFlyButtonLocation.set(params.gameWidth - FLY_BUTTON_WIDTH - FLY_BUTTON_X, FLY_BUTTON_Y); 246 mStompButtonLocation.set(params.gameWidth - STOMP_BUTTON_WIDTH - STOMP_BUTTON_X, STOMP_BUTTON_Y); 248 mFlyButtonLocation.set(FLY_BUTTON_X, FLY_BUTTON_Y); 249 mStompButtonLocation.set(STOMP_BUTTON_X, STOMP_BUTTON_Y); 253 mMovementSliderButtonLocation.set(MOVEMENT_SLIDER_BUTTON_X + (offset * (MOVEMENT_SLIDER_WIDTH / 2.0f)), MOVEMENT_SLIDER_BUTTON_Y); 293 location.set(FUEL_BAR_EDGE_PADDING, [all...] |
/dalvik/dexgen/src/com/android/dexgen/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...] |
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/dex/code/ |
LocalList.java | 52 * this with the index for an element which was never set; if you 66 * @param entry {@code non-null;} the entry to set at {@code n} 68 public void set(int n, Entry entry) { method in class:LocalList 304 * set as given. 503 * This is the first allocation of the state set and 530 * @param specs {@code non-null;} spec set representing the locals 622 result.set(endAt, null); 636 result.set(endAt, endEntry); 648 * If the local just below (in the register set at reg-1) 776 result.set(at, null) [all...] |
/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/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-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
TreeBasedTableTest.java | 27 import java.util.Set; 200 Set<String> set = sortedTable.rowKeySet().headSet("cat"); local 201 assertEquals(Collections.singleton("bar"), set); 202 set.clear(); 203 assertTrue(set.isEmpty()); 209 Set<String> set = sortedTable.rowKeySet().tailSet("cat"); local 210 assertEquals(Collections.singleton("foo"), set); 211 set.clear() 219 Set<String> set = sortedTable.rowKeySet().subSet("cat", "egg"); local [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
TreeBasedTableTest.java | 38 import java.util.Set; 243 Set<String> set = sortedTable.rowKeySet().headSet("cat"); local 244 assertEquals(Collections.singleton("bar"), set); 245 set.clear(); 246 assertTrue(set.isEmpty()); 252 Set<String> set = sortedTable.rowKeySet().tailSet("cat"); local 253 assertEquals(Collections.singleton("foo"), set); 254 set.clear() 262 Set<String> set = sortedTable.rowKeySet().subSet("cat", "egg"); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
DangiTest.java | 80 grego.set(DATA[i++], DATA[i++] - 1, DATA[i++]); 103 grego.set(DATA[i++], DATA[i++] - 1, DATA[i++]); 110 cal.set(Calendar.EXTENDED_YEAR, cyear); 111 cal.set(Calendar.MONTH, cmonth - 1); 112 cal.set(Calendar.IS_LEAP_MONTH, cisleapmonth); 113 cal.set(Calendar.DAY_OF_MONTH, cdayofmonth); 162 tempcal.set(1989, Calendar.NOVEMBER, 1); 186 // If we set DAY_OF_YEAR only, that should be used 191 // If we set MONTH only, that should be used 198 // If we set the DOY last, that should take precedenc [all...] |
/frameworks/base/core/java/android/transition/ |
ChangeBounds.java | 73 public void set(Drawable object, PointF value) { 89 public void set(ViewBounds viewBounds, PointF topLeft) { 102 public void set(ViewBounds viewBounds, PointF bottomRight) { 115 public void set(View view, PointF bottomRight) { 132 public void set(View view, PointF topLeft) { 149 public void set(View view, PointF topLeft) { 191 * <p>When resizeClip is set to true, the clip bounds is modified by ChangeBounds. Therefore, 334 AnimatorSet set = new AnimatorSet(); local 335 set.playTogether(topLeftAnimator, bottomRightAnimator); 336 anim = set; [all...] |
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/ |
Camera2UtilsTest.java | 99 s.set(k, v); 132 setUp.set(CaptureRequest.CONTROL_AE_LOCK, false); 134 setUp.set(CaptureRequest.CONTROL_AE_LOCK, null); 139 setUp.set(CaptureRequest.CONTROL_AE_LOCK, null); 141 setUp.set(CaptureRequest.CONTROL_AE_LOCK, false); 157 assertEquals(shouldHaveChanged, settings.set(key, value)); 217 setUp.set(null, null); 245 setUp.set(CaptureRequest.CONTROL_AE_LOCK, null); 250 setUp.set(CaptureRequest.CONTROL_AE_LOCK, false); 255 setUp.set(CaptureRequest.CONTROL_AE_LOCK, true) 430 sets[0].set(CaptureRequest.CONTROL_AE_LOCK, true); method 431 sets[1].set(CaptureRequest.CONTROL_AWB_LOCK, true); method 433 sets[1].set(CaptureRequest.CONTROL_AE_LOCK, false); method 443 sets[1].set(CaptureRequest.CONTROL_AE_LOCK, false); method 444 sets[1].set(CaptureRequest.CONTROL_AWB_LOCK, false); method [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/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); 208 gc1.set(1999, Calendar.APRIL, 3, 16, 0); // day before DST change 212 gc1.set(1999, Calendar.APRIL, 3, 16, 0); // day before DST change 216 gc1.set(1999, Calendar.APRIL, 3, 16, 0); // day before DST change 220 gc1.set(1999, Calendar.APRIL, 3, 16, 0); // day before DST chang [all...] |
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
TryBlockShifter.java | 199 tryBlock.handlers.set(mutation.shiftingHandlerIdx, newInsn);
|
/bionic/tests/ |
signal_test.cpp | 56 sigset_t set; local 58 ASSERT_EQ(0, fn(&set)); 70 sigset_t set; local 71 sigemptyset(&set); 75 ASSERT_EQ(-1, fn(&set, 0)); 80 ASSERT_EQ(-1, fn(&set, SIGNAL_MAX() + 1)); 85 ASSERT_EQ(0, fn(&set, SIGNAL_MIN())); 87 ASSERT_EQ(0, fn(&set, SIGNAL_MAX())); 194 // Restore the original set. 202 // Both bionic and glibc set SA_RESTORER when talking to the kernel on arm [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
DspBufferMath.java | 253 * set r = a ; element by element 255 static public <T extends DspBufferBase> int set(T r, T a) { method in class:DspBufferMath 300 * set r = v ; all elements the same 303 static public <T extends DspBufferBase> int set(T r, double ...values) { method in class:DspBufferMath
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
IsObjectTest.java | 62 filed.set(mItem, 0, true); 82 filed.set(mItem, 0, true); 106 filed.set(mItem, 0, true); 129 filed.set(mItem, 0, true); 151 filed.set(mItem, 0, true);
|
SetObjectTest.java | 61 filed.set(mItem, 0, true); 81 filed.set(mItem, 0, true); 104 filed.set(mItem, 0, true); 126 filed.set(mItem, 0, true); 148 filed.set(mItem, 0, true);
|
/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);
|