HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 201 - 225 of 434) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 330 * queue so that a node may branch to more than one child
390 * Pushes one or more functions onto the stack. These will be run in sequence,
511 // more useful to be able to use var values in attribute value
530 // better if this would have more necessity to it.
638 // are only needed if there are more array values than template
829 * is used, it takes more than 10% of the time.
    [all...]
  /external/flac/libFLAC/ppc/as/
lpc_asm.s 49 ; these should be fast; the inner loop is unrolled (it takes no more than
55 ; and there may be a somewhat more clever way to do the outer loop
58 ; this issue, and there may be a more elegant method
  /external/flac/libFLAC/ppc/gas/
lpc_asm.s 51 # these should be fast; the inner loop is unrolled (it takes no more than
57 # and there may be a somewhat more clever way to do the outer loop
60 # this issue, and there may be a more elegant method
  /external/skia/src/animator/
SkAnimatorScript.cpp 401 bool more = true; local
406 more = false;
415 } while (more);
  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java     [all...]
  /external/blktrace/btt/doc/
btt.tex 15 % GNU General Public License for more details.
437 incoming IO requests, for more information see section~\ref{sec:qhist}.
440 of IO requests submitted to lower layer drivers, for more information
452 copied to another file that is \emph{more easily parsed.} Refer to
473 Section~\ref{sec:o-u} has more details.
    [all...]
  /external/libvpx/
vpxenc.c 328 const size_t more = (left < needed) ? left : needed; local
329 memcpy(ptr, detect->buf + detect->position, more);
330 buf_position = more;
331 needed -= more;
332 detect->position += more;
372 /* See write_ivf_file_header() for more documentation on the file header
    [all...]
  /external/iproute2/doc/
ip-cref.tex 35 More voluminous examples and some topics, which require more elaborate
60 --- output more information. If the option
61 appears twice or more, the amount of information increases.
373 to make it more intelligible.
523 If the \verb|-s| option is entered twice or more,
524 \verb|ip| prints more detailed statistics on receiver
632 contains more details on address scopes.
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 726 .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
1160 zoom:1; /* IE, otherwise, layout doesn't update when showing 'more' */
1223 ul.videoPreviews span.more {
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-core.css 595 .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
1030 zoom:1; /* IE, otherwise, layout doesn't update when showing 'more' */
1093 ul.videoPreviews span.more {
  /external/chromium/chrome/browser/resources/keyboard/
main.js 47 * Convenience function to make the keyboard data more readable.
288 this.modeElements_[mode].textContent = 'more';
555 // TODO(bryeung): the spacebar needs to be a little bit more stretchy,
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 156 // source IDs to get a more intuitive ordering.
270 * the parameter, to negate it. Before is more natural, after
271 * allows more convenient toggling.
  /external/blktrace/doc/
blktrace.tex 14 % GNU General Public License for more details.
338 of the more arcane command line options:
349 more filter masks via the \emph{-a} option.
511 -v & --verbose & More verbose marginal on marginal errors \\ \hline
593 \emph{a} & Action, a (small) string (1 or 2 characters) -- see table below for more details \\ \hline
596 \emph{d} & RWBS field, a (small) string (1-3 characters) -- see section below for more details \\ \hline
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 16 GNU General Public License for more details.
118 General Public License for more details.
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 23 General Public License for more details.
146 over their entire lifetime, and have no more than 2^46 timestamp
176 like an OK tradeoff. If more than 256k threads need to be
269 thread, since each ULong_n_EC record is 16 bytes long. When more
291 any more memory references done by this thread. */
530 of 2 and must be 8 or more. Hence an easy way to initialise the
4670 Word more; local
4690 Word more; local
    [all...]
  /external/bison/data/
glr.cc 14 # GNU General Public License for more details.
  /external/chromium/net/spdy/
spdy_framer.cc 29 // for more details.
1238 bool more = true; local
    [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 83 // No more characters left?
93 // No more characters left?
118 // No more characters left?
129 // No more characters left?
147 // No more characters left?
155 // No more characters left?
224 // If so, don't do any more processing.
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 216 <li>For more information on incremental vs. sort key comparison, the importance
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 184 | {many} command [more]:command+
185 {->New command.multiple([command.command, more.command])}
  /build/core/
cleanbuild.mk 50 # cleanspec.mk is outside of the core directory so that more people
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 234 href="<?cs var:toroot ?>sdk/preview/start.html">Getting Started</a> document for more information
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 392 inspected with names in place of type values are more meaningful to a developer.
402 when tokens are created. However, doing so would make tokens take up more space
421 1. define a customized token class (more on that below)
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
upload_page.js 104 * Adds more files to upload.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 62 // Reprocessing with dropped data, once more.

Completed in 1615 milliseconds

1 2 3 4 5 6 7 891011>>