/frameworks/base/core/java/android/test/ |
FlakyTest.java | 34 * Indicates how many times a test can run and fail before being reported
|
/frameworks/base/core/res/ |
Android.mk | 24 # since these resources will be used by many apps.
|
/frameworks/base/media/libdrm/mobile1/include/objmng/ |
drm_decoder.h | 42 * \param srcLen source buffer length, and when return, give out how many bytes has been decoded
|
/frameworks/base/test-runner/src/android/test/ |
TestCase.java | 25 * <p>Just implementing Runnable is enough for many test cases. If you
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
CountingOutputStream.java | 23 * A simple OutputStream that does nothing but count how many bytes are written to it and
|
/dalvik/dx/src/com/android/dx/cf/code/ |
Machine.java | 49 * that many arguments. Also, clear the auxiliary arguments. 61 * indicating that there are now that many arguments. Also, clear 71 * in the arguments area, indicating that there are now that many 83 * area, indicating that there are now that many arguments. Also, 96 * area, indicating that there are now that many arguments. Also,
|
/external/webkit/WebKit/gtk/ |
NEWS | 38 - Crashes related to clipboard handling, which were hitting many 73 - Many bugfixes. 86 - Many a11y improvements. 104 - Many a11y improvements: caret browsing fixes, expose heading 108 - Many improvements to our media support. 111 - Many, many bugfixes all over the place. 128 allows us to run many more LayoutTests and make WebKitGTK+ more 191 - Many a11y improvements. 234 - Scrolling once again received a lot of love, and many subtl [all...] |
/external/zlib/ |
algorithm.txt | 68 input less than the length of longest code. It gets that many bits from the 70 code is that many bits or less and how many, and if it is, it will tell 74 How many bits to make the first lookup is a tradeoff between the time it 79 codes are replicated many times in such a table. What inflate() does is 109 symbols, you could have as many levels of lookups as is efficient. For 117 You may wonder: why not just have one lookup table for how ever many bits the 157 Each entry is what the bits decode as and how many bits that is, i.e. how 158 many bits to gobble. Or the entry points to another table, with the number of
|
/dalvik/libcore/xml/src/main/java/javax/xml/validation/ |
Schema.java | 31 * encouraged to share it across many parsers in many threads.
|
/external/bluetooth/glib/ |
README.commits | 3 GLib. This is a good thing, in that it encourages many people to work 5 large and complicated package that many other things depend on, so to
|
/external/bzip2/ |
README.COMPILATION.PROBLEMS | 22 bytes or above. Many older OSs can't handle files above this size, 23 but many newer ones can. Large files are pretty huge -- most files
|
/external/dbus/bus/ |
bus.h | 50 long max_incoming_bytes; /**< How many incoming message bytes for a single connection */ 51 long max_outgoing_bytes; /**< How many outgoing bytes can be queued for a single connection */
|
/external/kernel-headers/original/linux/ |
compiler.h | 120 * Many functions have no effects except the return value and their 144 * Many functions do not examine any values except their arguments,
|
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_tickcount.inl | 86 // how many ticks per second 96 // how many microseconds per tick
|
/external/openssl/crypto/ |
ia64cpuid.S | 8 br.ret.sptk.many b0 };; 30 br.ret.sptk.many b0 };;
|
/external/stlport/stlport/stl/config/ |
_warnings_off.h | 10 * we have to disable this warning as the string are used as data members type of many iostream classes. 34 //Many are only useful if warning level is set to 4.
|
/external/webkit/WebCore/platform/graphics/skia/ |
NativeImageSkia.cpp | 94 // If "too many" requests have been made for this bitmap, we assume that 95 // many more will be made as well, and we'll go ahead and cache it.
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
MVS.mail | 14 >of many MVS flex users ... 39 Many of the changes I've incorporated without impacting other systems.
|
/frameworks/base/core/tests/coretests/src/android/database/ |
MatrixCursorTest.java | 99 cursor.addRow(Arrays.asList("a", 1, 2, 3, 4, 5, "Too many!")); 119 Arrays.asList("a", 1, 2, 3, 4, 5, "Too many!")));
|
/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
SQLiteGeneralTest.java | 68 // execute many times 110 // execute many times
|
/frameworks/base/docs/html/guide/developing/tools/ |
layoutopt.jd | 29 -1:-1 This layout has too many nested layouts: 13 levels, it should have <= 10! 42 -1:-1 This layout has too many views: 81 views, it should have <= 80!
|
/frameworks/base/media/libdrm/mobile1/include/parser/ |
parser_rel.h | 82 * Input year and month, return how many days that month have 86 * -A positive integer, which is how many days that month have
|
/packages/inputmethods/PinyinIME/jni/include/ |
dictlist.h | 71 // word_len. The given parameter cmp_func decides how many characters from 105 // b4_used specifies how many items before predict_buf have been used.
|
/packages/wallpapers/MusicVisualization/res/raw/ |
waveform.rs | 46 // calculate how many invisible lines there are on each side 72 // calculate how many invisible lines there are on each side
|
/bionic/libc/string/ |
strlcpy.c | 34 /* Copy as many bytes as will fit */
|