HomeSort by relevance Sort by last modified time
    Searched defs:old (Results 126 - 150 of 570) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
uinput.h 44 struct ff_effect old; member in struct:uinput_ff_upload
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
uinput.h 44 struct ff_effect old; member in struct:uinput_ff_upload
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
uinput.h 23 struct ff_effect old; member in struct:uinput_ff_upload
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
uinput.h 23 struct ff_effect old; member in struct:uinput_ff_upload
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
uinput.h 30 struct ff_effect old; member in struct:uinput_ff_upload
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
uinput.h 30 struct ff_effect old; member in struct:uinput_ff_upload
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
uinput.h 30 struct ff_effect old; member in struct:uinput_ff_upload
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
uinput.h 30 struct ff_effect old; member in struct:uinput_ff_upload
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
uinput.h 30 struct ff_effect old; member in struct:uinput_ff_upload
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
uinput.h 30 struct ff_effect old; member in struct:uinput_ff_upload
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerFlakyNetworkTest.java 208 MediaPlayer old = mMediaPlayer; local
210 if (old != null) {
211 old.release();
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 277 Frame old = frames[target]; local
280 if (old == null) {
284 changed = old.merge(frame);
310 Frame old = frames[next]; local
313 if (old == null) {
314 old = frames[next] = frame.copy();
320 Type oldType = old.getLocal(i);
323 old.setLocal(i, newType);
330 old.setLocal(i, newType);
337 if (! old.isJsrMerged())
371 Frame old = frames[returnLoc]; local
    [all...]
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
NotificationListenerActivity.java 208 StatusBarNotification old = (StatusBarNotification) container.getTag(); local
215 mRecycledViews.put(old.getKey(), content);
  /dalvik/dx/src/com/android/dx/ssa/
PhiInsn.java 271 RegisterSpec old = o.regSpec; local
272 o.regSpec = mapper.map(old);
273 if (old != o.regSpec) {
274 getBlock().getParent().onSourceChanged(this, old, o.regSpec);
  /external/aac/libPCMutils/src/
limiter.cpp 226 FIXP_DBL tmp, old, gain, additionalGain, additionalGainUnfiltered; local
292 old = maxBuf[maxBufIdx];
296 /* new sample is greater than old maximum, so it is the new maximum */
299 else if (old < max) {
304 /* the old maximum has left the window, we have to search the complete
  /external/bluetooth/bluedroid/main/
bte_main.c 255 int old = (hci_logging_enabled == TRUE) || (hci_logging_config == TRUE); local
266 if ((old == new) || bt_disabled || (bt_hc_if == NULL)) {
  /external/bsdiff/
bsdiff.c 104 static void qsufsort(off_t *I,off_t *V,u_char *old,off_t oldsize)
110 for(i=0;i<oldsize;i++) buckets[old[i]]++;
115 for(i=0;i<oldsize;i++) I[++buckets[old[i]]]=i;
117 for(i=0;i<oldsize;i++) V[i]=buckets[old[i]];
142 static off_t matchlen(u_char *old,off_t oldsize,u_char *new,off_t newsize)
147 if(old[i]!=new[i]) break;
152 static off_t search(off_t *I,u_char *old,off_t oldsize,
158 x=matchlen(old+I[st],oldsize-I[st],new,newsize);
159 y=matchlen(old+I[en],oldsize-I[en],new,newsize);
171 if(memcmp(old+I[x],new,MIN(oldsize-I[x],newsize))<0)
199 u_char *old,*new; local
    [all...]
  /external/chromium_org/base/memory/
scoped_ptr.h 231 // should update the stored pointer before deleting its old value.
243 T* old = data_.ptr; local
245 if (old != NULL)
246 static_cast<D&>(data_)(old);
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager_browsertest.cc 281 // Some users have old user profiles which may have legacy wallpapers. And these
283 // This tests make sure we compatible with migrated old wallpapers.
289 // Old wallpaper migration code doesn't exist in codebase anymore. Modify user
314 // Some users have old user profiles which may never get a chance to migrate.
320 // Old wallpaper migration code doesn't exist in codebase anymore. So if
366 // Old wallpaper migration code doesn't exist in codebase anymore. Modify user
398 // Old wallpaper migration code doesn't exist in codebase anymore. So if
578 const size_t old = update_wallpaper_count_; local
580 return old;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.cc 64 int old = active_index(); local
66 if (old == active_index() || !requires_stacking())
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobspatch.c 374 u_char *old, *new; local
394 32 8 length of old file
396 48 20 SHA1 of old file
448 ((old=malloc(oldsize+1))==NULL) ||
450 (read(fd,old,oldsize)!=oldsize) ||
453 errx(1, "old size mismatch: %lld != %lld",
455 SHA1(old, oldsize, sha1);
459 errx(1, "old hash mismatch: %s != %s",
483 /* Add old data to diff string */
486 new[newpos+i]+=old[oldpos+i]
    [all...]
  /external/chromium_org/courgette/third_party/
bsdiff_create.cc 115 qsufsort(PagedArray<int>& I, PagedArray<int>& V,const unsigned char *old,int oldsize)
121 for(i=0;i<oldsize;i++) buckets[old[i]]++;
126 for(i=0;i<oldsize;i++) I[++buckets[old[i]]]=i;
128 for(i=0;i<oldsize;i++) V[i]=buckets[old[i]];
154 matchlen(const unsigned char *old,int oldsize,const unsigned char *newbuf,int newsize)
159 if(old[i]!=newbuf[i]) break;
165 search(PagedArray<int>& I,const unsigned char *old,int oldsize,
171 x=matchlen(old+I[st],oldsize-I[st],newbuf,newsize);
172 y=matchlen(old+I[en],oldsize-I[en],newbuf,newsize);
184 if(memcmp(old+I[x],newbuf,std::min(oldsize-I[x],newsize))<0)
218 const uint8* old = old_stream->Buffer(); local
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
eviction.cc 271 // This is an old file, but we may want more reports from this user so
273 Time::Exploded old = {0}; local
274 old.year = 2009;
275 old.month = 3;
276 old.day_of_month = 1;
277 header_->create_time = Time::FromLocalExploded(old).ToInternalValue();
eviction_v3.cc 441 // This is an old file, but we may want more reports from this user so
443 Time::Exploded old = {0}; local
444 old.year = 2009;
445 old.month = 3;
446 old.day_of_month = 1;
447 header_->create_time = Time::FromLocalExploded(old).ToInternalValue();
  /external/chromium_org/sync/internal_api/
write_node.cc 158 // Copy over the old specifics if they exist.
238 // old data. Note that this only modifies the node's local data, not the
463 const syncable::Id& old = entry_->GetPredecessorId(); local
464 if ((!predecessor && old.IsRoot()) ||
465 (predecessor && (old == predecessor->GetEntry()->GetId()))) {

Completed in 2921 milliseconds

1 2 3 4 56 7 8 91011>>