HomeSort by relevance Sort by last modified time
    Searched defs:generation (Results 1 - 17 of 17) 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
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
CyclicBarrier.java 105 * Each use of the barrier is represented as a generation instance.
106 * The generation changes whenever the barrier is tripped, or
112 * There need not be an active generation if there has been a break
115 private static class Generation {
127 /** The current generation */
128 private Generation generation = new Generation(); field in class:CyclicBarrier
132 * on each generation. It is reset to parties on each new
133 * 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...]
  /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)) {
  /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...]
  /external/kernel-headers/original/linux/
fd.h 209 int generation; /* how many diskchanges? */ member in struct:floppy_drive_struct
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
fd.h 152 int generation; member in struct:floppy_drive_struct
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
fd.h 152 int generation; member in struct:floppy_drive_struct
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
fd.h 152 int generation; member in struct:floppy_drive_struct
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
fd.h 152 int generation; member in struct:floppy_drive_struct
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
fd.h 152 int generation; member in struct:floppy_drive_struct
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
fd.h 152 int generation; member in struct:floppy_drive_struct

Completed in 993 milliseconds