HomeSort by relevance Sort by last modified time
    Searched full:head (Results 826 - 850 of 3883) sorted by null

<<31323334353637383940>>

  /external/webkit/WebKitTools/QueueStatusServer/templates/
statusbubble.html 3 <head>
48 </head>
  /frameworks/base/docs/html/sdk/api_diff/3/
changes.html 3 <HEAD>
27 </head>
  /frameworks/base/docs/html/sdk/api_diff/4/
changes.html 3 <HEAD>
27 </head>
  /frameworks/base/docs/html/sdk/api_diff/5/
changes.html 3 <HEAD>
27 </head>
  /frameworks/base/docs/html/sdk/api_diff/6/
changes.html 3 <HEAD>
27 </head>
  /frameworks/base/docs/html/sdk/api_diff/7/
changes.html 3 <HEAD>
27 </head>
  /frameworks/base/docs/html/sdk/api_diff/8/
changes.html 3 <HEAD>
27 </head>
  /packages/apps/Settings/assets/html/cs/
tethering_help.html 3 <head>
18 </head>
  /prebuilt/linux-x86/swt/about_files/
about_cairo.html 3 <head>
6 </head>
  /prebuilt/linux-x86_64/swt/about_files/
about_cairo.html 3 <head>
6 </head>
  /development/samples/Snake/src/com/example/android/snake/
SnakeView.java 447 // grab the snake by the head
448 Coordinate head = mSnakeTrail.get(0); local
455 newHead = new Coordinate(head.x + 1, head.y);
459 newHead = new Coordinate(head.x - 1, head.y);
463 newHead = new Coordinate(head.x, head.y - 1);
467 newHead = new Coordinate(head.x, head.y + 1)
    [all...]
  /external/blktrace/
blktrace.c 92 struct list_head head; member in struct:devpath
135 struct list_head head; member in struct:trace_buf
143 struct list_head head; member in struct:tracer_devpath_head
164 struct list_head head; member in struct:tracer
195 * Each host encountered has one of these. The head is used to link this
201 struct list_head head; member in struct:cl_host
912 struct devpath *dpp = list_entry(p, struct devpath, head);
1045 struct devpath *dpp = list_entry(p, struct devpath, head);
1069 struct devpath *dpp = list_entry(p, struct devpath, head);
1111 struct devpath *dpp = list_entry(p, struct devpath, head);
    [all...]
  /external/guava/src/com/google/common/collect/
LinkedListMultimap.java 123 private transient Node<K, V> head; // the head for all keys field in class:LinkedListMultimap
126 private transient Map<K, Node<K, V>> keyToKeyHead; // the head for a given key
186 if (head == null) { // empty list
187 head = tail = node;
207 if (nextSibling.previousSibling == null) { // nextSibling was key head
212 if (nextSibling.previous == null) { // nextSibling was head
213 head = node;
232 } else { // node was head
233 head = node.next
    [all...]
  /external/svox/pico/lib/
picodata.h 293 /* gets a single item (head and content) from a CharBuffer in buf;
305 /* gets the speech data (without item head) from a CharBuffer in buf;
317 /* puts a single item (head and content) to a CharBuffer; clenmax is
338 /* gets from buf a single item, values in head set and item content
348 picodata_itemhead_t *head, picoos_uint8 *content,
351 /* gets from buf a single item, values in head set and item content
361 picodata_itemhead_t *head, picoos_uint8 *content,
364 /* puts a single item to buf; values in head and content copied to
372 pico_status_t picodata_put_itemparts(const picodata_itemhead_t *head,
376 /* gets from buf info of a single item, values in head are set an
    [all...]
picospho.c 150 /* "expanded head": item head expanded by a content position and a by boundary information
153 picodata_itemhead_t head; member in struct:__anon6099
178 picospho_headx_t headx[SPHO_MAXNR_HEADX]; /* "expanded head" buffer */
533 picodata_itemhead_t * head; local
549 head = &(spho->headx[pos].head);
553 picodata_head_to_string(head,msgstr,SPHO_MSGSTR_SIZE)));
555 switch (head->type) {
558 fstSymbol = (PICODATA_ITEMINFO1_BOUND_SBEG == head->info1 || PICODATA_ITEMINFO1_BOUND_TERM == head->info1) ? PICODATA_ITEMINFO1_BOUND_SEND : head->in (…)
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 184 * @return The head of the list, which may have changed.
187 MultistepExprHolder head,
193 return head;
198 return head;
201 MultistepExprHolder meh = head;
261 return head;
292 protected ElemTemplateElement findCommonAncestor(MultistepExprHolder head)
295 int numExprs = head.getLength();
304 MultistepExprHolder next = head;
350 if(areEqual && isNotSameAsOwner(head, first) && first.canAcceptVariables()
602 MultistepExprHolder head = null; local
    [all...]
  /bionic/libc/bionic/
fts.c 546 FTSENT *p, *head; local
648 for (head = tail = NULL, nitems = 0; dirp && (dp = readdir(dirp));) {
665 fts_lfree(head);
691 fts_lfree(head);
733 if (head == NULL)
734 head = tail = p;
749 fts_padjust(sp, head);
785 head = fts_sort(sp, head, nitems);
786 return (head);
    [all...]
  /cts/tools/signature-tools/templates/
PackageOverviewPage.st 3 <head>
  /dalvik/vm/alloc/
HeapTable.c 72 * at the head of the list.
87 /* Move the table to the head of the list.
93 /* else it's already at the head. */
116 /* Stick it at the head.
  /development/simulator/app/
LogPool.h 15 * the head and, when the total "footprint" exceeds our stated max, we
  /external/dhcpcd/mk/
dist.mk 4 GITREF?= HEAD
  /external/dropbear/
queue.h 37 struct Link* head; member in struct:Queue
  /external/kernel-headers/original/linux/mtd/
nftl.h 34 int head,sect,cyl; member in struct:NFTLrecord
  /external/skia/include/core/
SkTRegistry.h 48 static const SkTRegistry* Head() { return gHead; }
  /external/webkit/WebCore/html/
HTMLParser.h 125 void moveOneBlockToStack(HTMLStackElem*& head);
179 RefPtr<HTMLHeadElement> m_head; // head element; needed for HTML which defines <base> after </head>
180 RefPtr<Node> m_isindexElement; // a possible <isindex> element in the head

Completed in 1528 milliseconds

<<31323334353637383940>>