/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
LightBase.java | 83 mField.set(mFieldData, 0, true);
|
VertexShader.java | 110 mField.set(item, 0, true);
|
/frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/ |
AlarmImpl.java | 54 // set alarm, which will be delivered in form of the wakeupIntent 55 am.set(AlarmManager.ELAPSED_REALTIME_WAKEUP, atTime, pi); 56 Log.d(LOG_TAG, String.format("Alarm set: %d, giving up wake lock", atTime));
|
/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/ |
WakeLoopService.java | 85 // set alarm, which will be delivered in form of the wakeupIntent 86 am.set(AlarmManager.ELAPSED_REALTIME_WAKEUP, atTime, pi);
|
/frameworks/base/tools/aapt2/ |
ResourceValues.cpp | 240 bool set = false; local 242 if (!set) { 243 set = true; 251 if (!set) { 252 set = true; 260 if (!set) { 261 set = true; 269 if (!set) { 270 set = true; 278 if (!set) { [all...] |
/frameworks/native/include/ui/ |
Rect.h | 190 inline void set(const Rect& rhs) { operator = (rhs); } function in class:android::Rect
|
/frameworks/opt/net/voip/src/jni/rtp/ |
AmrCodec.cpp | 53 int set(int sampleRate, const char *fmtp); 67 int AmrCodec::set(int sampleRate, const char *fmtp) function in class:__anon23191::AmrCodec 75 // Handle mode-set and octet-align. 76 const char *modes = strcasestr(fmtp, "mode-set="); 211 int set(int sampleRate, const char *fmtp) { function in class:__anon23191::GsmEfrCodec
|
/frameworks/rs/ |
rsObjectBase.h | 123 set(ref); 132 void set(T *ref) { function in class:android::renderscript::ObjectBaseRef 142 void set(const ObjectBaseRef &ref) { function in class:android::renderscript::ObjectBaseRef 143 set(ref.mRef);
|
/frameworks/support/design/honeycomb/android/support/design/widget/ |
ViewGroupUtilsHoneycomb.java | 35 sMatrix.set(m); 37 m.set(IDENTITY); 46 rectF.set(rect); 48 rect.set((int) (rectF.left + 0.5f), (int) (rectF.top + 0.5f),
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
SparseArrayObjectAdapter.java | 81 public void set(int key, Object item) { method in class:SparseArrayObjectAdapter
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
OpReorderer.java | 109 list.set(movePos, removeOp); 148 list.set(movePos, removeOp); 150 list.set(removePos, moveOp); 176 list.set(move, addOp); 177 list.set(add, moveOp); 202 list.set(update, moveOp); 204 list.set(move, updateOp);
|
/hardware/libhardware_legacy/audio/ |
AudioHardwareStub.cpp | 49 status_t lStatus = out->set(format, channels, sampleRate); 74 status_t lStatus = in->set(format, channels, sampleRate, acoustics); 119 status_t AudioStreamOutStub::set(int *pFormat, uint32_t *pChannels, uint32_t *pRate) function in class:android_audio_legacy::AudioStreamOutStub 169 status_t AudioStreamInStub::set(int *pFormat, uint32_t *pChannels, uint32_t *pRate, function in class:android_audio_legacy::AudioStreamInStub
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_virtual.cpp | 110 // We set the vsync period to the primary refresh rate, leaving 149 int HWCVirtualVDS::set(hwc_context_t *ctx, hwc_display_contents_1_t *list) { function in class:HWCVirtualVDS 172 ALOGE("Failed to set WB as secure for virtual display"); 204 //If we dont handle the frame, set retireFenceFd to outbufFenceFd, 207 //set retireFenceFd to -1. Since we want hwc to be async, choosing 287 int HWCVirtualV4L2::set(hwc_context_t *ctx, hwc_display_contents_1_t *list) { function in class:HWCVirtualV4L2
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_virtual.cpp | 121 // We set the vsync period to the primary refresh rate, leaving 161 int HWCVirtualVDS::set(hwc_context_t *ctx, hwc_display_contents_1_t *list) { function in class:HWCVirtualVDS 184 ALOGE("Failed to set WB as secure for virtual display"); 233 //If we dont handle the frame, set retireFenceFd to outbufFenceFd, 236 //set retireFenceFd to -1. Since we want hwc to be async, choosing 326 int HWCVirtualV4L2::set(hwc_context_t *ctx, hwc_display_contents_1_t *list) { function in class:HWCVirtualV4L2
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayMdp.cpp | 142 bool MdpCtrl::set() { function in class:overlay::MdpCtrl
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayMdp.cpp | 137 bool MdpCtrl::set() { function in class:overlay::MdpCtrl
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
Support_SimpleDateFormat.java | 51 cal.set(1999, Calendar.SEPTEMBER, 13, 17, 19, 01); 52 cal.set(Calendar.MILLISECOND, 0); 73 // test if field positions are set correctly for these fields occurring 135 cal.set(1999, Calendar.SEPTEMBER, 13, 17, 19, 01); 136 cal.set(Calendar.MILLISECOND, 0);
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
AtomicStampedReferenceTest.java | 40 * get returns the last values of reference and stamp set 49 ai.set(two, 0); 54 ai.set(one, 1);
|
ConcurrentSkipListSetTest.java | 17 import java.util.Set; 42 * Returns a new set of given size containing consecutive 59 * Returns a new set of first 5 ints. 74 * A new set has unbounded capacity 115 * Set contains all elements of collection used to initialize 250 * Set contains all elements of successful addAll 489 * iterator of empty set has no elements 528 * A deserialized serialized set has same elements 546 * subSet returns set with keys in requested range 549 ConcurrentSkipListSet set = set5() local 580 ConcurrentSkipListSet set = set5(); local 610 ConcurrentSkipListSet set = set5(); local 636 ConcurrentSkipListSet set = set5(); local 673 NavigableSet<Integer> set = newSet(cl); local [all...] |
TreeSetTest.java | 17 import java.util.Set; 47 * Returns a new set of given size containing consecutive 63 * Returns a new set of first 5 ints. 78 * A new set has unbounded capacity 119 * Set contains all elements of collection used to initialize 254 * Set contains all elements of successful addAll 494 * iterator of empty set has no elements 531 * A deserialized serialized set has same elements 549 * subSet returns set with keys in requested range 552 TreeSet set = set5() local 583 TreeSet set = set5(); local 613 TreeSet set = set5(); local 639 TreeSet set = set5(); local 677 NavigableSet<Integer> set = newSet(cl); local [all...] |
/libcore/luni/src/main/java/java/util/ |
List.java | 311 public E set(int location, E object); method in interface:List 348 * the collection elements is set to null.
|
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
AtomicBoolean.java | 99 public final void set(boolean newValue) { method in class:AtomicBoolean
|
AtomicMarkableReference.java | 135 public void set(V newReference, boolean newMark) { method in class:AtomicMarkableReference 147 * thread is also attempting to set the value will eventually
|
AtomicStampedReference.java | 135 public void set(V newReference, int newStamp) { method in class:AtomicStampedReference 147 * thread is also attempting to set the value will eventually
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
OldAndroidArrayTest.java | 63 Array.set(strArray, 1, "entry one");
|