/sdk/traceview/src/com/android/traceview/ |
MethodData.java | 213 // of the given HashMap values. 219 // Convert the hash values to an array of ProfileData 220 Collection<ProfileData> values = map.values(); 221 ProfileData[] sorted = values.toArray(new ProfileData[values.size()]);
|
/system/media/mca/filterfw/java/android/filterfw/core/ |
CachedFrameManager.java | 87 for (Frame frame : mAvailableFrames.values()) {
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailFragment.java | 567 final ContentValues entryValues = subValue.values; 1996 final ValuesDelta values = rawContactEntityDelta.getValues(); local [all...] |
/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...] |
/frameworks/base/core/java/android/widget/ |
GridLayout.java | 93 * Default values will generally produce a reasonable spacing between components 94 * but values may change between different releases of the platform. 163 * Fields can use this value to indicate that their values 168 * intended to avoid confusion between valid values whose sign may not be known. 682 // Find suitable row/col values when at least one is undefined. 1143 Bounds[] values = groupBounds.values; local 1959 V[] values = (V[]) Array.newInstance(valueType, N); local 1986 public final V[] values; field in class:PackedMap [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/ |
EntityModifierTests.java | 182 for (ContentValues values : entries) { 183 before.addSubValue(Data.CONTENT_URI, values); 323 final ValuesDelta values = ValuesDelta.fromAfter(after); local 325 assertTrue("Expected empty", EntityModifier.isEmpty(values, kindPhone)); 333 // Test row that has type values, but core fields are empty 335 final ValuesDelta values = EntityModifier.insertChild(state, kindPhone, typeHome); local 337 assertTrue("Expected empty", EntityModifier.isEmpty(values, kindPhone)); 340 values.put(Phone.NUMBER, TEST_PHONE); 342 assertFalse("Expected non-empty", EntityModifier.isEmpty(values, kindPhone)); 350 // Test row that has type values, but core fields are empt 393 final ValuesDelta values = EntityModifier.insertChild(state, kindPhone, typeHome); local 418 final ValuesDelta values = EntityModifier.insertChild(state, kindPhone, typeHome); 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...] |
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
FrameLoaderClientQt.cpp | 1518 QStringList values; local 1602 Vector<String> values = paramValues; local [all...] |
/frameworks/base/core/java/android/provider/ |
Settings.java | 636 ContentValues values = new ContentValues(); local 637 values.put(NAME, name); 638 values.put(VALUE, value); 639 resolver.insert(uri, values); 855 * as an integer. Note that internally setting values are always 878 * as an integer. Note that internally setting values are always 4292 ContentValues values = new ContentValues(); local [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmDataConnectionTracker.java | 336 // set the prop, but also apply the newly set enabled and dependency values 376 for (ApnContext apnContext : mApnContexts.values()) { 429 for (ApnContext apnContext : mApnContexts.values()) { 566 for (ApnContext apnContext : mApnContexts.values()) { 656 for (DataConnectionAc dcac : mDataConnectionAsyncChannels.values()) { 677 for (ApnContext apnContext : mApnContexts.values()) { 774 for (ApnContext apnContext : mApnContexts.values()) { 801 for (ApnContext apnContext : mApnContexts.values()) { 2375 ContentValues values = new ContentValues(); local [all...] |
/cts/libs/vogar-expect/src/vogar/ |
ExpectationStore.java | 223 Iterable<Expectation> allExpectations = Iterables.concat(outcomes.values(), failures.values());
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ProgramFragmentTest.java | 212 assertEquals(2, Program.TextureType.values().length); 215 for (Program.TextureType tt : Program.TextureType.values()) {
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_INVOKE_METHOD_NO_OPT.S | 42 @ Update "thread" values for the new method
|
/device/moto/stingray/ |
full_stingray.mk | 38 # Discard inherited values and use our own instead.
|
/device/moto/wingray/ |
full_wingray.mk | 38 # Discard inherited values and use our own instead.
|
/device/samsung/crespo/ |
full_crespo.mk | 42 # Discard inherited values and use our own instead.
|
/device/samsung/crespo4g/ |
full_crespo4g.mk | 40 # Discard inherited values and use our own instead.
|
/device/samsung/maguro/ |
full_maguro.mk | 38 # Set those variables here to overwrite the inherited values.
|
/device/samsung/tuna/ |
full_tuna.mk | 35 # Set those variables here to overwrite the inherited values.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
EnumTest.java | 181 * @tests java.lang.Enum#values 184 Sample[] myValues = Sample.values(); 191 assertEquals(0, Empty.values().length);
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
ProviderTest.java | 187 * Class under test for Collection values() 192 Collection c = p.values(); 197 Collection c1 = p.values();
|
/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 | 320 * @param values a vector of the extension values. 324 Vector values) 340 X509Extension ext = (X509Extension)values.elementAt(count);
|
/external/chromium/chrome/browser/autofill/ |
autofill_ie_toolbar_import_win_unittest.cc | 100 const ValueDescription* values, size_t values_size) { 105 EncryptAndWrite(&subkey, values + i);
|
autofill_manager.h | 196 // Returns a list of values from the stored profiles that match |type| and the 202 std::vector<string16>* values, 207 // Returns a list of values from the stored credit cards that match |type| and 212 std::vector<string16>* values,
|