Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 1620) sorted by relevance

12345678910>>...65

/external/bzip2/
Dbzmore10 *less) more=less ;;
11 *) more=more ;;
37 bzip2 -cdfq | eval $more
55 bzip2 -cdfq "$FILE" | eval $more
/external/doclava/src/com/google/doclava/
DAttrTagInfo.java61 String more = m.group(2); in parse() local
64 String ref = more.trim(); in parse()
77 m = NAME_TEXT.matcher(more); in parse()
79 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr name tag: " + more); in parse()
86 mDescrComment = new Comment(more, base, position); in parse()
/external/netcat/
DChangelog25 added random mode, which necessitated more main() logic cleanups
44 put "sent/rcvd" typeout more places, still only if -v -v
52 wrote_txt and more calls to print sent/rcvd
59 moved retry-count test ahead of this. Makes multimode work much more
82 genned up some more data dumps: pmap-mnt.d, showmount.d,
96 more doc tweaks
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp1.txt21 more or less happily with the absurd rules for "to be" (am, are, is, been,
41 is just much more familiar and clear to people than anything new you
43 make function pointers easier but makes arrays much more difficult seems
49 I absolutely agree. But the question is, what is more clear and concise?
51 syntax that they have never seen that has a more logical structure. I think
57 P.S. Also, while I agree that most your syntax is more logical, there is
D2001-02-06-TypeNotationDebateResp4.txt6 > more or less happily with the absurd rules for "to be" (am, are, is, been,
47 > is just much more familiar and clear to people than anything new you
64 > make function pointers easier but makes arrays much more difficult seems
69 above does not make arrays any more difficult to use, and makes the
70 structure of types much more obvious than the "c way".
75 > I absolutely agree. But the question is, what is more clear and concise?
77 > syntax that they have never seen that has a more logical structure. I think
D2000-11-18-EarlyDesignIdeasResp.txt43 > different. Architects and many compiler people care much more about
44 > the second question. The Java compiler and OS community care much more
47 3. By focusing on a more low level virtual machine, we have much more room
49 on top of it. It also lets us focus on the more interesting compilers
100 > c. How do we get more high-level information into the VM while keeping
116 the runtime compiler much more interesting: it can do interprocedural
139 to use... more later...
158 2. SMP is becoming much more common, especially in the server space.
171 Heh... :) Well, from a pure research point of view, it is almost more
188 I think it makes sense to do so when we get our ideas more formalized and
[all …]
D2001-01-31-UniversalIRIdea.txt6 I have a budding idea about making LLVM a little more ambitious: a
35 implemented on top of LLVM a bit more. That might give us clues on how to
36 structure LLVM to support one or more language VMs.
/external/markdown/tests/misc/
Dmismatched-tags.txt1 <p>Some text</p><div>some more text</div>
3 and a bit more
/external/jpeg/
Dansi2knr.c327 char *more; local
382 more = ++line;
387 switch ( *skipspace(more, 1) )
392 fputs(more, out);
403 strcpy(buf, more);
/external/chromium/testing/gmock/
DCHANGES33 explanations more directly and efficiently.
55 * Works in more environments: Symbian and minGW, Visual C++ 7.1.
57 more dependency on Boost!).
72 * Improved the Google Mock doctor to diagnose more diseases.
82 * New feature: more container matchers.
DCMakeLists.txt6 # For more options, run 'ctest --help'.
76 # Google Mock libraries. We build them using more strict warnings than what
112 cxx_test(gmock-more-actions_test gmock_main)
134 cxx_test_with_flags(gmock-more-actions_no_exception_test "${cxx_no_exception}"
135 gmock_main_no_exception test/gmock-more-actions_test.cc)
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
Dfeed.js216 var more = document.createElement('a');
217 more.className = 'more';
218 more.innerText = moreStoriesLocale;
219 more.addEventListener('click', moreStories);
220 feed.appendChild(more);
/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
DREADME24 See the "Performance Considerations" section of flexdoc for more
37 wc3.l faster still; adds more rules to match longer runs of tokens
39 wc4.l fastest; still more rules added; hard to do much better
/external/valgrind/main/docs/internals/
Dxml-output.txt10 3.4.x series. However, there were some more significant changes in
53 This is in order that the output format is more controlled.
131 * There may be more than one <logfilequalifier> clause.
166 <line>Misc version/copyright text</line> (zero or more of)
202 <arg>TEXT</arg> (zero or more of)
206 <arg>TEXT</arg> (zero or more of)
216 * Zero or more of (either ERROR or ERRORCOUNTS).
227 * Zero or more ERRORs, each of which is a complaint from the
358 is one or more FRAMEs. The first is the innermost frame, the
362 one or more FRAME
[all …]
Dxml-output-protocol4.txt56 - the SUPPCOUNTS nonterminal now appears after the "Zero or more
59 - the abovementioned "Zero or more ERRORs" block now becomes
60 "Zero or more of (either ERROR or ERRORCOUNTS)".
138 <line>Misc version/copyright text</line> (zero or more of)
153 * Zero or more bindings of environment variable names to actual
175 <arg>TEXT</arg> (zero or more of)
179 <arg>TEXT</arg> (zero or more of)
193 * Zero or more of (either ERRORCOUNTS or TOOLSPECIFIC).
202 * Zero or more of (either ERRORCOUNTS or TOOLSPECIFIC). In Memcheck's
223 is one or more FRAMEs. The first is the innermost frame, the
[all …]
/external/elfutils/
DNEWS50 libebl: Recognize a few more section types and dynamic tags and return
77 elflint: add probably 10-15 more tests
118 libdw: yet more new code. dwarf_child and dwarf_sibling should now actually
145 Cleanups and more SPARC support by Tom Callaway <tcallaway@redhat.com>.
153 libelf: and yet more fun with endian tranformation at output time.
157 libelf: more fun with endian tranformation at output time. Add test for it.
164 libelf: add unlikely in some more places.
199 libelf: Make error handling more robust.
369 elflint: more tests on section groups. Improve performance on existing
455 more work on elflint
[all …]
/external/pcre/testdata/
Dtestinput1686 [\040\t]* )* # If comment found, allow more spaces.
714 [\040\t]* )* # If comment found, allow more spaces.
731 [\040\t]* )* # If comment found, allow more spaces.
757 [\040\t]* )* # If comment found, allow more spaces.
775 [\040\t]* )* # If comment found, allow more spaces.
798 [\040\t]* )* # If comment found, allow more spaces.
816 [\040\t]* )* # If comment found, allow more spaces.
839 [\040\t]* )* # If comment found, allow more spaces.
877 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] * # more "normal"
894 [\040\t]* )* # If comment found, allow more spaces.
[all …]
/external/iptables/extensions/
Dlibxt_u32.man29 no more than 10 of "\fB=\fP" (and 9 "\fB&&\fP"s) in the u32 argument
31 no more than 10 ranges (and 9 commas) per value
33 no more than 10 numbers (and 9 operators) per location
76 Example: (more realistic, hence more complicated)
101 times that plus a few more bits. \fB&3C\fP then eliminates the two extra bits
/external/grub/
DTODO12 Things in this file are ranked with one to three !; the more, the
20 * Add more --disable-FOO options to configure, so that you can create a
81 * Add more filesystems support (NTFS, etc.)
83 * Add more remote console support (parallel and net).
/external/bluetooth/glib/docs/reference/
DREADME2 for GLib. For more information about Glib,
56 need to regenerate the templates for a more recent
/external/llvm/lib/Target/MBlaze/
DTODO2 be examined more closely:
9 needs to be examined more closely:
/external/openssl/crypto/rc2/
Dversion19 does get used more, perhaps more people will look for weaknesses in
/external/oprofile/
DTODO71 o can say more in opcontrol --status
91 o oparchive will be more usefull with a --root= options to allow profiling
102 sample_container.h become more and more ugly, I needed to include them
105 think about metrics including simple like event alias mapped to two or more
107 of samples; more tricky will be to select an event used as call count (no
115 o we can add lots more unit tests yet
137 more likely to get problems with a "fallback to dynamic symbols" approch)
163 o can we find a more efficient implementation for sparse_array ?
187 o more discussion of problematic code needs to go in the "interpreting" section.
194 o We need a more dynamic structure to handle entries_address_ascending and
[all …]
/external/dropbear/libtommath/
Dchanges.txt32 -- Updated makefiles to be way more flexible
46 v0.34 -- Fixed two more small errors in mp_prime_random_ex()
68 -- Added more to the build options/configs in the manual
97 -- Added mp_prime_random_ex() which is a more versatile prime generator accurate to
101 … I've cleaned them all up to be a little more consistent [along with one bug fix] for this release.
222 …-- Fixed up etc/tune.c a bit to stop testing new cutoffs after 16 failures [to find more optimal p…
258 …-- Fixed up etc/tune.c to use a wider test range [more appropriate] also added a x86 based additio…
282 -- Beefed up the manual more.
309 v0.12 -- re-wrote the majority of the makefile so its more portable and will
312 file packagage any more. Instead of just adding "bn.c" you have to add
[all …]
/external/chromium/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_bridge.mm107 // more tests that are non-platform specific, we need to flesh out this
116 // more tests that are non-platform specific, we need to flesh out this
125 // more tests that are non-platform specific, we need to flesh out this

12345678910>>...65