HomeSort by relevance Sort by last modified time
    Searched defs:set (Results 1526 - 1550 of 2219) sorted by null

<<61626364656667686970>>

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 134 private void set(int[] a) { method in class:Bridge.IntArray
223 // When DEBUG_LAYOUT is set and is not 0 or false, setup a default listener
503 sIntArrayWrapper.set(array);
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DependencyFinder.java 40 import java.util.Set;
71 * @return A pair: [0]: map { class FQCN => set of FQCN class dependencies }.
72 * [1]: map { missing class FQCN => set of FQCN class that uses it. }
74 public List<Map<String, Set<String>>> findDeps(List<String> osJarPath) throws IOException {
81 Map<String, Set<String>> deps = findClassesDeps(zipClasses);
83 Map<String, Set<String>> missing = findMissingClasses(deps, zipClasses.keySet());
85 List<Map<String, Set<String>>> result = new ArrayList<Map<String,Set<String>>>(2);
94 public void printAllDeps(List<Map<String, Set<String>>> result) {
96 Map<String, Set<String>> deps = result.get(0)
214 TreeSet<String> set = new TreeSet<String>(); local
251 Set<String> set = missing.get(dep); local
    [all...]
  /frameworks/native/libs/ui/
Region.cpp 80 * First pass through, divideSpanRTL will be set because the 'previous span' (indexing into the dst
230 void Region::set(const Rect& r) function in class:android::Region
236 void Region::set(uint32_t w, uint32_t h) function in class:android::Region
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 145 * set a different list view behavior.
173 * @param setSelected Whether to set the given time as selected
180 // Set the selected day
182 mSelectedDay.set(day);
185 mTempDay.set(day);
442 cal.set(day.year, day.month, day.day);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsApplication.java 296 // If we found a package, make sure AppOps permissions are set up correctly
315 // We can not return a package if permissions are not set up correctly
367 * needs to have permission to set AppOps and write to secure settings.
493 // Build the set of existing activities that handle this scheme
498 // Build the set of ComponentNames for these activities
500 ComponentName[] set = new ComponentName[n]; local
503 set[i] = new ComponentName(info.activityInfo.packageName, info.activityInfo.name);
513 set, componentName);
517 * Returns SmsApplicationData for this package if this package is capable of being set as the
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimPhoneBookManager.java 224 mPhoneBookRecords.set(i, rec);
253 mPhoneBookRecords.set(i, rec);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 141 /* Set grayscale flag, namely if image is gray then set it to 1, */
142 /* else set it to 0. */
523 sigset_t set; local
535 sigemptyset(&set);
536 sigaddset(&set,SIGALRM);
538 nRetval = pselect(nFDmax+1, &rfds, NULL, NULL, NULL, &set);
659 sigset_t set; local
869 /* Set the component's OMX_PARAM_PORTDEFINITIONTYPE structure (input) */
907 /* Set max width & height value*
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 293 /*Set the fist 4 bytes to 0*/
295 0x00, 0x00, 0x00, 0x00, /*We should set the first 4 bytes to 0 */
346 /*Set 1 for Y Component */
451 /*Set 2 for U & V Component */
648 /* Flag set when component is preempted */
842 /* Set APP0 Marker config (JFIF) */
849 /* set JFIF marker buffer */
870 /* Set APP1 Marker config (EXIF) */
877 /* set JFIF marker buffer */
881 /* if thumbnail is set, use APPLICATION structure with thumbnail *
1073 sigset_t set; local
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraParameters.cpp 139 ssize_t CameraProperties::Properties::set(const char *prop, const char *value) function in class:android::CameraProperties::Properties
149 ssize_t CameraProperties::Properties::set(const char *prop, int value) function in class:android::CameraProperties::Properties
155 return set(prop, s_val);
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLX509Certificate.java 46 import java.util.Set;
159 public Set<String> getCriticalExtensionOIDs() {
183 public Set<String> getNonCriticalExtensionOIDs() {
247 calendar.set(Calendar.MILLISECOND, 0);
255 calendar.set(Calendar.MILLISECOND, 0);
  /libcore/libdvm/src/main/java/java/lang/reflect/
Field.java 583 public void set(Object object, Object value) throws IllegalAccessException, method in class:Field
750 * Set the value of the field in the specified object to the {@code int}
    [all...]
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java 182 * It may also be desirable to set the formatter's time zone to UTC (to ease comparison, or to
493 * specified by this FieldPosition is formatted, set the begin and end index
497 * date, set FieldPositions with these fields, and add them to the fields
505 * FieldPosition to set begin and end index of the field
685 // Set to the first occurrence
    [all...]
  /libcore/luni/src/main/java/java/util/
Date.java 77 cal.set(1900 + year, month, day);
101 cal.set(1900 + year, month, day, hour, minute);
128 cal.set(1900 + year, month, day, hour, minute, second);
569 * @deprecated Use {@code Calendar.set(Calendar.DATE, day)} instead.
574 cal.set(Calendar.DATE, day);
584 * @deprecated Use {@code Calendar.set(Calendar.HOUR_OF_DAY, hour)} instead.
589 cal.set(Calendar.HOUR_OF_DAY, hour);
599 * @deprecated Use {@code Calendar.set(Calendar.MINUTE, minute)} instead.
604 cal.set(Calendar.MINUTE, minute);
614 * @deprecated Use {@code Calendar.set(Calendar.MONTH, month)} instead
    [all...]
LinkedList.java 171 public void set(ET object) { method in class:LinkedList.LinkIterator
861 public E set(int location, E object) { method in class:LinkedList
939 * is set to null.
  /libcore/luni/src/test/java/tests/api/java/util/
CalendarTest.java 37 * java.util.Calendar#set(int, int)
40 // Test for correct result defined by the last set field
44 cal.set(Calendar.YEAR, 2002);
49 cal.set(Calendar.YEAR, 2002);
50 cal.set(Calendar.MONTH, Calendar.MARCH);
55 cal.set(Calendar.YEAR, 2002);
56 cal.set(Calendar.DATE, 24);
60 cal.set(Calendar.MONTH, Calendar.OCTOBER);
61 cal.set(Calendar.DATE, 31);
62 cal.set(Calendar.MONTH, Calendar.NOVEMBER)
    [all...]
EnumSetTest.java 24 import java.util.Set;
120 EnumSet<HugeEnumCount> set; local
125 set = EnumSet.range(HugeEnumCount.NO1, HugeEnumCount.NO65);
126 array = set.toArray();
127 for (HugeEnumCount count : set) {
133 set = EnumSet.range(HugeEnumCount.NO1, HugeEnumCount.NO130);
134 array = set.toArray();
135 for (HugeEnumCount count : set) {
141 EnumSet<HugeEnumCount> set = EnumSet.noneOf(HugeEnumCount.class); local
142 set.add(HugeEnumCount.NO64)
154 assertEquals(EnumSet.of(HugeEnumCount.NO65, HugeEnumCount.NO128), set); local
156 assertEquals(EnumSet.of(HugeEnumCount.NO65), set); local
217 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); local
322 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); local
478 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); local
522 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); local
581 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); local
607 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); local
631 EnumSet<EnumWithInnerClass> set = EnumSet local
673 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); local
745 EnumSet<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); local
1030 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); local
1204 Set<EnumFoo> set = EnumSet.allOf(EnumFoo.class); local
1392 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); local
1842 EnumSet<EnumFoo> set = EnumSet.of(EnumFoo.c, foos); local
1991 EnumSet<EnumFoo> set = EnumSet.allOf(EnumFoo.class); local
2000 EnumSet<EnumFoo> set = EnumSet.allOf(EnumFoo.class); local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 73 //returns the number of bit set within the buffer between __beg and __end.
88 // Mapping from 8 bit unsigned integers to the index of the first one bit set:
479 // Versions of single-bit set, reset, flip, test with no range checking.
510 // Set, reset, and flip.
512 bitset<_Nb>& set() { function in class:bitset
518 bitset<_Nb>& set(size_t __pos) { function in class:bitset
524 bitset<_Nb>& set(size_t __pos, int __val) { function in class:bitset
646 set(__i);
  /ndk/sources/host-tools/make-3.81/
variable.c 156 /* Define variable named NAME with value VALUE in SET. VALUE is copied.
160 If RECURSIVE is nonzero a flag is set in the variable saying
166 int recursive, struct variable_set *set,
173 if (set == NULL)
174 set = &global_variable_set;
178 var_slot = (struct variable **) hash_find_slot (&set->table, &var_key);
214 hash_insert_at (&set->table, v, var_slot);
355 const struct variable_set *set = setlist->set;
358 v = (struct variable *) hash_find_item ((struct hash_table *) &set->table, &var_key)
351 const struct variable_set *set = setlist->set; local
546 register struct variable_set *set; local
592 struct variable_set *set = current_variable_set_list->set; local
606 struct variable_set *set; local
876 struct variable_set *set = s->set; local
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/
UtilsTests.java 149 t.set(second, minute, hour, monthDay, month, year);
173 // Set up fake db.
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePicker.java 91 * @param year The year that was set or {@link DatePicker#NO_YEAR} if no year was set
92 * @param monthOfYear The month that was set (0-11) for compatibility
94 * @param dayOfMonth The day of the month that was set.
413 // if year was not set, use 2000 as it was a leap year
414 cal.set(mHasYear ? mYear : 2000, mMonth, 1);
439 // if year was not set, use 2000 as it was a leap year
440 cal.set(Calendar.YEAR, mHasYear ? mYear : 2000);
441 cal.set(Calendar.MONTH, mMonth);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmTimelineView.java 135 mCalendar.set(Calendar.HOUR_OF_DAY, alarm.hour);
136 mCalendar.set(Calendar.MINUTE, alarm.minutes);
150 mCalendar.set(Calendar.HOUR_OF_DAY, alarm.hour);
151 mCalendar.set(Calendar.MINUTE, alarm.minutes);
306 // If this is the first alarm, set the node to the top of the timeline.
310 // If this is not the first alarm, set the distance based upon the time from the
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
EntrySchema.java 110 field.set(object, cursor.isNull(columnIndex)
133 field.set(object, cursor.isNull(columnIndex)
147 if (value != null) field.set(object, value);
535 field.setAccessible(true); // in order to set non-public fields
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetDataLoader.java 156 MediaSet set = mData[i % length]; local
157 if (set != null && id == set.getPath()) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeEffect.java 145 * Set the size of this edge effect in pixels.
300 * accordingly and the size has been set. The effect will be drawn the full
428 mBounds.set(left, top, right, bottom);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java 446 mWantRegion.set(x, y, x + t, y + t);
473 mWantRegion.set(x, y, x + t, y + t);
475 mOverlapRegion.set(0, 0, mWidth, mHeight);

Completed in 1757 milliseconds

<<61626364656667686970>>