/external/chromium_org/third_party/sqlite/src/test/ |
e_resolve.test | 26 CREATE TABLE temp.n1(x, y); INSERT INTO temp.n1 VALUES('temp', 'n1'); 27 CREATE TRIGGER temp.n3 AFTER INSERT ON n1 BEGIN SELECT 1; END; 28 CREATE INDEX temp.n4 ON n1(x, y); 56 # object reference, then SQLite searches the main, temp and all attached 57 # databases for an object with a matching name. The temp database is 63 do_execsql_test 1.1 { SELECT * FROM n1 } {temp n1} 69 # an object reference, it must be either "main", or "temp" or the name 76 do_execsql_test 2.1.2 { SELECT * FROM temp.n1 } {temp n1 [all...] |
e_dropview.test | 32 CREATE TEMP TABLE t1(a, b); 33 INSERT INTO temp.t1 VALUES('a temp', 'b temp'); 34 CREATE VIEW temp.v1 AS SELECT * FROM t1; 48 if {$name == "temp"} { set tbl sqlite_temp_master } 60 if {$name == "temp"} { set tbl sqlite_temp_master } 83 2 "DROP VIEW v2" {main.v1 temp.v1 aux.v1 aux.v2 aux.v3} 84 3 "DROP VIEW main.v1" {main.v2 temp.v1 aux.v1 aux.v2 aux.v3} 85 4 "DROP VIEW main.v2" {main.v1 temp.v1 aux.v1 aux.v2 aux.v3 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/ |
omxVCCOMM_ExpandFrame_I_s.s | 53 Temp RN 14 75 SUB Temp, iFrameHeight, #1 ;// H-1 76 MUL Temp, iPlaneStep, Temp ;// (H-1)*Step 77 ADD pBot, Temp, pSrcDstPlane ;// BPtr = TPtr + (H-1)*Step 78 MOV Temp, iFrameWidth ;// Outer loop counter 118 SUBS Temp, Temp, #16 149 SUBS Temp, Temp, #1 [all...] |
/external/elfutils/tests/ |
run-strip-test.sh | 31 debugout=${debugfile:+-f testfile.debug.temp -F $debugfile} 34 test x$stripped = xtestfile.temp || testfiles $stripped $debugfile 36 tempfiles testfile.temp testfile.debug.temp testfile.unstrip 38 testrun ../src/strip -o testfile.temp $debugout $original 42 cmp $stripped testfile.temp || status=$? 45 testrun ../src/elflint -q testfile.temp || status=$? 48 cmp $debugfile testfile.debug.temp || status=$? 51 testrun ../src/elflint -q -d testfile.debug.temp || status=$? 54 testrun ../src/unstrip -o testfile.unstrip testfile.temp testfile.debug.tem [all...] |
/external/marisa-trie/lib/marisa/ |
intvector.cc | 58 IntVector temp; local 59 temp.units_.map(mapper); 60 mapper.map(&temp.num_bits_per_int_); 61 mapper.map(&temp.mask_); 62 mapper.map(&temp.size_); 63 temp.swap(this); 89 IntVector temp; local 90 temp.units_.read(reader); 91 reader.read(&temp.num_bits_per_int_); 92 reader.read(&temp.mask_) [all...] |
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
intvector.cc | 58 IntVector temp; local 59 temp.units_.map(mapper); 60 mapper.map(&temp.num_bits_per_int_); 61 mapper.map(&temp.mask_); 62 mapper.map(&temp.size_); 63 temp.swap(this); 89 IntVector temp; local 90 temp.units_.read(reader); 91 reader.read(&temp.num_bits_per_int_); 92 reader.read(&temp.mask_) [all...] |
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
Mult3s_32x16.c | 35 LVM_INT32 srcval,temp; local 42 MUL32x16INTO32(srcval,val,temp,15) 44 *dst = temp;
|
mult3s_16x16.c | 34 LVM_INT32 temp; local 38 temp = (LVM_INT32)(*src) * (LVM_INT32)val; 41 *dst = (LVM_INT16)(temp >> 15);
|
/external/dropbear/libtomcrypt/src/ciphers/ |
noekeon.c | 42 temp = a^c; temp = temp ^ ROLc(temp, 8) ^ RORc(temp, 8); \ 43 b ^= temp; d ^= temp; \ 44 temp = b^d; temp = temp ^ ROLc(temp, 8) ^ RORc(temp, 8); 77 ulong32 temp; local 118 ulong32 a,b,c,d,temp; local 172 ulong32 a,b,c,d, temp; local [all...] |
/external/eigen/blas/ |
dtpmv.f | 106 DOUBLE PRECISION TEMP 165 TEMP = X(J) 168 X(I) = X(I) + TEMP*AP(K) 179 TEMP = X(JX) 182 X(IX) = X(IX) + TEMP*AP(K) 196 TEMP = X(J) 199 X(I) = X(I) + TEMP*AP(K) 211 TEMP = X(JX) 214 X(IX) = X(IX) + TEMP*AP(K) 232 TEMP = X(J [all...] |
dtpsv.f | 109 DOUBLE PRECISION TEMP 169 TEMP = X(J) 172 X(I) = X(I) - TEMP*AP(K) 183 TEMP = X(JX) 187 X(IX) = X(IX) - TEMP*AP(K) 200 TEMP = X(J) 203 X(I) = X(I) - TEMP*AP(K) 214 TEMP = X(JX) 218 X(IX) = X(IX) - TEMP*AP(K) 234 TEMP = X(J [all...] |
stpmv.f | 106 REAL TEMP 165 TEMP = X(J) 168 X(I) = X(I) + TEMP*AP(K) 179 TEMP = X(JX) 182 X(IX) = X(IX) + TEMP*AP(K) 196 TEMP = X(J) 199 X(I) = X(I) + TEMP*AP(K) 211 TEMP = X(JX) 214 X(IX) = X(IX) + TEMP*AP(K) 232 TEMP = X(J [all...] |
stpsv.f | 109 REAL TEMP 169 TEMP = X(J) 172 X(I) = X(I) - TEMP*AP(K) 183 TEMP = X(JX) 187 X(IX) = X(IX) - TEMP*AP(K) 200 TEMP = X(J) 203 X(I) = X(I) - TEMP*AP(K) 214 TEMP = X(JX) 218 X(IX) = X(IX) - TEMP*AP(K) 234 TEMP = X(J [all...] |
/external/chromium_org/tools/metrics/histograms/ |
diffutil.py | 37 temp = NamedTemporaryFile(suffix='.html', delete=False) 39 temp.write(html_diff) 40 temp.close() # Close the file so the browser process can access it. 41 webbrowser.open('file://' + temp.name) 45 temp.close() # May be called on already closed file. 46 os.remove(temp.name)
|
/external/chromium/base/memory/ |
scoped_handle.h | 35 FILE* temp = handle_; local 37 return temp;
|
/external/chromium_org/base/memory/ |
scoped_handle.h | 34 FILE* temp = handle_; local 36 return temp;
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLRenderTarget.cpp | 31 GrTextureDesc temp; local 32 temp.fFlags = flags; 33 temp.fWidth = width; 34 temp.fHeight = height; 35 temp.fConfig = config; 36 temp.fSampleCnt = sampleCnt; 37 temp.fOrigin = origin; 38 return temp;
|
/external/chromium_org/third_party/smhasher/src/ |
Platform.cpp | 7 int64_t temp = rdtsc(); local 9 printf("%d",(int)temp);
|
/external/libgsm/src/ |
short_term.c | 153 register word temp; local 158 /* temp = GSM_ABS( *LARp ); 160 * if (temp < 11059) temp <<= 1; 161 * else if (temp < 20070) temp += 11059; 162 * else temp = GSM_ADD( temp >> 2, 26112 ); 164 * *LARp = *LARp < 0 ? -temp : temp; 242 register float sav, di, temp; local 321 register float scalef = 3.0517578125e-5, temp; local [all...] |
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_convolve_neon.c | 23 DECLARE_ALIGNED_ARRAY(8, uint8_t, temp, 64 * 72); 37 * the temp buffer which has lots of extra room and is subsequently discarded 41 temp, 64, 45 /* Step into the temp buffer 3 lines to get the actual frame data */ 46 vp9_convolve8_vert_neon(temp + 64 * 3, 64, 57 DECLARE_ALIGNED_ARRAY(8, uint8_t, temp, 64 * 72); 71 temp, 64, 74 vp9_convolve8_avg_vert_neon(temp + 64 * 3,
|
/external/llvm/test/CodeGen/X86/ |
legalize-fmp-oeq-vector-select.ll | 7 %temp = select i1 %cmp, <4 x float> <float 1.000000e+00, float 0.000000e+00, 9 ret <4 x float> %temp
|
/external/skia/src/gpu/gl/ |
GrGLRenderTarget.cpp | 31 GrTextureDesc temp; local 32 temp.fFlags = flags; 33 temp.fWidth = width; 34 temp.fHeight = height; 35 temp.fConfig = config; 36 temp.fSampleCnt = sampleCnt; 37 temp.fOrigin = origin; 38 return temp;
|
/frameworks/native/opengl/tests/gralloc/ |
gralloc.cpp | 43 void* temp = malloc(size); local 45 memset(temp, 0, size); 73 memcpy(temp, temp2, size); 79 memcpy(temp, vaddr, size); 85 memcpy(vaddr, temp, size); 92 lamecpy(temp, temp2, size); 98 lamecpy(temp, vaddr, size); 104 lamecpy(vaddr, temp, size);
|
/external/qemu/android/utils/ |
filelock.c | 56 ** temp - a temporary file make unique with mkstemp 59 ** create 'temp' and store our pid in it 60 ** attemp to link 'lock' to 'temp' 62 ** unlink 'temp' 77 char* temp; member in struct:FileLock 120 pidfile_fd = open( lock->temp, O_RDONLY ); 144 D( "could not read pid file '%s'", lock->temp ); 190 pidfile_fd = open( lock->temp, O_WRONLY | O_CREAT | O_TRUNC ); 193 if ( path_delete_file( lock->temp ) < 0 ) { 194 D( "could not remove '%s': %s\n", lock->temp, strerror(errno) ) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_DecodePadMV_PVOP_s.s | 103 temp RN 1 label 193 SUB temp,fcodeForward,#1 ;// temp=fcodeForward-1 196 LSL scaleFactor,one,temp ;// scaleFactor=1<<(fcodeForward-1) 210 LDR temp,=0xFFF 213 TEQ index,temp 223 SUB temp,fcodeForward,#1 224 M_BD_VREAD8 mvHorResidual,temp,T1,T2 ;// get mvHorResidual from bitstream if fcodeForward>1 and mvHorData!=0 240 LDR temp,=0xFFF 243 TEQ index,temp [all...] |