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

1 2

  /external/dbus/dbus/
dbus-message-private.h 121 int generation; /**< _dbus_current_generation when message was created */ member in struct:DBusMessage
  /external/e2fsprogs/misc/
lsattr.c 80 unsigned long generation; local
88 if (fgetversion (name, &generation) == -1) {
94 printf ("%5lu ", generation);
  /external/webkit/Source/WebCore/platform/graphics/
FontFallbackList.h 53 unsigned generation() const { return m_generation; } function in class:WebCore::FontFallbackList
FontCache.cpp 435 unsigned FontCache::generation() function in class:WebCore::FontCache
  /frameworks/base/libs/hwui/
Texture.h 84 * Generation of the backing bitmap,
86 uint32_t generation; member in struct:android::uirenderer::Texture
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
candidate.h 46 uint32 generation)
49 type_(type), network_name_(network_name), generation_(generation) {}
88 // Candidates in a new generation replace those in the old generation.
89 uint32 generation() const { return generation_; } function in class:cricket::Candidate
90 void set_generation(uint32 generation) { generation_ = generation; }
portallocator.h 75 uint32 generation() { return generation_; } function in class:cricket::PortAllocatorSession
76 void set_generation(uint32 generation) { generation_ = generation; }
port.h 122 // Identifies the generation that this port was created in.
123 uint32 generation() { return generation_; } function in class:cricket::Port
124 void set_generation(uint32 generation) { generation_ = generation; }
  /libcore/luni/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 78 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) {
79 ASSERT(generation < generations_);
81 if (tables_[generation]->IsUndefined()) {
83 tables_[generation] = *result;
86 CompilationCacheTable::cast(tables_[generation]);
98 // Set the first generation as unborn.
124 // Probe the script generation tables. Make sure not to leak handles
127 for (int generation = 0; generation < generations(); generation++)
176 int generation; local
262 int generation; local
320 int generation; local
    [all...]
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 223 int32_t generation; local
224 CHECK(msg->findInt32("generation", &generation));
225 if (generation != mScanSourcesGeneration) {
616 msg->setInt32("generation", mScanSourcesGeneration);
NuPlayerRenderer.cpp 114 int32_t generation; local
115 CHECK(msg->findInt32("generation", &generation));
116 if (generation != mAudioQueueGeneration) {
145 int32_t generation; local
146 CHECK(msg->findInt32("generation", &generation));
147 if (generation != mVideoQueueGeneration) {
212 msg->setInt32("generation", mAudioQueueGeneration);
318 msg->setInt32("generation", mVideoQueueGeneration)
    [all...]
RTSPSource.cpp 151 msg->setInt32("generation", ++mSeekGeneration);
180 int32_t generation; local
181 CHECK(msg->findInt32("generation", &generation));
183 if (generation != mSeekGeneration) {
  /system/media/wilhelm/src/android/
android_GenericPlayer.cpp 527 int32_t generation; local
528 if (msg->findInt32(WHATPARAM_ONESHOT_GENERATION, &generation)) {
529 if (generation != mOneShotGeneration) {
530 SL_LOGV("GenericPlayer::onOneShot() generation %d cancelled; latest is %d",
531 generation, mOneShotGeneration);
  /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/httplive/
LiveSession.cpp 123 int32_t generation; local
124 CHECK(msg->findInt32("generation", &generation));
126 if (generation != mMonitorQueueGeneration) {
887 msg->setInt32("generation", ++mMonitorQueueGeneration);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-cdev.h 59 * @generation: New bus generation
73 __u32 generation; member in struct:fw_cdev_event_bus_reset
222 * @generation: The bus generation where packet is valid
236 __u32 generation; member in struct:fw_cdev_send_request
fd.h 208 int generation; /* how many diskchanges? */ member in struct:floppy_drive_struct
  /bionic/libc/kernel/common/linux/
fd.h 152 int generation; member in struct:floppy_drive_struct
  /development/ndk/platforms/android-3/include/linux/
fd.h 152 int generation; member in struct:floppy_drive_struct
  /external/chromium/net/http/
http_cache.cc 567 // generation number. During playback, multiple fetches for the same
568 // item will use the same generation number and pull the proper
570 int generation = 0; local
573 generation = (*playback_cache_map_)[url];
574 (*playback_cache_map_)[url] = generation + 1;
576 // The key into the cache is GENERATION # + METHOD + URL.
577 std::string result = base::IntToString(generation);
    [all...]
  /external/kernel-headers/original/linux/
fd.h 209 int generation; /* how many diskchanges? */ member in struct:floppy_drive_struct
  /frameworks/base/media/libstagefright/rtsp/
MyHandler.h 657 int32_t generation; local
658 CHECK(msg->findInt32("generation", &generation));
660 if (generation != mKeepAliveGeneration) {
675 reply->setInt32("generation", mKeepAliveGeneration);
688 int32_t generation; local
689 CHECK(msg->findInt32("generation", &generation));
691 if (generation != mKeepAliveGeneration) {
787 int32_t generation; local
    [all...]
  /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

Completed in 1225 milliseconds

1 2