HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 901 - 925 of 2119) sorted by null

<<31323334353637383940>>

  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/filters/
Filter.java 48 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 227 // Some tests set the time values to one day later, this does that move in the values
255 // This is a commonly added set of values
1348 ContentValues values = mHelper.getContentValuesFromModel(mModel1); local
1493 ContentValues values = new ContentValues(); local
1516 ContentValues values = buildTestValues(); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
GroupMembershipView.java 143 ValuesDelta values = state.getValues(); local
144 mAccountType = values.getAsString(RawContacts.ACCOUNT_TYPE);
145 mAccountName = values.getAsString(RawContacts.ACCOUNT_NAME);
146 mDataSet = values.getAsString(RawContacts.DATA_SET);
340 for (ValuesDelta values : entries) {
341 if (!values.isDelete()) {
342 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...]
  /external/stlport/test/unit/
ctype_facets_test.cpp 45 char values[] = "0Aa ."; local
46 ctype_base::mask res[sizeof(values)];
47 ct.is(values, values + sizeof(values), res);
189 wchar_t values[] = L"0Aa ."; local
190 ctype_base::mask res[sizeof(values) / sizeof(wchar_t)];
191 wct.is(values, values + (sizeof(values) / sizeof(wchar_t)), res)
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.mm 159 NSMutableDictionary *values;
171 [values release];
230 _private->values = [[NSMutableDictionary alloc] init];
253 id values = nil;
256 values = [decoder decodeObjectForKey:@"Values"];
262 values = [decoder decodeObject];
268 if ([values isKindOfClass:[NSDictionary class]])
269 _private->values = [values mutableCopy]; // ensure dictionary is mutabl
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
iexploder.rb 82 @htmlValues = readTagsDir("#{data_path}/html-values")
83 @cssValues = readTagsDir("#{data_path}/css-values")
91 values = []
94 values = values + readTagFile(directory + "/" + filename)
97 return values.uniq
295 values = []
297 values << generateCssValue(property)
299 out << values.join(' ')
481 values = [
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
HashMapTest.java 148 // get the keySet() and values() on the original Map
150 Collection values = map.values(); local
151 assertEquals("values() does not work",
152 "value", values.iterator().next());
157 Collection values2 = map2.values();
158 assertTrue("values() is identical", values2 != values);
159 // values() and keySet() on the cloned() map should be different
160 assertEquals("values() was not cloned"
470 Collection values = myHashMap.values(); local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
ctype_facets_test.cpp 45 char values[] = "0Aa ."; local
46 ctype_base::mask res[sizeof(values)];
47 ct.is(values, values + sizeof(values), res);
189 wchar_t values[] = L"0Aa ."; local
190 ctype_base::mask res[sizeof(values) / sizeof(wchar_t)];
191 wct.is(values, values + (sizeof(values) / sizeof(wchar_t)), res)
    [all...]
  /ndk/tests/device/test-stlport/unit/
ctype_facets_test.cpp 45 char values[] = "0Aa ."; local
46 ctype_base::mask res[sizeof(values)];
47 ct.is(values, values + sizeof(values), res);
189 wchar_t values[] = L"0Aa ."; local
190 ctype_base::mask res[sizeof(values) / sizeof(wchar_t)];
191 wct.is(values, values + (sizeof(values) / sizeof(wchar_t)), res)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 255 ContentValues values = new ContentValues(); local
257 values.put(BluetoothShare.FILENAME_HINT, name);
258 values.put(BluetoothShare.TOTAL_BYTES, length.intValue());
259 values.put(BluetoothShare.MIMETYPE, mimeType);
263 values.put(BluetoothShare.DESTINATION, a);
265 values.put(BluetoothShare.DESTINATION, "FF:FF:FF:00:00:00");
268 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND);
269 values.put(BluetoothShare.TIMESTAMP, mTimestamp);
274 values.put(BluetoothShare.USER_CONFIRMATION,
279 Uri contentUri = mContext.getContentResolver().insert(BluetoothShare.CONTENT_URI, values);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java 287 ContentValues values = new ContentValues(2); local
288 values.put(TestResultsProvider.COLUMN_TEST_NAME, activity.getClass().getName());
289 values.put(TestResultsProvider.COLUMN_TEST_INFO_SEEN, 1);
292 values, null, null);
294 resolver.insert(TestResultsProvider.RESULTS_CONTENT_URI, values);
  /external/bluetooth/glib/tests/
hash-test.c 390 GList *keys, *values; local
406 values = g_hash_table_get_values (hash_table);
407 if (!values)
411 values_len = g_list_length (values);
416 g_list_free (values);
  /external/guava/src/com/google/common/collect/
ImmutableListMultimap.java 32 * iteration order. Does not permit null keys or values.
169 * Stores a collection of values with the same key in the built multimap.
171 * @throws NullPointerException if {@code key}, {@code values}, or any
172 * element in {@code values} is null. The builder is left in an invalid
175 @Override public Builder<K, V> putAll(K key, Iterable<? extends V> values) {
176 super.putAll(key, values);
181 * Stores an array of values with the same key in the built multimap.
186 @Override public Builder<K, V> putAll(K key, V... values) {
187 super.putAll(key, values);
194 * of the {@code multimap.asMap()} view, with new keys and values followin
    [all...]
ImmutableMap.java 32 * order. Does not permit null keys or values.
132 * immutable entry with those values.
178 * Associates all of the given map's keys and values in the built map.
321 * Returns an immutable collection of the values in this map. The values are
324 public abstract ImmutableCollection<V> values(); method in class:ImmutableMap
338 // not caching hash code since it could change if map values are mutable
356 private final Object[] values; field in class:ImmutableMap.SerializedForm
359 values = new Object[map.size()];
363 values[i] = entry.getValue()
    [all...]
  /external/junit/src/junit/swingui/
TestSelector.java 276 public void swap(Vector values, int left, int right) {
277 Object tmp= values.elementAt(left);
278 values.setElementAt(values.elementAt(right), left);
279 values.setElementAt(tmp, right);
  /external/libvpx/vp8/encoder/x86/
subtract_sse2.asm 101 pxor xmm1, [GLOBAL(t80)] ;convert to signed values
119 pxor xmm5, [GLOBAL(t80)] ;convert to signed values
177 pxor xmm1, [GLOBAL(t80)] ;convert to signed values
198 pxor xmm1, [GLOBAL(t80)] ;convert to signed values
221 pxor xmm1, [GLOBAL(t80)] ;convert to signed values
242 pxor xmm1, [GLOBAL(t80)] ;convert to signed values
268 pxor xmm1, [GLOBAL(t80)] ;convert to signed values
289 pxor xmm1, [GLOBAL(t80)] ;convert to signed values
312 pxor xmm1, [GLOBAL(t80)] ;convert to signed values
333 pxor xmm1, [GLOBAL(t80)] ;convert to signed values
    [all...]

Completed in 674 milliseconds

<<31323334353637383940>>