Searched
full:words (Results
801 -
825 of
2986) sorted by null
<<31323334353637383940>>
/frameworks/base/core/java/android/widget/ |
ArrayAdapter.java | 519 final String[] words = valueText.split(" "); local 520 final int wordCount = words.length; 524 if (words[k].startsWith(prefixString)) {
|
SimpleAdapter.java | 390 String[] words = str.split(" "); local 391 int wordCount = words.length; 394 String word = words[k];
|
/hardware/intel/img/psb_video/src/ |
pnw_hostjpeg.c | 239 /* Contains the code words to encode the luminance DC coefficient */ 240 /* differences. The code words are mentioned in table K.3 of */ 251 /* Contains the code length of the code words that are used to encode the */ 263 /* Contains the code words to encode the chrominance DC coefficient */ 264 /* differences. The code words are mentioned in table K.4 of */ 275 /* Contains the code length of the code words that are used to encode the */ 288 /* Contains the code words to encode the luminance AC coefficients. The */ 289 /* code words are arrange in the increasing order of run followed by size as*/ 330 /* Contains the code length of the code words that are used to encode the */ 357 /* Contains the code words to encode the chromiannce AC coefficients. The * [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
SuggestedWords.java | 65 // How the input for these suggested words was done by the user. Must be one of the 190 + " words=" + Arrays.toString(mSuggestedWordInfoList.toArray()); 286 * @param prevWordsContext previous words context.
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
KeyboardStateMultiTouchTests.java | 237 // Set capitalize the first character of all words mode. 428 // Set capitalize the first character of all words mode. 463 // // Set capitalize the first character of all words mode.
|
/system/core/logd/ |
LogKlog.cpp | 387 // Maximum tag words = 2 485 // Two words 528 // Two words
|
/external/srtp/googlepatches/ |
vidyo-3-srtp-ws.patch | 11 - * A bitvector_t consists of an array of words and an integer 55 + * A bitvector_t consists of an array of words and an integer 389 - * loop over words from most significant to least significant - 454 - m = num_hex_chars / 8; /* number of words */ 462 - * loop over words from most significant - first word is a special 475 - /* now loop over the rest of the words */
|
/cts/tools/dasm/src/dasm/ |
Scanner.java | 262 case '\'': // quotation for overloading reserved words 481 * Reads ''-quoted overloaded reserved words
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
ExtendedWikiHelper.java | 63 * When picking random words in {@link #getRandomWord()}, we sometimes 64 * encounter special articles or templates. This pattern ignores any words
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BitSet.cs | 161 * <param name="nwords">how many words the new set should be</param> 261 return _bits.Length << LOG_BITS; // num words * bits per word
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BitSet.cs | 181 * <param name="nwords">how many words the new set should be</param> 309 return _bits.Length << LOG_BITS; // num words * bits per word
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
BitSet.java | 152 * @param nwords how many words the new set should be 259 return bits.length << LOG_BITS; // num words * bits per word
|
/external/boringssl/src/crypto/des/ |
internal.h | 141 different words. The main trick is to remember that 145 can be used to swap and move bits between words.
|
/external/boringssl/src/crypto/lhash/ |
lhash.c | 123 * item equal to |data|. In other words, it searches for an item equal to |data| 322 * no collisions on /usr/dict/words and it distributes on %2^n quite
|
/external/eigen/doc/ |
A10_Eigen2SupportModes.dox | 41 \li Dot products over complex numbers. Eigen 2's dot product was linear in the first variable. Eigen 3's dot product is linear in the second variable. In other words, the Eigen 2 code \code x.dot(y) \endcode is equivalent to the Eigen 3 code \code y.dot(x) \endcode In yet other words, dot products are complex-conjugated in Eigen 3 compared to Eigen 2. The switch to the new convention was commanded by common usage, especially with the notation \f$ x^Ty \f$ for dot products of column-vectors.
|
/external/google-breakpad/src/processor/ |
stackwalker_mips.cc | 232 // must have minimum stack frame assigned for 4 arguments (4 words). 233 // Move stack pointer for 4 words to avoid reporting non-existing frames
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
PatternProps.java | 208 * a small table of 32-bit data words. 209 * The first two data words are all-zeros and all-ones.
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/ |
ULocaleCollationTest.java | 181 * FAKE. In other words, it should be something like 196 * FAKE. In other words, it should be something like
|
/external/libavc/encoder/ |
ih264e_bitstream.h | 326 * i4_bits_left_in_cw. If the total words (u4_strm_buf_offset) exceeds max 357 * total words (u4_strm_buf_offset) exceeds max available size
|
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
FlyweightMapStorage.java | 112 // Read binary words sizes. 156 // Write binary words sizes.
|
/external/libvncserver/common/ |
sha1.c | 45 * SHA-1 is defined in terms of 32-bit "words". This code 270 * Initialize the first 16 words in the array W
|
/external/libvorbis/doc/ |
05-comment.tex | 17 text note that need not only be a couple words, but isn't going to be 18 more than a short paragraph. The essentials, in other words, whatever
|
v-comment.html | 86 text note that need not only be a couple words, but isn't going to be 87 more than a short paragraph. The essentials, in other words, whatever
|
vorbis.html | 193 <p><em>Bitpacking</em> arranges the variable sized words of the back-end 201 variable bit-length words into an octet-aligned packet.</li>
|
/external/libvpx/libvpx/ |
md5_utils.c | 28 byteSwap(UWORD32 *buf, unsigned words) { 43 } while (--words);
|
Completed in 993 milliseconds
<<31323334353637383940>>