/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
header.cpp | 115 int temp; local 117 temp = vui->aspect_ratio_info_present_flag; 118 BitstreamWrite1Bit(stream, temp); 119 if (temp) 128 temp = vui->overscan_info_present_flag; 129 BitstreamWrite1Bit(stream, temp); 130 if (temp) 134 temp = vui->video_signal_type_present_flag; 135 BitstreamWrite1Bit(stream, temp); 136 if (temp) 233 uint temp; local 323 int slice_type, temp, i; local [all...] |
/external/chromium/chrome/browser/profiles/ |
profile_dependency_manager.cc | 33 EdgeMap::iterator temp = it; local 36 if (temp->first == component || temp->second == component) 37 edges_.erase(temp); 100 EdgeMap::iterator temp = it; local 102 edges.erase(temp);
|
/external/chromium/chrome/common/extensions/ |
extension_resource_unittest.cc | 47 ScopedTempDir temp; local 48 ASSERT_TRUE(temp.CreateUniqueTempDir()); 52 FilePath root_resource = temp.path().AppendASCII(filename); 57 FilePath l10n_path = temp.path().Append(Extension::kLocaleFolder); 74 ExtensionResource resource(extension_id, temp.path(), 85 EXPECT_EQ(ToLower(temp.path().value()),
|
/external/emma/ant/ant15/com/vladium/emma/ant/ |
IANTVersion.java | 38 boolean temp = true; 47 temp = false; 51 temp = false; 55 temp = false; 60 temp = false; 63 _ANT_1_5_PLUS = temp;
|
/external/icu4c/test/perf/strsrchperf/ |
strsrchperf.cpp | 42 UChar* temp = (UChar*)malloc(sizeof(UChar)*(pttrnLen)); 44 temp[i] = src[start++]; 46 pttrn = temp; /* store word in pttrn */ 61 UChar* temp = (UChar*)malloc(sizeof(UChar)*(pttrnLen)); local 63 temp[i] = src[start++]; 65 pttrn = temp; /* store word in pttrn */
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/ |
NewtonianParticleInfluencer.java | 41 temp.set(particle.velocity.z * surfaceTangentFactor, particle.velocity.y * surfaceTangentFactor, -particle.velocity.x * surfaceTangentFactor); 45 temp = m.multLocal(temp); 50 particle.velocity.addLocal(temp); 110 temp.set(FastMath.nextRandomFloat() * velocityVariation, FastMath.nextRandomFloat() * velocityVariation, FastMath.nextRandomFloat() * velocityVariation); 111 particle.velocity.addLocal(temp);
|
/external/libvpx/libvpx/vp8/encoder/ |
rdopt.h | 27 int temp; local 29 temp = arr[i]; 34 arr[j] = temp ; 50 int temp, tempi; local 52 temp = arr[i]; 61 arr[j] = temp ;
|
/external/qemu/android/ |
main-emulator.c | 298 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local 299 p = bufprint(temp, end, "%s/%s", path, filename); 300 D("Probing for: %s\n", temp); 301 return (p < end && path_exists(temp)); 316 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local 334 p = bufprint(temp, end, "%s/lib", progDir) 372 char temp[2048], *p=temp, *end=p+sizeof(temp); local [all...] |
/external/qemu/android/utils/ |
ini.c | 327 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local 328 p = bufprint(temp, end, "%s = %s\n", pair->key, pair->value); 329 if (fwrite(temp, p - temp, 1, fp) != 1) { 490 char temp[16]; local 491 snprintf(temp, sizeof temp, "%d", value); 492 iniFile_setValue(f, key, temp); 498 char temp[32]; local 506 char temp[32]; local 520 char temp[32]; local [all...] |
tempfile.c | 30 /** TEMP FILE SUPPORT 67 D( "TEMP directory path is too long" ); 114 tempfile_path(TempFile* temp) 116 return temp ? temp->name : NULL; 129 /** TEMP FILE CLEANUP
|
/external/skia/tools/ |
path_utils.cpp | 68 SkString temp; local 71 temp.appendScalar(pts[i].fX); 72 temp.append("f, "); 73 temp.appendScalar(pts[i].fY); 74 temp.append("f },\n"); 75 pathStream->writeText(temp.c_str());
|
/frameworks/base/core/java/com/android/internal/util/ |
JournaledFile.java | 36 public JournaledFile(File real, File temp) { 38 mTemp = temp; 43 * Prefers the real file. If it doesn't exist, uses the temp one, and then copies 44 * it to the real one. If there is both a real file and a temp one, assumes that the 45 * temp one isn't fully written and deletes it. 78 // trust anything that's in temp. In order to have the chooseForRead code not
|
/libcore/luni/src/main/java/java/math/ |
Division.java | 56 long temp = (rem << 32) | (dividend[i] & 0xffffffffL); local 58 if (temp >= 0) { 59 quot = (temp / bLong); 60 rem = (temp % bLong); 66 long aPos = temp >>> 1; 71 rem = (rem << 1) + (temp & 1);
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapTempFileLiteral.java | 38 * Subclass of {@link ImapString} used for literals backed by a temp file. 50 // Unfortunately, we can't really use deleteOnExit(), because temp filenames are random 60 * Make sure we delete the temp file. 80 Log.w(Logging.LOG_TAG, "ImapTempFileLiteral: Temp file not found"); 93 Log.w(Logging.LOG_TAG, "ImapTempFileLiteral: Error while reading temp file"); 106 Log.w(Logging.LOG_TAG, "Failed to remove temp file: " + re.getMessage());
|
/external/clang/test/SemaTemplate/ |
temp_class_spec_neg.cpp | 4 // C++ [temp.class.spec]p6: 14 // C++ [temp.class.spec]p9 37 // C++ [temp.class.spec]p10
|
/external/llvm/test/CodeGen/PowerPC/ |
vec_auto_constant.ll | 24 %temp = alloca <16 x i8> ; <<16 x i8>*> [#uses=2] 27 store <16 x i8> <i8 22, i8 21, i8 20, i8 3, i8 25, i8 24, i8 23, i8 3, i8 28, i8 27, i8 26, i8 3, i8 31, i8 30, i8 29, i8 3>, <16 x i8>* %temp, align 16 29 %1 = load <16 x i8>* %temp, align 16 ; <<16 x i8>> [#uses=1]
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
2011-09-06-EndOfFunction.ll | 11 %temp.lvalue = alloca %"class.std::auto_ptr", align 8 12 call void @_Z3barv(%"class.std::auto_ptr"* sret %temp.lvalue) 13 %_M_ptr.i.i = getelementptr inbounds %"class.std::auto_ptr"* %temp.lvalue, i64 0, i32 0
|
/external/llvm/test/Transforms/MemCpyOpt/ |
loadstore-sret.ll | 12 %temp.lvalue = alloca %"class.std::auto_ptr", align 8 14 call void @_Z3barv(%"class.std::auto_ptr"* sret %temp.lvalue) 15 %tmp.i.i = getelementptr inbounds %"class.std::auto_ptr"* %temp.lvalue, i64 0, i32 0
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/ |
AdtPluginTest.java | 43 File temp = File.createTempFile("test", ".txt"); local 45 AdtPlugin.writeFile(temp, myContent); 46 String readBack = AdtPlugin.readFile(temp);
|
/system/core/libnetutils/ |
packet.c | 96 uint16_t temp; local 121 temp = htons(IPPROTO_UDP); 122 udpsum = checksum(&temp, sizeof(temp), udpsum); 123 temp = udp.len; 124 udpsum = checksum(&temp, sizeof(temp), udpsum); 167 uint16_t temp; local 229 temp = packet.udp.check; 232 packet.udp.check = temp; [all...] |
/system/media/audio_utils/ |
primitives.c | 60 int32_t temp = *src++; local 61 dst[0] = temp; 62 dst[1] = temp;
|
/external/chromium/base/ |
atomicops_internals_mips_gcc.h | 53 Atomic32 temp, old; local 58 "move %0, %3\n" // temp = new_value 59 "sc %0, %2\n" // *ptr = temp (with atomic check) 63 : "=&r" (temp), "=&r" (old), "=m" (*ptr) 74 Atomic32 temp, temp2; local 79 "ll %0, %2\n" // temp = *ptr 80 "addu %1, %0, %3\n" // temp2 = temp + increment 83 "addu %1, %0, %3\n" // temp2 = temp + increment 85 : "=&r" (temp), "=&r" (temp2), "=m" (*ptr)
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/ |
p2.cpp | 4 // FIXME: [temp.deduct.conv]p2 bullets 1 and 2 can't actually happen without
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
p11.cpp | 13 // C++0x [temp.explicit] 14.7.2/11:
|
/external/eigen/unsupported/Eigen/src/MoreVectorization/ |
MathFunctions.h | 62 Packet4f temp=pmul(s4,z1);//not really a madd but a mul by z so that the next term can be a madd local 63 z1=pmadd(temp,x1,x1); 76 Packet4f temp=pmul(s4,z2);//not really a madd but a mul by z so that the next term can be a madd local 77 z2=pmadd(temp,x2,x2);
|