HomeSort by relevance Sort by last modified time
    Searched defs:put (Results 701 - 725 of 2922) sorted by null

<<21222324252627282930>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Ver3DictUpdater.java 66 mDictBuffer.put((byte) DynamicBinaryDictIOUtils.markAsDeleted(flags));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TargetPackageInfoGetterTask.java 59 sCache.put(packageName[0], packageInfo);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryTests.java 55 attributeMap.put(FormatSpec.FileHeader.SUPPORTS_DYNAMIC_UPDATE_ATTRIBUTE,
148 probabilityMap.put(word, random.nextInt(0xFF));
251 unigramProbabilities.put(word, unigramProbability);
264 bigramProbabilities.put(bigram, bigramProbability);
448 unigramProbabilities.put(word, unigramProbability);
461 bigramProbabilities.put(bigram, bigramProbability);
515 unigramProbabilities.put(word, unigramProbability);
531 unigramProbabilities.put(word, unigramProbability);
549 bigramProbabilities.put(bigram, bigramProbability);
617 unigramProbabilities.put(word, unigramProbability)
    [all...]
  /packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/
SparseArray.java 46 public void put(final int key, final E value) { method in class:SparseArray
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
RecurrenceSetTest.java 108 values.put(CalendarContract.Events.DTSTART, 0);
109 values.put(CalendarContract.Events.DURATION, "P3600S");
110 values.put(CalendarContract.Events.RRULE, RRULE_LESS_THAN_75_CHARS);
124 values.put(CalendarContract.Events.DTSTART, 0);
125 values.put(CalendarContract.Events.DURATION, "P3600S");
126 values.put(CalendarContract.Events.RRULE, RRULE_MORE_THAN_75_CHARS);
137 values.put(CalendarContract.Events.DTSTART, 0);
138 values.put(CalendarContract.Events.DURATION, "P3600S");
139 values.put(CalendarContract.Events.RRULE, STRING_WITH_160_CHARS);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForGroupMembership.java 106 rawContactValues.put(RawContacts.STARRED, starred ? 1 : 0);
172 values.put(GroupMembership.GROUP_ROW_ID, groupId);
213 mGroupIdCache.put(sourceId, entries);
240 groupValues.put(GroupsColumns.ACCOUNT_ID, accountId);
241 groupValues.put(Groups.SOURCE_ID, sourceId);
DataRowHandlerForStructuredPostal.java 96 update.put(StructuredPostal.FORMATTED_ADDRESS, joined);
DefaultCallLogInsertionHelper.java 67 values.put(Calls.COUNTRY_ISO, countryIso);
69 values.put(Calls.GEOCODED_LOCATION,
74 values.put(Calls.NUMBER_PRESENTATION, Calls.PRESENTATION_UNKNOWN);
75 values.put(Calls.NUMBER, "");
ProfileDatabaseHelper.java 70 values.put(SEQUENCE_NAME, table);
71 values.put(SEQUENCE_SEQ, Profile.MIN_ID);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
ContactsTableUtil.java 60 values.put(Contacts.CONTACT_LAST_UPDATED_TIMESTAMP,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DirectoryTest.java 51 values.put(Directory.PACKAGE_NAME, "contactsTestPackage");
52 values.put(Directory.DIRECTORY_AUTHORITY, ContactsContract.AUTHORITY);
53 values.put(Directory.TYPE_RESOURCE_ID, R.string.default_directory);
54 values.put(Directory.EXPORT_SUPPORT, Directory.EXPORT_SUPPORT_NONE);
67 values.put(Directory.PACKAGE_NAME, "contactsTestPackage");
68 values.put(Directory.DIRECTORY_AUTHORITY, ContactsContract.AUTHORITY);
69 values.put(Directory.TYPE_RESOURCE_ID, R.string.local_invisible_directory);
70 values.put(Directory.EXPORT_SUPPORT, Directory.EXPORT_SUPPORT_NONE);
  /packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/
DownloadProviderPermissionsTest.java 78 values.put(Downloads.Impl.COLUMN_URI, "foo");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Queue.py 18 "Exception raised by Queue.put(block=0)/put_nowait()."
38 # a thread waiting to put is notified then.
54 for every item that had been put() into the queue).
107 def put(self, item, block=True, timeout=None): member in class:Queue
108 """Put an item into the queue.
114 Otherwise ('block' is false), put an item on the queue if a free slot
143 """Put an item into the queue without blocking.
148 return self.put(item, False)
203 # Put a new item in the queue
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Queue.py 18 "Exception raised by Queue.put(block=0)/put_nowait()."
38 # a thread waiting to put is notified then.
54 for every item that had been put() into the queue).
107 def put(self, item, block=True, timeout=None): member in class:Queue
108 """Put an item into the queue.
114 Otherwise ('block' is false), put an item on the queue if a free slot
143 """Put an item into the queue without blocking.
148 return self.put(item, False)
203 # Put a new item in the queue
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PatternBasedDeltaVisitor.java 100 mResults.put(set, Boolean.TRUE);
118 mResults.put(set, Boolean.TRUE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ContextPullParser.java 114 map.put(attribute, getAttributeValue(i));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 84 * If the custom class does not exist, no monitoring is put in place to avoid having to listen
223 mCustomDescriptorMap.put(project, map);
226 map.put(fqcn, descriptor);
270 mParserCache.put(file, parser);
310 timestamps.put(file, file.getFile().getModificationStamp());
483 mCustomDescriptorMap.put(project, map);
486 map.put(fqcn, descriptor);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ExportStatus.java 34 mFileStatus.put(status, file);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
AddNativeWizardPage.java 79 templateArgs.put(NdkManager.LIBRARY_NAME, libraryNameText.getText());
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 730 values.put(Events.DTSTART, get2445ToMillis(timezone, dtStart2445));
731 values.put(Events.DTEND, get2445ToMillis(timezone, dtEnd2445));
4793 .put(Calendars.ALLOWED_ATTENDEE_TYPES, Calendars.ALLOWED_ATTENDEE_TYPES); method
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 208 actualFeatures.put(fi.name, fi.name);
219 // add features from latest to last so that the latest requirements are put in the set first
273 row.put("feature", f.name);
274 row.put("icon", statusIcon);
283 row.put("feature", feature);
287 row.put("icon", R.drawable.fs_error);
291 row.put("icon", R.drawable.fs_warning);
298 idMap.put(R.drawable.fs_error, 0);
299 idMap.put(R.drawable.fs_warning, 1);
300 idMap.put(R.drawable.fs_indeterminate, 2)
    [all...]
  /cts/tests/src/android/app/cts/
ExpandableListTestActivity.java 55 curGroupMap.put(NAME, "Group " + i);
56 curGroupMap.put(IS_EVEN, (i % 2 == 0) ? "This group is even" : "This group is odd");
62 curChildMap.put(NAME, "Child " + j);
63 curChildMap.put(IS_EVEN, (j % 2 == 0) ? "This child is even" : "This child is odd");
  /cts/tests/tests/drm/src/android/drm/cts/
DRMTest.java 175 infoRequest.put(key, value);
187 drmInfo.put(DrmInfoRequest.ACCOUNT_ID, config.getAccountId());
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_AlbumsTest.java 123 albumValues.put(Albums.ALBUM, Audio2.ALBUM);
173 v.put(Media.DATA, path.getAbsolutePath());
174 v.put(Media.TITLE, "testing");
175 v.put(Albums.ALBUM, "test" + System.currentTimeMillis());
  /cts/tools/dasm/src/java_cup/
parser.java 403 /* if we aren't just starting out, put on a dot */
490 /* put it in the non_terms table */
491 non_terms.put((/*non_term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val, this_nt);
493 /* build a production_part and put it in the symbols table */
494 symbols.put((/*non_term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val, new symbol_part(this_nt));
514 /* build a production_part and put it in the table */
515 symbols.put((/*term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val,
    [all...]

Completed in 763 milliseconds

<<21222324252627282930>>