Home
last modified time | relevance | path

Searched refs:howto (Results 1 – 25 of 28) sorted by relevance

12

/external/python/cpython2/Doc/tools/
Dsusp-ignored.csv14 howto/cporting,,:encode,"if (!PyArg_ParseTuple(args, ""O:encode_object"", &myobj))"
15 howto/cporting,,:say,"if (!PyArg_ParseTuple(args, ""U:say_hello"", &name))"
16 howto/curses,,:black,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
17 howto/curses,,:blue,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
18 howto/curses,,:cyan,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
19 howto/curses,,:green,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
20 howto/curses,,:magenta,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
21 howto/curses,,:red,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
22 howto/curses,,:white,"7:white."
23 howto/curses,,:yellow,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
[all …]
/external/syslinux/gpxe/src/util/
Delf2efi.c463 reloc_howto_type *howto = rel->howto; in process_reloc() local
472 } else if ( strcmp ( howto->name, "R_X86_64_64" ) == 0 ) { in process_reloc()
475 } else if ( ( strcmp ( howto->name, "R_386_32" ) == 0 ) || in process_reloc()
476 ( strcmp ( howto->name, "R_X86_64_32" ) == 0 ) ) { in process_reloc()
479 } else if ( strcmp ( howto->name, "R_386_16" ) == 0 ) { in process_reloc()
482 } else if ( ( strcmp ( howto->name, "R_386_PC32" ) == 0 ) || in process_reloc()
483 ( strcmp ( howto->name, "R_X86_64_PC32" ) == 0 ) ) { in process_reloc()
488 eprintf ( "Unrecognised relocation type %s\n", howto->name ); in process_reloc()
/external/javassist/src/main/javassist/
DCtNewConstructor.java308 CtClass[] exceptions, int howto, in make() argument
314 howto, body, cparam, declaring); in make()
/external/python/cpython2/Doc/
Dcontents.rst16 howto/index.rst
/external/llvm/docs/tutorial/
Dindex.rst47 …ting LLVM Integrated Assembler`: http://www.embecosm.com/appnotes/ean10/ean10-howto-llvmas-1.0.html
/external/bzip2/
Dbzip.css36 /* ------ styles for docs|manuals|howto ------ */
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/
Drcu-test-image.txt39 http://www.landley.net/writing/rootfs-howto.html
/external/syslinux/gpxe/
DREADME45 project website at http://etherboot.org/ , particularly the "howto" section.
/external/shflags/doc/
Drst2html.css11 See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
/external/squashfs-tools/
DACKNOWLEDGEMENTS135 Artemiy I. Pavlov has written a useful LDP mini-howto for Squashfs
/external/python/cpython2/Doc/howto/
Dcporting.rst3 .. _cporting-howto:
Dpyporting.rst1 .. _pyporting-howto:
17 please see :ref:`cporting-howto`.
Dwebservers.rst144 <http://httpd.apache.org/docs/2.2/howto/cgi.html>`_ tutorial, where everything
310 <https://docs.djangoproject.com/en/dev/howto/deployment/wsgi/>`_, most of
Durllib2.rst1 .. _urllib-howto:
Dcurses.rst1 .. _curses-howto:
Dsockets.rst1 .. _socket-howto:
Dunicode.rst10 <https://docs.python.org/3/howto/unicode.html>.
Dregex.rst1 .. _regex-howto:
/external/valgrind/docs/
DREADME256 excellent on-line howto reference:
/external/ltp/
DINSTALL236 For more info about howto run network.sh see testcases/network/README.md.
/external/python/cpython2/Doc/whatsnew/
D2.0.rst936 http://pyxml.sourceforge.net/topics/howto/xml-howto.html.
/external/python/cpython2/Doc/library/
Durllib2.rst959 :ref:`urllib-howto`.
Dsocket.rst734 information on this concept, consult the :ref:`socket-howto`.
Dre.rst58 information and a gentler presentation, consult the :ref:`regex-howto`.
Dcurses.rst47 :ref:`curses-howto`

12