/external/dropbear/ |
queue.h | 46 void *examine(struct Queue* queue);
|
queue.c | 63 void *examine(struct Queue* queue) { function
|
/external/zlib/src/examples/ |
enough.c | 10 Prune examine() search on previously visited states 20 Examine all possible Huffman codes for a given number of symbols and a 314 /* Examine all possible codes from the given node (syms, len, left). Compute 319 local void examine(int syms, int len, int left, int mem, int rem) function 379 /* examine codes from here, updating table space as we go */ 382 examine(syms - use, len + 1, (left - use) << 1, 420 examine(n, root + 1, left, 1 << root, 0); 425 examine((n - left) << 1, root + 1, (n - left) << 1, 434 Examine and show the total number of possible Huffman codes for a given 444 To count and examine Huffman codes that are not length-limited, provide [all...] |
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLCollection04.js | 82 first TABLE element and examine its length, then add a new row and 83 re-examine the length.
|
HTMLAnchorElement01.js | 81 Retrieve the accessKey attribute and examine its value.
|
HTMLAnchorElement02.js | 81 Retrieve the charset attribute and examine its value.
|
HTMLAnchorElement03.js | 81 Retrieve the coords attribute and examine its value.
|
HTMLAnchorElement04.js | 80 Retrieve the href attribute and examine its value.
|
HTMLAnchorElement05.js | 80 Retrieve the hreflang attribute and examine its value.
|
HTMLAnchorElement06.js | 80 Retrieve the name attribute and examine its value.
|
HTMLAnchorElement07.js | 80 Retrieve the rel attribute and examine its value.
|
HTMLAnchorElement08.js | 80 Retrieve the rev attribute and examine its value.
|
HTMLAnchorElement09.js | 80 Retrieve the shape attribute and examine its value.
|
HTMLAnchorElement10.js | 81 Retrieve the tabIndex attribute and examine its value.
|
HTMLAnchorElement11.js | 80 Retrieve the target attribute and examine it's value.
|
HTMLAnchorElement12.js | 80 Retrieve the type attribute and examine its value.
|
HTMLAppletElement01.js | 81 Retrieve the align attribute and examine its value.
|
HTMLAppletElement02.js | 81 Retrieve the alt attribute and examine its value.
|
HTMLAppletElement03.js | 80 Retrieve the archive attribute and examine its value.
|
HTMLAppletElement04.js | 80 Retrieve the code attribute and examine its value.
|
HTMLAppletElement05.js | 80 Retrieve the codeBase attribute and examine its value.
|
HTMLAppletElement06.js | 80 Retrieve the height attribute and examine its value.
|
HTMLAppletElement07.js | 81 Retrieve the hspace attribute and examine it's value.
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLCollection04.js | 82 first TABLE element and examine its length, then add a new row and 83 re-examine the length.
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_nodedocumentfragmentnodetype.js | 82 examine the NodeType of the document fragment
|