Home
last modified time | relevance | path

Searched refs:dictionary (Results 1 – 20 of 20) sorted by relevance

/frameworks/native/opengl/tools/glgen2/registry/
Dreg.py711 def addElementInfo(self, elem, info, infoName, dictionary): argument
716 if key in dictionary:
720 dictionary[key] = info
726 def lookupElementInfo(self, fname, dictionary): argument
728 if (key in dictionary):
730 return dictionary[key]
731 elif (fname in dictionary):
733 return dictionary[fname]
913 def generateFeature(self, fname, ftype, dictionary, genProc): argument
914 f = self.lookupElementInfo(fname, dictionary)
/frameworks/base/docs/html/tools/help/
DMonkeyDevice.jd88 <em>dictionary</em> extras,
180 <em>dictionary</em>
189 <em>dictionary</em> args)
193 in a dictionary whose exact format is dictated by the component being run. The
210 <em>dictionary</em> type)
288 <em>dictionary</em> extras,
463 <em>dictionary</em> extras,
520 A dictionary of extra data for this Intent
525 The key for each dictionary item should be a <em>string</em>. The item's value
717 <em>dictionary</em>
[all …]
/frameworks/base/docs/html/training/cloudsave/
Dconflict-res.jd437 be a dictionary that maps strings to integers. Each key-value pair in this
438 dictionary represents a &quot;drawer&quot; that contains coins, and the total
443 <p>The structure of the dictionary is <em>(A:a, B:b, C:c, ...)</em>, where
459 logic to this dictionary data may vary depending on your app. For example, for
469 on each device and the cloud. This value is represented as a dictionary (X:20),
472 is packaged as a dictionary and saved to the cloud. The dictionary's value is 100 because
477 submission of coins is packaged as a dictionary associated with the device
479 for example, the device A dictionary value is updated to be 110.</li>
583 glance it may seem that the dictionary will have only one entry per device, and even
587 that the dictionary might have one entry for each time the user installed the
[all …]
/frameworks/base/docs/html/training/search/
Dsearch.jd51 contain words for a dictionary app:</p>
57 //The columns we'll include in the dictionary table
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-provider-basics.jd150 For example, one of the built-in providers in the Android platform is the user dictionary, which
155 <strong>Table 1:</strong> Sample user dictionary table.
203 found in a standard dictionary. Each column represents some data for that word, such as the
246 // Queries the user dictionary and returns results
313 the user dictionary's "words" table. The {@link android.content.ContentResolver}
338 <code>4</code> from user dictionary, you can use this content URI:
641 example, you can retrieve spellings from the user dictionary and then look them up in
762 UserDictionary.Word.CONTENT_URI, // the user dictionary content URI
825 UserDictionary.Words.CONTENT_URI, // the user dictionary content URI
856 UserDictionary.Words.CONTENT_URI, // the user dictionary content URI
/frameworks/base/docs/html/about/versions/
Dandroid-2.0-highlights.jd145 <li>A smarter dictionary learns from word usage and automatically includes
Dandroid-1.5-highlights.jd60 <li>User dictionary for custom words</li>
Dandroid-4.0.3.jd143 input word is not in the user dictionary but has likely suggestions, or not set
144 the flag if an input word is not in the dictionary and has suggestions that are
Dandroid-2.2-highlights.jd161 the keys as well as the auto-suggest dictionary.</p>
Dandroid-2.3-highlights.jd74 The keyboard also displays the current character and dictionary suggestions in a
78 the dictionary. As the user selects a word already entered, the keyboard
Dandroid-4.1.jd875 <dd>Allows an application to read the user dictionary. This should only be required by an
876 IME, or a dictionary editor like the Settings app.</dd>
883 <dd>Allows an application to write to the user's word dictionary.</dd>
Dandroid-4.0-highlights.jd224 suggestions, delete a word, or add it to the dictionary. Users can even tap to
/frameworks/base/docs/html/guide/topics/search/
Dadding-custom-suggestions.jd51 dictionary, you can suggest words from the
52 dictionary that match the text entered so far. These are the most valuable suggestions, because you
78 the dictionary example, when the user selects a suggestion, your application can immediately
79 open the definition for that word, instead of searching the dictionary for matches.</p>
Dsearchable-config.jd368 android:searchSuggestAuthority="dictionary"
Dsearch-dialog.jd865 example of custom suggestions for a dictionary application&mdash;the user can select a suggestion
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/
Ddevice-art.jd564 * is triggered with a dictionary of <img>'s, organized by ID.
/frameworks/base/docs/html/distribute/tools/promote/
Ddevice-art.jd688 * is triggered with a dictionary of <img>'s, organized by ID.
/frameworks/base/docs/html/guide/topics/data/
Ddata-storage.jd445 private static final String DICTIONARY_TABLE_NAME = "dictionary";
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dmenu_design.jd273 "Copy all", and "Add to dictionary". If the text field is editable, it also
/frameworks/base/docs/html/guide/topics/text/
Dcreating-input-method.jd292 application "auto-completes" from a dictionary, search, or other facility.