HomeSort by relevance Sort by last modified time
    Searched defs:existing (Results 1 - 24 of 24) sorted by null

  /packages/apps/Mms/src/com/android/mms/dom/
NamedNodeMapImpl.java 74 Node existing = getNamedItem(arg.getNodeName()); local
75 if (existing != null) {
76 mNodes.remove(existing);
79 return existing;
  /dalvik/dx/src/com/android/dx/ssa/
InterferenceRegisterMapper.java 88 IntSet existing = newRegInterference.get(newReg); local
90 if (existing == null) {
93 return existing.has(oldReg);
95 return existing.has(oldReg)
  /external/qemu/memcheck/
memcheck_malloc_map.c 107 /* Inserts new (or replaces existing) entry into allocation descriptors map.
116 AllocMapEntry* existing = AllocMap_RB_INSERT(map, adesc); local
117 if (existing == NULL) {
126 /* Copy existing entry to the provided buffer and replace it
128 memcpy(replaced, &existing->desc, sizeof(MallocDescEx));
129 AllocMap_RB_REMOVE(map, existing);
130 qemu_free(existing);
memcheck_mmrange_map.c 69 /* Inserts new (or replaces existing) entry into the map.
78 MMRangeMapEntry* existing = MMRangeMap_RB_INSERT(map, rdesc); local
79 if (existing == NULL) {
88 /* Copy existing entry to the provided buffer and replace it
90 memcpy(replaced, &existing->desc, sizeof(MMRangeDesc));
91 MMRangeMap_RB_REMOVE(map, existing);
92 qemu_free(existing);
  /external/guava/src/com/google/common/collect/
RegularImmutableMap.java 58 Object existing = table[index]; local
59 if (existing == null) {
65 } else if (existing.equals(key)) {
  /packages/apps/Email/tests/src/com/android/email/
AccountBackupRestoreTests.java 163 EmailContent.Account existing = local
164 ProviderTestUtils.setupAccount("existing", true, mMockContext);
  /cts/tools/dasm/src/java_cup/
lalr_state.java 238 * the state to new or existing states. When considering extension
282 lalr_item itm, new_itm, existing, fix_itm; local
375 /* otherwise relink propagation to items in existing state */
390 /* find corresponding item in the existing state */
391 existing = new_st.items().find(new_itm);
393 /* fix up the item so it points to the existing set */
394 if (existing != null)
395 fix_itm.propagate_items().setElementAt(existing ,l);
  /external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java 498 final int existing = m_constants.findCONSTANT_Utf8 (value); local
499 if (existing > 0)
501 return existing;
  /external/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 272 * in the set. Thus, adding one element to an existing {@link Field} does not
313 final Field existing = fields.get(number); local
316 if (existing != null) {
317 lastField.mergeFrom(existing);
  /external/webkit/WebCore/editing/
ReplaceSelectionCommand.cpp 341 Position existing = endOfExistingContent.deepEquivalent(); local
344 return isInsideMailBlockquote && (numEnclosingMailBlockquotes(existing) == numEnclosingMailBlockquotes(inserted));
    [all...]
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 334 HashSet<double> existing; local
336 existing.add(timeList[n].value());
343 else if (!existing.contains(value.value()))
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 515 * We are replacing a pre-existing block, so find any
969 Frame existing = startFrames[label]; local
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKPKCS12KeyStore.java 788 DEREncodable existing = bagAttr.getBagAttribute(aOid); local
789 if (existing != null)
792 if (!existing.getDERObject().equals(attr))
795 "attempt to add existing attribute with different value");
885 DEREncodable existing = bagAttr.getBagAttribute(aOid); local
886 if (existing != null)
889 if (!existing.getDERObject().equals(attr))
892 "attempt to add existing attribute with different value");
947 DEREncodable existing = bagAttr.getBagAttribute(aOid); local
1047 DEREncodable existing = bagAttr.getBagAttribute(oid); local
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 158 final int [] existing = cls.getFields (COVERAGE_FIELD_NAME); local
159 if (existing.length > 0)
270 final int [] existing = cls.getFields (SUID_FIELD_NAME); local
271 existingSUIDFieldCount = existing.length;
279 final Field_info field = fields.get (existing [f]);
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 1211 Resources existing = wr != null ? wr.get() : null; local
3340 IContentProvider existing = getExistingProvider(context, name); local
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/emma/lib/
emma.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 689 milliseconds