HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 251 - 275 of 781) sorted by null

<<11121314151617181920>>

  /external/v8/test/cctest/
log-eq-of-logging-and-traversal.js 142 // expecting more functions in traversal vs. logging.
143 // Since we don't track code deletions, logging can also report more entries
  /external/v8/test/mjsunit/
debug-listbreakpoints.js 38 // its line numbers will not change should we add more lines of test code
153 // Set some more breakpoints, and clear them in various orders:
  /external/valgrind/main/cachegrind/
cg_annotate.in 21 # General Public License for more details.
152 --threshold=<0--20> a function is shown if it accounts for more than x% of
653 # Issue a warning that the source file is more recent than the input file.
662 @ Source file '$src_file' is more recent than input file '$input_file'.
780 # If $src_file more recent than cachegrind.out, issue warning
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 75 # optimized some more by Vince Weaver
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_neon.S 104 @ Process two more samples:
126 @ If there's still one more sample, process it here.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 98 ;load alpha1,beta1 somewhere to avoid more loads
  /packages/apps/Browser/src/com/android/browser/
NavScreen.java 122 mMore = (ImageButton) findViewById(R.id.more);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rex.h 137 tchars more; member in struct:rex_ttymode
yp.h 155 bool_t more; member in struct:ypresp_all
yp_prot.h 49 * union switch (bool_t more) {
123 YP_NOMORE = 2, /* No more entries in map */
339 bool_t more; member in struct:ypresp_all
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rex.h 137 tchars more; member in struct:rex_ttymode
yp.h 155 bool_t more; member in struct:ypresp_all
yp_prot.h 49 * union switch (bool_t more) {
123 YP_NOMORE = 2, /* No more entries in map */
339 bool_t more; member in struct:ypresp_all
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rex.h 137 tchars more; member in struct:rex_ttymode
yp.h 155 bool_t more; member in struct:ypresp_all
yp_prot.h 49 * union switch (bool_t more) {
123 YP_NOMORE = 2, /* No more entries in map */
339 bool_t more; member in struct:ypresp_all
  /external/chromium_org/third_party/x86inc/
x86inc.asm 40 ; a more recent original, or switching to using third_party/ffmpeg's version of
134 ; we need more flexible macro.
187 ; t# defines for when per-arch register allocation is more complex than just function arguments
635 ; change everything that follows. For more complex macros I may also have multiple
658 %macro SWAP 2-* ; swaps a single chain (sometimes more concise than pairs)
  /external/libpng/
CHANGES 25 made various names more consistent
75 added more medium model code (almost everything's a far)
116 added more error checking for writing and image to reduce invalid files
170 more description of info_struct in libpng.txt and png.h
171 more instructions in example.c
172 more chunk types tested in pngtest.c
188 added more debugging info
197 added more typecasts. 65536L becomes (png_uint_32)65536L, etc. (Glenn R-P)
204 added more conditions for png_do_background, to avoid changing
246 More type casting. Removed erroneous overflow test in pngmem.c
    [all...]
  /external/mksh/src/
misc.c 113 Xcheck_grow(XString *xsp, const char *xp, size_t more)
117 if (more < xsp->len)
118 more = xsp->len;
120 checkoktoadd(more, xsp->len + X_EXTRA);
121 xsp->beg = aresize(xsp->beg, (xsp->len += more) + X_EXTRA, xsp->areap);
755 /* matches one or more times */
757 /* matches zero or more times */
1424 /* no more components left? */
1428 /* more components left? fall through */
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 553 learnMoreLinkText.id = 'learn-more-text';
554 learnMoreLinkText.className = 'keyboard-overlay-learn-more-text';
687 * Handles click events of the learn more link.
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 53 | | | software | more suitable to link statically in |
66 code is more likely to compile out-of-the-box with glibc.
388 See :ref:`Debugging <devcycle-debugging>` for more information.
  /external/libppp/src/
ipcp.c 822 fp->more.reqs = fp->more.naks = fp->more.rejs = ipcp->cfg.fsm.maxreq * 3;
966 fp->more.reqs = fp->more.naks = fp->more.rejs = ipcp->cfg.fsm.maxreq * 3;
    [all...]
lcp.c 560 fp->more.reqs = fp->more.naks = fp->more.rejs = lcp->cfg.fsm.maxreq * 3;
582 fp->more.reqs = fp->more.naks = fp->more.rejs = lcp->cfg.fsm.maxreq * 3;
    [all...]
  /external/libvorbis/lib/
vorbisfile.c 33 /* A 'chained bitstream' is a Vorbis bitstream that contains more than
62 /* read a little more data from the file/pipe into the ogg_sync framer
80 /* save a tiny smidge of verbosity to make the code more readable */
98 if the function is allowed to fetch more data from the stream (and
112 long more; local
115 more=ogg_sync_pageseek(&vf->oy,og);
117 if(more<0){
119 vf->offset-=more;
121 if(more==0){
122 /* send more paramedics *
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 19 * matched a token. Prevents generation of more than one error message

Completed in 2218 milliseconds

<<11121314151617181920>>