/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/ |
ReportTaskTest.xml | 20 <tempfile property="temp.dir" prefix="jacocoTest" destdir="${java.io.tmpdir}" /> 21 <mkdir dir="${temp.dir}"/> 25 <delete dir="${temp.dir}" quiet="false" failonerror="true" /> 77 <arg value="${temp.dir}/TestTarget.class" /> 82 <fileset dir="${temp.dir}" id="*.class" /> 95 <arg value="${temp.dir}/TestTarget.class" /> 100 <fileset dir="${temp.dir}" id="*.class" /> 154 <html destdir="${temp.dir}" destfile="${temp.dir}/report.zip"/> 168 <html destdir="${temp.dir}"/ [all...] |
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/ |
graphics_PiglitBVT_19.sh | 152 run_test "spec/glsl-1.20/execution/variable-indexing/fs-temp-array-mat2-rd" 0.0 "bin/shader_runner tests/spec/glsl-1.20/execution/variable-indexing/fs-temp-array-mat2-rd.shader_test -auto" 153 run_test "spec/glsl-1.20/execution/variable-indexing/fs-temp-array-mat2-row-rd" 0.0 "bin/shader_runner tests/spec/glsl-1.20/execution/variable-indexing/fs-temp-array-mat2-row-rd.shader_test -auto" 154 run_test "spec/glsl-1.20/execution/variable-indexing/fs-temp-array-mat3-rd" 0.0 "bin/shader_runner tests/spec/glsl-1.20/execution/variable-indexing/fs-temp-array-mat3-rd.shader_test -auto" 155 run_test "spec/glsl-1.20/execution/variable-indexing/fs-temp-array-mat3-row-rd" 0.0 "bin/shader_runner tests/spec/glsl-1.20/execution/variable-indexing/fs-temp-array-mat3-row-rd.shader_test -auto" 156 run_test "spec/glsl-1.20/execution/variable-indexing/fs-temp-array-mat4-rd" 0.0 "bin/shader_runner tests/spec/glsl-1.20/execution/variable-indexing/fs-temp-array-mat4-rd.shader_test -auto [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_channel_expressions.cpp | 92 * temp. This will make our handling of the breakdown to 260 ir_expression *temp; local 261 temp = new(mem_ctx) ir_expression(ir_binop_logic_or, 267 temp = new(mem_ctx) ir_expression(ir_binop_logic_or, 270 temp); 272 assign(ir, 0, temp); 281 ir_expression *temp; local 283 temp = new(mem_ctx) ir_expression(ir_binop_mul, 290 temp, 293 last = temp; 313 ir_expression *temp; local [all...] |
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/ |
TrackFragmentRandomAccessBox.java | 87 long temp = IsoTypeReader.readUInt32(content); local 88 reserved = (int) (temp >> 6); 89 lengthSizeOfTrafNum = ((int) (temp & 0x3F) >> 4) + 1; 90 lengthSizeOfTrunNum = ((int) (temp & 0xC) >> 2) + 1; 91 lengthSizeOfSampleNum = ((int) (temp & 0x3)) + 1; 119 long temp; local 120 temp = reserved << 6; 121 temp = temp | (((lengthSizeOfTrafNum - 1) & 0x3) << 4); 122 temp = temp | (((lengthSizeOfTrunNum - 1) & 0x3) << 2) [all...] |
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_rob_image_homography.cpp | 114 double back,Jf_dx[18],f[2],temp,temp2; local 130 temp=Jf_dx[0]; temp2=Jf_dx[9]; 131 JtJ[0]+=temp*Jf_dx[0]+temp2*Jf_dx[9]; 132 JtJ[1]+=temp*Jf_dx[1]+temp2*Jf_dx[10]; 133 JtJ[2]+=temp*Jf_dx[2]+temp2*Jf_dx[11]; 134 JtJ[3]+=temp*Jf_dx[3]+temp2*Jf_dx[12]; 135 JtJ[4]+=temp*Jf_dx[4]+temp2*Jf_dx[13]; 136 JtJ[5]+=temp*Jf_dx[5]+temp2*Jf_dx[14]; 137 JtJ[6]+=temp*Jf_dx[6]+temp2*Jf_dx[15]; 138 JtJ[7]+=temp*Jf_dx[7]+temp2*Jf_dx[16] [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_rob_image_homography.cpp | 114 double back,Jf_dx[18],f[2],temp,temp2; local 130 temp=Jf_dx[0]; temp2=Jf_dx[9]; 131 JtJ[0]+=temp*Jf_dx[0]+temp2*Jf_dx[9]; 132 JtJ[1]+=temp*Jf_dx[1]+temp2*Jf_dx[10]; 133 JtJ[2]+=temp*Jf_dx[2]+temp2*Jf_dx[11]; 134 JtJ[3]+=temp*Jf_dx[3]+temp2*Jf_dx[12]; 135 JtJ[4]+=temp*Jf_dx[4]+temp2*Jf_dx[13]; 136 JtJ[5]+=temp*Jf_dx[5]+temp2*Jf_dx[14]; 137 JtJ[6]+=temp*Jf_dx[6]+temp2*Jf_dx[15]; 138 JtJ[7]+=temp*Jf_dx[7]+temp2*Jf_dx[16] [all...] |
/external/libjpeg-turbo/ |
jcphuff.c | 318 register int temp, nbits; local 321 temp = entropy->EOBRUN; 323 while ((temp >>= 1)) 380 register int temp, temp2; local 408 temp = temp2 - entropy->last_dc_val[ci]; 412 temp2 = temp; 413 if (temp < 0) { 414 temp = -temp; /* temp is abs value of input * 467 register int temp, temp2; local 574 register int temp; local 621 register int temp; local [all...] |
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jcphuff.c | 318 register int temp, nbits; local 321 temp = entropy->EOBRUN; 323 while ((temp >>= 1)) 380 register int temp, temp2; local 408 temp = temp2 - entropy->last_dc_val[ci]; 412 temp2 = temp; 413 if (temp < 0) { 414 temp = -temp; /* temp is abs value of input * 467 register int temp, temp2; local 574 register int temp; local 621 register int temp; local [all...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
wire_format_lite_inl.h | 57 uint32 temp; local 58 if (!input->ReadVarint32(&temp)) return false; 59 *value = static_cast<int32>(temp); 66 uint64 temp; local 67 if (!input->ReadVarint64(&temp)) return false; 68 *value = static_cast<int64>(temp); 87 uint32 temp; local 88 if (!input->ReadVarint32(&temp)) return false; 89 *value = ZigZagDecode32(temp); 96 uint64 temp; local 117 uint32 temp; local 126 uint64 temp; local 135 uint32 temp; local 144 uint64 temp; local 153 uint32 temp; local 162 uint32 temp; local 187 uint32 temp; local 197 uint64 temp; local 207 uint32 temp; local 217 uint64 temp; local [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
wire_format_lite_inl.h | 57 uint32 temp; local 58 if (!input->ReadVarint32(&temp)) return false; 59 *value = static_cast<int32>(temp); 66 uint64 temp; local 67 if (!input->ReadVarint64(&temp)) return false; 68 *value = static_cast<int64>(temp); 87 uint32 temp; local 88 if (!input->ReadVarint32(&temp)) return false; 89 *value = ZigZagDecode32(temp); 96 uint64 temp; local 117 uint32 temp; local 126 uint64 temp; local 135 uint32 temp; local 144 uint64 temp; local 153 uint32 temp; local 162 uint32 temp; local 187 uint32 temp; local 197 uint64 temp; local 207 uint32 temp; local 217 uint64 temp; local [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
wire_format_lite_inl.h | 57 uint32 temp; local 58 if (!input->ReadVarint32(&temp)) return false; 59 *value = static_cast<int32>(temp); 66 uint64 temp; local 67 if (!input->ReadVarint64(&temp)) return false; 68 *value = static_cast<int64>(temp); 87 uint32 temp; local 88 if (!input->ReadVarint32(&temp)) return false; 89 *value = ZigZagDecode32(temp); 96 uint64 temp; local 117 uint32 temp; local 126 uint64 temp; local 135 uint32 temp; local 144 uint64 temp; local 153 uint32 temp; local 162 uint32 temp; local 187 uint32 temp; local 197 uint64 temp; local 207 uint32 temp; local 217 uint64 temp; local [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
wire_format_lite_inl.h | 57 uint32 temp; local 58 if (!input->ReadVarint32(&temp)) return false; 59 *value = static_cast<int32>(temp); 66 uint64 temp; local 67 if (!input->ReadVarint64(&temp)) return false; 68 *value = static_cast<int64>(temp); 87 uint32 temp; local 88 if (!input->ReadVarint32(&temp)) return false; 89 *value = ZigZagDecode32(temp); 96 uint64 temp; local 117 uint32 temp; local 126 uint64 temp; local 135 uint32 temp; local 144 uint64 temp; local 153 uint32 temp; local 162 uint32 temp; local 187 uint32 temp; local 197 uint64 temp; local 207 uint32 temp; local 217 uint64 temp; local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
custrtst.c | 103 UChar temp[512]; local 121 temp[0] = 0; 122 temp[7] = 0xA4; /* Mark the end */ 123 u_memcpy(temp,dataTable[i][j], 7); 125 if(temp[7] != 0xA4) 127 if(u_memcmp(temp, dataTable[i][j], 7)!=0) 149 temp[7] = 0; 150 u_memcpy(temp,nullTemp, 7); 151 if(u_memcmp(temp, nullTemp, 7)!=0 || temp[7]!=0 967 UChar temp[40]; local [all...] |
/external/lzma/CPP/Windows/ |
FileName.cpp | 416 UString temp = fs2us(s);
417 unsigned fixedSize = GetRootPrefixSize_Of_SuperPath(temp);
421 UString rem = &temp[fixedSize];
425 temp.DeleteFrom(fixedSize);
426 res += temp;
438 UString temp = fs2us(s + 2);
local 439 unsigned fixedSize = GetRootPrefixSize_Of_NetworkPath(temp);
442 UString rem = &temp[fixedSize];
446 temp.DeleteFrom(fixedSize);
447 res += temp;
456 UString temp = fs2us(s); local 502 UString temp; local 661 UString temp; local [all...] |
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/ |
graphics_PiglitBVT_11.sh | [all...] |
/external/protobuf/src/google/protobuf/stubs/ |
atomicops_internals_mips_gcc.h | 77 Atomic32 temp, old; local 82 "move %0, %3\n" // temp = new_value 83 "sc %0, %2\n" // *ptr = temp (with atomic check) 87 : "=&r" (temp), "=&r" (old), "=m" (*ptr) 98 Atomic32 temp, temp2; local 103 "ll %0, %4\n" // temp = *ptr 104 "addu %1, %0, %3\n" // temp2 = temp + increment 107 "addu %1, %0, %3\n" // temp2 = temp + increment 109 : "=&r" (temp), "=&r" (temp2), "=m" (*ptr) 209 Atomic64 temp, old local 230 Atomic64 temp, temp2; local [all...] |
/external/v8/src/base/ |
atomicops_internals_mips64_gcc.h | 71 Atomic32 temp, old; local 76 "move %0, %3\n" // temp = new_value 77 "sc %0, %2\n" // *ptr = temp (with atomic check) 81 : "=&r" (temp), "=&r" (old), "=m" (*ptr) 92 Atomic32 temp, temp2; local 98 "ll %0, %2\n" // temp = *ptr 99 "addu %1, %0, %3\n" // temp2 = temp + increment 102 "addu %1, %0, %3\n" // temp2 = temp + increment 104 : "=&r"(temp), "=&r"(temp2), "=ZC"(*ptr) 209 Atomic64 temp, old local 230 Atomic64 temp, temp2; local [all...] |
/frameworks/base/packages/SettingsLib/res/values-hu/ |
arrays.xml | 97 <item msgid="6624864048416710414">"Animáció tempója: 0,5x"</item> 98 <item msgid="2219332261255416635">"Animáció tempója: 1x"</item> 99 <item msgid="3544428804137048509">"Animáció tempója: 1,5x"</item> 100 <item msgid="3110710404225974514">"Animáció tempója: 2x"</item> 101 <item msgid="4402738611528318731">"Animáció tempója: 5x"</item> 102 <item msgid="6189539267968330656">"Animáció tempója: 10x"</item> 106 <item msgid="3375781541913316411">"Animáció tempója: 0,5x"</item> 107 <item msgid="1991041427801869945">"Animáció tempója: 1x"</item> 108 <item msgid="4012689927622382874">"Animáció tempója: 1,5x"</item> 109 <item msgid="3289156759925947169">"Animáció tempója: 2x"</item [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
atomicops_internals_mips_gcc.h | 77 Atomic32 temp, old; local 82 "move %0, %3\n" // temp = new_value 83 "sc %0, %2\n" // *ptr = temp (with atomic check) 87 : "=&r" (temp), "=&r" (old), "=m" (*ptr) 98 Atomic32 temp, temp2; local 103 "ll %0, %4\n" // temp = *ptr 104 "addu %1, %0, %3\n" // temp2 = temp + increment 107 "addu %1, %0, %3\n" // temp2 = temp + increment 109 : "=&r" (temp), "=&r" (temp2), "=m" (*ptr) 209 Atomic64 temp, old local 230 Atomic64 temp, temp2; local [all...] |
/dalvik/libdex/ |
CmdUtils.cpp | 94 * temp file from a Jar). Pass in a MemMapping struct to hold the info. 98 * The temp file is deleted after the map succeeds. 103 * If "tempFileName" is NULL, a default value is used. The temp file is 133 * data to a temp file, the location of which varies. 138 * it's nice to use the designated temp directory. 141 sprintf(tempNameBuf, "/tmp/dex-temp-%d", getpid()); 143 sprintf(tempNameBuf, "/sdcard/dex-temp-%d", getpid()); 146 "NOTE: /tmp and /sdcard unavailable for temp files\n"); 147 sprintf(tempNameBuf, "dex-temp-%d", getpid()); 223 fprintf(stderr, "WARNING: unable to remove temp '%s'\n" [all...] |
/external/clang/test/CodeGenCXX/ |
conditional-gnu-ext.cpp | 96 // CHECK: [[TEMP:%.*]] = alloca [[B]], 97 // CHECK-NEXT: call void @_ZN5test312test1_helperEv([[B]]* sret [[TEMP]]) 98 // CHECK-NEXT: [[BOOL:%.*]] = call zeroext i1 @_ZN5test31BcvbEv([[B]]* [[TEMP]]) 100 // CHECK: call void @_ZN5test31BC1ERKS0_([[B]]* [[RESULT:%.*]], [[B]]* dereferenceable({{[0-9]+}}) [[TEMP]]) 104 // CHECK: call void @_ZN5test31BD1Ev([[B]]* [[TEMP]]) 128 // CHECK: [[TEMP:%.*]] = alloca [[B]], 129 // CHECK-NEXT: call void @_ZN5test312test3_helperEv([[B]]* sret [[TEMP]]) 130 // CHECK-NEXT: [[BOOL:%.*]] = call zeroext i1 @_ZN5test31BcvbEv([[B]]* [[TEMP]]) 132 // CHECK: call void @_ZN5test31BcvNS_1AEEv([[A]]* sret [[RESULT:%.*]], [[B]]* [[TEMP]]) 136 // CHECK: call void @_ZN5test31BD1Ev([[B]]* [[TEMP]]) [all...] |
/external/eigen/doc/ |
HiPerformance.dox | 56 temp = m2 * m3; 57 m1 += temp; \endcode</td> 78 temp = m2 * m3; 79 m1 += temp.adjoint(); \endcode</td> 90 temp = m2 * m3; 91 m1 = m1 + temp; \endcode</td> 100 temp = m2 * m3; 101 m1 = m4 + temp; \endcode</td> 114 temp = (s1*m2).block(..); 115 m1 += temp * m3; \endcode</td [all...] |
/external/skia/src/core/ |
SkChunkAlloc.cpp | 217 for (Block* temp = fBlock; temp; temp = temp->fNext) { 219 totCapacity += temp->blockSize(); 220 totUsed += temp->fFreePtr - temp->startOfData(); 221 if (temp == fBlock) { 222 totAvailable += temp->fFreeSize; 224 totLost += temp->fFreeSize [all...] |
/external/vulkan-validation-layers/libs/glm/gtx/ |
rotate_normalized_axis.inl | 50 detail::tvec3<T, P> temp = (T(1) - c) * axis; 53 Rotate[0][0] = c + temp[0] * axis[0]; 54 Rotate[0][1] = 0 + temp[0] * axis[1] + s * axis[2]; 55 Rotate[0][2] = 0 + temp[0] * axis[2] - s * axis[1]; 57 Rotate[1][0] = 0 + temp[1] * axis[0] - s * axis[2]; 58 Rotate[1][1] = c + temp[1] * axis[1]; 59 Rotate[1][2] = 0 + temp[1] * axis[2] + s * axis[0]; 61 Rotate[2][0] = 0 + temp[2] * axis[0] + s * axis[1]; 62 Rotate[2][1] = 0 + temp[2] * axis[1] - s * axis[0]; 63 Rotate[2][2] = c + temp[2] * axis[2] [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/ |
parse_delay_file.m | 60 temp = [3; 0]; 62 while all(temp(1,:) == 3) 64 temp = fread(fid, [2 M], '*int32'); 69 (find(temp(1,:) ~= 3, 1 ) - 2) * 2 * 4 + 4, 'cof'); 130 temp = fread(fid, 1, 'int32'); 132 tot_expand = tot_expand + temp / (fs_now / 1000); 136 temp = fread(fid, 1, 'int32'); 138 tot_accelerate = tot_accelerate + temp / (fs_now / 1000); 142 temp = fread(fid, 1, 'int32'); 144 tot_preemptive = tot_preemptive + temp / (fs_now / 1000) [all...] |