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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp 423 // OPTIMIZATION: if there are three or more identical Ts, then
510 int more = 1; local
511 while (fTs.end() - &span[more - 1] > 1 && AlmostEqualUlps(span[more].fPt, span->fPt)) {
512 if (span[more - 1].fDone) {
515 double tEndInterval = span[more].fT - newT;
517 if ((span->fTiny = span[more].fTiny)) {
530 span[more - 1].fSmall = true;
531 bool tiny = span[more].fPt == span->fPt;
532 span[more - 1].fTiny = tiny
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 423 // OPTIMIZATION: if there are three or more identical Ts, then
510 int more = 1; local
511 while (fTs.end() - &span[more - 1] > 1 && AlmostEqualUlps(span[more].fPt, span->fPt)) {
512 if (span[more - 1].fDone) {
515 double tEndInterval = span[more].fT - newT;
517 if ((span->fTiny = span[more].fTiny)) {
530 span[more - 1].fSmall = true;
531 bool tiny = span[more].fPt == span->fPt;
532 span[more - 1].fTiny = tiny
    [all...]
  /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/ceres-solver/jni/
Android.mk 35 # core libraries. If you need a more complete Ceres build, consider using the
45 # more definitions to the C compiler.
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.css 329 .profile-is-managed .more-extensions-link {
339 .sideload-wipeout-learn-more {
  /external/chromium_org/chrome/browser/resources/network_speech_synthesis/
tts_extension.js 144 // be used directly. This is only used for languages where more
194 * more specific callback like 'interrupted' when sending it to the
  /external/chromium_org/chrome/browser/resources/
sync_setup_overlay.css 233 #learn-more-link {
237 html[dir='rtl'] #learn-more-link {
  /external/chromium_org/net/cert/
x509_cert_types_mac.cc 161 // We don't expect to have more than one CN, L, S, and C.
  /external/chromium_org/third_party/lcov/bin/
genpng 13 # General Public License for more details.
151 For more information see: $lcov_url
  /external/chromium_org/tools/perf/metrics/
media.js 113 // Playing event can fire more than once if seeking.
120 // TODO(shadi): Measure buffering time more accurately using events such as
  /external/chromium_org/v8/test/cctest/
log-eq-of-logging-and-traversal.js 146 // expecting more functions in traversal vs. logging.
147 // Since we don't track code deletions, logging can also report more entries
  /external/chromium_org/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/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/TableGen/
tdtags 14 # files for target .td files. Run tdtags -H for more documentation.
61 With the '-x' option, $SELF produces one or more tags files for a
73 because ctags(1) handling is more capable.
  /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.

Completed in 2606 milliseconds

1 2 3 4 5 6 7 8 91011>>