HomeSort by relevance Sort by last modified time
    Searched full:values (Results 451 - 475 of 13487) sorted by null

<<11121314151617181920>>

  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6t_opts.h 19 /* Values for "invflags" field in struct ip6t_rt. */
  /external/llvm/test/Verifier/
AmbiguousPhi.ll 8 %a = phi i32 [%i, %0], [%j, %0] ; Error, different values from same block!
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/
null-values.html 9 <script src="script-tests/null-values.js"></script>
  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedPathSegListPropertyTearOff.h 57 static PassRefPtr<SVGAnimatedPathSegListPropertyTearOff> create(SVGElement* contextElement, const QualifiedName& attributeName, SVGPathSegList& values)
60 return adoptRef(new SVGAnimatedPathSegListPropertyTearOff(contextElement, attributeName, values));
63 SVGAnimatedPathSegListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, SVGPathSegList& values)
64 : SVGAnimatedListPropertyTearOff<SVGPathSegList>(contextElement, attributeName, values)
  /external/webkit/Source/cmake/
FindGperf.cmake 3 # following values:
  /external/webkit/Tools/WinLauncher/
resource.h 18 // Next default values for new objects
  /frameworks/base/core/java/android/animation/
TypeEvaluator.java 30 * This function returns the result of linearly interpolating the start and end values, with
31 * <code>fraction</code> representing the proportion between the start and end values. The
36 * @param fraction The fraction from the starting to the ending values
39 * @return A linear interpolation between the start and end values, given the
  /frameworks/base/tools/localize/testdata/
config.xml 11 <reject file="samples/NotePad/res/values/strings.xml" name="string:menu_delete">
  /libcore/support/src/test/java/tests/support/
Support_MapTest2.java 46 assertTrue("Should not have values", !map.values().iterator()
60 assertTrue("Should not have values", !map.values().iterator()
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 185 ContentValues values = new ContentValues(); local
187 values.put(Inbox.ADDRESS, sms.getDisplayOriginatingAddress());
191 values.put(Inbox.DATE, new Long(System.currentTimeMillis()));
192 values.put(Inbox.PROTOCOL, sms.getProtocolIdentifier());
193 values.put(Inbox.READ, Integer.valueOf(mRead ? 1 : 0));
194 values.put(Inbox.SEEN, Integer.valueOf(mRead ? 1 : 0));
197 values.put(Inbox.SUBJECT, sms.getPseudoSubject());
199 values.put(Inbox.REPLY_PATH_PRESENT, sms.isReplyPathPresent() ? 1 : 0);
200 values.put(Inbox.SERVICE_CENTER, sms.getServiceCenterAddress());
201 return values;
205 ContentValues values = extractContentValues(sms); local
237 ContentValues values = extractContentValues(sms); local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ProfileDatabaseHelper.java 67 ContentValues values = new ContentValues(); local
68 values.put(SEQUENCE_NAME, table);
69 values.put(SEQUENCE_SEQ, Profile.MIN_ID);
70 db.insert(SEQUENCE_TABLE, null, values);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallerInfoIntegrationTest.java 40 ContentValues values = new ContentValues(); local
41 values.put(RawContacts.CUSTOM_RINGTONE, "ring");
42 values.put(RawContacts.SEND_TO_VOICEMAIL, 1);
44 Uri rawContactUri = mResolver.insert(RawContacts.CONTENT_URI, values);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ipcbuf.h 11 * - 2 miscellaneous 32-bit values
vsyscall32.h 4 /* Values need to match arch/x86_64/ia32/vsyscall.lds */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm_eni.h 14 int tx,rx; /* values are in percent and must be > 100 */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_ah.h 16 /* Values for "invflags" field in struct ip6t_ah. */
ip6t_opts.h 19 /* Values for "invflags" field in struct ip6t_rt. */
  /sdk/testapps/basicLib/
default.properties 7 # "build.properties", and override values to adapt the script to your
  /sdk/testapps/basicLibWithJar/
default.properties 7 # "build.properties", and override values to adapt the script to your
  /sdk/testapps/basicProject/
default.properties 7 # "build.properties", and override values to adapt the script to your
  /sdk/testapps/basicProjectWithAidl/
default.properties 7 # "build.properties", and override values to adapt the script to your
  /sdk/testapps/basicProjectWithJar/
default.properties 7 # "build.properties", and override values to adapt the script to your
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store_unittest.cc 102 "INSERT INTO metas VALUES(1,-1,0,129079956640320000,0,"
105 "INSERT INTO metas VALUES(2,669,669,128976886618480000,"
111 "INSERT INTO metas VALUES(4,681,681,129002163642690000,"
119 "INSERT INTO metas VALUES(5,677,677,129001555500000000,"
124 "INSERT INTO metas VALUES(6,694,694,129053976170000000,"
129 "INSERT INTO metas VALUES(7,663,663,128976864758480000,"
134 "INSERT INTO metas VALUES(8,664,664,128976864758480000,"
139 "INSERT INTO metas VALUES(9,665,665,128976864758480000,"
144 "INSERT INTO metas VALUES(10,666,666,128976864758480000,"
150 "INSERT INTO metas VALUES(11,683,683,129079956948440000,
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
LocalSocketAddress_NamespaceTest.java 42 notes = "Test values().",
43 method = "values",
47 Namespace[] expected = Namespace.values();
  /cts/tools/signature-tools/test/signature/converter/
ConvertEnumTest.java 138 IMethod values = map.get("values"); local
139 assertNotNull(values);
140 assertEquals(0, values.getParameters().size());
141 assertTrue(values.getReturnType() instanceof IArrayType);
142 assertSame(c, ((IClassReference)((IArrayType)values.getReturnType()).getComponentType()).getClassDefinition());
181 IMethod values = map.get("values"); local
182 assertNotNull(values);
183 assertEquals(0, values.getParameters().size())
    [all...]

Completed in 584 milliseconds

<<11121314151617181920>>