/libcore/luni/src/main/java/libcore/reflect/ |
AnnotationAccess.java | 103 * set. We create a temporary map to use while we accumulate the 208 return null; // This set doesn't contain the annotation. 644 return Collections.emptyList(); // no annotations in the set 705 Array.set(array, i, decodeValue(context, componentType, dex, reader));
|
/libcore/luni/src/test/java/libcore/java/util/ |
EnumSetTest.java | 36 EnumSet<Roshambo> set = EnumSet.of(Roshambo.ROCK, Roshambo.SCISSORS); local 37 new SerializationTester<EnumSet<Roshambo>>(set, s).test(); 51 EnumSet<Element> set = EnumSet.of(Element.H, Element.TB, Element.DY, Element.UUO); local 52 new SerializationTester<EnumSet<Element>>(set, s).test(); 60 * EnumSet<Roshambo> set = EnumSet.of(Roshambo.SPOCK); 82 * EnumSet<Roshambo> set = EnumSet.of(Roshambo.SCISSORS, Roshambo.ROCK)
|
/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
FieldTest.java | 33 import java.util.Set; 194 f.set(x, new Double(1.0)); 332 f.set(o, value); 362 * java.lang.reflect.Field#set(java.lang.Object, java.lang.Object) 428 // The test will attempt to use pass an object to set for object, byte, 441 // If the object provided to set can be unwrapped to a primitive, then 442 // the set method can set 451 // test set methods [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
HashtableTest.java | 30 import java.util.Set; 302 // Test for method java.util.Set java.util.Hashtable.entrySet() 303 Set s = ht10.entrySet(); 304 Set s2 = new HashSet(); 310 assertTrue("Returned incorrect entry set", s2.contains(e 377 Set entrySet = ht10.entrySet(); 465 // Test for method java.util.Set java.util.Hashtable.keySet() 466 Set s = ht10.keySet(); 469 assertTrue("Returned incorrect key set", s 518 Set s1 = ht10.keySet() 533 Set set = ht.keySet(); local [all...] |
LinkedHashMapTest.java | 27 import java.util.Set; 54 public Set entrySet() { 220 // Test for method java.util.Set java.util.LinkedHashMap.entrySet() 221 Set s = hm.entrySet(); 223 assertTrue("Returned set of incorrect size", hm.size() == s.size()); 226 assertTrue("Returned incorrect entry set", hm.containsKey(m 241 Set<Map.Entry<String, String>> s1 = m1.entrySet(); 250 // Test for method java.util.Set java.util.LinkedHashMap.keySet() 251 Set s = hm.keySet(); 252 assertTrue("Returned set of incorrect size()", s.size() == hm.size()) 408 Map.Entry<String, String>[] set = new Map.Entry[3]; local [all...] |
/packages/apps/Browser/src/com/android/browser/ |
PhoneUi.java | 127 mAnimScreen.set(getTitleBar(), getWebView()); 284 mAnimScreen.set(getTitleBar(), getWebView()); 377 mAnimScreen.set(tab.getScreenshot()); 479 public void set(TitleBar tbar, WebView web) { method in class:PhoneUi.AnimScreen 526 public void set(Bitmap image) { method in class:PhoneUi.AnimScreen
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
RawContactModifier.java | 73 import java.util.Set; 82 /** Set to true in order to view logs on entity operations */ 379 // Set type, if provided 394 public static void trimEmpty(RawContactDeltaList set, AccountTypeManager accountTypes) { 395 for (RawContactDelta state : set) { 404 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes) { 405 if (set.isMarkedForSplitting() || set.isMarkedForJoining()) { 409 for (RawContactDelta state : set) { [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
Utils.java | 96 // The help url string is empty or null, so set the help menu item to be invisible. 109 // Set the intent to the help menu item, show the help menu item in the overflow 353 // Set 1 second to ensure quarter-hour threshold passed. 354 nextQuarter.set(Calendar.SECOND, 1); 355 nextQuarter.set(Calendar.MILLISECOND, 0); 378 time.set(now); 417 * For screensavers to set whether the digital or analog clock should be displayed.
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
AlarmStateManager.java | 105 // Extra key to set the desired state change. 108 // Extra key to set the global broadcast id. 229 am.set(AlarmManager.RTC_WAKEUP, timeInMillis, pendingIntent); 242 // Create a PendingIntent that will match any one set for this instance 253 * This will set the alarm instance to the SILENT_STATE and update 258 * @param instance to set state to 275 * This will set the alarm instance to the LOW_NOTIFICATION_STATE and update 280 * @param instance to set state to 297 * This will set the alarm instance to the HIDE_NOTIFICATION_STATE and update 302 * @param instance to set state t [all...] |
/packages/apps/Dialer/src/com/android/dialer/list/ |
PhoneFavoritesTileAdapter.java | 307 // Set phone number and label 344 // Set divider positon to end 616 mContactEntries.set(mDropEntryIndex, mDraggedEntry); 731 // For tiled views, we still want padding to be set on the ContactTileRow. 732 // Otherwise the padding would be set around each of the tiles, which we don't want 742 // For row views, padding is set on the view itself. 801 // Note: the layoutparam set here is only actually used for FREQUENT. [all...] |
/packages/apps/Email/src/com/android/email/service/ |
EmailServiceUtils.java | 288 // Set up username/password 395 // Set up a new AccountManager account with new type and old settings 421 SyncStateContract.Helpers.set(client, 426 LogUtils.w(Logging.LOG_TAG, "Set calendar key..."); 428 LogUtils.w(Logging.LOG_TAG, "Set calendar key FAILED"); 438 SyncStateContract.Helpers.set(client, 442 LogUtils.w(Logging.LOG_TAG, "Set contacts key..."); 444 LogUtils.w(Logging.LOG_TAG, "Set contacts key FAILED");
|
/packages/apps/Exchange/src/com/android/exchange/service/ |
EmailSyncAdapterService.java | 95 * Temporary while converting to EasService. Do not check in set to true. 277 // Schedule an alarm to set up the ping in 5 minutes 318 // Instead, we'll set an alarm that will restart them in a few minutes. This prevents [all...] |
/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
CalendarUtilitiesTests.java | 131 // Set some words and longs 251 // Set up values for the Event 291 // Set up the "event" 333 // Set up the "event" 394 // This should be set to TRUE for all-day events 399 // Set up the "event" 463 // Set up the "event" 466 // Set up a RRULE for this event 540 // Set up the "exception"... 630 calendar.set(CalendarUtilities.sCurrentYear, Calendar.JANUARY, 1) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageStraighten.java | 203 outRect.set(left, top, right, bottom); 208 tmp.set(0, 0, imageHeight, imageWidth); 217 tmp.set(0, 0, imageHeight, imageWidth); 221 tmp.set(0, 0, imageWidth, imageHeight); 235 mCrop.set(tmp); 271 mPriorCropAtUp.set(mCrop);
|
/packages/apps/KeyChain/src/com/android/keychain/ |
KeyChainActivity.java | 185 // if alias was requested, set it if found 344 mSubjects.set(mAdapterPosition, subjectString);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragLayer.java | 82 * @param attrs The attributes set containing the Workspace's customization values. 301 r.set(mTmpXY[0], mTmpXY[1], 355 r.set(left, top, left + v.getMeasuredWidth(), top + v.getMeasuredHeight()); 646 // Set the anchor view if the page is scrolling
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
IndicatorControlWheel.java | 375 // Set the visible range in the first-level indicator wheel. 380 // Set the angle of each component in the first-level indicator wheel. 456 mBackgroundRect.set(mCenterX - innerR, mCenterY - innerR, 460 mBackgroundRect.set(mCenterX - outerR, mCenterY - outerR, 482 mBackgroundRect.set((float)(mCenterX - mShutterButtonRadius),
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
NotificationActionUtils.java | 52 import java.util.Set; 67 * If a {@link Conversation} exists in this set, then the undo notification for this 71 public static final Set<Conversation> sUndoneConversations = Sets.newHashSet(); 193 * @param notificationActions A {@link Set} set of the actions to display 199 final Set<String> notificationActions) { 581 alarmManager.set(AlarmManager.ELAPSED_REALTIME, triggerAtMills, pendingIntent); 708 // handleNotificationActions before the undone conversation has been added to the set. [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HtmlTree.java | 28 import java.util.Set; 665 * etc.). The client should set this separator for opening and closing tags 668 * A BlankLine separator (two new lines) should be set for opening and 841 private static final Set<HTML.Element> BLANK_LINE_ELEMENTS = 975 ends.set(parent, nodenum);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
KeyboardView.java | 261 // Calculate clip region and set. 266 mClipRegion.set(0, 0, width, height); 273 mWorkingRect.set(x, y, x + key.getWidth(), y + key.getHeight()); 414 // Set a drop shadow for the text
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
FusionDictionary.java | 485 int differentCharIndex = 0; // Set by the loop to the index of the char that differs 563 currentNodeArray.mData.set(nodeIndex, newParent); [all...] |
Ver4DictEncoder.java | 103 mSparseTable.set(contentIndex, index, (int) mContentFiles[contentIndex].length());
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/ |
AndroidSpellCheckerService.java | 210 * @return the empty SuggestionsInfo with the appropriate flags set. 219 * @return the empty SuggestionsInfo with the appropriate flags set. 314 // mBestSuggestion is only ever set to null so it doesn't work. Fix this. 342 mSuggestions.set(i, mSuggestions.get(i).toString().toUpperCase(locale)); 347 mSuggestions.set(i, StringUtils.capitalizeFirstCodePoint(
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cgraph.h | 34 /* Not yet set by cgraph_function_body_availability. */ 87 /* Set to true when alias node is thunk. */ 100 /* Set when function function is visible in current compilation unit only 104 /* Set when function is visible by other units. */ 107 /* Set once it has been finalized so we consider it to be output. */ 250 /* Set when function must be output for some reason. The primary 256 /* Set when function has address taken. 259 /* Set when decl is an abstract function pointed to by the 262 /* Set when function is reachable by call from other function 269 /* Set when function is reachable by call from other LTRANS partition. * 354 cgraph_node_set set; member in struct:__anon33763 372 varpool_node_set set; member in struct:__anon33764 [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cgraph.h | 34 /* Not yet set by cgraph_function_body_availability. */ 87 /* Set to true when alias node is thunk. */ 100 /* Set when function function is visible in current compilation unit only 104 /* Set when function is visible by other units. */ 107 /* Set once it has been finalized so we consider it to be output. */ 250 /* Set when function must be output for some reason. The primary 256 /* Set when function has address taken. 259 /* Set when decl is an abstract function pointed to by the 262 /* Set when function is reachable by call from other function 269 /* Set when function is reachable by call from other LTRANS partition. * 354 cgraph_node_set set; member in struct:__anon34492 372 varpool_node_set set; member in struct:__anon34493 [all...] |