HomeSort by relevance Sort by last modified time
    Searched defs:entry2 (Results 1 - 25 of 237) sorted by null

1 2 3 4 5 6 7 8 910

  /cts/tests/tests/sax/src/android/sax/cts/
ElementTest.java 44 + "<entry2 year=\"2000\"><id>jim</id></entry2>"
50 private static final String ENTRY2 = "entry2";
94 Element entry2 = root.requireChild(ATOM_NAMESPACE, ENTRY2); local
95 entry2.setStartElementListener(new StartElementListener() {
101 entry2.setEndElementListener(new EndElementListener() {
106 entry2.getChild(ATOM_NAMESPACE, ID).setTextElementListener(new TextElementListener() {
  /external/proguard/src/proguard/
ConfigurationChecker.java 188 ClassPathEntry entry2 = classPath2.get(index2); local
190 if (entry2.getName().equals(entry1.getName()))
194 if (entry2.isOutput())
207 if (entry2.isOutput())
213 !entry2.isFiltered())
  /external/guava/guava-tests/test/com/google/common/collect/
WellBehavedMapTest.java 67 Map.Entry<Foo, Integer> entry2 = Iterables.getOnlyElement(map.entrySet()); local
70 assertNotSame(entry1, entry2);
75 assertTrue(entrySet.contains(entry2));
80 // entry2 is also modified
81 assertEquals(entry1.getValue(), entry2.getValue());
85 assertTrue(entrySet.contains(entry2));
ImmutableClassToInstanceMapTest.java 164 Entry<Class, Number> entry2 = local
173 entry1, entry2, entry3, entry4, entry5
MapsTest.java 1268 Map.Entry<Integer, String> entry2 local
    [all...]
  /frameworks/opt/chips/tests/src/com/android/ex/chips/
RecipientAlternatesAdapterTest.java 118 final RecipientEntry entry2 = null; local
120 assertEquals(RecipientAlternatesAdapter.getBetterRecipient(entry1, entry2), entry1);
121 assertEquals(RecipientAlternatesAdapter.getBetterRecipient(entry2, entry1), entry1);
130 final RecipientEntry entry2 = RecipientEntry.constructFakeEntry("1@android.com", true); local
132 assertEquals(RecipientAlternatesAdapter.getBetterRecipient(entry1, entry2), entry1);
133 assertEquals(RecipientAlternatesAdapter.getBetterRecipient(entry2, entry1), entry1);
143 final RecipientEntry entry2 = local
148 assertEquals(RecipientAlternatesAdapter.getBetterRecipient(entry1, entry2), entry1);
149 assertEquals(RecipientAlternatesAdapter.getBetterRecipient(entry2, entry1), entry1);
158 final RecipientEntry entry2 local
    [all...]
ChipsTest.java 1046 final RecipientEntry entry2 = view.createTokenizedEntry(phone2); local
    [all...]
  /external/giflib/
quantize.c 44 static int SortCmpRtn(const void *Entry1, const void *Entry2);
315 const void *Entry2) {
317 QuantizedColorType *entry2 = (*((QuantizedColorType **) Entry2)); local
323 int hash2 = entry2->RGB[SortRGBAxis] * 256 * 256
324 + entry2->RGB[(SortRGBAxis+1) % 3] * 256
325 + entry2->RGB[(SortRGBAxis+2) % 3];
  /external/google-breakpad/src/common/
module_unittest.cc 302 Module::StackFrameEntry *entry2 = new Module::StackFrameEntry(); local
303 entry2->address = 0x8064f3af5e067e38ULL;
304 entry2->size = 0x0de2a5ee55509407ULL;
305 entry2->initial_rules[".cfa"] = "I think that I shall never see";
306 entry2->initial_rules["stromboli"] = "a poem lovely as a tree";
307 entry2->initial_rules["cannoli"] = "a tree whose hungry mouth is prest";
308 m.AddStackFrameEntry(entry2);
  /external/guava/guava-tests/test/com/google/common/reflect/
ImmutableTypeToInstanceMapTest.java 160 Entry<TypeToken, Object> entry2 = local
171 entry1, entry2, entry3, entry4, entry5
  /external/v8/test/cctest/
test-identity-map.cc 52 void** entry2 = map.Get(key2); local
53 CHECK_NOT_NULL(entry2);
54 *entry2 = val2;
59 CHECK_EQ(entry2, nentry);
64 CHECK_EQ(entry2, nentry);
test-profile-generator.cc 58 CodeEntry entry2(i::CodeEventListener::FUNCTION_TAG, "bbb");
59 ProfileNode* childNode2 = node->FindOrAddChild(&entry2);
63 CHECK_EQ(childNode2, node->FindOrAddChild(&entry2));
70 CHECK_EQ(childNode2, node->FindOrAddChild(&entry2));
85 CodeEntry entry2(i::CodeEventListener::FUNCTION_TAG, aaa);
86 CHECK_EQ(childNode1, node->FindOrAddChild(&entry2));
101 CodeEntry* entry2 = NULL,
106 if (entry2 != NULL) {
107 node = node->FindChild(entry2);
126 CodeEntry entry2(i::CodeEventListener::FUNCTION_TAG, "bbb")
352 CodeEntry* entry2 = new CodeEntry(i::Logger::FUNCTION_TAG, "bbb"); local
423 CodeEntry* entry2 = new CodeEntry(i::Logger::FUNCTION_TAG, "bbb"); local
    [all...]
  /external/webrtc/webrtc/base/
diskcache.cc 331 Entry* entry2 = this2->GetOrCreateEntry(id, false); local
336 entry2->size += new_size;
340 entry2->last_modified = time(0);
341 entry2->lock_state = LS_UNLOCKED;
  /frameworks/compile/mclinker/include/mcld/Target/
KeyEntryMap.h 29 : entry1(pEntry1), entry2(pEntry2) {}
32 EntryType* entry2; member in struct:mcld::KeyEntryMap::EntryPair
144 return mapping->entry.pair_ptr->entry2;
157 return mapping->entry.pair_ptr->entry2;
  /libcore/luni/src/test/java/libcore/java/util/zip/
ZipFileTest.java 58 ZipEntry entry2 = entries.nextElement(); local
68 assertNotNull(zipFile.getEntry(entry2.getName()));
OldAndroidZipFileTest.java 125 ZipEntry entry1, entry2; local
133 entry2 = zipFile.getEntry("file-2");
137 assertEquals("file-2", entry2.getName());
141 stream2 = zipFile.getInputStream(entry2);
  /libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
Handler.java 75 String entry2 = file2.substring(sep2 + 2); local
77 if (!entry1.equals(entry2))
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 1077 InfoEntry* entry2 = reinterpret_cast<InfoEntry*>( local
    [all...]
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
UnitTestZipArchive.java 59 public static final UnitTestZipEntry entry2 = field in class:UnitTestZipArchive
129 Arrays.asList(new UnitTestZipEntry[] {entry1, entry2, entry3, entry4}));
142 * described by {@link #entry1}, {@link #entry2}, {@link #entry3}, and {@link #entry4}. In
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 412 Map.Entry<?, ?> entry2; local
416 entry2 = (Map.Entry<?, ?>) e2;
419 entry2 = (Map.Entry<?, ?>) e1;
423 String k2 = entry2.getKey().toString();
426 PerCallStats stats2 = (PerCallStats) entry2.getValue();
  /bootable/recovery/minzip/
Zip.c 107 const ZipEntry* entry2 = (const ZipEntry*) ventry2; local
109 if (entry1->fileNameLen != entry2->fileNameLen)
110 return entry1->fileNameLen - entry2->fileNameLen;
111 return memcmp(entry1->fileName, entry2->fileName, entry1->fileNameLen);
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CRLTest.java 455 X509CRLEntry entry2 = crl2.getRevokedCertificate(rsaCert); local
456 assertNotNull(entry2);
458 assertEquals(entry1, entry2);
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
MapsTest.java 960 Map.Entry<Integer, String> entry2 local
    [all...]
  /external/libchrome/base/trace_event/
trace_event_unittest.cc 1776 const DictionaryValue* entry2 = FindTraceEntry(trace_parsed_, kOriginalName2); local
    [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 208 FooBar entry2; local
209 entry2.foo = 257;
210 entry2.bar = 0;
213 seq.push_back(entry2);
    [all...]

Completed in 1199 milliseconds

1 2 3 4 5 6 7 8 910