HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 876 - 900 of 2084) sorted by null

<<31323334353637383940>>

  /frameworks/base/drm/java/android/drm/
DrmInfoRequest.java 123 * Retrieves an iterator object that you can use to iterate over the values associated with
129 return mRequestInformation.values().iterator();
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s 47 ; Firstly, fill all the coefficient values on the <pDst> buffer by zero
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s 47 ; Firstly, fill all the coefficient values on the <pDst> buffer by zero
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
ResultCode.java 136 /** Error, required values are missing */
179 for (ResultCode r : ResultCode.values()) {
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Shader_Delegate.java 62 for (TileMode tm : TileMode.values()) {
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadStateTest.java 47 Thread.State [] thStates = Thread.State.values();
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyRepTypeTest.java 59 * java.security.KeyRep.Type#values()
65 assertTrue(Arrays.equals(types, KeyRep.Type.values()));
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLEngineResultHandshakeStatusTest.java 30 * Test for <code> SSLEngineResult.HandshakeStatus.values() </code>
34 SSLEngineResult.HandshakeStatus[] enS = SSLEngineResult.HandshakeStatus.values();
SSLEngineResultStatusTest.java 30 * Test for <code> SSLEngineResult.Status.values() </code>
35 SSLEngineResult.Status[] enS = SSLEngineResult.Status.values();
  /packages/apps/Calendar/src/com/android/calendar/
AsyncQueryService.java 162 * replaced by the values from selectionArgs, in the order that
163 * they appear in the selection. The values will be bound as
211 info.values = initialValues;
225 * @param values the ContentValues parameter passed to the update operation.
230 * replaced by the values from selectionArgs, in the order that
231 * they appear in the selection. The values will be bound as
237 public void startUpdate(int token, Object cookie, Uri uri, ContentValues values,
247 info.values = values;
267 * replaced by the values from selectionArgs, in the order tha
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorActivity.java 167 Uri contactLookupUri, ArrayList<ContentValues> values) {
174 if (values != null && values.size() != 0) {
175 intent.putParcelableArrayListExtra(ContactsContract.Intents.Insert.DATA, values);
  /packages/apps/Email/src/com/android/email/activity/
MessageListItemCoordinates.java 143 public static int[] getDensityDependentArray(int[] values, float density) {
144 int result[] = new int[values.length];
145 for (int i = 0; i < values.length; ++i) {
146 result[i] = (int) (values[i] * density);
  /packages/apps/Gallery/src/com/android/camera/
PhotoAppWidgetProvider.java 134 ContentValues values = new ContentValues(); local
135 values.put(PhotoDatabaseHelper.FIELD_APPWIDGET_ID, appWidgetId);
136 values.put(PhotoDatabaseHelper.FIELD_PHOTO_BLOB,
141 values);
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/filters/
Filter.java 46 for (Effect effect : effects.values()) {
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainService.java 212 final ContentValues values = new ContentValues(); local
213 values.put(GRANTS_ALIAS, alias);
214 values.put(GRANTS_GRANTEE_UID, uid);
215 db.insert(TABLE_GRANTS, GRANTS_ALIAS, values);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
TypedUriMatcherImplTest.java 64 new TypedUriMatcherImpl<TestUriType>(AUTHORITY, TestUriType.values());
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
volume.h 64 * volume values as opaque with a range from PA_VOLUME_MUTE (0%) to
112 pa_volume_t values[PA_CHANNELS_MAX]; /**< Per-channel volume */ member in struct:pa_cvolume
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
GcEventContainer.java 24 * int or long format, but encodes several values on 4 longs.
66 Object[] values = (Object[])data; local
67 for (int i = 0; i < values.length; i++) {
68 if (values[i] instanceof Long) {
69 parseDvmHeapInfo((Long)values[i], i);
152 * event (list of (long, long) does not match the values encoded into those longs.
197 // values. For development purpose, we assert if this happens.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
TestCollector.java 109 for (ITestReference ref : mTestTree.values()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
WidgetClassLoader.java 264 Collection<ClassDescriptor> params = mLayoutParamsMap.values();
296 * @return An hash map which keys are the super classes looked for and which values are
311 list.addAll(mWidgetMap.values());
315 list.addAll(mLayoutMap.values());
319 list.addAll(mLayoutParamsMap.values());
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 13 #include "base/values.h"
97 std::vector<string16> values; local
98 profile.GetMultiInfo(type, &values);
100 for (size_t i = 0; i < values.size(); ++i) {
101 (*list)->Set(i, Value::CreateStringValue(values[i]));
105 // Set the multi-valued element for |type| from input |list| values.
109 std::vector<string16> values(list->GetSize());
113 values[i] = value;
115 profile->SetMultiInfo(type, values);
  /frameworks/base/core/java/android/content/
ContentProvider.java 216 public int update(Uri uri, ContentValues values, String selection,
219 return ContentProvider.this.update(uri, values, selection, selectionArgs);
532 * the values from selectionArgs, in order that they appear in the selection.
533 * The values will be bound as Strings.
569 * @param values A set of column_name/value pairs to add to the database.
572 public abstract Uri insert(Uri uri, ContentValues values);
576 * default implementation will iterate over the values and call
585 * @param values An array of sets of column_name/value pairs to add to the database.
586 * @return The number of values that were inserted.
588 public int bulkInsert(Uri uri, ContentValues[] values) {
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/event/
EditEventHelperTest.java 228 // Some tests set the time values to one day later, this does that move in the values
256 // This is a commonly added set of values
1349 ContentValues values = mHelper.getContentValuesFromModel(mModel1); local
1494 ContentValues values = new ContentValues(); local
1517 ContentValues values = buildTestValues(); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
GroupMembershipView.java 142 ValuesDelta values = state.getValues(); local
143 mAccountType = values.getAsString(RawContacts.ACCOUNT_TYPE);
144 mAccountName = values.getAsString(RawContacts.ACCOUNT_NAME);
145 mDataSet = values.getAsString(RawContacts.DATA_SET);
336 for (ValuesDelta values : entries) {
337 if (!values.isDelete()) {
338 Long id = values.getAsLong(GroupMembership.GROUP_ROW_ID);
  /external/clang/utils/ABITest/
TypeGen.py 234 # Enumerate the combinations choosing k elements from the list of values
235 def combinations(values, k):
240 for i in xrange(len(values)-k+1):
241 for cc in combinations(values[i+1:],k-1):
242 yield [values[i]]+cc
245 def __init__(self, values, minEnumerators, maxEnumerators):
247 self.values = values
255 self.cardinality += num_combinations(len(self.values), num)
262 comb = num_combinations(len(self.values), numEnumerators
    [all...]

Completed in 4520 milliseconds

<<31323334353637383940>>