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

<<11121314151617181920>>

  /external/webkit/WebCore/
combine-javascript-resources 27 # the script tags in the head of an input HTML file.
57 $htmlContents =~ m/<head>(.*)<\/head>/si;
75 $htmlContents =~ s/<head>.*<\/head>/<head>$headContents<\/head>/si;
  /external/svox/pico/lib/
picodata.c 188 PICODBG_WARN(("problem getting item, incomplete head, underflow"));
378 picoos_uint8 picodata_is_valid_itemhead(const picodata_itemhead_t *head) {
379 if ((NULL != head) && is_valid_itemtype(head->type)) {
392 picodata_itemhead_t *head, picoos_uint8 *content,
396 head->type = buf[PICODATA_ITEMIND_TYPE];
397 head->info1 = buf[PICODATA_ITEMIND_INFO1];
398 head->info2 = buf[PICODATA_ITEMIND_INFO2];
399 head->len = buf[PICODATA_ITEMIND_LEN];
400 *clen = head->len
537 picodata_itemhead_t head; local
    [all...]
picoacph.c 70 - headx : array for extended item heads of fixed size (head plus
119 - number of items unchanged, content unchanged, only head info changes
125 picodata_itemhead_t head; member in struct:__anon6061
184 acph->headx[i].head.type = 0;
185 acph->headx[i].head.info1 = 0;
186 acph->headx[i].head.info2 = 0;
187 acph->headx[i].head.len = 0;
336 for (i = 0; i < acph->headx[ind].head.len; i++) {
361 if ((acph->headx[i].head.type == PICODATA_ITEM_WORDPHON)) {
362 val = acph->headx[i].head.info1
    [all...]
picosa.c 70 - headx: array for extended item heads of fixed size (head plus
87 - number and sequence of items unchanged, item head info and content
172 - number of items unchanged, content unchanged, only head info changes
178 picodata_itemhead_t head; member in struct:__anon6098
277 sa->headx[i].head.type = 0;
278 sa->headx[i].head.info1 = PICODATA_ITEMINFO1_NA;
279 sa->headx[i].head.info2 = PICODATA_ITEMINFO2_NA;
280 sa->headx[i].head.len = 0;
499 if ((sa->headx[i].head.type == PICODATA_ITEM_WORDGRAPH) ||
500 (sa->headx[i].head.type == PICODATA_ITEM_WORDINDEX) |
    [all...]
picopr.c 209 struct picodata_itemhead head; member in struct:pr_ioItem
221 struct picodata_itemhead head; member in struct:pr_ioItem2
815 if ((it != NULL) && (it->head.type == PICODATA_ITEM_CMD) && (it->head.info1 == type)) {
825 if ((it != NULL) && (it->head.type == PICODATA_ITEM_CMD) && (it->head.info2 == info2)) {
1008 item->head.len = 0;
1052 outItem->head = inItem->head;
1056 if (inItem->head.len > 0 )
    [all...]
  /external/freetype/src/base/
ftrfork.c 57 unsigned char head[16], head2[16]; local
69 error = FT_Stream_Read( stream, (FT_Byte *)head, 16 );
73 *rdata_pos = rfork_offset + ( ( head[0] << 24 ) |
74 ( head[1] << 16 ) |
75 ( head[2] << 8 ) |
76 head[3] );
77 map_pos = rfork_offset + ( ( head[4] << 24 ) |
78 ( head[5] << 16 ) |
79 ( head[6] << 8 ) |
80 head[7] )
    [all...]
ftutil.c 247 cur = list->head;
275 list->head = node;
287 FT_ListNode after = list->head;
298 list->head = node;
317 list->head = after;
350 node->next = list->head;
351 list->head->prev = node;
352 list->head = node;
363 FT_ListNode cur = list->head;
394 cur = list->head;
    [all...]
  /external/tremolo/Tremolo/
misc.c 59 } head; typedef in typeref:struct:__anon6222
65 ((head *)ptr)->file=file;
66 ((head *)ptr)->line=line;
67 ((head *)ptr)->ptr=pinsert;
68 ((head *)ptr)->bytes=bytes-HEAD_ALIGN;
151 char *file =((head *)ptr)->file;
152 long bytes =((head *)ptr)->bytes;
159 global_bytes-((head *)ptr)->bytes);
180 global_bytes-=((head *)ptr)->bytes;
182 insert=((head *)ptr)->ptr
    [all...]
  /external/skia/src/images/
SkImageDecoder_wbmp.cpp 111 wbmp_head head; local
113 if (!head.init(stream)) {
117 int width = head.fWidth;
118 int height = head.fHeight;
162 wbmp_head head; local
164 if (head.init(stream)) {
  /external/webkit/JavaScriptCore/profiler/
Profile.h 42 ProfileNode* head() const { return m_head.get(); } function in class:JSC::Profile
43 void setHead(PassRefPtr<ProfileNode> head) { m_head = head; }
  /external/webkit/JavaScriptCore/runtime/
StructureChain.cpp 35 StructureChain::StructureChain(Structure* head)
38 for (Structure* current = head; current; current = current->storedPrototype().isNull() ? 0 : asObject(current->storedPrototype())->structure())
44 for (Structure* current = head; current; current = current->storedPrototype().isNull() ? 0 : asObject(current->storedPrototype())->structure())
  /dalvik/libcore/dom/src/test/resources/
hc_staff.svg 14 <!ATTLIST head xmlns CDATA #IMPLIED>
16 <!ELEMENT svg (rect, script, head, body)>
28 <svg xmlns='http://www.w3.org/2000/svg'><rect x="0" y="0" width="100" height="100"/><script type="text/ecmascript">&svgtest;&svgunit;</script><head xmlns='http://www.w3.org/1999/xhtml'><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title>hc_staff</title></head><body xmlns='http://www.w3.org/1999/xhtml'>
  /external/icu4c/common/
ulist.c 26 UListNode *head; member in struct:UList
49 newList->head = NULL;
64 list->head = newItem;
115 newItem->next = list->head;
116 list->head->previous = newItem;
117 list->head = newItem;
129 pointer = list->head;
170 list->curr = list->head;
180 listHead = list->head;
  /external/ipsec-tools/src/racoon/
misc.h 55 #define RACOON_TAILQ_FOREACH_REVERSE(var, head, headname ,field) \
56 TAILQ_FOREACH_REVERSE(var, head, field, headname)
58 #define RACOON_TAILQ_FOREACH_REVERSE(var, head, headname ,field) \
59 TAILQ_FOREACH_REVERSE(var, head, headname, field)
  /external/kernel-headers/original/linux/
notifier.h 43 struct notifier_block *head; member in struct:atomic_notifier_head
48 struct notifier_block *head; member in struct:blocking_notifier_head
52 struct notifier_block *head; member in struct:raw_notifier_head
57 (name)->head = NULL; \
61 (name)->head = NULL; \
64 (name)->head = NULL; \
69 .head = NULL }
72 .head = NULL }
74 .head = NULL }
  /external/webkit/WebCore/manual-tests/
target_new-1.html 2 <html lang="en"><head>
  /system/core/adb/
test_track_devices.c 83 char head[5] = "0000"; local
85 if (unix_read(s, head, 4) < 0)
88 if ( sscanf( head, "%04x", &len ) != 1 )
94 printf( "received header %.*s (%d bytes):\n%.*s", 4, head, len, len, buffer );
test_track_jdwp.c 83 char head[5] = "0000"; local
85 if (unix_read(s, head, 4) < 0)
88 if ( sscanf( head, "%04x", &len ) != 1 )
94 printf( "received header %.*s (%d bytes):\n%.*s", 4, head, len, len, buffer );
  /external/v8/src/
zone.cc 48 // available as Segment::head(). Segments are allocated using malloc()
62 static Segment* head() { return head_; } function in class:v8::internal::Segment
63 static void set_head(Segment* head) { head_ = head; }
110 Segment* keep = Segment::head();
117 Segment* current = Segment::head();
150 // Update the head segment to be the kept segment (if any).
165 Segment* head = Segment::head(); local
166 int old_size = (head == NULL) ? 0 : head->size()
    [all...]
  /cts/tests/assets/webkit/
fonts.html 18 <head>
21 </head>
  /dalvik/docs/opcodes/
opcode-0e-return-void.html 5 <head>
8 </head>
opcode-27-throw.html 5 <head>
8 </head>
opcode-28-goto.html 5 <head>
8 </head>
opcode-29-goto-16.html 5 <head>
8 </head>
opcode-2a-goto-32.html 5 <head>
8 </head>

Completed in 53 milliseconds

<<11121314151617181920>>