HomeSort by relevance Sort by last modified time
    Searched full:many (Results 701 - 725 of 3528) sorted by null

<<21222324252627282930>>

  /external/jdiff/src/jdiff/
DiffMyers.java 560 If a line matches many lines, mark it as provisionally discardable.
571 int many = 5; local
574 /* Multiply MANY by approximate square root of number of lines.
577 many *= 2;
587 else if (nmatch > many)
613 Count how many are provisionally discardable. */
  /external/libpng/
example.c 46 * has read that many bytes from the start of the file. Make sure you
49 * many bytes (your fault), or you are telling libpng to read the wrong
52 * Many applications already read the first 2 or 4 bytes from the start
181 * optional. Only call them if you want/need them. Many of the
182 * transformations only work on specific types of images, and many
625 * image info living in the structure. You could "|" many
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 208 * @param stepCount How many move steps to include in the drag
226 * @param stepCount How many move steps to include in the drag
446 * @param stepCount How many move steps to include in the drag
472 * @param stepCount How many move steps to include in the drag
740 * @param stepCount How many move steps to include in the drag
760 * @param stepCount How many move steps to include in the drag
  /dalvik/libcore/luni/src/main/java/java/io/
Reader.java 34 * Many specialized readers for purposes like reading from a file already exist
81 * indicates how many characters can be read before the mark is invalidated.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
SerializerTraceWriter.java 57 /** The size of the internal buffer, just to keep too many
69 * How many bytes have been collected and still need to go to trace
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueParser.java 25 * This software consists of voluntary contributions made by many
68 * can be many instances of the class itself and of derived classes.
BasicLineFormatter.java 25 * This software consists of voluntary contributions made by many
70 * be many instances of the class itself and of derived classes.
HeaderValueParser.java 25 * This software consists of voluntary contributions made by many
149 * Many HTTP/1.1 header field values consist of words separated
  /external/bluetooth/glib/docs/reference/glib/
glib-docs.sgml 97 GLib is a general-purpose utility library, which provides many useful data
99 loop abstraction, and so on. It works on many UNIX-like platforms, Windows,
  /external/bluetooth/glib/docs/reference/glib/tmpl/
memory_chunks.sgml 171 but it obviously wastes memory if you no longer need many of the atoms.
234 but it obviously wastes memory if you no longer need many of the atoms.
memory_slices.sgml 22 slab allocator to many cpu's and arbitrary resources. USENIX 2001
24 It uses posix_memalign() to optimize allocations of many equally-sized
  /external/bzip2/
README 161 * Many small improvements in file and flag handling.
187 if you have any suggestions or queries. Many people mailed me with
  /external/dnsmasq/src/
log.c 358 to save collecting too many log messages during a select loop. */
364 so that the cache dump becomes mainly a count of how many lines
  /external/dropbear/libtommath/mtest/
mpi.h 76 mp_size alloc; /* how many digits allocated */
77 mp_size used; /* how many digits used */
  /external/elfutils/doc/
elfutils.sgml 42 user can add as many sections as wanted to a section and they
61 content or type, and many things more. This is also true for
  /external/gtest/include/gtest/
gtest-typed-test.h 64 // Then, use TYPED_TEST() instead of TEST_F() to define as many typed
115 // Then, use TYPED_TEST_P() to define as many type-parameterized tests
  /external/icu4c/common/
ucnv_cnv.h 85 * The toUnicodeWithOffsets must write exactly as many offset values as target
214 * Many converter types need to define only a subset of the functions;
  /external/netcat/
stupidh 4 ## a sample .h file to stdout containing [too many of] the right things.
6 ## This takes a while to run, because it checks so many things.
  /external/opencore/protocols/rtp_payload_parser/rfc_3640/src/
rfc3640_payload_parser.cpp 130 // Many of OsclRefCounterMemFrag's member functions
150 // Many functions calls inside this for loop may Leave because of an
  /external/openssl/crypto/rc4/asm/
rc4-ia64.S 86 (p6) br.ret.spnt.many b0 };; // emergency exit
158 br.ret.sptk.many b0 };;
  /external/quake/quake/src/QW/docs/
readme.qwcl 94 It should run on many different hardward OpenGL implementations under
122 Default is 320x200. It works in 16bit modes, but it's slower (twice as many
  /external/quake/quake/src/WinQuake/docs/
INSTALL 105 It should run on many different hardward OpenGL implementations under
133 Default is 320x200. It works in 16bit modes, but it's slower (twice as many
INSTALL.Quake 105 It should run on many different hardward OpenGL implementations under
133 Default is 320x200. It works in 16bit modes, but it's slower (twice as many
  /external/webkit/JavaScriptCore/wtf/
TCPageMap.h 192 // How many bits should we consume at each interior level
196 // How many bits should we consume at leaf level
  /external/webkit/WebCore/platform/graphics/
BitmapImage.h 258 int m_repetitionCount; // How many total animation loops we should do. This will be cAnimationNone if this image type is incapable of animation.
260 int m_repetitionsComplete; // How many repetitions we've finished.

Completed in 258 milliseconds

<<21222324252627282930>>