Searched refs:temp (Results 126 - 150 of 227) sorted by relevance

12345678910

/frameworks/base/core/java/android/inputmethodservice/
H A DSoftInputWindow.java77 MotionEvent temp = ev.clampNoHistory(mBounds.left, mBounds.top,
79 boolean handled = super.dispatchTouchEvent(temp);
80 temp.recycle();
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DEncodedStringValue.java213 String[] temp = getString().split(pattern);
214 EncodedStringValue[] ret = new EncodedStringValue[temp.length];
218 temp[i].getBytes());
/frameworks/base/core/jni/android/opengl/
H A Dpoly_clip.cpp38 #define SWAP(a, b, temp) {temp = a; a = b; b = temp;}
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpitch_ol.cpp566 RETURNING(temp)
581 RETURNING(temp)
624 Word16 temp; local
626 temp = Lag_max(corr, scal_sig, scal_fac, scal_flag, L_frame, lag_max,
629 return(temp);
647 Word16 temp; local
649 temp = Lag_max(vadSt, corr, scal_sig, scal_fac, scal_flag, L_frame,
652 return(temp);
H A Ddtx_enc.cpp675 Word16 temp; local
700 temp = ~((~(st->log_en_hist[i])) >> 2);
704 temp = st->log_en_hist[i] >> 2;
706 log_en = add(log_en, temp, pOverflow);
/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java345 final Transformation temp = mTempTransformation;
352 temp.clear();
355 : 0.0f, temp);
356 previousTransformation.compose(temp);
372 final Transformation temp = mTempTransformation;
383 temp.clear();
384 more = a.getTransformation(currentTime, temp, getScaleFactor()) || more;
385 t.compose(temp);
/frameworks/base/icu4j/java/android/icu/text/
H A DArabicShaping.java897 char temp = buffer[i];
899 buffer[j] = temp;
1836 // always use temp buffer
1837 char[] temp = new char[sourceLength * 2]; // all lamalefs requiring expansion
1838 System.arraycopy(source, sourceStart, temp, 0, sourceLength);
1841 invertBuffer(temp, 0, sourceLength);
1848 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 1);
1855 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 2);
1858 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 0);
1862 outputSize = handleTashkeelWithTatweel(temp,sourceLengt
[all...]
/frameworks/base/media/mca/filterfw/native/base/
H A Dutilities.h52 ForwardIterator temp = begin; local
54 delete *temp;
/frameworks/base/media/mca/filterpacks/native/base/
H A Dutilities.h52 ForwardIterator temp = begin; local
54 delete *temp;
/frameworks/base/obex/javax/obex/
H A DServerOperation.java400 byte[] temp = new byte[length - 3];
402 bytesReceived = mInput.read(temp);
404 while (bytesReceived != temp.length) {
405 bytesReceived += mInput.read(temp, bytesReceived,
406 temp.length - bytesReceived);
589 Long temp = (Long)requestHeader.getHeader(HeaderSet.LENGTH);
591 if (temp == null) {
594 return temp.longValue();
/frameworks/base/core/java/android/text/
H A DTextUtils.java96 char[] temp = obtain(INDEX_INCREMENT);
103 getChars(s, start, segend, temp, 0);
107 if (temp[i] == ch) {
108 recycle(temp);
116 recycle(temp);
154 char[] temp = obtain(INDEX_INCREMENT);
161 getChars(s, segstart, end, temp, 0);
165 if (temp[i] == ch) {
166 recycle(temp);
174 recycle(temp);
1298 recycle(char[] temp) argument
[all...]
H A DBoringLayout.java259 char[] temp = TextUtils.obtain(500);
270 TextUtils.getChars(text, i, j, temp, 0);
275 char c = temp[a];
283 if (textDir != null && textDir.isRtl(temp, 0, n)) {
289 TextUtils.recycle(temp);
/frameworks/native/libs/utils/
H A DVectorImpl.cpp173 void* temp = 0; local
180 if (!temp) {
184 temp = malloc(mItemSize);
185 if (!temp) return NO_MEMORY;
189 _do_destroy(temp, 1);
192 _do_copy(temp, item, 1);
202 } while (j>=0 && (cmp(curr, temp, state) > 0));
205 _do_copy(next, temp, 1);
210 if (temp) {
211 _do_destroy(temp,
[all...]
/frameworks/base/services/java/com/android/server/
H A DDropBoxManagerService.java176 File temp = null;
204 temp = new File(mDropBoxDir, "drop" + Thread.currentThread().getId() + ".tmp");
208 FileOutputStream foutput = new FileOutputStream(temp);
233 long len = temp.length();
235 Slog.w(TAG, "Dropping: " + tag + " (" + temp.length() + " > " + max + " bytes)");
236 temp.delete();
237 temp = null; // Pass temp = null to createEntry() to leave a tombstone
242 long time = createEntry(temp, tag, flags);
243 temp
484 EntryFile(File temp, File dir, String tag,long timestampMillis, int flags, int blockSize) argument
640 createEntry(File temp, String tag, int flags) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dpitch_f4.c79 Word16 max, t0, step, temp; local
134 temp = Interpol_4(&corr[t0], i);
135 if(temp > max)
137 max = temp;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DAutoFixFilter.java134 " vec4 temp = texture2D(tex_sampler_1, vec2(index, 0.5));\n" +
135 " float value = temp.g + temp.r * shift_scale;\n" +
137 " temp = texture2D(tex_sampler_2, vec2(index, 0.5));\n" +
138 " value = temp.g + temp.r * shift_scale;\n" +
208 long temp = normal_cdf[i] * precision / histDim;
209 densityTable[i] = (int) temp;
296 long temp = (256 * 256 - 1l) * histArray[i] / pixels;
297 histArray[i] = (int) temp;
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMidiFile.cpp320 EAS_I32 temp; local
331 result = EAS_ParseMetaData(easData, easHandle, &temp);
345 mDuration = *duration = int(temp);
435 int temp; local
498 if ((temp = mAudioSink->write(mAudioBuffer, num_output)) < 0) {
499 ALOGE("Error in writing:%d",temp);
500 return temp;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct.cpp1213 Int temp = 0; local
1220 temp += (*cur++ - *pred++);
1221 temp += (*cur++ - *pred++);
1222 temp += (*cur++ - *pred++);
1223 temp += (*cur++ - *pred++);
1224 temp += (*cur++ - *pred++);
1225 temp += (*cur++ - *pred++);
1226 temp += (*cur++ - *pred++);
1227 temp += (*cur++ - *pred++);
1234 out[0] = temp >>
1250 Int temp = 0; local
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DFakeCamera.cpp221 uint32_t temp; local
238 temp = (BETA*(pixels & 0x001F) + ALPHA*(pixels>>11) );
239 y0 = y_tab[(temp>>SHIFT1) + ((pixels>>3) & 0x00FC)];
246 temp = (BETA*(pixels & 0x001F) + ALPHA*(pixels>>11) );
247 y1 = y_tab[(temp>>SHIFT1) + ((pixels>>3) & 0x00FC)];
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dsad_halfpel.cpp76 int temp; local
92 temp = ((p1[j] + p2[j] + p3[j] + p4[j] + 2) >> 2) - *kk++;
93 sad += AVC_ABS(temp);
117 int temp; local
131 temp = ((p1[j] + p2[j] + 1) >> 1) - *kk++;
132 sad += AVC_ABS(temp);
152 int temp; local
165 temp = ((p1[j] + p1[j+1] + 1) >> 1) - *kk++;
166 sad += AVC_ABS(temp);
/frameworks/base/services/input/
H A DPointerController.cpp340 float temp; local
345 temp = x;
347 y = temp;
354 temp = x;
356 y = mLocked.displayHeight - temp;
363 temp = x;
365 y = mLocked.displayWidth - temp;
372 temp = x;
374 y = temp;
/frameworks/av/media/libstagefright/codecs/aacdec/
H A Desc_iquant_scaling.cpp144 temp = inverseQuantTable[(maxInput >> ORDER) + 1];
146 temp += ((1 << (QTABLE))-1);
148 temp >>= (QTABLE-1);
150 temp *= maxInput;
153 WHILE( temp != 0)
154 temp >>= 1;
459 Int32 *temp; local
463 temp = coef;
474 STMCSIA temp!, {R12, R11, R10, R9} local
475 STMCSIA temp!, {R1 local
480 STMCSIA temp!, {R12, R11, R10, R9} local
481 STMMIIA temp!, {R12, R11} local
[all...]
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c421 M4OSA_UInt32 maskedValue = 0, temp = 0; local
441 temp = (( bS->bitPos + length) - 32);
443 bS->currBuff |= (maskedValue >> (temp));
508 bS->currBuff |= ( maskedValue &(( 1 << temp) - 1)) << (32 - temp);
510 bS->bitPos = temp;
518 M4OSA_UInt32 maskedValue = 0, temp = 0; local
530 temp = 0;
667 M4OSA_Int32 loop, temp; local
678 temp
755 M4OSA_UInt32 temp = 0; local
1308 M4OSA_UInt32 temp = 0; local
1760 M4OSA_UInt32 temp = 0; local
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl72 void setBatteryState(int status, int health, int plugType, int level, int temp, int volt);
/frameworks/rs/
H A DrsComponent.cpp256 uint8_t temp = stream->loadU8(); local
257 mNormalized = temp != 0;

Completed in 434 milliseconds

12345678910