/external/webkit/WebCore/page/ |
FrameTree.cpp | 287 // top view is always the last one in this ordering, so prev is nil without wrap 294 for (Frame* last = lastChild(); last; last = last->tree()->lastChild()) 295 result = last;
|
/frameworks/base/services/java/com/android/server/am/ |
ServiceRecord.java | 95 int foregroundId; // Notification ID of last foreground req. 97 long lastActivity; // last time there was some activity on the service. 99 boolean stopIfKilled; // last onStart() said to stop if service killed? 100 boolean callStart; // last onStart() has asked to alway be called on restart. 103 long executingStart; // start time of last execute request. 108 long restartTime; // time of last restart.
|
/external/webkit/WebCore/rendering/ |
RenderBlockLineLayout.cpp | 97 // Check to see if our last midpoint is a start point beyond the line break. If so, 214 // the last item on the line. 222 // Get the last box we made for this render object. 304 // be the last continuation of our line list. 316 // Return the last line. 708 FloatingObject* lastFloat = m_floatingObjects ? m_floatingObjects->last() : 0; 987 RootInlineBox* last = 0; local 1110 RootInlineBox* last = 0; local 1437 RenderObject *last = o; local [all...] |
/external/bluetooth/glib/docs/reference/gobject/ |
tut_gobject.xml | 152 by the last constructor in the chain. This function allocates the object's instance' buffer 309 when <function><link linkend="g-object-unref">g_object_unref</link></function> is called by the last client holding 319 Once the object has been freed, if it was the last instance of the type, the type's class 343 <entry morerows="1">Last call to <function><link linkend="g-object-unref">g_object_unref</link></function> for an instance 358 <!--entry>Last call to <function><link linkend="g-object-unref">g_object_unref</link></function> for an instance 374 <entry morerows="3">Last call to <function><link linkend="g-object-unref">g_object_unref</link></function> for the last 382 <!--entry>Last call to <function><link linkend="g-object-unref">g_object_unref</link></function>for the last 390 <!--entry>Last call to <function><link linkend="g-object-unref">g_object_unref</link></function> for the las [all...] |
/build/core/tasks/ |
apicheck.mk | 51 # Check that the API we're building hasn't broken the last-released 54 checkapi-last, \
|
/dalvik/dx/src/com/android/dx/rop/code/ |
InsnList.java | 58 * Gets the last instruction. This is just a convenient shorthand for 61 * @return {@code non-null;} the last instruction
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
elementgetelementempty.java | 35 * Retrieve the last child of the last employee, then
|
hc_elementaddnewattribute.java | 34 * Retrieve the last child of the last employee, then
|
hc_elementgetelementempty.java | 35 * Retrieve the last child of the last employee, then
|
hc_nodeinsertbeforerefchildnull.java | 38 * should be added to the end of the list. The last item 39 * in the list is checked after insertion. The last Element
|
nodeinsertbeforerefchildnull.java | 38 * should be added to the end of the list. The last item 39 * in the list is checked after insertion. The last Element
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
TreeSetTest.java | 123 "Answered incorrect last element--did not use custom comparator ", 124 myTreeSet.last().equals(new Integer(1))); 403 * @tests java.util.TreeSet#last() 408 method = "last", 412 // Test for method java.lang.Object java.util.TreeSet.last() 413 assertTrue("Returned incorrect last element", 414 ts.last() == objArray[objArray.length - 1]); 418 ts.last();
|
/dalvik/libcore/security/src/main/java/java/security/ |
AllPermissionCollection.java | 99 E last = element; local 101 return last;
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/ |
X509Principal.java | 99 * presented, otherwise the encoding will start with the last (name, value) pair 117 * from the last element in the string.
|
/dalvik/libcore/text/src/main/java/java/text/ |
CharacterIterator.java | 68 * @return the index one past the last character of the iteration. 85 public char last(); method in interface:CharacterIterator
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
SelfIteratorNoPredicate.java | 114 * Get the index of the last node that can be itterated to. 119 * @return the index of the last node that can be itterated to.
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/ |
FuncLast.java | 32 * Execute the Last() function. 94 // System.out.println("last: "+xnum.num());
|
/dalvik/tools/ |
deadcode.py | 27 # If there are no more, add a section from the last header to EOF 33 # Add the lines from the last header, to this one to the sections
|
/external/apache-http/src/org/apache/http/conn/ |
ConnectionKeepAliveStrategy.java | 58 * returns true, this allows you to control how long the reuse will last. If 62 * The last response received over the connection.
|
/external/bison/examples/ |
extexi | 101 # We don't want the last field which empty: it's behind the last \n.
|
/external/clearsilver/imd/ |
imd.cs | 91 <?cs if:#Album.Start < #Album.Last ?> 92 <A HREF="<?cs var:CGI.PathInfo ?>?album=<?cs var:Album ?>&start=<?cs var:Album.Last ?>">Last</A> 94 Last 129 <?cs if:#Album.Start < #Album.Last ?> 130 <A HREF="<?cs var:CGI.PathInfo ?>?album=<?cs var:Album ?>&start=<?cs var:Album.Last ?>">Last</A> 132 Last
|
/external/e2fsprogs/contrib/ |
dconf | 39 /^Last write time:/ { 40 lwtime=$0; gsub("Last write time:[ ]+", "", lwtime)
|
/external/e2fsprogs/lib/ext2fs/ |
dosio.h | 96 * Variable contains last module's error 101 * This one contains last hardware error (if _dio_error == ERR_HARDWARE)
|
/external/elfutils/libelf/ |
libelfP.h | 120 /* Keep this as the last entry. */ 178 to the last filled data set. `raw_datalist_rear' is therefore NULL 279 Elf_ScnList *scns_last; /* Last element in the section list. 282 unsigned int scnincr; /* Number of sections allocate the last 298 Elf_ScnList *scns_last; /* Last element in the section list. 301 unsigned int scnincr; /* Number of sections allocate the last 323 Elf_ScnList *scns_last; /* Last element in the section list. 326 unsigned int scnincr; /* Number of sections allocate the last
|
/external/icu4c/common/ |
punycode.h | 93 * precedes the last delimiter ('-'), 95 * after the last delimiter.
|