Searched refs:word (Results 26 - 44 of 44) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct.cpp57 /* assuming the block is word-aligned */
286 /* assuming the block is word-aligned */
492 /* assuming the block is word-aligned */
1251 ULong word; local
1258 word = *((ULong*)cur);
1259 temp += (word >> 24);
1260 temp += ((word >> 16) & 0xFF);
1261 temp += ((word >> 8) & 0xFF);
1262 temp += (word & 0xFF);
1264 word
[all...]
H A Dmp4lib_int.h33 UInt word; /*hold one word temporarily */ member in struct:tagBitstream
34 Int bitLeft; /*number of bits left in "word" */
/frameworks/base/core/java/android/widget/
H A DSimpleAdapter.java358 String word = words[k];
360 if (word.toLowerCase().startsWith(prefixString)) {
H A DSpellChecker.java56 // Rough estimate, such that the word iterator interval usually does not need to be shifted
73 // Although word SC has a sequential option.
285 // Do not check this word if the user is currently editing it
289 // no to skip the spell check of the following word because the
290 // following word will never be spell-checked even if the user finishes composing
296 final String word = (editable instanceof SpannableStringBuilder) ?
300 textInfos[textInfosCount++] = new TextInfo(word, mCookie, mIds[i]);
302 Log.d(TAG, "create TextInfo: (" + i + "/" + mLength + ")" + word
349 // Valid word -- isInDictionary || !looksLikeTypo
488 // to share the logic of word leve
[all...]
/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dbitcode_wrapperer.cpp156 bool BitcodeWrapperer::ReadWord(uint32_t& word) { argument
158 word = (((uint32_t) BufferLookahead(0)) << 0)
338 // Note: This writes out the 4 word header required by llvm wrapped
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A Dpred_lt4_1_neon.s99 .word inter4_2-Lable1
H A DFilt_6k_7k_neon.s226 .word fir_6k_7k-Lable1
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneFilterTypeAdapter.java226 for (String word : lowerCaseCountry.split(" ")) {
227 if (word.startsWith(prefixString)) {
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py391 # Extract a word following the specified prefix.
405 word = self._get_following_word(line, prefix)
406 if word is None:
408 return float(word)
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_polyphase_filter_window_gcc.s229 .word pqmfSynthWin-PolyPh_filter_coeff
231 .word 0x00007fff
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DomxVCM4P10_PredictIntraChroma_8x8_s.S15 .word OMX_VC_CHROMA_DC-(P0+8), OMX_VC_CHROMA_HOR-(P0+8)
16 .word OMX_VC_CHROMA_VERT-(P0+8), OMX_VC_CHROMA_PLANE-(P0+8)
H A DomxVCM4P10_PredictIntra_16x16_s.S20 .word OMX_VC_16X16_VERT-(P0+8), OMX_VC_16X16_HOR-(P0+8)
21 .word OMX_VC_16X16_DC-(P0+8), OMX_VC_16X16_PLANE-(P0+8)
/frameworks/base/core/java/android/app/
H A DLauncherActivity.java216 final String word = words[k];
218 if (word.startsWith(prefixString)) {
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css149 word-wrap: break-word;
943 word-wrap: break-word; /* IE 5.5+ */
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
H A DR4R8First_v7.s113 .word 0x2d413ccd
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DR4R8First_v5.s249 .word 0x5a82799a
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DFilt_6k_7k_opt.s183 .word fir_6k_7k-Lable1
H A Dpred_lt4_1_opt.s456 .word inter4_2-Table
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_neon_ColorMatrix.S26 .word x##_end-x

Completed in 464 milliseconds

12