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

1 2 3 4 5 67 8 91011>>

  /bionic/libc/bionic/
fts.c 161 * descriptor we run anyway, just more slowly.
622 * current path -- the inner loop allocates more path as necessary.
658 * No more memory for path or structures. Save
943 fts_palloc(FTS *sp, size_t more)
950 more += 256;
951 if (sp->fts_pathlen + more < sp->fts_pathlen) {
958 sp->fts_pathlen += more;
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 89 //if there are more results we're not showing, so say so.
94 c1.innerHTML = "plus " + (gMatches.length-ROW_COUNT) + " more";
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 56 - functions more as an internal signal, simillar to exception
387 In ANTLR terminology, a rule is composed of one or more _alternatives_,
423 match the body of the subrule one or more times. If it fails to match at least
539 A tree-rewrite rule requires one or more occurence of a symbol, but none
594 new "%s: attempted to change more than one node to root" % self
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 89 //if there are more results we're not showing, so say so.
94 c1.innerHTML = "plus " + (gMatches.length-ROW_COUNT) + " more";
  /external/harfbuzz_ng/
git.mk 23 # more files, add them to the GITIGNOREFILES variable in your Makefile.am.
62 # "include $(top_srcdir)/../git.mk". Add more ..'s to your taste.
  /external/linux-tools-perf/
builtin-top.c 242 int more; local
258 more = symbol__annotate_printf(symbol, syme->map, top.sym_evsel->idx,
264 if (more != 0)
265 printf("%d lines not displayed, maybe increase display entries [e]\n", more);
1046 "only display functions with more events than this"),
1064 "be more verbose (show counter open errors, etc)"),
  /external/llvm/utils/
codegen-diff 118 disassembler, but it might help you highlight the more egregious cases
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmxp2_32.asm 273 ; much more trouble to expand/coil the loop than I did, so theirs
276 ; (I think) a more accurate name..
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosASM.S 13 ; Library General Public License for more details.
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 102 @ 16 bits or the signal path should be increased to 18 bits or more.
ARM-E_interpolate_noloop_gnu.s 94 @ 16 bits or the signal path should be increased to 18 bits or more.
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 102 @ 16 bits or the signal path should be increased to 18 bits or more.
ARM-E_interpolate_noloop_gnu.s 94 @ 16 bits or the signal path should be increased to 18 bits or more.
  /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);
SnapshotBar.java 92 mOverflowMenu = 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

Completed in 395 milliseconds

1 2 3 4 5 67 8 91011>>