/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/ |
pointer.pass.cpp | 23 std::string temp = get_temp_file_name(); local 25 std::fstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out 33 std::remove(temp.c_str()); 35 std::wfstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out 43 std::remove(temp.c_str());
|
string.pass.cpp | 23 std::string temp = get_temp_file_name(); local 25 std::fstream fs(temp, 34 std::remove(temp.c_str()); 36 std::wfstream fs(temp, 45 std::remove(temp.c_str());
|
/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/ |
close.pass.cpp | 23 std::string temp = get_temp_file_name(); local 27 fs.open(temp.c_str(), std::ios_base::out); 32 std::remove(temp.c_str()); 36 fs.open(temp.c_str(), std::ios_base::out); 41 std::remove(temp.c_str());
|
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/ |
close.pass.cpp | 23 std::string temp = get_temp_file_name(); local 27 fs.open(temp.c_str()); 32 std::remove(temp.c_str()); 36 fs.open(temp.c_str()); 41 std::remove(temp.c_str());
|
rdbuf.pass.cpp | 23 std::string temp = get_temp_file_name(); local 25 std::ofstream fs(temp.c_str()); 29 std::remove(temp.c_str()); 31 std::wofstream fs(temp.c_str()); 35 std::remove(temp.c_str());
|
/external/skia/src/xml/ |
SkXMLParser.cpp | 35 SkString temp; local 38 temp.set(gErrorStrings[fCode - 1]); 39 temp.append(fNoun); 41 SkXMLParser::GetNativeErrorString(fNativeCode, &temp); 42 str->append(temp);
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
DelayAllPass_Sat_32x16To32.c | 40 LVM_INT32 temp; local 46 MUL32x16INTO32(delay[AllPassOffset], coeff, temp, 15) 47 a = temp; 67 MUL32x16INTO32(c, -coeff, temp, 15) 68 a = temp;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.cons/ |
pointer.pass.cpp | 23 std::string temp = get_temp_file_name(); local 25 std::fstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out 33 std::remove(temp.c_str()); 35 std::wfstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out 43 std::remove(temp.c_str());
|
string.pass.cpp | 23 std::string temp = get_temp_file_name(); local 25 std::fstream fs(temp, 34 std::remove(temp.c_str()); 36 std::wfstream fs(temp, 45 std::remove(temp.c_str());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.members/ |
close.pass.cpp | 23 std::string temp = get_temp_file_name(); local 27 fs.open(temp.c_str(), std::ios_base::out); 32 std::remove(temp.c_str()); 36 fs.open(temp.c_str(), std::ios_base::out); 41 std::remove(temp.c_str());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/ |
close.pass.cpp | 23 std::string temp = get_temp_file_name(); local 27 fs.open(temp.c_str()); 32 std::remove(temp.c_str()); 36 fs.open(temp.c_str()); 41 std::remove(temp.c_str());
|
rdbuf.pass.cpp | 23 std::string temp = get_temp_file_name(); local 25 std::ofstream fs(temp.c_str()); 29 std::remove(temp.c_str()); 31 std::wofstream fs(temp.c_str()); 35 std::remove(temp.c_str());
|
/system/sepolicy/tools/fc_sort/ |
fc_sort.c | 135 file_context_node_t *temp; local 150 temp = a; 152 b = temp; 168 temp = a_current->next; 171 a_current->next->next = temp; 215 file_context_bucket_t *temp; local 234 temp = current->next; 237 free(temp); 321 file_context_node_t *temp; local 372 temp = (file_context_node_t *)malloc(sizeof(file_context_node_t)) [all...] |
/external/boringssl/src/crypto/bn/ |
rsaz_exp.c | 280 *temp = (BN_ULONG *)(table+16*8*8+8*8); local 286 temp[0] = 0-m[0]; temp[1] = ~m[1]; 287 temp[2] = ~m[2]; temp[3] = ~m[3]; 288 temp[4] = ~m[4]; temp[5] = ~m[5]; 289 temp[6] = ~m[6]; temp[7] = ~m[7]; 290 rsaz_512_scatter4(table, temp, 0) [all...] |
/external/toybox/toys/pending/ |
mdev.c | 37 char *device_name = 0, *s, *temp; local 45 temp = strrchr(path, '/'); 47 *temp = 0; 60 if (!(temp = getenv("MODALIAS"))) xrun((char *[]){"modprobe", temp, 0}); 61 if (!(temp = getenv("SUBSYSTEM"))) return; 62 type = strcmp(temp, "block") ? S_IFCHR : S_IFBLK; 63 if (!(temp = getenv("MAJOR"))) return; 64 sscanf(temp, "%u", &major); 65 if (!(temp = getenv("MINOR"))) return [all...] |
mke2fs.c | 225 uint32_t temp; local 228 temp = (inodes + TT.groups - 1) / TT.groups; 230 return ((temp + inodes - 1)/inodes)*inodes; 237 uint32_t temp; local 241 for (temp = 0; temp < 4; temp++) if (TT.blocksize == 1024<<temp) break; 242 if (temp==4) error_exit("bad blocksize"); 243 sb->log_block_size = sb->log_frag_size = SWAP_LE32(temp); 366 int temp; local 411 int i, temp; local [all...] |
/hardware/bsp/intel/peripheral/libupm/src/otp538u/ |
otp538u.cxx | 39 // this is the internal voltage reference on the Grove IR temp 47 // temp sensor's SIG2 output (ambient) 89 float temp = 0; local 95 temp += val; 99 temp = temp / samples; 100 temp = temp * m_aref / m_adcResolution; 103 res = m_vResistance * temp / (m_vref - temp); 150 float temp = 0; local [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
motion_comp.cpp | 1525 ULong temp, temp2; local 1559 temp = *(src += lx); local 1677 temp = *(src += lx); local 1722 ULong temp; local 1769 ULong temp; local 1802 ULong temp; local 1869 ULong temp; local [all...] |
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
lmpar.h | 24 Scalar temp, paru; local 50 temp = wa1[j]; 52 wa1[i] -= r(i,j) * temp; 87 temp = wa1.blueNorm(); 88 parl = fp / delta / temp / temp; 121 temp = fp; 127 if (abs(fp) <= Scalar(0.1) * delta || (parl == 0. && fp <= temp && temp < 0.) || iter == 10) 137 temp = wa1[j] 182 Scalar temp, paru; local [all...] |
/external/libvpx/libvpx/vp8/common/ |
filter.c | 52 int Temp; 58 Temp = ((int)src_ptr[-2 * (int)pixel_step] * vp8_filter[0]) + 67 Temp = Temp >> VP8_FILTER_SHIFT; 69 if (Temp < 0) 70 Temp = 0; 71 else if (Temp > 255) 72 Temp = 255; 74 output_ptr[j] = Temp; 97 int Temp; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
filter.c | 51 int Temp; 57 Temp = ((int)src_ptr[-2 * (int)pixel_step] * vp8_filter[0]) + 66 Temp = Temp >> VP8_FILTER_SHIFT; 68 if (Temp < 0) 69 Temp = 0; 70 else if (Temp > 255) 71 Temp = 255; 73 output_ptr[j] = Temp; 96 int Temp; [all...] |
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/ |
BC_ReedSolomonDecoder.cpp | 56 CBC_AutoPtr<CBC_ReedSolomonGF256Poly> temp(rsg);
57 CFX_PtrArray* pa = RunEuclideanAlgorithm(temp.get(), &syndrome, twoS, e);
89 CBC_ReedSolomonGF256Poly* temp = a;
local 91 b = temp;
142 CBC_AutoPtr<CBC_ReedSolomonGF256Poly> temp(rsgp2);
143 q = temp;
181 CFX_PtrArray* temp = new CFX_PtrArray;
local 182 temp->Add(sigma.release());
183 temp->Add(omega.release());
184 return temp;
218 CFX_Int32Array* temp = new CFX_Int32Array; local 233 int32_t temp = m_field->Inverse(denominator, temp); local [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
idct_vca.cpp | 450 int32 x0, x1, x2, x4, x5, temp; local 476 temp = ((x0 + x2) >> 14); 477 CLIP_RESULT(temp) 478 word = word | (temp << 8); 479 temp = ((x0 + x1) >> 14); 480 CLIP_RESULT(temp) 481 word = word | (temp << 16); 482 temp = ((x0 + x5) >> 14); 483 CLIP_RESULT(temp) 484 word = word | (temp << 24) 507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local 580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local [all...] |
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_utilities_geometry.h | 55 const double *temp; local 60 temp= *X++; 61 cx+=temp[0]; 62 cy+=temp[1]; 101 const double *temp; local 106 temp= *X++; 107 cx+=temp[0]; 108 cy+=temp[1]; 109 cz+=temp[2];
|
db_utilities_indexing.cpp | 38 double temp; local 51 temp= *(s_point++); 52 if(temp<pivot) *(d_bottom++)=temp; 53 else if(temp>pivot) *(d_top--)=temp; 59 double db_LeanQuickSelect(const double *s,long nr_elements,long pos,double *temp) 71 tempA=temp; 72 tempB=temp+nr_elements;
|