HomeSort by relevance Sort by last modified time
    Searched defs:generation (Results 1 - 22 of 22) sorted by null

  /external/dbus/dbus/
dbus-message-private.h 112 int generation; /**< _dbus_current_generation when message was created */ member in struct:DBusMessage
dbus-connection.c 306 int generation; /**< _dbus_current_generation that should correspond to this connection */ member in struct:DBusConnection
    [all...]
  /external/e2fsprogs/misc/
lsattr.c 80 unsigned long generation; local
88 if (fgetversion (name, &generation) == -1) {
94 printf ("%5lu ", generation);
  /external/webkit/WebCore/platform/graphics/
FontFallbackList.h 56 unsigned generation() const { return m_generation; } function in class:WebCore::FontFallbackList
FontCache.cpp 439 unsigned FontCache::generation() function in class:WebCore::FontCache
  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 107 * Each use of the barrier is represented as a generation instance.
108 * The generation changes whenever the barrier is tripped, or
114 * There need not be an active generation if there has been a break
117 private static class Generation {
129 /** The current generation */
130 private Generation generation = new Generation(); field in class:CyclicBarrier
134 * on each generation. It is reset to parties on each new
135 * generation or when broken
    [all...]
  /external/v8/src/
compilation-cache.cc 53 // for each generation of the sub-cache. Since the same source code string has
64 // Get the compilation cache tables for a specific generation.
65 Handle<CompilationCacheTable> GetTable(int generation);
67 // Age the sub-cache by evicting the oldest generation and creating a new
68 // young generation.
82 Object** tables_; // Compilation cache tables - one for each generation.
164 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) {
165 ASSERT(generation < generations_);
167 if (tables_[generation]->IsUndefined()) {
169 tables_[generation] = *result
235 int generation; local
299 int generation; local
339 int generation; local
    [all...]
  /frameworks/base/core/java/android/view/
VelocityTracker.java 73 public int generation; field in class:VelocityTracker.Pointer
145 final int generation = mGeneration++; local
195 pointer.generation = generation;
217 if (pointer.generation != generation) {
  /external/chromium/net/http/
http_cache.cc 305 // generation number. During playback, multiple fetches for the same
306 // item will use the same generation number and pull the proper
308 int generation = 0; local
311 generation = (*playback_cache_map_)[url];
312 (*playback_cache_map_)[url] = generation + 1;
314 // The key into the cache is GENERATION # + METHOD + URL.
315 std::string result = IntToString(generation);
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 64 static long generation = 0; variable
128 generation = iPod_GetGeneration();
262 if (dbgout) fprintf (dbgout, "Generation: %ld\n", generation);
264 if (generation >= 40000) {
294 if ((generation >= 60000) && (generation < 70000)) {
  /frameworks/base/media/libstagefright/rtsp/
MyHandler.h 597 int32_t generation; local
598 CHECK(msg->findInt32("generation", &generation));
599 if (generation != mCheckGeneration) {
887 check->setInt32("generation", mCheckGeneration);
    [all...]
  /bionic/libc/kernel/common/linux/
fd.h 152 int generation; member in struct:floppy_drive_struct
  /bionic/libc/netbsd/resolv/
res_cache.c 88 * the parameter to this function must be an ever-increasing generation
93 * same function. Comparing with the last used generation number ensures
1112 unsigned generation; member in struct:resolv_cache
1153 cache->generation = ~0U;
    [all...]
  /development/ndk/platforms/android-3/include/linux/
fd.h 152 int generation; member in struct:floppy_drive_struct
  /external/kernel-headers/original/linux/
fd.h 209 int generation; /* how many diskchanges? */ member in struct:floppy_drive_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
fd.h 152 int generation; member in struct:floppy_drive_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
fd.h 152 int generation; member in struct:floppy_drive_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
fd.h 152 int generation; member in struct:floppy_drive_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
fd.h 152 int generation; member in struct:floppy_drive_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
fd.h 152 int generation; member in struct:floppy_drive_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
fd.h 152 int generation; member in struct:floppy_drive_struct
  /system/core/sdcard/
fuse.h 280 __u64 generation; /* Inode generation: nodeid:gen must member in struct:fuse_entry_out

Completed in 1228 milliseconds