HomeSort by relevance Sort by last modified time
    Searched refs:examine (Results 1 - 18 of 18) sorted by null

  /external/dropbear/
queue.h 46 void *examine(struct Queue* queue);
queue.c 63 void *examine(struct Queue* queue) { function
packet.c 59 writebuf = (buffer*)examine(&ses.writequeue);
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
actions_unittests.js 36 view: new ui.actions.Examine(),
37 text: 'Examine',
38 event: 'examine'
51 var examine = new ui.actions.Examine();
52 $(examine).bind('examine', function() {
53 ok('Examine triggered.');
55 $(examine).trigger('click');
  /external/zlib/src/examples/
enough.c 10 Prune examine() search on previously visited states
23 Examine all possible Huffman codes for a given number of symbols and a
317 /* Examine all possible codes from the given node (syms, len, left). Compute
322 local void examine(int syms, int len, int left, int mem, int rem) function
382 /* examine codes from here, updating table space as we go */
385 examine(syms - use, len + 1, (left - use) << 1,
423 examine(n, root + 1, left, 1 << root, 0);
428 examine((n - left) << 1, root + 1, (n - left) << 1,
437 Examine and show the total number of possible Huffman codes for a given
447 To count and examine Huffman codes that are not length-limited, provide
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 325 OBJECT-REGEXP is a regular expression matching the objects to examine.
348 OBJECT-REGEXP is a regular expression matching the objects to examine.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 325 OBJECT-REGEXP is a regular expression matching the objects to examine.
348 OBJECT-REGEXP is a regular expression matching the objects to examine.
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 325 OBJECT-REGEXP is a regular expression matching the objects to examine.
348 OBJECT-REGEXP is a regular expression matching the objects to examine.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 325 OBJECT-REGEXP is a regular expression matching the objects to examine.
348 OBJECT-REGEXP is a regular expression matching the objects to examine.
  /external/e2fsprogs/
e2fsprogs.spec 23 (used to examine the internal structure of a filesystem, to manually
  /dalvik/vm/
Dvm.mk 64 # add some extra stuff to make it easier to examine with GDB
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 780 /** Same as a normal DFA state except that we don't examine
    [all...]
  /external/flac/libFLAC/ppc/as/
lpc_asm.s 57 ; the branch mechanism may prevent dynamic loading; I still need to examine
  /external/flac/libFLAC/ppc/gas/
lpc_asm.s 59 # the branch mechanism may prevent dynamic loading; I still need to examine
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 210 * @param {!Element} element The parent element to examine.
  /external/chromium_org/v8/test/mjsunit/harmony/
object-observe.js     [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
libtool.m4     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 1301 milliseconds