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

1 2 3 4 56 7 8 91011>>

  /external/v8/test/mjsunit/
debug-liveedit-3.js 32 // hasen't been changed. However actually function became one level more nested
debug-multiple-breakpoints.js 51 // and that when the last break point is removed no more debug break events
debug-referenced-by.js 44 // Add some more references from simple objects and arrays.
  /external/v8/test/mjsunit/regress/
regress-1122.js 29 // that function calls with more arguments throw an exception. Apply a
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisequalnode13.js 80 Element Node are not equal. Now import it once more with deep=true and using isEqual
  /external/webkit/Tools/DumpRenderTree/qt/
fonts.conf 121 case, a more generic font with different metrics but better appearance
  /ndk/sources/cxx-stl/stlport/
Android.mk 57 #It is much more practical to include the sources of GAbi++ in our builds
  /ndk/sources/host-tools/make-3.81/w32/subproc/
build.bat 30 rem A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragment.java 84 * This class has more call backs than {@link MessageViewFragmentBase}.
220 mMoreButton = UiUtilities.getViewOrNull(view, R.id.more);
424 case R.id.more: {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 50 DeviceView_Unable_Create_HPROF_For_Application=Unable to create HPROF file for application '%1$s'.\n\n%2$s Check logcat for more information.
  /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";
  /development/build/tools/
mk_sdk_repo_xml.sh 31 There can be more than one zip for the same type
  /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/bison/data/
location.cc 15 # GNU General Public License for more details.
  /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/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.12/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.12/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

Completed in 865 milliseconds

1 2 3 4 56 7 8 91011>>