/prebuilts/misc/common/swig/include/2.0.11/php/ |
typemaps.i | 28 %typemap(in) TYPE *INPUT(TYPE temp), TYPE &INPUT(TYPE temp) 31 temp = Z_LVAL_PP($input) ? true : false; 32 $1 = &temp; 35 %typemap(in,numinputs=0) TYPE *OUTPUT(TYPE temp), TYPE &OUTPUT(TYPE temp) "$1 = &temp;"; 40 ZVAL_BOOL(o,temp$argnum); 57 %typemap(in) TYPE *INPUT(TYPE temp), TYPE &INPUT(TYPE temp) [all...] |
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/ |
move_assign.pass.cpp | 24 std::string temp = get_temp_file_name(); local 26 std::ofstream fso(temp.c_str()); 32 std::ifstream fs(temp.c_str()); 37 std::remove(temp.c_str()); 39 std::wofstream fso(temp.c_str()); 45 std::wifstream fs(temp.c_str()); 50 std::remove(temp.c_str());
|
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/ |
move.pass.cpp | 24 std::string temp = get_temp_file_name(); local 26 std::ofstream fso(temp.c_str()); 31 std::ifstream fs(temp.c_str()); 36 std::remove(temp.c_str()); 38 std::wofstream fso(temp.c_str()); 43 std::wifstream fs(temp.c_str()); 48 std::remove(temp.c_str());
|
pointer.pass.cpp | 23 std::string temp = get_temp_file_name(); local 25 std::ofstream fs(temp.c_str()); 29 std::ifstream fs(temp.c_str()); 34 std::remove(temp.c_str()); 36 std::wofstream fs(temp.c_str()); 40 std::wifstream fs(temp.c_str()); 45 std::remove(temp.c_str());
|
string.pass.cpp | 23 std::string temp = get_temp_file_name(); local 25 std::ofstream fs(temp); 29 std::ifstream fs(temp); 34 std::remove(temp.c_str()); 36 std::wofstream fs(temp); 40 std::wifstream fs(temp); 45 std::remove(temp.c_str());
|
/external/opencv3/modules/core/misc/java/src/java/ |
core+Range.java | 62 long temp; local 63 temp = Double.doubleToLongBits(start); 64 result = prime * result + (int) (temp ^ (temp >>> 32)); 65 temp = Double.doubleToLongBits(end); 66 result = prime * result + (int) (temp ^ (temp >>> 32));
|
core+Rect.java | 76 long temp; local 77 temp = Double.doubleToLongBits(height); 78 result = prime * result + (int) (temp ^ (temp >>> 32)); 79 temp = Double.doubleToLongBits(width); 80 result = prime * result + (int) (temp ^ (temp >>> 32)); 81 temp = Double.doubleToLongBits(x); 82 result = prime * result + (int) (temp ^ (temp >>> 32)) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/ |
move_assign.pass.cpp | 24 std::string temp = get_temp_file_name(); local 26 std::ofstream fso(temp.c_str()); 32 std::ifstream fs(temp.c_str()); 37 std::remove(temp.c_str()); 39 std::wofstream fso(temp.c_str()); 45 std::wifstream fs(temp.c_str()); 50 std::remove(temp.c_str());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/ |
move.pass.cpp | 24 std::string temp = get_temp_file_name(); local 26 std::ofstream fso(temp.c_str()); 31 std::ifstream fs(temp.c_str()); 36 std::remove(temp.c_str()); 38 std::wofstream fso(temp.c_str()); 43 std::wifstream fs(temp.c_str()); 48 std::remove(temp.c_str());
|
pointer.pass.cpp | 23 std::string temp = get_temp_file_name(); local 25 std::ofstream fs(temp.c_str()); 29 std::ifstream fs(temp.c_str()); 34 std::remove(temp.c_str()); 36 std::wofstream fs(temp.c_str()); 40 std::wifstream fs(temp.c_str()); 45 std::remove(temp.c_str());
|
string.pass.cpp | 23 std::string temp = get_temp_file_name(); local 25 std::ofstream fs(temp); 29 std::ifstream fs(temp); 34 std::remove(temp.c_str()); 36 std::wofstream fs(temp); 40 std::wifstream fs(temp); 45 std::remove(temp.c_str());
|
/prebuilts/misc/common/swig/include/2.0.11/tcl/ |
typemaps.i | 61 %typemap(in) double *INPUT(double temp), double &INPUT(double temp) 63 if (Tcl_GetDoubleFromObj(interp,$input,&temp) == TCL_ERROR) { 66 $1 = &temp; 69 %typemap(in) float *INPUT(double dvalue, float temp), float &INPUT(double dvalue, float temp) 74 temp = (float) dvalue; 75 $1 = &temp; 78 %typemap(in) int *INPUT(int temp), int &INPUT(int temp) [all...] |
/external/opencv3/modules/imgproc/src/opencl/ |
filterSepRow.cl | 168 uchar4 temp[READ_TIMES_ROW]; 179 temp[i] = *(__global const uchar4 *)&src[current_addr]; 186 temp[i].x = ELEM(start_x+i*LSIZE0*4, src_offset_x, src_offset_x + src_cols, 0, temp[i].x); 187 temp[i].y = ELEM(start_x+i*LSIZE0*4+1, src_offset_x, src_offset_x + src_cols, 0, temp[i].y); 188 temp[i].z = ELEM(start_x+i*LSIZE0*4+2, src_offset_x, src_offset_x + src_cols, 0, temp[i].z); 189 temp[i].w = ELEM(start_x+i*LSIZE0*4+3, src_offset_x, src_offset_x + src_cols, 0, temp[i].w) [all...] |
/external/selinux/libsemanage/src/ |
semanageswig_python.i | 111 %typemap(in, numinputs=0) char **(char *temp=NULL) { 112 $1 = &temp; 120 %typemap(in, numinputs=0) char ***(char **temp=NULL) { 121 $1 = &temp; 148 %typemap(in, numinputs=0) semanage_module_info_t **(semanage_module_info_t *temp=NULL) { 149 $1 = &temp; 160 %typemap(in, numinputs=0) semanage_module_key_t **(semanage_module_key_t *temp=NULL) { 161 $1 = &temp; 172 %typemap(in, numinputs=0) semanage_context_t **(semanage_context_t *temp=NULL) { 173 $1 = &temp; [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_InterpolateLuma_s.s | 92 Temp RN 12 233 ADD Temp, pSrc, srcStep, LSL #1 235 VLD1 dSrc2, [Temp], srcStep 237 VLD1 dSrc3, [Temp] 239 ADD Temp, pDst, dstStep, LSL #1 241 VST1 dDst2[0], [Temp], dstStep 243 VST1 dDst3[0], [Temp] 256 ADD Temp, pDst, dstStep, LSL #1 258 VST1 dResultH2[0], [Temp], dstStep 260 VST1 dResultH3[0], [Temp] [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
DESedeEngine.java | 106 byte[] temp = new byte[BLOCK_SIZE]; 110 desFunc(workingKey1, in, inOff, temp, 0); 111 desFunc(workingKey2, temp, 0, temp, 0); 112 desFunc(workingKey3, temp, 0, out, outOff); 116 desFunc(workingKey3, in, inOff, temp, 0); 117 desFunc(workingKey2, temp, 0, temp, 0); 118 desFunc(workingKey1, temp, 0, out, outOff);
|
/external/clang/utils/analyzer/ |
update_plist_test.pl | 3 require File::Temp; 4 use File::Temp (); 12 # Create a temp file for the new test. 13 my $fh = File::Temp->new(); 17 # Copy the existing temp file, skipping the FileCheck comments.
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
rwupdt.h | 19 Scalar temp, rowj; local 28 temp = givens[i].c() * r(i,j) + givens[i].s() * rowj; 30 r(i,j) = temp; 41 temp = givens[j].c() * b[j] + givens[j].s() * alpha; 43 b[j] = temp;
|
/external/google-breakpad/src/tools/windows/ |
refresh_binaries.bat | 21 echo This checkin of the binaries was created by refresh_binaries.bat. > %TEMP%\checkin.txt
22 echo Date: %DATE% %TIME% >> %TEMP%\checkin.txt
23 echo Repository information (output of 'svn info') follows: >> %TEMP%\checkin.txt
24 call svn info >> %TEMP%\checkin.txt
26 echo type 'svn commit -F %%TEMP%%\checkin.txt' to commit.
|
/external/icu/icu4c/source/test/perf/utrie2perf/ |
utrie2perf.bat | 14 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000 15 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000 16 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000 17 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000 18 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
|
/external/libxml2/doc/tutorial/ |
includeconvert.c | 10 int ret,size,out_size,temp; 26 temp=size-1; 27 ret = handler->input(out, &out_size, in, &temp); 28 if (ret || temp-size+1) { 32 printf("conversion wasn't successful. converted: %i octets.\n",temp);
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-vector-insertion.ll | 11 ; CHECK: movi.2d v[[TEMP:[0-9]+]], #0000000000000000 12 ; CHECK: ins.s v[[TEMP]][0], v{{[0-9]+}}[0] 13 ; CHECK: str q[[TEMP]], [x0] 28 ; CHECK: fmov s[[TEMP:[0-9]+]], #1.0000000 29 ; CHECK: dup.4s v[[TEMP2:[0-9]+]], v[[TEMP]][0]
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
BC_PDF417DetectorResult.cpp | 34 CFX_PtrArray* temp = (CFX_PtrArray*)m_points->GetAt(i);
local 35 for (int32_t j = 0; j < temp->GetSize(); j++) {
36 delete (CBC_ResultPoint*)temp->GetAt(j);
38 temp->RemoveAll();
39 delete temp;
|
/external/toybox/toys/posix/ |
tee.c | 38 struct fd_list *temp; local 40 temp = xmalloc(sizeof(struct fd_list)); 41 temp->next = TT.outputs; 42 temp->fd = fd; 43 TT.outputs = temp;
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
Add2_Sat_16x16.c | 32 LVM_INT32 Temp; 36 Temp = ((LVM_INT32) *src) + ((LVM_INT32) *dst); 39 if (Temp > 0x00007FFF) 43 else if (Temp < -0x00008000) 49 *dst = (LVM_INT16)Temp;
|