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

<<61626364656667686970>>

  /packages/apps/Mms/src/com/android/mms/model/
SlideModel.java 168 mMedia.set(mMedia.indexOf(old), media);
216 * @param duration the mDuration to set
401 public MediaModel set(int location, MediaModel object) { method in class:SlideModel
417 * @param visible the mVisible to set
432 * @param fill the mFill to set
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettings.java 118 // Initialize if DATE_FORMAT is not set in the system settings
125 mDummyDate.set(mDummyDate.get(Calendar.YEAR), mDummyDate.DECEMBER, 31, 13, 0, 0);
182 mDummyDate.set(now.get(Calendar.YEAR), 11, 31, 13, 0, 0);
264 t.set(1970, Calendar.JANUARY, 1);
267 t.set(2037, Calendar.DECEMBER, 31);
324 /* Get & Set values from the system settings */
352 c.set(Calendar.YEAR, year);
353 c.set(Calendar.MONTH, month);
354 c.set(Calendar.DAY_OF_MONTH, day);
365 c.set(Calendar.HOUR_OF_DAY, hourOfDay)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SendersView.java 285 // 1) The onlyShowUnread flags is not set
286 // 2) The above flag is set, and the message is unread
322 styledSenders.set(oldPos, null);
371 displayableSenderEmails.set(0, firstDisplayableSenderEmail);
372 displayableSenderNames.set(0, firstDisplayableSender);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 177 * before the main dictionary, if set. This refers to the system-managed user dictionary.
319 suggestionsContainer.set(i, transformedWordInfo);
389 suggestionsContainer.set(i, transformedWordInfo);
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
XmlDictInputOutput.java 357 final TreeSet<Word> set = new TreeSet<Word>(); local
359 set.add(word);
375 for (Word word : set) {
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyboardView.java 198 mDirtyRect.set(mSoftKeyDown.mLeft, mSoftKeyDown.mTop,
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java 100 * problems with missed reminders, set this to something greater than a day.
174 set(AlarmManager.ELAPSED_REALTIME_WAKEUP, triggerAtTime, pending); method
214 mNextAlarmCheckScheduled.set(false);
241 time.set(triggerTime);
246 set(AlarmManager.RTC_WAKEUP, triggerTime, pending); method
280 time.set(start);
392 time.set(nextAlarmTime);
413 time.set(alarmTime);
415 time.set(startTime);
503 public void set(int type, long triggerAtTime, PendingIntent operation) method in class:CalendarAlarmManager
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 36 import java.util.Set;
75 // the entire label set so care should be taken about growing this
76 // set too large. The following set determines for which locales
208 // Set of UnicodeBlocks for unified CJK (Chinese) characters and
212 private static final Set<Character.UnicodeBlock> CJ_BLOCKS;
214 Set<UnicodeBlock> set = new HashSet<UnicodeBlock>(); typedefs
215 set.add(UnicodeBlock.HIRAGANA);
216 set.add(UnicodeBlock.KATAKANA)
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 56 import java.util.Set;
299 final Set<Long> staleIds = Sets.newHashSet(mDownloads.keySet());
358 // Set alarm when next action is in future. It's okay if the service
367 mAlarmManager.set(AlarmManager.RTC_WAKEUP, now + nextActionMillis,
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 161 // set these to reasonable defaults.
185 mBlades.set(item, i, false);
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java 156 mPvConsts.set(i, 0, true);
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 117 mPvConsts.set(i, 0, true);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 132 mPvConsts.set(i, 0, true);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraOps.java 124 throw new ApiFailureException("Can't query device set", e);
187 * Set up SurfaceView dimensions for camera preview
207 Log.i(TAG, "Set preview size to " + sz.toString());
419 builder.set(CaptureRequest.CONTROL_MODE,
421 builder.set(CaptureRequest.SENSOR_SENSITIVITY,
423 builder.set(CaptureRequest.SENSOR_FRAME_DURATION,
425 builder.set(CaptureRequest.SENSOR_EXPOSURE_TIME,
428 builder.set(CaptureRequest.CONTROL_MODE,
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
opts.h 35 /* The switch is enabled when VAR_VALUE is not set in FLAG_VAR. */
38 /* The switch is enabled when VAR_VALUE is set in FLAG_VAR. */
99 which only have these higher bits set. */
137 /* Structure describing an enumerated set of option arguments. */
155 /* Function to set a variable of this type. */
156 void (*set) (void *var, int value); member in struct:cl_enum
286 set of GCC flags as the primary module. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
opts.h 35 /* The switch is enabled when VAR_VALUE is not set in FLAG_VAR. */
38 /* The switch is enabled when VAR_VALUE is set in FLAG_VAR. */
99 which only have these higher bits set. */
137 /* Structure describing an enumerated set of option arguments. */
155 /* Function to set a variable of this type. */
156 void (*set) (void *var, int value); member in struct:cl_enum
286 set of GCC flags as the primary module. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
opts.h 35 /* The switch is enabled when VAR_VALUE is not set in FLAG_VAR. */
38 /* The switch is enabled when VAR_VALUE is set in FLAG_VAR. */
99 which only have these higher bits set. */
137 /* Structure describing an enumerated set of option arguments. */
155 /* Function to set a variable of this type. */
156 void (*set) (void *var, int value); member in struct:cl_enum
286 set of GCC flags as the primary module. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
opts.h 35 /* The switch is enabled when VAR_VALUE is not set in FLAG_VAR. */
38 /* The switch is enabled when VAR_VALUE is set in FLAG_VAR. */
99 which only have these higher bits set. */
137 /* Structure describing an enumerated set of option arguments. */
155 /* Function to set a variable of this type. */
156 void (*set) (void *var, int value); member in struct:cl_enum
286 set of GCC flags as the primary module. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesf.h 74 // Set the fields f fieldtype to this one.
75 virtual void set(NCursesFormField& f) = 0;
206 // For a dynamic field you may set the maximum growth limit.
227 // Set the justification for the field
236 // Set the foreground attribute for the field
246 // Set the background attribute for the field
256 // Set the padding character for the field
281 // Set the fields options
312 // Set the validation type of the field.
315 f.set(*this); // A good friend may do that..
726 void set(NCursesFormField& f) { function in class:Alpha_Field
742 void set(NCursesFormField& f) { function in class:Alphanumeric_Field
759 void set(NCursesFormField& f) { function in class:Integer_Field
777 void set(NCursesFormField& f) { function in class:Numeric_Field
794 void set(NCursesFormField& f) { function in class:Regular_Expression_Field
841 void set(NCursesFormField& f) { function in class:Enumeration_Field
876 void set(NCursesFormField& f) { function in class:IPV4_Address_Field
911 void set(NCursesFormField& f) { function in class:UserDefinedFieldType
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h 74 // Set the fields f fieldtype to this one.
75 virtual void set(NCursesFormField& f) = 0;
206 // For a dynamic field you may set the maximum growth limit.
227 // Set the justification for the field
236 // Set the foreground attribute for the field
246 // Set the background attribute for the field
256 // Set the padding character for the field
281 // Set the fields options
312 // Set the validation type of the field.
315 f.set(*this); // A good friend may do that..
726 void set(NCursesFormField& f) { function in class:Alpha_Field
742 void set(NCursesFormField& f) { function in class:Alphanumeric_Field
759 void set(NCursesFormField& f) { function in class:Integer_Field
777 void set(NCursesFormField& f) { function in class:Numeric_Field
794 void set(NCursesFormField& f) { function in class:Regular_Expression_Field
841 void set(NCursesFormField& f) { function in class:Enumeration_Field
876 void set(NCursesFormField& f) { function in class:IPV4_Address_Field
911 void set(NCursesFormField& f) { function in class:UserDefinedFieldType
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h 74 // Set the fields f fieldtype to this one.
75 virtual void set(NCursesFormField& f) = 0;
206 // For a dynamic field you may set the maximum growth limit.
227 // Set the justification for the field
236 // Set the foreground attribute for the field
246 // Set the background attribute for the field
256 // Set the padding character for the field
281 // Set the fields options
312 // Set the validation type of the field.
315 f.set(*this); // A good friend may do that..
726 void set(NCursesFormField& f) { function in class:Alpha_Field
742 void set(NCursesFormField& f) { function in class:Alphanumeric_Field
759 void set(NCursesFormField& f) { function in class:Integer_Field
777 void set(NCursesFormField& f) { function in class:Numeric_Field
794 void set(NCursesFormField& f) { function in class:Regular_Expression_Field
841 void set(NCursesFormField& f) { function in class:Enumeration_Field
876 void set(NCursesFormField& f) { function in class:IPV4_Address_Field
911 void set(NCursesFormField& f) { function in class:UserDefinedFieldType
    [all...]
  /prebuilts/ndk/5/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);
  /prebuilts/ndk/6/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);
  /prebuilts/ndk/7/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);
  /prebuilts/ndk/8/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);

Completed in 984 milliseconds

<<61626364656667686970>>