HomeSort by relevance Sort by last modified time
    Searched refs:values1 (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/ppapi/generators/
idl_lexer.py 268 def TestSame(values1):
271 text = '\n'.join(values1)
274 count1 = len(values1)
281 if values1[i] != values2[i]:
282 print "%d >>%s<< >>%s<<" % (i, values1[i], values2[i])
289 if values1 == values2:
  /cts/tests/tests/content/src/android/content/cts/
AsyncQueryHandlerTest.java 83 ContentValues values1 = new ContentValues(); local
84 values1.put(DummyProvider.NAME, NAME1);
85 mResolver.insert(DummyProvider.CONTENT_URI, values1);
106 final ContentValues values1 = new ContentValues(); local
107 values1.put(DummyProvider.NAME, NAME3);
115 startInsert(INSERT_TOKEN_1, INSERT_COOKIE, DummyProvider.CONTENT_URI, values1, NO_CANCEL);
179 final ContentValues values1 = new ContentValues(); local
180 values1.put(DummyProvider.NAME, NAME3);
188 startUpdate(UPDATE_TOKEN_1, UPDATE_COOKIE, DummyProvider.CONTENT_URI, values1,
ContentQueryMapTest.java 66 ContentValues values1 = new ContentValues(); local
67 values1.put(DummyProvider.NAME, NAME1);
68 values1.put(DummyProvider.VALUE, VALUE1);
69 mResolver.insert(DummyProvider.CONTENT_URI, values1);
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 58 private final float[] values1 = { field in class:CanvasTest
160 m1.setValues(values1);
182 assertEquals(values1[i], values4[i]);
189 m1.setValues(values1);
211 assertEquals(values1[i], values4[i]);
217 m1.setValues(values1);
244 m1.setValues(values1);
266 assertEquals(values1[i], values4[i]);
276 m1.setValues(values1);
298 assertEquals(values1[i], values4[i])
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 396 FieldDescriptor.Type[] values1 = FieldDescriptor.Type.values(); local
399 assertEquals(values1.length, values2.length);
401 for (int i = 0; i < values1.length; i++) {
402 assertEquals(values1[i].toString(), values2[i].toString());
411 FieldDescriptor.JavaType[] values1 = FieldDescriptor.JavaType.values(); local
414 assertEquals(values1.length, values2.length);
416 for (int i = 0; i < values1.length; i++) {
417 assertEquals(values1[i].toString(), values2[i].toString());
  /external/chromium/testing/gmock/test/
gmock-internal-utils_test.cc 273 tuple<int> values1(1),
276 EXPECT_TRUE(TupleMatches(matchers, values1));
282 tuple<int, char> values1(1, 'a'),
287 EXPECT_TRUE(TupleMatches(matchers, values1));
298 values1(1, 'a', true, 2L, "hi"),
302 EXPECT_TRUE(TupleMatches(matchers, values1));
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 400 FieldDescriptor.Type[] values1 = FieldDescriptor.Type.values(); local
403 assertEquals(values1.length, values2.length);
405 for (int i = 0; i < values1.length; i++) {
406 assertEquals(values1[i].toString(), values2[i].toString());
415 FieldDescriptor.JavaType[] values1 = FieldDescriptor.JavaType.values(); local
418 assertEquals(values1.length, values2.length);
420 for (int i = 0; i < values1.length; i++) {
421 assertEquals(values1[i].toString(), values2[i].toString());
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 1046 ContentValues values1 = new ContentValues(); local
1226 ContentValues values1 = new ContentValues(); local
1604 ContentValues values1 = new ContentValues(); local
2319 ContentValues values1 = new ContentValues(); local
2530 ContentValues values1 = new ContentValues(); local
2586 ContentValues values1 = new ContentValues(); local
2610 ContentValues values1 = new ContentValues(); local
2653 ContentValues values1 = new ContentValues(); local
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 927 std::vector<string16> values1; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbitst.cpp     [all...]
  /external/chromium_org/third_party/libxml/src/
xpath.c 6729 xmlChar **values1; local
    [all...]
  /external/libxml2/
xpath.c 6774 xmlChar **values1; local
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java 506 * Compares corresponding fields in values1 and values2. Only the fields
509 protected static boolean areEqual(ValuesDelta values1, ContentValues values2, DataKind kind) {
513 final String value1 = values1.getAsString(field.column);
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js     [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 512 milliseconds