/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
CheckableContactFlipDrawable.java | 203 final float old = mScaleFraction; local 205 if (old != mScaleFraction) { 214 final float old = mAlphaFraction; local 216 if (old != mAlphaFraction) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationItemViewModel.java | 319 final FolderUri old = sCachedModelsFolder != null local 322 if (!old.equals(newUri)) {
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoCarousel.java | 197 Bitmap old = mBitmapStore.put(destination, photo); local 198 mPhotoSource.recycle(old);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ImageOverlay.java | 342 int old = gc.getAntialias(); local 344 return old;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
AddSuppressAnnotation.java | 191 // Create a new array initializer holding the old string plus the new id 193 StringLiteral old = ast.newStringLiteral(); local 194 old.setLiteralValue(stringLiteral.getLiteralValue()); 195 array.expressions().add(old);
|
/external/chromium_org/third_party/cython/src/Cython/Utility/ |
ObjectHandling.c | 370 PyObject* old = PyList_GET_ITEM(o, n); local 373 Py_DECREF(old); [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uhash.c | 395 UHashElement *old = hash->elements; local 415 hash->elements = old; 421 if (!IS_EMPTY_OR_DELETED(old[i].hashcode)) { 422 UHashElement *e = _uhash_find(hash, old[i].key, old[i].hashcode); 425 e->key = old[i].key; 426 e->value = old[i].value; 427 e->hashcode = old[i].hashcode; 432 uprv_free(old); 516 * old key, then it must be deleted (if the deleter != NULL) [all...] |
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
genmbcs.cpp | 343 int32_t limit, old; local 347 old=(int32_t)toUFallbacks[i].codePoint; 353 return old; 372 int32_t i=0, entry, old; local 426 old=MBCS_ENTRY_FINAL_VALUE(entry); 428 old=0x10000+MBCS_ENTRY_FINAL_VALUE(entry); 432 (int)c, printBytes(buffer, bytes, length), (int)old); 436 (int)c, printBytes(buffer, bytes, length), (int)old); 459 if((old=mbcsData->unicodeCodeUnits[offset])!=0xfffe || (old=removeFallback(mbcsData, offset))!=-1) 563 uint16_t old; local 682 uint32_t idx, b, old, stage3Index; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_state.c | 687 /* if we have a new buffer compare it with the old one */ 691 struct i915_buffer *old = old_buf ? i915_buffer(old_buf) : NULL; local 702 else if (old && old->free_on_destroy) 703 diff = memcmp(old->data, ibuf->data, ibuf->b.b.width0); 705 (void)old; 987 /* unmap old */ [all...] |
/external/chromium_org/third_party/re2/re2/ |
regexp.cc | 166 Rune *old = runes_; local 169 runes_[i] = old[i]; 170 delete[] old;
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayApply.cpp | 348 int old = displayList.findGroup(drawable, &parentList, &parentGroup, &thisGroup, &grandList); local 349 if (old < 0) 352 if ((*parentList)[old] != this || restore) { 355 parentGroup->markCopySize(old); 361 old = -1; 365 SkASSERT(old < parentList->count()); 366 if ((*parentList)[old]->isApply()) { 367 SkApply* apply = (SkApply*) (*parentList)[old]; 374 parentGroup->markCopySize(old); 375 SkDrawable** newApplyLocation = &(*parentList)[old]; 433 int old = maker.fDisplayList.findGroup(scope, &pList, &pGroup, &found, &gList); local [all...] |
/external/chromium_org/ui/views/controls/textfield/ |
textfield_model.cc | 130 // Old cursor position. 153 at /* old cursor */, 456 base::string16 old = text(); local 465 return old != text() || old_cursor != GetCursorPosition(); 479 base::string16 old = text(); local 482 return old != text() || old_cursor != GetCursorPosition();
|
/external/compiler-rt/lib/msan/ |
msan.cc | 151 // keep_going is an old name for halt_on_error, 493 int old = flags()->poison_in_malloc; local 495 return old;
|
/external/dnsmasq/src/ |
cache.c | 105 struct crec **new, **old, *p, *tmp; local 120 old = hash_table; 125 if (old) 128 for (p = old[i]; p ; p = tmp) 133 free(old); 259 /* Scan and remove old entries. [all...] |
/external/e2fsprogs/intl/ |
dcigettext.c | 351 struct block_list *old = list; \ 353 free (old->address); \ 354 free (old); \ 952 /* We must allocate a new buffer or resize the old one. */ 964 struct transmem_list *old = transmem_list; local 967 free (old); 1194 void *old; local [all...] |
/external/elfutils/0.153/src/ |
ld.c | 323 /* Recognize old-style parameters for compatibility. */ 921 dependencies? The old linker allows this and several libraries 926 XXX IMO the old ld behavior is correct since this is also how the 1378 struct pathelement *old = ld_state.rpath; local 1393 struct pathelement *old = ld_state.rpath_link; local 1542 struct symbol *old = ld_symbol_tab_find (&ld_state.symbol_tab, local [all...] |
/external/flac/libFLAC/ |
metadata_object.c | 1723 char *old; local 1755 FLAC__byte *old; local 1787 FLAC__byte *old; local [all...] |
/external/icu/icu4c/source/common/ |
uhash.c | 395 UHashElement *old = hash->elements; local 415 hash->elements = old; 421 if (!IS_EMPTY_OR_DELETED(old[i].hashcode)) { 422 UHashElement *e = _uhash_find(hash, old[i].key, old[i].hashcode); 425 e->key = old[i].key; 426 e->value = old[i].value; 427 e->hashcode = old[i].hashcode; 432 uprv_free(old); 516 * old key, then it must be deleted (if the deleter != NULL) [all...] |
/external/icu/icu4c/source/tools/makeconv/ |
genmbcs.cpp | 343 int32_t limit, old; local 347 old=(int32_t)toUFallbacks[i].codePoint; 353 return old; 372 int32_t i=0, entry, old; local 426 old=MBCS_ENTRY_FINAL_VALUE(entry); 428 old=0x10000+MBCS_ENTRY_FINAL_VALUE(entry); 432 (int)c, printBytes(buffer, bytes, length), (int)old); 436 (int)c, printBytes(buffer, bytes, length), (int)old); 459 if((old=mbcsData->unicodeCodeUnits[offset])!=0xfffe || (old=removeFallback(mbcsData, offset))!=-1) 563 uint16_t old; local 682 uint32_t idx, b, old, stage3Index; local [all...] |
/external/libexif/libexif/ |
exif-data.c | 1112 ExifByteOrder old, new; member in struct:_ByteOrderChangeData 1123 exif_array_set_byte_order (e->format, e->data, e->components, d->old, d->new); 1140 d.old = data->priv->order; [all...] |
/external/libpng/ |
pngwrite.c | 1133 png_bytep old = png_ptr->prev_filters; local 1139 png_uint_16p old = png_ptr->filter_weights; local 1146 png_uint_16p old = png_ptr->inv_filter_weights; local [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-record.c | 121 unsigned int old = md->prev; local 127 if (old == head) 132 size = head - old; 134 if ((old & md->mask) + size != (head & md->mask)) { 135 buf = &data[old & md->mask]; 136 size = md->mask + 1 - (old & md->mask); 137 old += size; 145 buf = &data[old & md->mask]; 146 size = head - old; 147 old += size [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
evlist.c | 377 /* Legacy way to get event id.. All hail to old kernels! */ 493 unsigned int old = md->prev; local 506 int diff = head - old; 513 old = head; 517 if (old != head) { 520 event = (union perf_event *)&data[old & md->mask]; 527 if ((old & md->mask) + size != ((old + size) & md->mask)) { 528 unsigned int offset = old; 543 old += size 555 unsigned int old = md->prev; local [all...] |
/external/ltrace/ |
lens_default.c | 294 struct value *old local 296 assert(old->type->type == ARGTYPE_POINTER); 298 = old->type->u.ptr_info.info; 307 struct value **old = VECT_ELEMENT(&pointers, struct value *, i); local 308 int rc = value_equal(value, *old, arguments);
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state.c | 687 /* if we have a new buffer compare it with the old one */ 691 struct i915_buffer *old = old_buf ? i915_buffer(old_buf) : NULL; local 702 else if (old && old->free_on_destroy) 703 diff = memcmp(old->data, ibuf->data, ibuf->b.b.width0); 705 (void)old; 987 /* unmap old */ [all...] |