/packages/apps/Gallery2/src/com/android/camera/ |
IntArray.java | 27 int temp[] = new int[mSize + mSize]; local 28 System.arraycopy(mData, 0, temp, 0, mSize); 29 mData = temp;
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
IntArray.java | 27 int temp[] = new int[mSize + mSize]; local 28 System.arraycopy(mData, 0, temp, 0, mSize); 29 mData = temp;
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
IntArray.java | 27 int temp[] = new int[mSize + mSize]; local 28 System.arraycopy(mData, 0, temp, 0, mSize); 29 mData = temp;
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
GLutils.h | 30 T temp; local 31 temp=x; 33 y=temp;
|
/external/tcpdump/ |
parsenfsfh.c | 123 u_int32_t temp; local 267 temp = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); 268 *inop = temp; 279 temp = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]); 280 *inop = temp; 290 temp = make_uint32(fhp[3], fhp[2], fhp[1], fhp[0]); 291 fsidp->Fsid_dev.Minor = temp & 0xFFFFF; 292 fsidp->Fsid_dev.Major = (temp>>20) & 0xFFF; 294 temp = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]); 295 *inop = temp; [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
qpisf_2s.c | 66 Word32 i, k, temp, min_err, distance; local 87 temp = min_err; 89 temp = vo_L_add(temp, min_err); 91 temp = vo_L_add(temp, min_err); 93 if(temp < distance) 95 distance = temp; 117 temp = min_err; 119 temp = vo_L_add(temp, min_err) 156 Word32 temp, min_err, distance; local 451 Word16 temp, *p_dico; local 498 Word16 temp, *p_dico; local [all...] |
bits.c | 42 UWord8 temp; local 142 temp = 0; 148 temp++; 152 temp <<= 1; 156 *stream_ptr = temp; 158 temp = 0; 166 temp++; 168 temp <<= 4; 169 temp += mode & 0x000F; 174 temp <<= (unused_size[coding_mode] - 1) [all...] |
/libcore/luni/src/main/native/ |
java_lang_RealToString.cpp | 70 uint64_t R[RM_SIZE], S[STemp_SIZE], mplus[RM_SIZE], mminus[RM_SIZE], Temp[STemp_SIZE]; 76 memset (Temp , 0, STemp_SIZE * sizeof (uint64_t)); 139 memset (Temp + RM_SIZE, 0, (STemp_SIZE - RM_SIZE) * sizeof (uint64_t)); 140 memcpy (Temp, R, RM_SIZE * sizeof (uint64_t)); 151 addHighPrecision (Temp, TempLength, mplus, mplus_Length); 153 if (compareHighPrecision (Temp, TempLength, S, SLength) >= 0) 185 Temp[SLength] = 0; 186 memcpy (Temp, S, SLength * sizeof (uint64_t)); 187 simpleShiftLeftHighPrecision (Temp, TempLength, i); 188 if (compareHighPrecision (R, RLength, Temp, TempLength) >= 0 [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
GLVertex.java | 82 GLVertex temp = new GLVertex(); local 83 transform.multiply(this, temp); 84 vertexBuffer.put(toFixed(temp.x)); 85 vertexBuffer.put(toFixed(temp.y)); 86 vertexBuffer.put(toFixed(temp.z));
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
fdjac1.h | 19 Scalar eps, temp; local 36 temp = x[j]; 37 h = eps * abs(temp); 40 x[j] = temp + h; 44 x[j] = temp;
|
/external/iproute2/lib/ |
ll_addr.c | 76 int temp; local 82 if (sscanf(arg, "%x", &temp) != 1) { 86 if (temp < 0 || temp > 255) { 90 lladdr[i] = temp;
|
/external/skia/legacy/src/views/ |
SkProgressBarView.cpp | 68 int32_t temp; local 69 if (dom.findS32(node, "max", &temp)) 70 this->setMax(temp); 71 if (dom.findS32(node, "progress", &temp)) 72 this->setProgress(temp);
|
/frameworks/av/libvideoeditor/vss/src/ |
M4VD_Tools.c | 62 M4OSA_UInt32 temp_dest = 0, mask = 0, temp = 1; local 73 mask |= (temp << ((7*(j+1))-i+j)); 87 temp = ((input & (0x80000000 >> offset)) >> (31-offset)); 88 //*dest_bits |= (temp << (31 - i)); 89 *dest_bits |= (temp << ((7*(j+1))-i+j));
|
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
transform.rs | 29 rs_matrix4x4 temp; 33 rsMatrixLoadTranslate(&temp, data.x, data.y, data.z); 36 rsMatrixLoadRotate(&temp, data.w, data.x, data.y, data.z); 39 rsMatrixLoadScale(&temp, data.x, data.y, data.z); 42 rsMatrixMultiply(mat, &temp);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
ComprehensionTlv.java | 123 int temp = data[curIndex++] & 0xff; local 124 switch (temp) { 128 Rlog.d("CAT ", "decode: unexpected first tag byte=" + Integer.toHexString(temp) + 144 tag = temp; 152 temp = data[curIndex++] & 0xff; 153 if (temp < 0x80) { 154 length = temp; 155 } else if (temp == 0x81) { 164 } else if (temp == 0x82) { 175 } else if (temp == 0x83) [all...] |
/external/checkpolicy/ |
queue.c | 109 queue_node_ptr_t p, temp; local 116 temp = p; 118 free(temp); 146 queue_node_ptr_t p, last, temp; local 167 temp = p; 169 g(temp->element, vp); 170 free(temp);
|
/external/icu4c/common/ |
servlk.cpp | 78 UnicodeString temp(buffer); 79 result.append(temp); 150 UnicodeString temp(id); 151 parseSuffix(temp); 152 return temp.indexOf(_primaryID) == 0 && 153 (temp.length() == _primaryID.length() || 154 temp.charAt(_primaryID.length()) == UNDERSCORE_CHAR);
|
/external/smack/src/org/xbill/DNS/ |
UDPClient.java | 64 InetSocketAddress temp; local 71 temp = new InetSocketAddress(addr.getAddress(), 74 temp = new InetSocketAddress(port); 75 channel.socket().bind(temp); 120 byte [] temp = new byte[max]; 130 long ret = channel.read(ByteBuffer.wrap(temp)); 135 System.arraycopy(temp, 0, data, 0, len);
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
FO_1I_D16F16Css_TRC_WRA_01_Init.c | 45 LVM_INT16 temp; local 49 temp=pCoef->A1; 50 pBiquadState->coefs[0]=temp; 51 temp=pCoef->A0; 52 pBiquadState->coefs[1]=temp; 53 temp=pCoef->B1; 54 pBiquadState->coefs[2]=temp;
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Delaunay.cpp | 132 EdgePointer temp, ans; local 133 temp = allocEdge(); 134 ans = temp; 136 onext(temp) = ans; 137 orig(temp) = origin; 138 onext(++temp) = (EdgePointer) (ans + 3); 139 onext(++temp) = (EdgePointer) (ans + 2); 140 orig(temp) = destination; 141 onext(++temp) = (EdgePointer) (ans + 1); 148 EdgePointer alpha, beta, temp; local 333 SEdgeVector temp; local [all...] |
/packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/ |
Delaunay.cpp | 132 EdgePointer temp, ans; local 133 temp = allocEdge(); 134 ans = temp; 136 onext(temp) = ans; 137 orig(temp) = origin; 138 onext(++temp) = (EdgePointer) (ans + 3); 139 onext(++temp) = (EdgePointer) (ans + 2); 140 orig(temp) = destination; 141 onext(++temp) = (EdgePointer) (ans + 1); 148 EdgePointer alpha, beta, temp; local 333 SEdgeVector temp; local [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Delaunay.cpp | 132 EdgePointer temp, ans; local 133 temp = allocEdge(); 134 ans = temp; 136 onext(temp) = ans; 137 orig(temp) = origin; 138 onext(++temp) = (EdgePointer) (ans + 3); 139 onext(++temp) = (EdgePointer) (ans + 2); 140 orig(temp) = destination; 141 onext(++temp) = (EdgePointer) (ans + 1); 148 EdgePointer alpha, beta, temp; local 333 SEdgeVector temp; local [all...] |
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
HalAdaptation.cpp | 69 char temp[120]; local 87 if ( GetStrValue ( NAME_UART_PARITY, temp, sizeof ( temp ) ) ) 89 if ( strcmp ( temp, "even" ) == 0 ) 91 else if ( strcmp ( temp, "odd" ) == 0 ) 93 else if ( strcmp ( temp, "none" ) == 0 ) 99 if ( GetStrValue ( NAME_UART_STOPBITS, temp, sizeof ( temp ) ) ) 101 if ( strcmp ( temp, "1" ) == 0 ) 103 else if ( strcmp ( temp, "2" ) == 0 [all...] |
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/ |
TrackFragmentRandomAccessBox.java | 87 long temp = IsoTypeReader.readUInt32(content); local 88 reserved = (int) (temp >> 6); 89 lengthSizeOfTrafNum = ((int) (temp & 0x3F) >> 4) + 1; 90 lengthSizeOfTrunNum = ((int) (temp & 0xC) >> 2) + 1; 91 lengthSizeOfSampleNum = ((int) (temp & 0x3)) + 1; 119 long temp; local 120 temp = reserved << 6; 121 temp = temp | (((lengthSizeOfTrafNum - 1) & 0x3) << 4); 122 temp = temp | (((lengthSizeOfTrunNum - 1) & 0x3) << 2) [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_rob_image_homography.cpp | 114 double back,Jf_dx[18],f[2],temp,temp2; local 130 temp=Jf_dx[0]; temp2=Jf_dx[9]; 131 JtJ[0]+=temp*Jf_dx[0]+temp2*Jf_dx[9]; 132 JtJ[1]+=temp*Jf_dx[1]+temp2*Jf_dx[10]; 133 JtJ[2]+=temp*Jf_dx[2]+temp2*Jf_dx[11]; 134 JtJ[3]+=temp*Jf_dx[3]+temp2*Jf_dx[12]; 135 JtJ[4]+=temp*Jf_dx[4]+temp2*Jf_dx[13]; 136 JtJ[5]+=temp*Jf_dx[5]+temp2*Jf_dx[14]; 137 JtJ[6]+=temp*Jf_dx[6]+temp2*Jf_dx[15]; 138 JtJ[7]+=temp*Jf_dx[7]+temp2*Jf_dx[16] [all...] |