Home
last modified time | relevance | path

Searched refs:reformatted (Results 1 – 15 of 15) sorted by relevance

/external/bison/build-aux/
Dupdate-copyright36 # new year and it is reformatted to:
104 # is reformatted even if it does not need updating for the new
106 # statements are reformatted.
109 # reformatted FSF copyright statement is collapsed to a single
111 # copyright year intervals in a reformatted FSF copyright statement
/external/python/cpython2/Doc/library/
Dcompiler.rst554 In the interactive interpreter session below, I have reformatted the long AST
Dmailbox.rst635 original headers that have been reformatted or abridged to be more
/external/squashfs-tools/
DCHANGES467 5. Mksquashfs help information reformatted and reorganised.
/external/python/cpython2/Lib/idlelib/
DChangeLog709 Read the comments (which I reformatted using the new feature :-)
714 reformatted some comment blocks to show off a cool feature I'm about
DNEWS.txt794 width is again a bound on the total width of reformatted lines.
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c8929 UInt reformatted = INSN(23,0); in decode_NEON_instruction_ARMv7_and_below() local
8930 reformatted |= (((UInt)INSN(28,28)) << 24); // U bit in decode_NEON_instruction_ARMv7_and_below()
8931 reformatted |= (((UInt)BITS7(1,1,1,1,0,0,1)) << 25); in decode_NEON_instruction_ARMv7_and_below()
8932 return dis_neon_data_processing(reformatted, condT); in decode_NEON_instruction_ARMv7_and_below()
8944 UInt reformatted = INSN(23,0); in decode_NEON_instruction_ARMv7_and_below() local
8945 reformatted |= (((UInt)BITS8(1,1,1,1,0,1,0,0)) << 24); in decode_NEON_instruction_ARMv7_and_below()
8946 return dis_neon_load_or_store(reformatted, isT, condT); in decode_NEON_instruction_ARMv7_and_below()
/external/icu/icu4c/source/data/unidata/norm2/
Dnfkc_cf.txt12 # and reformatted into syntax for the gennorm2 Normalizer2 data generator tool.
Duts46.txt12 # This file has been reformatted into syntax for the
/external/python/cpython2/Doc/whatsnew/
D2.3.rst1488 string, reformatted to fit into lines no longer than the chosen width. (As you
/external/openssh/
DChangeLog6922 shorter, i've reformatted the block to sync with the man (80 cols) and saved
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/brotli/tests/testdata/
Dlcet10.txt2264 the assumption that in the future the image can be reformatted in any
/external/curl/
DCHANGES.04162 - Cleaned up and reformatted the TODO document to look like the FAQ and
/external/strace/
DChangeLog31856 Also, reformatted ARM code in get_scno(), mostly improved comments,