/external/clang/test/SemaCXX/ |
switch-implicit-fallthrough.cpp | 124 ClassWithDtor temp; local 140 ClassWithDtor temp; local
|
/external/compiler-rt/lib/ |
adddf3.c | 59 const rep_t temp = aRep; local 61 bRep = temp;
|
addsf3.c | 58 const rep_t temp = aRep; local 60 bRep = temp;
|
/external/guava/guava/src/com/google/common/collect/ |
ObjectArrays.java | 178 Object temp = array[i]; local 180 array[j] = temp;
|
/external/icu4c/i18n/ |
usearch.cpp | 139 const UChar *temp = str + *offset; local 140 uint16_t result = g_nfcImpl->nextFCD16(temp, str + strlength); 141 *offset = (int32_t)(temp - str); 226 int32_t *temp = (int32_t *)allocateMemory( local 231 uprv_memcpy(temp, destination, sizeof(int32_t) * offset); 233 destination = temp; 266 int64_t *temp = (int64_t *)allocateMemory( local 273 uprv_memcpy(temp, destination, sizeof(int64_t) * offset); 275 destination = temp; 335 int32_t *temp = addTouint32_tArray(cetable, offset, &cetablesize local 412 int64_t *temp = addTouint64_tArray(pcetable, offset, &pcetablesize, local 509 int temp = defaultforward - count - 1; local 687 int32_t temp = textoffset; local 718 int32_t temp = textoffset; local 960 int32_t temp = start; local 1016 int32_t temp = end; local 1178 int32_t temp = *start; local 1308 int32_t temp = textoffset; local 1338 int32_t temp; local 1724 int32_t temp = textoffset; local 1828 int32_t temp = *start; local 2025 int32_t temp = *end; local 2387 int32_t temp = textoffset; local 2465 int32_t temp = *end; local [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
iwalsh_mmx.asm | 40 movq mm6, mm4 ;temp al 47 movq mm5, mm0 ;temp dl 78 movq mm6, mm1 ;temp al 89 movq mm5, mm0 ;temp dl
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
base.h | 207 T temp = *lhs; local 209 *rhs = temp;
|
/external/netperf/ |
netsh.c | 311 /* there was not a comma, we can use ns as a temp s */ 354 char temp[10]; /* gotta love magic constants :) */ 356 strncpy(temp,family_string,10); 361 temp, 365 if (strstr(temp,"6")) { 369 if (strstr(temp,"inet") || 370 strstr(temp,"4")) { 373 if (strstr(temp,"unspec") || 374 strstr(temp,"0")) { 353 char temp[10]; \/* gotta love magic constants :) *\/ local
|
/external/qemu/distrib/sdl-1.2.15/src/audio/pulse/ |
SDL_pulseaudio.c | 360 static char temp[BUFSIZ]; local 362 SDL_snprintf(temp, SDL_arraysize(temp), "/proc/%d/cmdline", getpid()); 363 fp = fopen(temp, "r"); 365 if ( fgets(temp, sizeof(temp)-1, fp) ) { 366 progname = SDL_strrchr(temp, '/'); 368 progname = temp;
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
PlanarYUVLuminanceSource.java | 135 byte temp = yuvData[x1]; 137 yuvData[x2] = temp;
|
/frameworks/base/core/java/android/view/animation/ |
AnimationSet.java | 345 final Transformation temp = mTempTransformation; local 352 temp.clear(); 355 : 0.0f, temp); 356 previousTransformation.compose(temp); 372 final Transformation temp = mTempTransformation; local 383 temp.clear(); 384 more = a.getTransformation(currentTime, temp, getScaleFactor()) || more; 385 t.compose(temp);
|
/frameworks/base/media/mca/filterfw/native/base/ |
utilities.h | 52 ForwardIterator temp = begin; local 54 delete *temp;
|
/frameworks/base/media/mca/filterpacks/native/base/ |
utilities.h | 52 ForwardIterator temp = begin; local 54 delete *temp;
|
/frameworks/base/obex/javax/obex/ |
ServerOperation.java | 411 byte[] temp = new byte[length - 3]; 413 bytesReceived = mInput.read(temp); 415 while (bytesReceived != temp.length) { 416 bytesReceived += mInput.read(temp, bytesReceived, 417 temp.length - bytesReceived); 600 Long temp = (Long)requestHeader.getHeader(HeaderSet.LENGTH); local 602 if (temp == null) { 605 return temp.longValue();
|
/frameworks/rs/cpp/ |
ScriptIntrinsics.cpp | 290 float temp[16]; local 291 temp[0] = m[0]; 292 temp[1] = m[1]; 293 temp[2] = m[2]; 294 temp[3] = 0.f; 296 temp[4] = m[3]; 297 temp[5] = m[4]; 298 temp[6] = m[5]; 299 temp[7] = 0.f; 301 temp[8] = m[6] [all...] |
/hardware/ti/omap4xxx/camera/ |
Encoder_libjpeg.cpp | 227 char* temp = NULL; local 231 temp = strtok_r(tempVal, ".", &ctx); 233 if (temp != NULL) 234 numerator = atoi(temp); 239 temp = strtok_r(NULL, ".", &ctx); 240 if (temp != NULL) { 241 den_len = strlen(temp); 247 numerator = numerator * denominator + atoi(temp);
|
/ndk/sources/cxx-stl/gabi++/src/ |
helper_func_internal.cc | 262 const uint8_t* temp = action; local 263 int64_t actionOffset = readSLEB128(&temp); 325 const uint32_t* temp = reinterpret_cast<const uint32_t*>(classInfo) + specIndex; local 328 uint32_t ttypeIndex = *temp; 332 ttypeIndex = decodeRelocTarget2((uint32_t)temp); 333 temp += 1; 458 const uint8_t* temp = classInfo + specIndex; local 461 uint64_t ttypeIndex = readULEB128(&temp);
|
/packages/apps/Mms/src/com/android/mms/ui/ |
AttachmentTypeSelectorAdapter.java | 84 AttachmentListItem temp = new AttachmentListItem(title, resource, command); local 85 data.add(temp);
|
/frameworks/base/core/java/android/text/ |
TextUtils.java | 105 char[] temp = obtain(INDEX_INCREMENT); local 112 getChars(s, start, segend, temp, 0); 116 if (temp[i] == ch) { 117 recycle(temp); 125 recycle(temp); 163 char[] temp = obtain(INDEX_INCREMENT); local 170 getChars(s, segstart, end, temp, 0); 174 if (temp[i] == ch) { 175 recycle(temp); 183 recycle(temp); 232 char[] temp = obtain(2 * len); local 264 char[] temp = obtain(end - start); local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/modes/ |
ccm128.c | 201 union { u64 u[2]; u8 c[16]; } temp; local 203 memcpy (temp.c,inp,16); 204 ctx->cmac.u[0] ^= temp.u[0]; 205 ctx->cmac.u[1] ^= temp.u[1]; 214 temp.u[0] ^= scratch.u[0]; 215 temp.u[1] ^= scratch.u[1]; 216 memcpy(out,temp.c,16); 272 union { u64 u[2]; u8 c[16]; } temp; local 277 memcpy (temp.c,inp,16); 278 ctx->cmac.u[0] ^= (scratch.u[0] ^= temp.u[0]) [all...] |
/external/eigen/bench/ |
sparse_setter.cpp | 318 int temp = Bp[i]; local 320 cumsum += temp; 336 int temp = Bp[i]; local 338 last = temp; 356 std::vector< std::pair<I,T> > temp; local 362 temp.clear(); 365 temp.push_back(std::make_pair(Aj[jj],Ax[jj])); 368 std::sort(temp.begin(),temp.end(),kv_pair_less<I,T>); 371 Aj[jj] = temp[n].first [all...] |
/external/openssl/crypto/modes/ |
ccm128.c | 201 union { u64 u[2]; u8 c[16]; } temp; local 203 memcpy (temp.c,inp,16); 204 ctx->cmac.u[0] ^= temp.u[0]; 205 ctx->cmac.u[1] ^= temp.u[1]; 214 temp.u[0] ^= scratch.u[0]; 215 temp.u[1] ^= scratch.u[1]; 216 memcpy(out,temp.c,16); 272 union { u64 u[2]; u8 c[16]; } temp; local 277 memcpy (temp.c,inp,16); 278 ctx->cmac.u[0] ^= (scratch.u[0] ^= temp.u[0]) [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_xmf.c | 117 EAS_U32 temp; local 123 if ((result = EAS_HWGetDWord(pEASData->hwInstData, fileHandle, &temp, EAS_TRUE)) != EAS_SUCCESS) 125 if (temp != XMF_IDENTIFIER) 129 if ((result = EAS_HWGetDWord(pEASData->hwInstData, fileHandle, &temp, EAS_TRUE)) != EAS_SUCCESS) 132 if (temp == XMF_VERSION_2_00) 135 result = EAS_HWGetDWord(pEASData->hwInstData, fileHandle, &temp, EAS_TRUE); 139 if (temp != XMF_FILE_TYPE) 142 "XMF file type was 0x%08x, expected 0x%08x\n", temp, XMF_FILE_TYPE); */ } 147 result = EAS_HWGetDWord(pEASData->hwInstData, fileHandle, &temp, EAS_TRUE); 151 if (temp != XMF_SPEC_LEVEL [all...] |
/frameworks/base/services/input/ |
PointerController.cpp | 316 int32_t temp = height; local 318 width = temp; 343 float temp; local 348 temp = x; 350 y = temp; 357 temp = x; 359 y = mLocked.displayHeight - temp; 366 temp = x; 368 y = mLocked.displayWidth - temp; 375 temp = x [all...] |
/system/core/libutils/ |
VectorImpl.cpp | 173 void* temp = 0; local 180 if (!temp) { 184 temp = malloc(mItemSize); 185 if (!temp) return NO_MEMORY; 189 _do_destroy(temp, 1); 192 _do_copy(temp, item, 1); 202 } while (j>=0 && (cmp(curr, temp, state) > 0)); 205 _do_copy(next, temp, 1); 210 if (temp) { 211 _do_destroy(temp, 1) [all...] |