HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 276 - 300 of 511) sorted by null

<<11121314151617181920>>

  /ndk/build/core/
build-local.mk 58 # On Windows, defining host-dir-parent is a bit more tricky because the
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 489 boolean more = mScroller.computeScrollOffset();
491 if (more) {
820 break; // Nothing more the scan.
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumPage.java 179 boolean more = mResumeEffect.draw(canvas);
180 if (!more) {
184 // We want to render one more time even when no more effect
  /external/bison/build-aux/
texinfo.tex 20 % General Public License for more details.
50 % Sometimes one run after texindex suffices, and sometimes you need more
216 \tracinglostchars2 % 2 gives us more in etex
222 \ifx\eTeXversion\thisisundefined\else % etex gives us more logging
229 \tracingcommands3 % 3 gives us more in etex
241 % we did was a \nobreak, we don't want to insert more space.
643 % threshold for doing this is if the group is more than \vfilllimit
678 % \dimen2 is how much space is left on the page (more or less).
721 % main vertical list is 10000 or more. But in order to see if the
766 % paragraph. For more general purposes, use the \margin insertio
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 386 const size_t more = (left < needed) ? left : needed; local
387 memcpy(ptr, detect->buf + detect->position, more);
388 buf_position = more;
389 needed -= more;
390 detect->position += more;
431 /* See write_ivf_file_header() for more documentation on the file header
    [all...]
  /external/grub/docs/
texinfo.tex 20 % General Public License for more details.
52 % Sometimes one run after texindex suffices, and sometimes you need more
202 % change spans more than two lines of output. To handle that, we would
203 % have adopt a much more difficult approach (putting marks into the main
239 \tracinglostchars2 % 2 gives us more in etex
245 \ifx\eTeXversion\undefined\else % etex gives us more logging
252 \tracingcommands3 % 3 gives us more in etex
257 % we did was a \nobreak, we don't want to insert more space.
675 % threshold for doing this is if the group is more than \vfilllimit
710 % \dimen2 is how much space is left on the page (more or less)
    [all...]
  /external/mksh/src/
sh.h 439 * Make MAGIC a char that might be printed to make bugs more obvious, but
    [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2.s 13 ; See http://devresource.hp.com/ for more details on the PA-RISC
235 CMPIB,<= 2,num,bn_mul_add_words_unroll2 ; go again if more to do
599 ; If 2 or more numbers do the loop
675 ; If 2 or more numbers do the loop
    [all...]
pa-risc2W.s 7 ; See http://devresource.hp.com/ for more details on the PA-RISC
227 CMPIB,<= 2,num,bn_mul_add_words_unroll2 ; go again if more to do
588 ; If 2 or more numbers do the loop
664 ; If 2 or more numbers do the loop
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowStateAnimator.java 241 final boolean more = mAnimation.getTransformation(currentTime, mTransformation);
244 ": more=" + more + ", xform=" + mTransformation);
245 return more;
249 // there is more animation to run.
    [all...]
  /external/bison/data/
glr.c 15 # GNU General Public License for more details.
    [all...]
  /external/jpeg/
ltmain.sh 15 # General Public License for more details.
36 help="Try \`$progname --help' for more information."
56 echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
62 echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
217 help="Try \`$modename --help --mode=$mode' for more information."
972 echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
    [all...]
  /external/libffi/src/mips/
o32.S 250 # Store all possible argument registers. If there are more than
  /external/libvorbis/doc/
08-residue.tex 59 single pass through the residue vector, but more often efficient
61 sum of several passes through the residue vector using more than one
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 29 # See docs for more configuration options.
563 # only used for em-dashes. Second, em-dashes are more
  /external/openssh/contrib/redhat/
openssh.spec 600 - remove build dependency on rsh to match openssh.com's packages more closely
626 - Tweak the init script to match the CVS contrib script more closely.
650 - More gettextizing.
651 - Close all files after going into daemon mode (needs more testing).
728 - Try to handle obsoletion of ssh-server more cleanly. Package names
  /external/openssl/crypto/
sparccpuid.S 255 ! Numbers for T2 and SPARC64 V-VII are more than welcomed.
  /external/qemu/distrib/jpeg-6b/
ltmain.sh 15 # General Public License for more details.
36 help="Try \`$progname --help' for more information."
56 echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
62 echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
217 help="Try \`$modename --help --mode=$mode' for more information."
972 echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
    [all...]
  /external/qemu/
monitor.c     [all...]
  /external/quake/
NOTICE 11 GNU General Public License for more details.
161 years, to give any third party, for a charge no more than your
325 GNU General Public License for more details.
359 consider it more useful to permit linking proprietary applications with the
506 years, to give any third party, for a charge no more than your
    [all...]
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 346 ASSERT( sizeof( iword[0]) == sizeof(char)); // else more code to write!
507 /* 3. now do more internal cross refs */
    [all...]
  /external/v8/src/
runtime.js 363 // ECMA-262, section 11.8.6, page 54. To make the implementation more
442 // that takes care of more eventualities.
  /external/v8/test/mjsunit/
debug-scopes.js 995 'one or more tests did not enter the debugger');
997 'one or more tests did not have its result checked');
regexp.js 528 // More iterations increases the chance of hitting a GC.
576 // And one more time, just to be certain.
598 // And one more time, just to be certain.
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 43 # optimized some more by Vince Weaver

Completed in 2066 milliseconds

<<11121314151617181920>>