/frameworks/base/location/java/android/location/ |
Geofence.java | 150 long temp; local 151 temp = Double.doubleToLongBits(mLatitude); 152 result = prime * result + (int) (temp ^ (temp >>> 32)); 153 temp = Double.doubleToLongBits(mLongitude); 154 result = prime * result + (int) (temp ^ (temp >>> 32));
|
/external/chromium_org/base/ |
stl_util.h | 42 ForwardIterator temp = begin; local 44 delete *temp; 59 ForwardIterator temp = begin; local 61 delete temp->first; 62 delete temp->second; 73 ForwardIterator temp = begin; local 75 delete temp->first; 87 ForwardIterator temp = begin; local 89 delete temp->second;
|
/external/eigen/blas/ |
dspr.f | 92 DOUBLE PRECISION TEMP 141 TEMP = ALPHA*X(J) 144 AP(K) = AP(K) + X(I)*TEMP 154 TEMP = ALPHA*X(JX) 157 AP(K) = AP(K) + X(IX)*TEMP 172 TEMP = ALPHA*X(J) 175 AP(K) = AP(K) + X(I)*TEMP 185 TEMP = ALPHA*X(JX) 188 AP(K) = AP(K) + X(IX)*TEMP
|
sspr.f | 92 REAL TEMP 141 TEMP = ALPHA*X(J) 144 AP(K) = AP(K) + X(I)*TEMP 154 TEMP = ALPHA*X(JX) 157 AP(K) = AP(K) + X(IX)*TEMP 172 TEMP = ALPHA*X(J) 175 AP(K) = AP(K) + X(I)*TEMP 185 TEMP = ALPHA*X(JX) 188 AP(K) = AP(K) + X(IX)*TEMP
|
/external/opencv/cv/src/ |
cvcondens.cpp | 93 CV_CALL( CD->Temp = (float *) cvAlloc( sizeof( float ) * DP )); 138 cvFree( &CD->Temp ); 170 /* Sets Temp to Zero */ 171 icvSetZero_32f( ConDens->Temp, ConDens->DP, 1 ); 178 icvAddVector_32f( ConDens->Temp, ConDens->State, ConDens->Temp, ConDens->DP ); 185 icvScaleVector_32f( ConDens->Temp, ConDens->Temp, ConDens->DP, 1.f / Sum ); 186 icvTransformVector_32f( ConDens->DynamMatr, ConDens->Temp, ConDens->State, ConDens->DP,
|
/external/tremolo/Tremolo/ |
res012.c | 149 int temp=vorbis_book_decode(phrasebook,&vd->opb); local 150 if(temp==-1)goto eopbreak; 156 partword[j][i+k]=temp/div; 157 temp-=partword[j][i+k]*div; 207 int temp; local 213 temp=vorbis_book_decode(phrasebook,&vd->opb); 214 if(temp==-1)goto eopbreak; 220 partword[i+k]=temp/div; 221 temp-=partword[i+k]*div;
|
/external/chromium_org/third_party/libxml/src/ |
runtest.c | 1654 char *temp; local 1743 char *temp; local 1954 char *temp; local 2102 char *temp = NULL; local 2325 char *temp; local 2509 char *temp; local 2611 char *temp; local 2911 char *temp; local 3086 char *temp; local 3420 char *temp; local [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_wtsynth.c | 506 EAS_I32 temp; local 540 temp = pChannel->staticPitch + pWTRegion->tuning; 544 temp += pVoice->note * 100; 546 temp += (pVoice->note + pSynth->globalTranspose) * 100; 547 intFrame.frame.phaseIncrement = WT_UpdatePhaseInc(pWTVoice, pArt, pChannel, temp); 611 EAS_I32 temp; local 614 temp = MULT_EG1_EG1(DEFAULT_LFO_MOD_WHEEL_TO_PITCH_CENTS, 618 temp += MULT_EG1_EG1(DEFAULT_LFO_CHANNEL_PRESSURE_TO_PITCH_CENTS, 622 temp = MULT_EG1_EG1(pWTVoice->modLFO.lfoValue, temp); 722 EAS_I32 temp; local 776 EAS_I32 temp; local 869 EAS_I32 temp; local 1223 EAS_I32 temp; local [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_wtsynth.c | 510 EAS_I32 temp; local 544 temp = pChannel->staticPitch + pWTRegion->tuning; 548 temp += pVoice->note * 100; 550 temp += (pVoice->note + pSynth->globalTranspose) * 100; 551 intFrame.frame.phaseIncrement = WT_UpdatePhaseInc(pWTVoice, pArt, pChannel, temp); 617 EAS_I32 temp; local 620 temp = MULT_EG1_EG1(DEFAULT_LFO_MOD_WHEEL_TO_PITCH_CENTS, 624 temp += MULT_EG1_EG1(DEFAULT_LFO_CHANNEL_PRESSURE_TO_PITCH_CENTS, 628 temp = MULT_EG1_EG1(pWTVoice->modLFO.lfoValue, temp); 728 EAS_I32 temp; local 782 EAS_I32 temp; local 875 EAS_I32 temp; local 1229 EAS_I32 temp; local [all...] |
/cts/suite/cts/deviceTests/opengl/jni/graphics/ |
Matrix.cpp | 78 Matrix* temp = new Matrix(*this); local 79 if (m != NULL && temp != NULL) { 80 multiply(*temp, *m); 83 delete temp; 88 Matrix* temp = new Matrix(*this); local 89 if (m != NULL && temp != NULL) { 90 multiply(*temp, *m); 93 delete temp; 98 Matrix* temp = new Matrix(*this); local 99 if (m != NULL && temp != NULL) [all...] |
/dalvik/libdex/ |
CmdUtils.h | 47 * temp file from a Jar). Pass in a MemMapping struct to hold the info. 51 * The temp file is deleted after the map succeeds. 56 * If "tempFileName" is NULL, a default value is used. The temp file is
|
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_at.h | 70 char *p_cmd_buf; /* temp parsing buffer */ 71 UINT16 cmd_pos; /* position in temp buffer */ 72 UINT16 cmd_max_len; /* length of temp buffer to allocate */
|
/external/bluetooth/bluedroid/utils/src/ |
bt_utils.c | 101 int temp; local 102 if (sscanf(buf, "%d", &temp) == 1) { 103 g_DoSchedulingGroup[g_TaskIdx] = temp == 0;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
ExtendedKeyUsage.java | 128 KeyPurposeId[] temp = new KeyPurposeId[seq.size()]; local 133 temp[i++] = KeyPurposeId.getInstance(it.nextElement()); 135 return temp;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/ |
X509ExtensionUtil.java | 60 Collection temp = new ArrayList(); local 92 temp.add(list); 94 return Collections.unmodifiableCollection(temp);
|
/external/chromium_org/base/win/ |
scoped_process_information.cc | 22 HANDLE temp = NULL; 24 ::GetCurrentProcess(), &temp, 0, FALSE, 29 target->Set(temp);
|
/external/chromium_org/components/nacl/common/ |
nacl_host_messages.h | 75 // The browser replies to a renderer's temp file request with output_file, 76 // which is either a writeable temp file to use for translation, or a 84 // finished and its temp file contains the translated nexe.
|
/external/chromium_org/gpu/ipc/ |
gpu_command_buffer_traits.cc | 23 int32 temp; local 28 ReadParam(m, iter, &temp) && 30 p->error = static_cast<gpu::error::Error>(temp);
|
/external/chromium_org/media/base/ |
bit_reader.h | 34 uint64 temp; local 35 bool ret = ReadBitsInternal(num_bits, &temp); 36 *out = static_cast<T>(temp);
|
/external/chromium_org/sandbox/win/src/ |
win_utils_unittest.cc | 15 // Create a temp file because we need write access to it. 37 // Replace the directory with a reparse point to %temp%. 57 // Create a temp file because we need write access to it.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
nmfmtrt.cpp | 238 UnicodeString s, s2, temp; local 247 logln(/*value.getString(temp) +*/ " F> " + escape(s)); 252 logln(escape(s) + " P> " /*+ n.getString(temp)*/); 260 logln(/*n.getString(temp) +*/ " F> " + escape(s2)); 291 errln(/*value.getString(temp) +*/ typeOf(value, temp) + " F> " + 293 /*n.getString(temp) */ + typeOf(n, temp) + " F> " + 331 UnicodeString temp; local 349 char temp[16] local [all...] |
/external/chromium_org/third_party/icu/source/tools/genrb/ |
rbutil.c | 74 char temp; local 106 temp = buffer[(length-1) - j]; 108 buffer[j] = temp;
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
SkGLContextHelper.cpp | 38 const GrGLubyte* temp; local 48 SK_GL_RET(*this, temp, GetString(GR_GL_VERSION)); 49 const char* versionStr = reinterpret_cast<const char*>(temp);
|
/external/chromium_org/third_party/skia/src/gpu/gl/debug/ |
GrDebugGL.h | 42 GrFakeRefObj *temp = (*gFactoryFunc[type])(); local 44 fObjects.push_back(temp); 46 return temp;
|
/external/chromium_org/third_party/sqlite/src/test/ |
alter4.test | 38 # alter4-6.*: Test that temp triggers are not accidentally dropped. 44 CREATE TEMP TABLE abc(a, b, c); 62 CREATE TABLE temp.t1(a, b); 76 CREATE TEMP TABLE t2(a, b, UNIQUE(a, b)); 105 CREATE TABLE temp.t1(a, b); 154 CREATE TEMP TABLE t1(a, b); 184 CREATE TEMP TABLE t1(a, b); 219 CREATE TEMP TABLE t1(a, b); 284 CREATE TEMP TABLE t1(a, b); 285 CREATE TEMP TABLE log(trig, a, b) [all...] |