HomeSort by relevance Sort by last modified time
    Searched full:temp (Results 151 - 175 of 4258) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/
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/arduino/hardware/arduino/cores/arduino/
WString.cpp 153 char *temp = (char *)realloc(_buffer, _length + 1); local
154 if ( temp != NULL ) {
155 _buffer = temp;
240 char* temp = theReturn._buffer; local
241 while( (temp = strchr( temp, findChar )) != 0 )
242 *temp = replaceChar;
250 String temp = _buffer, newString;
253 while ( (loc = temp.indexOf( match )) != -1 )
255 newString += temp.substring( 0, loc )
273 const char* temp = strchr( &_buffer[fromIndex], ch ); local
310 char* temp = strrchr( _buffer, ch ); local
331 char temp = s2[ 0 ]; local
366 int temp = right; local
376 char temp = _buffer[ right ]; \/\/ save the replaced character local
385 String temp = _buffer; local
394 String temp = _buffer; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 78 Temp RN 12
219 ADD Temp, pSrc, srcStep, LSL #1
221 VLD1 dSrc2, [Temp], srcStep
223 VLD1 dSrc3, [Temp]
225 ADD Temp, pDst, dstStep, LSL #1
227 VST1 dDst2[0], [Temp], dstStep
229 VST1 dDst3[0], [Temp]
242 ADD Temp, pDst, dstStep, LSL #1
244 VST1 dResultH2[0], [Temp], dstStep
246 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/chromium_org/third_party/sqlite/src/test/
tkt1644.test 15 # are not expired correctly as a result of changes to TEMP
34 CREATE TEMP VIEW v1 AS SELECT * FROM t1;
46 CREATE TEMP VIEW v1 AS SELECT * FROM t2;
59 # Create a temp table T1. Make sure the cache is invalidated so that
60 # the statement is recompiled and refers to the empty temp table.
64 CREATE TEMP TABLE t1(x);
74 CREATE TEMP TABLE temp_t1(a, b);
87 CREATE TEMP VIEW temp_v1 AS SELECT * FROM real_t1;
99 CREATE TEMP VIEW temp_v1 AS SELECT * FROM real_t1 LIMIT 10 OFFSET 10;
tkt3630.test 12 # This file checks to make sure the "TEMP" or "TEMPORARY" keyword is
25 CREATE TEMP TABLE temp1(a,b,c);
26 SELECT * FROM sqlite_temp_master WHERE sql GLOB '*TEMP*';
32 CREATE TEMP TABLE temp2 AS SELECT * FROM main1;
33 SELECT * FROM sqlite_temp_master WHERE sql GLOB '*TEMP*';
  /external/chromium_org/cc/resources/
resource_update_queue.cc 30 std::deque<ResourceUpdate> temp; local
31 entry_queue->swap(temp);
32 while (temp.size()) {
33 ResourceUpdate upload = temp.front();
34 temp.pop_front();
  /external/chromium_org/third_party/icu/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/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/icu4c/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
  /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;
DelayMix_16x16.c 37 LVM_INT16 temp; local
42 temp = (LVM_INT16)((LVM_UINT32)((LVM_INT32)(*dst) + (LVM_INT32)delay[Offset]) >> 1);
43 *dst = temp;
52 temp = (LVM_INT16)((LVM_UINT32)((LVM_INT32)(*dst) - (LVM_INT32)delay[Offset]) >> 1);
53 *dst = temp;
Int32RShiftToInt16_Sat_32x16.c 33 LVM_INT32 temp; local
38 temp = *src >> shift;
41 if (temp > 0x00007FFF)
45 else if (temp < -0x00008000)
51 *dst = (LVM_INT16)temp;
LVC_Core_MixHard_2St_D16C31_SAT.c 35 LVM_INT32 Temp;
47 Temp = (((LVM_INT32)*(src1++) * (LVM_INT32)Current1Short)>>15) +
49 if (Temp > 0x00007FFF)
51 else if (Temp < -0x00008000)
54 *dst++ = (LVM_INT16)Temp;
Mac3s_Sat_32x16.c 35 LVM_INT32 srcval,temp, dInVal, dOutVal; local
43 MUL32x16INTO32(srcval,val,temp,15)
46 dOutVal = temp + dInVal;
49 if ((((dOutVal ^ temp) & (dOutVal ^ dInVal)) >> 31)!=0) /* overflow / underflow */
51 if(temp<0)
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex_sse.c 263 struct x86_reg temp )
266 store[sz-1](p, dest, temp);
271 struct x86_reg temp )
275 sse_mulps(&p->func, temp, p->chan0);
278 sse2_cvtps2dq(&p->func, temp, temp);
279 sse2_packssdw(&p->func, temp, temp);
280 sse2_packuswb(&p->func, temp, temp);
355 struct x86_reg temp = x86_make_reg(file_XMM, 0); local
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vertex_sse.c 263 struct x86_reg temp )
266 store[sz-1](p, dest, temp);
271 struct x86_reg temp )
275 sse_mulps(&p->func, temp, p->chan0);
278 sse2_cvtps2dq(&p->func, temp, temp);
279 sse2_packssdw(&p->func, temp, temp);
280 sse2_packuswb(&p->func, temp, temp);
355 struct x86_reg temp = x86_make_reg(file_XMM, 0); local
    [all...]
  /external/chromium_org/courgette/
disassembler_elf_32_arm.cc 34 uint32 temp = (arm_op & 0x00FF) << 1; local
35 if (temp & 0x0100)
36 temp |= 0xFFFFFE00;
37 temp += 4; // Offset from _next_ PC.
40 (*addr) = temp;
47 uint32 temp = (arm_op & 0x07FF) << 1; local
48 if (temp & 0x00000800)
49 temp |= 0xFFFFF000;
50 temp += 4; // Offset from _next_ PC.
52 (*addr) = temp;
59 uint32 temp = (arm_op & 0x00FFFFFF) << 2; local
69 uint32 temp = 0; local
108 uint32 temp = 0; local
150 uint32 temp = 0; local
179 uint32 temp = 0xF0008000; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
srchtest.cpp 364 UChar temp[128]; local
371 u_unescape(search->text, temp, 128);
373 text.setTo(temp);
374 u_unescape(search->pattern, temp, 128);
376 pattern.setTo(temp);
421 UChar temp[128]; local
430 u_unescape(search->text, temp, 128);
432 text.setTo(temp);
433 u_unescape(search->pattern, temp, 128);
435 pattern.setTo(temp);
474 UChar temp[128]; local
767 UChar temp[128]; local
900 UChar temp[128]; local
944 UChar temp[128]; local
1018 UChar temp[512]; local
1114 UChar temp[128]; local
1203 UChar temp[128]; local
1324 UChar temp[128]; local
1388 UChar temp[128]; local
1502 UChar temp[128]; local
1540 UChar temp[128]; local
1581 UChar temp[128]; local
1661 UChar temp[128]; local
1766 UChar temp[128]; local
1809 UChar temp[128]; local
1871 UChar temp[128]; local
1938 UChar temp[128]; local
2030 UChar temp[128]; local
2106 UChar temp[128]; local
    [all...]
  /external/icu4c/test/intltest/
srchtest.cpp 467 UChar temp[128]; local
474 u_unescape(search->text, temp, 128);
476 text.setTo(temp);
477 u_unescape(search->pattern, temp, 128);
479 pattern.setTo(temp);
524 UChar temp[128]; local
533 u_unescape(search->text, temp, 128);
535 text.setTo(temp);
536 u_unescape(search->pattern, temp, 128);
538 pattern.setTo(temp);
577 UChar temp[128]; local
870 UChar temp[128]; local
1003 UChar temp[128]; local
1047 UChar temp[128]; local
1111 UChar temp[512]; local
1207 UChar temp[128]; local
1296 UChar temp[128]; local
1417 UChar temp[128]; local
1481 UChar temp[128]; local
1595 UChar temp[128]; local
1633 UChar temp[128]; local
1674 UChar temp[128]; local
1754 UChar temp[128]; local
1859 UChar temp[128]; local
1902 UChar temp[128]; local
1964 UChar temp[128]; local
2031 UChar temp[128]; local
2123 UChar temp[128]; local
2199 UChar temp[128]; local
    [all...]
  /external/chromium_org/third_party/opus/src/silk/float/
solve_LS_FLP.c 120 silk_float temp; local
125 temp = 0;
127 temp += ptr1[ j * M ] * x[ j ];
129 temp = b[ i ] - temp;
130 x[ i ] = temp;
142 silk_float temp; local
147 temp = 0;
149 temp += ptr1[ j ] * x[ j ];
151 temp = b[ i ] - temp
165 double temp, diag_min_value; local
    [all...]
  /external/eigen/blas/
ctbmv.f 146 COMPLEX TEMP
213 TEMP = X(J)
216 X(I) = X(I) + TEMP*A(L+I,J)
225 TEMP = X(JX)
229 X(IX) = X(IX) + TEMP*A(L+I,J)
242 TEMP = X(J)
245 X(I) = X(I) + TEMP*A(L+I,J)
255 TEMP = X(JX)
259 X(IX) = X(IX) + TEMP*A(L+I,J)
277 TEMP = X(J
    [all...]
ztbmv.f 146 DOUBLE COMPLEX TEMP
213 TEMP = X(J)
216 X(I) = X(I) + TEMP*A(L+I,J)
225 TEMP = X(JX)
229 X(IX) = X(IX) + TEMP*A(L+I,J)
242 TEMP = X(J)
245 X(I) = X(I) + TEMP*A(L+I,J)
255 TEMP = X(JX)
259 X(IX) = X(IX) + TEMP*A(L+I,J)
277 TEMP = X(J
    [all...]

Completed in 530 milliseconds

1 2 3 4 5 67 8 91011>>