HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 801 - 825 of 1385) sorted by null

<<31323334353637383940>>

  /libcore/support/src/test/java/tests/support/
Support_UnmodifiableMapTest.java 34 // values Integer(0) to Integer(99)
97 // values
99 .values());
136 "UnmodifiableMapTest - keySetTest - Iterator returned wrong values",
  /packages/apps/Calendar/src/com/android/calendar/
SelectCalendarsAdapter.java 271 ContentValues values = new ContentValues(); local
272 values.put(Calendars.SELECTED, newSelected);
273 values.put(Calendars.SYNC_EVENTS, newSynced);
274 mCalendarsUpdater.startUpdate(mUpdateToken, id, uri, values, null, null);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchableSources.java 66 return mSources.values();
  /packages/apps/Tag/src/com/android/apps/tag/provider/
TagProvider.java 117 * Concatenates two SQL WHERE clauses, handling empty or null values.
173 protected Uri insertInTransaction(Uri uri, ContentValues values) {
179 id = db.insert(TagDBHelper.TABLE_NAME_NDEF_MESSAGES, NdefMessages.TITLE, values);
195 protected int updateInTransaction(Uri uri, ContentValues values, String selection,
209 count = db.update(TagDBHelper.TABLE_NAME_NDEF_MESSAGES, values, selection,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hiddev.h 135 __s32 values[HID_MAX_MULTI_USAGES]; member in struct:hiddev_usage_ref_multi
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
IDevice.java 72 for (DeviceState deviceState : values()) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
Addr2Line.java 218 // because of concurrent access (and our use of HashMap.values()), we
222 // just a basic loop on all the values in the hashmap and call to
224 Collection<Addr2Line> col = sProcessCache.values();
BaseHeapPanel.java 153 Collection<ArrayList<HeapSegmentElement>> elementLists = mHeapMap.values();
  /sdk/traceview/src/com/android/traceview/
MethodData.java 217 // of the given HashMap values.
222 // Convert the hash values to an array of ProfileData
223 Collection<ProfileData> values = map.values();
224 ProfileData[] sorted = values.toArray(new ProfileData[values.size()]);
  /external/libvpx/vp8/common/x86/
loopfilter_mmx.asm 153 pxor mm2, [GLOBAL(t80)] ; p1 offset to convert to signed values
154 pxor mm7, [GLOBAL(t80)] ; q1 offset to convert to signed values
157 pxor mm6, [GLOBAL(t80)] ; offset to convert to signed values
158 pxor mm0, [GLOBAL(t80)] ; offset to convert to signed values
164 pand mm1, mm2 ; mask filter values we don't care about
458 pxor mm2, [GLOBAL(t80)] ; p1 offset to convert to signed values
459 pxor mm7, [GLOBAL(t80)] ; q1 offset to convert to signed values
464 pxor mm6, [GLOBAL(t80)] ; offset to convert to signed values
465 pxor mm0, [GLOBAL(t80)] ; offset to convert to signed values
474 pand mm1, mm2 ; mask filter values we don't care abou
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
callcoll.c 500 /* Now go through it backwards and make sure we get the same values */
632 void genericRulesStarterWithOptionsAndResult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result) {
645 ucol_setAttribute(coll, attrs[i], values[i], &status);
655 void genericLocaleStarterWithOptionsAndResult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result) {
667 ucol_setAttribute(coll, attrs[i], values[i], &status);
677 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize) {
678 genericLocaleStarterWithOptionsAndResult(locale, s, size, attrs, values, attsize, UCOL_LESS);
1273 UEnumeration* values = NULL; local
    [all...]
  /external/icu4c/test/cintltst/
callcoll.c 500 /* Now go through it backwards and make sure we get the same values */
635 void genericRulesStarterWithOptionsAndResult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result) {
648 ucol_setAttribute(coll, attrs[i], values[i], &status);
658 void genericLocaleStarterWithOptionsAndResult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result) {
670 ucol_setAttribute(coll, attrs[i], values[i], &status);
680 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize) {
681 genericLocaleStarterWithOptionsAndResult(locale, s, size, attrs, values, attsize, UCOL_LESS);
1276 UEnumeration* values = NULL; local
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java 572 ContentValues values = new ContentValues(); local
573 values.put(NAME, name);
574 values.put(VALUE, value);
575 resolver.insert(uri, values);
791 * as an integer. Note that internally setting values are always
814 * as an integer. Note that internally setting values are always
844 * with that name. Note that internally setting values are always
859 * as a {@code long}. Note that internally setting values are always
3677 ContentValues values = new ContentValues(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 541 // Also, always ignore fake values.
    [all...]
  /cts/libs/vogar-expect/src/vogar/
ExpectationStore.java 223 Iterable<Expectation> allExpectations = Iterables.concat(outcomes.values(), failures.values());
  /cts/tools/host/src/com/android/cts/
CommandParser.java 29 * action, option or values easy via functions.
42 * The hash map mapping the options and option values.
76 final String[] values = new String[] { typedefs
93 sOptionMap.put(keys[i], values[i]);
133 // parse action values
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_CHAIN.S 39 @ Update "glue" values for the new method
TEMPLATE_INVOKE_METHOD_NO_OPT.S 44 @ Update "glue" values for the new method
  /device/htc/passion/
full_passion.mk 29 # Discard inherited values and use our own instead.
  /device/samsung/crespo/
full_crespo.mk 29 # Discard inherited values and use our own instead.
  /device/samsung/crespo4g/
full_crespo4g.mk 29 # Discard inherited values and use our own instead.
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 27 * The associated values are retained using strong references.</p>
30 * possible. It therefore does not accept null values or keys.</p>
80 * are used for its keys, it is necessary to use strong references for its values.
226 throw new NullPointerException("Null values are not allowed");
261 public Collection values() {
263 return super.values();
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509Extensions.java 292 * @param values a vector of the extension values.
296 Vector values)
306 X509Extension ext = (X509Extension)values.elementAt(count);
  /external/chromium/third_party/icu/source/i18n/
sortkey.cpp 99 void CollationKey::adopt(uint8_t *values, int32_t count) {
104 fBytes = values;
178 // on memcmp returning the exact values which match
  /external/guava/src/com/google/common/collect/
Serialization.java 159 * for each distinct key: the key, the number of values for that key, and the
160 * key's values.
199 Collection<V> values = multimap.get(key); local
204 values.add(value);

Completed in 876 milliseconds

<<31323334353637383940>>