/frameworks/wilhelm/src/ut/ |
D | OpenSLESUT.c | 43 static Pair pairs[] = { variable 106 const Pair *end = &pairs[sizeof(pairs)/sizeof(pairs[0])]; in slesutPrintIID() 107 for (p = pairs; p != end; ++p) { in slesutPrintIID()
|
/frameworks/ml/bordeaux/learning/multiclass_pa/jni/ |
D | jni_multiclass_pa.cpp | 27 const int length, vector<pair<int, float> >* pairs) { in CreateIndexValuePairs() 28 pairs->clear(); in CreateIndexValuePairs() 32 pairs->push_back(new_pair); in CreateIndexValuePairs()
|
/frameworks/wilhelm/tests/sandbox/ |
D | reverb.c | 40 Pair pairs[] = { variable 132 for (j = 0; j < sizeof(pairs) / sizeof(pairs[0]); ++j) { in lookupEnvName() 133 if (!strcasecmp(name, pairs[j].mName)) { in lookupEnvName() 134 return &pairs[j].mSettings; in lookupEnvName() 148 for (j = 0; j < sizeof(pairs) / sizeof(pairs[0]); ++j) { in printEnvNames() 149 const char *name = pairs[j].mName; in printEnvNames()
|
/frameworks/base/core/java/android/view/textservice/ |
D | SpellCheckerSubtype.java | 95 final String[] pairs = mSubtypeExtraValue.split(EXTRA_VALUE_PAIR_SEPARATOR); in getExtraValueHashMap() local 96 final int N = pairs.length; in getExtraValueHashMap() 98 final String[] pair = pairs[i].split(EXTRA_VALUE_KEY_VALUE_SEPARATOR); in getExtraValueHashMap()
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | index.jd | 35 <li>Saving key-value pairs of simple data types in a shared preferences 47 key-value pairs.</dd>
|
D | shared-preferences.jd | 30 key-value pairs and provides simple methods to read and write them. Each 38 only for reading and writing key-value pairs and you should not confuse them with the
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodSubtype.java | 282 final String[] pairs = mSubtypeExtraValue.split(EXTRA_VALUE_PAIR_SEPARATOR); in getExtraValueHashMap() local 283 final int N = pairs.length; in getExtraValueHashMap() 285 final String[] pair = pairs[i].split(EXTRA_VALUE_KEY_VALUE_SEPARATOR); in getExtraValueHashMap()
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | recreating.jd | 47 key-value pairs stored in a {@link android.os.Bundle} object.</p> 93 pairs. The default implementation of this method saves information about the state of the activity's 99 key-value pairs to the {@link android.os.Bundle} object. For example:</p>
|
D | stopping.jd | 125 android.widget.EditText}) in a {@link android.os.Bundle} (a blob of key-value pairs) and restores
|
D | starting.jd | 89 <p class="table-caption"><strong>Table 1.</strong> Activity lifecycle state pairs and callback
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 52 observed between all adjacent pairs of orientations when turning the device
|
/frameworks/base/docs/html/tools/testing/ |
D | testing_otheride.jd | 466 Provides testing options as key-value pairs. The 472 The only instrumentation class that uses these key-value pairs is 483 <code>InstrumentationTestRunner</code> or a subclass in the form of key-value pairs, 499 The following table describes the key-value pairs and their result. Please review the 617 with a {@link android.os.Bundle} containing the key-value pairs.
|
/frameworks/base/docs/html/guide/appendix/ |
D | app-intents.jd | 8 <p> Android ships with Activities that handle the following Intent URI/Action pairs. </p>
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | index.jd | 70 <td><p>Specify other name-value pairs to be passed to test classes. May be repeated.</p><p class="n…
|
D | UiAutomatorTestCase.jd | 1322 pairs, the Bundle will have the key value pairs conveniently available to the
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
D | nsd-wifi-direct.jd | 133 * record: TXT record dta as a map of key/value pairs.
|
/frameworks/base/docs/html/google/gcm/ |
D | gcm.jd | 295 pairs from the message payload, if any.</li> 296 <li>The system passes the key/value pairs to the targeted Android application 611 // server sent 2 key-value pairs, score and time 723 …<td>A JSON object whose fields represents the key-value pairs of the message's payload data. If pr… 726 There is no limit on the number of key/value pairs, though there is a limit on the total size of th… 920 …ful (HTTP status code 200), the response body contains 1 or 2 lines in the form of key/value pairs.
|
/frameworks/base/docs/html/guide/topics/data/ |
D | data-storage.jd | 44 <dd>Store private primitive data in key-value pairs.</dd> 70 to save and retrieve persistent key-value pairs of primitive data types. You can use {@link
|
/frameworks/native/libs/utils/ |
D | README | 150 configuration/value pairs. Any number of overlay packages may be loaded
|
/frameworks/base/docs/html/training/basics/intents/ |
D | filters.jd | 116 <p>If any two pairs of action and data are mutually exclusive in
|
D | sending.jd | 74 pairs:</p>
|
/frameworks/rs/scriptc/ |
D | rs_types.rsh | 431 * Vertex pairs will be rendered as lines
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.0.jd | 343 you can take advantage of new APIs for managing key-event pairs:</p>
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | settings.jd | 605 <!-- key/value pairs can be included as arguments for the fragment. --> 614 <p>The {@code <extras>} element allows you to pass key-value pairs to the fragment in a {@link 788 android.content.SharedPreferences} object containing all the key-value pairs that are associated
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | starting-activity.jd | 159 pairs called <em>extras</em>. The {@link android.content.Intent#putExtra putExtra()} method takes t…
|