/external/clang/test/CodeGenCXX/ |
debug-info-union-template.cpp | 8 Value<float> tempValue;
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
vc1parse_huffman.c | 19 uint32_t tempValue;
36 VC1_GET_BITS9(1, tempValue);
37 value = (value << 1) | tempValue;
61 uint32_t tempValue;
78 VC1_GET_BITS9(1, tempValue);
79 value = (value << 1) | tempValue;
|
vc1parse_pic_com.c | 27 uint32_t tempValue; 41 result = viddec_pm_peek_bits(ctxt, &tempValue, 17); 51 VC1_GET_BITS9(1, tempValue); /* INTERPFRM. */ 54 VC1_GET_BITS9(2, tempValue); /* FRMCNT. */ 78 VC1_PEEK_BITS( 7, tempValue ); 79 if ( tempValue == 0x7f )
|
vc1parse_ipic.c | 29 uint32_t tempValue; 55 VC1_GET_BITS9(7, tempValue); /* BF. */ 79 VC1_GET_BITS9(2, tempValue); /* RESPIC. */
|
vc1parse.c | 115 uint32_t tempValue; 153 result = viddec_pm_get_bits(ctxt, &tempValue, 4); 154 sh.ASPECT_RATIO = tempValue; 161 result = viddec_pm_get_bits(ctxt, &tempValue, 1); 162 sh.FRAMERATE_FLAG = tempValue; 165 result = viddec_pm_get_bits(ctxt, &tempValue, 1); 166 sh.FRAMERATEIND = tempValue; 173 result = viddec_pm_get_bits(ctxt, &tempValue, 16); 174 sh.FRAMERATEEXP = tempValue; 178 result = viddec_pm_get_bits(ctxt, &tempValue, 1) [all...] |
vc1parse_ppic.c | 28 uint32_t tempValue; 62 VC1_GET_BITS9(2, tempValue); /* RESPIC. */
|
vc1parse_bitplane.c | 474 uint32_t tempValue; 489 VC1_GET_BITS(1, tempValue); 490 bpp->invert = (uint8_t) tempValue; 527 VC1_GET_BITS(1, tempValue); 528 /* if tempValue==0, put row of zeros Dwords*/ 529 if (tempValue == 1) 533 VC1_GET_BITS(1, tempValue); 534 put_bit( tempValue, j, i, width, height, bpp->invert, 551 VC1_GET_BITS(1, tempValue); 552 /* if tempValue==0, and invert == 0, fill column with zeros * [all...] |
vc1parse_ipic_adv.c | 167 uint32_t tempValue;
196 VC1_GET_BITS9(2, tempValue); /* POSTPROC. */
|
vc1parse_pic_com_adv.c | 32 uint32_t tempValue;
150 VC1_GET_BITS9(1, tempValue); /* INTERPFRM. */
|
/developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/ |
MainActivity.java | 110 String tempValue = ""; 112 tempValue = tempValue + value + " "; 114 mMultiEntryValue.setText(tempValue);
|
/developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/ |
MainActivity.java | 110 String tempValue = ""; 112 tempValue = tempValue + value + " "; 114 mMultiEntryValue.setText(tempValue);
|
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/ |
MainActivity.java | 110 String tempValue = ""; 112 tempValue = tempValue + value + " "; 114 mMultiEntryValue.setText(tempValue);
|
/external/gptfdisk/ |
support.cc | 311 char* tempValue = NULL; 314 tempValue = new char [numBytes]; 315 if (tempValue != NULL) { 316 memcpy(tempValue, theValue, numBytes); 318 ((char*) theValue)[i] = tempValue[numBytes - i - 1]; 319 delete[] tempValue;
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
LayoutInflater_Delegate.java | 118 final TypedValue tempValue = new TypedValue(); 119 if (context.getTheme().resolveAttribute(layout, tempValue, true)) { 120 layout = tempValue.resourceId;
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
DelaunayTriangulator.java | 301 float tempValue;
309 tempValue = values[down];
311 values[up] = tempValue;
313 tempValue = values[down + 1];
315 values[up + 1] = tempValue;
325 tempValue = values[lower + 1];
327 values[up + 1] = tempValue;
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_chorus.c | 262 EAS_I32 tempValue; 317 tempValue = MULT_EG1_EG1(tapL, pChorusData->m_nLevel); 318 nOutputSample = SATURATE(tempValue + nInputSample); 363 tempValue = MULT_EG1_EG1(tapR, pChorusData->m_nLevel); 364 nOutputSample = SATURATE(tempValue + nInputSample);
|
eas_reverb.c | 540 EAS_I32 tempValue; 711 //tempValue = SATURATE(psEarly->m_zLpf + pReverbData->m_nRevOutFbkL); 712 tempValue = SATURATE((EAS_I32)pReverbData->m_sEarlyL.m_zLpf + (EAS_I32)pReverbData->m_nRevOutFbkL); 715 tempValue = MULT_EG1_EG1(tempValue, (pReverbData->m_nWet<<1)); 717 tempValue += *pOutputBuffer; 718 *pOutputBuffer++ = (EAS_PCM)SATURATE(tempValue); 751 tempValue = SATURATE((EAS_I32)pReverbData->m_sEarlyR.m_zLpf + (EAS_I32)pReverbData->m_nRevOutFbkR); 754 tempValue = MULT_EG1_EG1(tempValue, (pReverbData->m_nWet << 1)) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
AbstractListTest.java | 94 Integer tempValue; 104 tempValue = (Integer) lit.next(); 105 assertTrue("next returned wrong value. Wanted 3, got: " + tempValue, 106 tempValue.intValue() == 3); 107 tempValue = (Integer) lit.previous();
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
NFRule.java | 295 long tempValue = 0; 300 // into "tempValue", skip periods, commas, and spaces, 306 tempValue = tempValue * 10 + (c - '0'); 318 setBaseValue(tempValue); 322 // in tempValue, skip punctuation, stop on a > mark, and 325 tempValue = 0; 330 tempValue = tempValue * 10 + (c - '0'); 341 // tempValue now contains the rule's radix. Set i [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
NFRule.java | 294 long tempValue = 0; 299 // into "tempValue", skip periods, commas, and spaces, 305 tempValue = tempValue * 10 + (c - '0'); 317 setBaseValue(tempValue); 321 // in tempValue, skip punctuation, stop on a > mark, and 324 tempValue = 0; 329 tempValue = tempValue * 10 + (c - '0'); 340 // tempValue now contains the rule's radix. Set i [all...] |
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
InputController.java | 22 mTemperature = (TextView) findViewById(R.id.tempValue);
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
ArrayMap.java | 371 V tempValue = values[i];
373 values[ii] = tempValue;
384 V tempValue = values[i];
386 values[ii] = tempValue;
|
/frameworks/base/core/java/android/content/res/ |
ResourcesImpl.java | 285 AssetFileDescriptor openRawResourceFd(@RawRes int id, TypedValue tempValue) 287 getValue(id, tempValue, true); 289 return mAssets.openNonAssetFd(tempValue.assetCookie, tempValue.string.toString()); 291 throw new NotFoundException("File " + tempValue.string.toString() + " from drawable " [all...] |
/frameworks/av/media/libeffects/testlibs/ |
EffectReverb.c | [all...] |
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
PduParser.java | [all...] |