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

  /packages/apps/Gallery3D/src/com/cooliris/media/
DirectLinkedList.java 32 public boolean inserted = false; field in class:DirectLinkedList.Entry
47 // Requires that entry not be inserted in a list.
56 entry.inserted = true;
61 // Requires that entry be inserted into this list.
76 entry.inserted = false;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
NameLookupBuilderTest.java 65 public String inserted() { method in class:NameLookupBuilderTest.TestNameLookupBuilder
87 assertEquals("", mBuilder.inserted());
92 assertEquals("(0:Foo)(2:Foo)", mBuilder.inserted());
97 assertEquals("(0:Foo)(2:Foo)", mBuilder.inserted());
102 assertEquals("(0:Foo.Bar)(2:FooBar)(1:Bar.Foo)(2:BarFoo)", mBuilder.inserted());
117 "(1:Baz.Foo.Bar)(2:BazFooBar)", mBuilder.inserted());
151 "(1:Biz.Foo.Bar.Baz)(2:BizFooBarBaz)", mBuilder.inserted());
156 assertEquals("(0:Bill)(2:Bill)(1:*William)", mBuilder.inserted());
161 assertEquals("(0:Al)(2:Al)(1:*Alex)(1:*Alice)", mBuilder.inserted());
170 "(1:Foo.*Alice)(1:*Alice.Foo)", mBuilder.inserted());
    [all...]
  /external/clearsilver/python/
setup.py 44 inserted = [] variable
48 inserted.append(inc_path)
50 INC_DIRS = inserted + INC_DIRS
53 inserted = [] variable
57 inserted.append(lib)
59 LIBRARIES = inserted + LIBRARIES
62 inserted = [] variable
66 inserted.append(lib_path)
68 LIB_DIRS = inserted + LIB_DIRS
  /external/stlport/test/eh/
nc_alloc.cpp 195 bool inserted = alloc_set().insert(p).second; local
197 inserted;
198 EH_ASSERT(inserted);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 186 int inserted = insertUiAttributes(mUiElementNode, table, managedForm); local
188 if (inserted == 0) {
202 * @return The number of UI attributes inserted. It is >= 0.
  /external/jdiff/src/jdiff/
DiffMyers.java 94 The diagonal number equals the number of inserted lines minus the number
97 lines inserted or deleted (counting only lines before the midpoint).
356 /** Scan the tables of which lines are inserted and deleted,
391 /** Scan the tables of which lines are inserted and deleted,
469 and some are inserted.
473 INSERTED is the number of lines inserted here in file 1.
476 which the insertion was done; vice versa for INSERTED and LINE1. */
482 public int inserted; field in class:DiffMyers.change
487 /** Line number of 1st inserted line. *
    [all...]
  /external/webkit/WebCore/editing/
ReplaceSelectionCommand.cpp 342 Position inserted = endOfInsertedContent.deepEquivalent(); local
343 bool isInsideMailBlockquote = nearestMailBlockquote(inserted.node());
344 return isInsideMailBlockquote && (numEnclosingMailBlockquotes(existing) == numEnclosingMailBlockquotes(inserted));
358 // For a successful merge, we still need to make sure that the inserted content starts with the beginning of a paragraph.
453 // Style rules that match just inserted elements could change their appearance, like
454 // a div inserted into a document with div { display:inline; }.
463 // inserted content from appearing in the right paragraph.
530 // Return the inserted content's first VisiblePosition.
690 // Merging two paragraphs will destroy the moved one's block styles. Always move the end of inserted forward
710 // FIXME: Maintain positions for the start and end of inserted content instead of keeping nodes. The nodes ar
    [all...]
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 469 int inserted = change(false, start + 1, start + 1, local
472 change(false, start + inserted, start + inserted + oldlen - 1,
486 off = off * inserted / (end - start);
495 off = off * inserted / (end - start);
502 sendTextChange(recipients, start, origlen, inserted);
511 * inserted at the start or end of the span's range.
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 394 milliseconds