/packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/ |
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;
|
/packages/apps/LegacyCamera/jni/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;
|
/system/core/libcutils/ |
fs.c | 104 char temp[PATH_MAX]; local 105 if (snprintf(temp, PATH_MAX, "%s.XXXXXX", path) >= PATH_MAX) { 110 int fd = TEMP_FAILURE_RETRY(mkstemp(temp)); 112 ALOGE("Failed to open %s: %s", temp, strerror(errno)); 123 ALOGE("Failed to write %s: %s", temp, strerror(errno)); 127 ALOGE("Failed to close %s: %s", temp, strerror(errno)); 131 if (rename(temp, path) == -1) { 132 ALOGE("Failed to rename %s to %s: %s", temp, path, strerror(errno)); 141 unlink(temp);
|
/bootable/recovery/minadbd/ |
utils.h | 28 * BUFF_DECL(temp,p,end,1024); 31 * p = buff_addc(temp, end, '"'); 32 * p = buff_adds(temp, end, string); 33 * p = buff_addc(temp, end, '"'); 36 * overflow detected. note that 'temp' is 39 * return strdup(temp);
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/ |
DefaultParticleInfluencer.java | 22 protected transient Vector3f temp = new Vector3f(); field in class:DefaultParticleInfluencer 41 temp.set(FastMath.nextRandomFloat(), FastMath.nextRandomFloat(), FastMath.nextRandomFloat()); 42 temp.multLocal(2f); 43 temp.subtractLocal(1f, 1f, 1f); 44 temp.multLocal(startVelocity.length()); 45 particle.velocity.interpolate(temp, velocityVariation);
|
/external/mockito/src/org/mockito/internal/progress/ |
MockingProgressImpl.java | 35 IOngoingStubbing temp = iOngoingStubbing; local 37 return temp; 58 VerificationMode temp = verificationMode.getObject(); local 60 return temp; 73 Location temp = stubbingInProgress; local 75 reporter.unfinishedStubbing(temp);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
preemph.c | 35 Word16 temp; local 38 temp = x[lg - 1]; 51 *mem = temp; 64 Word16 temp; local 67 temp = x[lg - 1]; 82 *mem = temp;
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.assign/ |
member_swap.pass.cpp | 22 char temp[L_tmpnam]; local 23 tmpnam(temp); 26 assert(f.open(temp, std::ios_base::out | std::ios_base::in 38 remove(temp); 41 assert(f.open(temp, std::ios_base::out | std::ios_base::in 53 remove(temp);
|
move_assign.pass.cpp | 23 char temp[L_tmpnam]; local 24 tmpnam(temp); 27 assert(f.open(temp, std::ios_base::out | std::ios_base::in 39 remove(temp); 42 assert(f.open(temp, std::ios_base::out | std::ios_base::in 54 remove(temp);
|
nonmember_swap.pass.cpp | 24 char temp[L_tmpnam]; local 25 tmpnam(temp); 28 assert(f.open(temp, std::ios_base::out | std::ios_base::in 40 remove(temp); 43 assert(f.open(temp, std::ios_base::out | std::ios_base::in 55 remove(temp);
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.cons/ |
move.pass.cpp | 23 char temp[L_tmpnam]; local 24 tmpnam(temp); 27 assert(f.open(temp, std::ios_base::out | std::ios_base::in 38 remove(temp); 41 assert(f.open(temp, std::ios_base::out | std::ios_base::in 52 remove(temp);
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/fstream.members/ |
open_pointer.pass.cpp | 22 char temp[L_tmpnam]; local 23 tmpnam(temp); 27 fs.open(temp, std::ios_base::in | std::ios_base::out 36 std::remove(temp); 40 fs.open(temp, std::ios_base::in | std::ios_base::out 49 std::remove(temp);
|
open_string.pass.cpp | 22 char temp[L_tmpnam]; local 23 tmpnam(temp); 27 fs.open(std::string(temp), std::ios_base::in | std::ios_base::out 36 std::remove(temp); 40 fs.open(std::string(temp), std::ios_base::in | std::ios_base::out 49 std::remove(temp);
|
/system/core/adb/ |
utils.h | 28 * BUFF_DECL(temp,p,end,1024); 31 * p = buff_addc(temp, end, '"'); 32 * p = buff_adds(temp, end, string); 33 * p = buff_addc(temp, end, '"'); 36 * overflow detected. note that 'temp' is 39 * return strdup(temp);
|
/external/chromium/chrome/common/extensions/ |
extension_file_util_unittest.cc | 19 ScopedTempDir temp; local 20 ASSERT_TRUE(temp.CreateUniqueTempDir()); 25 FilePath src = temp.path().AppendASCII(extension_id); 29 FilePath all_extensions = temp.path().AppendASCII("extensions"); 104 ScopedTempDir temp; local 105 ASSERT_TRUE(temp.CreateUniqueTempDir()); 107 FilePath src_path = temp.path().AppendASCII("some_dir"); 114 EXPECT_TRUE(extension_file_util::CheckForIllegalFilenames(temp.path(), 119 ScopedTempDir temp; local 120 ASSERT_TRUE(temp.CreateUniqueTempDir()) 131 ScopedTempDir temp; local [all...] |
/external/qemu/android/ |
user-config.c | 54 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local 65 p = bufprint_config_file(temp, end, USER_CONFIG_FILE); 67 p = bufprint(temp, end, "%s/%s", avdInfo_getContentPath(info), 74 p = bufprint_temp_file(temp, end, USER_CONFIG_FILE); 82 uc->iniPath = ASTRDUP(temp); 183 char temp[256]; local 190 bufprint(temp, temp+sizeof(temp) [all...] |
/external/skia/legacy/src/effects/ |
SkBlurImageFilter.cpp | 164 SkBitmap temp; local 165 temp.setConfig(dst->config(), dst->width(), dst->height()); 166 if (!temp.allocPixels()) { 171 boxBlurX(src, &temp, kernelSizeX, lowOffsetX, highOffsetX); 172 boxBlurY(temp, dst, kernelSizeY, lowOffsetY, highOffsetY); 173 boxBlurX(*dst, &temp, kernelSizeX, highOffsetX, lowOffsetX); 174 boxBlurY(temp, dst, kernelSizeY, highOffsetY, lowOffsetY); 175 boxBlurX(*dst, &temp, kernelSizeX3, highOffsetX, highOffsetX); 176 boxBlurY(temp, dst, kernelSizeY3, highOffsetY, highOffsetY); 179 boxBlurX(*dst, &temp, kernelSizeX, highOffsetX, lowOffsetX) [all...] |
/external/skia/src/effects/ |
SkBlurImageFilter.cpp | 166 SkBitmap temp; local 167 temp.setConfig(dst->config(), dst->width(), dst->height()); 168 if (!temp.allocPixels()) { 173 boxBlurX(src, &temp, kernelSizeX, lowOffsetX, highOffsetX); 174 boxBlurY(temp, dst, kernelSizeY, lowOffsetY, highOffsetY); 175 boxBlurX(*dst, &temp, kernelSizeX, highOffsetX, lowOffsetX); 176 boxBlurY(temp, dst, kernelSizeY, highOffsetY, lowOffsetY); 177 boxBlurX(*dst, &temp, kernelSizeX3, highOffsetX, highOffsetX); 178 boxBlurY(temp, dst, kernelSizeY3, highOffsetY, highOffsetY); 181 boxBlurX(*dst, &temp, kernelSizeX, highOffsetX, lowOffsetX) [all...] |
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
LimitedLengthInputStreamTest.java | 82 byte[] temp = new byte[TEST_STRING1.length]; 89 assertEquals(length, is.read(temp, 0, temp.length)); 91 System.arraycopy(temp, 0, actual, 0, length); 94 assertEquals(-1, is.read(temp, 0, temp.length)); 122 byte[] temp = new byte[TEST_STRING1.length + 10]; 124 assertEquals(TEST_STRING1.length, is.read(temp, 0, TEST_STRING1.length + 10)); 127 System.arraycopy(temp, 0, actual, 0, actual.length); 132 byte[] temp = new byte[TEST_STRING1.length] [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_jn.c | 57 double a, b, temp, di; local 95 case 0: temp = cos(x)+sin(x); break; 96 case 1: temp = -cos(x)+sin(x); break; 97 case 2: temp = -cos(x)-sin(x); break; 98 case 3: temp = cos(x)-sin(x); break; 100 b = invsqrtpi*temp/sqrt(x); 105 temp = b; 107 a = temp; 118 temp = x*0.5; b = temp; 219 double a, b, temp; local [all...] |
/external/fdlibm/ |
e_jn.c | 61 double a, b, temp, di; local 100 case 0: temp = ieee_cos(x)+ieee_sin(x); break; 101 case 1: temp = -ieee_cos(x)+ieee_sin(x); break; 102 case 2: temp = -ieee_cos(x)-ieee_sin(x); break; 103 case 3: temp = ieee_cos(x)-ieee_sin(x); break; 105 b = invsqrtpi*temp/ieee_sqrt(x); 110 temp = b; 112 a = temp; 123 temp = x*0.5; b = temp; 223 double a, b, temp; local [all...] |
/external/eigen/blas/ |
dtbmv.f | 146 DOUBLE PRECISION TEMP 212 TEMP = X(J) 215 X(I) = X(I) + TEMP*A(L+I,J) 224 TEMP = X(JX) 228 X(IX) = X(IX) + TEMP*A(L+I,J) 241 TEMP = X(J) 244 X(I) = X(I) + TEMP*A(L+I,J) 254 TEMP = X(JX) 258 X(IX) = X(IX) + TEMP*A(L+I,J) 276 TEMP = X(J [all...] |
stbmv.f | 146 REAL TEMP 212 TEMP = X(J) 215 X(I) = X(I) + TEMP*A(L+I,J) 224 TEMP = X(JX) 228 X(IX) = X(IX) + TEMP*A(L+I,J) 241 TEMP = X(J) 244 X(I) = X(I) + TEMP*A(L+I,J) 254 TEMP = X(JX) 258 X(IX) = X(IX) + TEMP*A(L+I,J) 276 TEMP = X(J [all...] |
/external/quake/quake/src/QW/client/ |
d_sky.c | 37 float wu, wv, temp; local 41 temp = (float)r_refdef.vrect.width; 43 temp = (float)r_refdef.vrect.height; 45 wu = 8192.0 * (float)(u-((int)vid.width>>1)) / temp; 46 wv = 8192.0 * (float)(((int)vid.height>>1)-v) / temp; 54 temp = skytime*skyspeed; // TODO: add D_SetupFrame & set this there 55 *s = (int)((temp + 6*(SKYSIZE/2-1)*end[0]) * 0x10000); 56 *t = (int)((temp + 6*(SKYSIZE/2-1)*end[1]) * 0x10000);
|