Searched defs:generation (Results 1 - 10 of 10) sorted by relevance

/external/dbus/dbus/
H A Ddbus-message-private.h112 int generation; /**< _dbus_current_generation when message was created */ member in struct:DBusMessage
H A Ddbus-connection.c306 int generation; /**< _dbus_current_generation that should correspond to this connection */ member in struct:DBusConnection
1280 connection->generation = _dbus_current_generation;
1349 _dbus_assert (connection->generation == _dbus_current_generation);
1824 _dbus_assert (connection->generation == _dbus_current_generation);
2516 _dbus_return_val_if_fail (connection->generation == _dbus_current_generation, NULL);
2664 _dbus_return_if_fail (connection->generation == _dbus_current_generation);
2793 _dbus_return_if_fail (connection->generation == _dbus_current_generation);
/external/e2fsprogs/misc/
H A Dlsattr.c80 unsigned long generation; local
88 if (fgetversion (name, &generation) == -1) {
94 printf ("%5lu ", generation);
/external/webkit/WebCore/platform/graphics/
H A DFontFallbackList.h56 unsigned generation() const { return m_generation; } function in class:WebCore::FontFallbackList
H A DFontCache.cpp439 unsigned FontCache::generation() function in class:WebCore::FontCache
/external/v8/src/
H A Dcompilation-cache.cc53 // 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) { argument
165 ASSERT(generation < generations_);
167 if (tables_[generation]->IsUndefined()) {
169 tables_[generation]
235 int generation; local
299 int generation; local
339 int generation; local
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/ipod/
H A DSDL_ipodvideo.c64 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)) {
/external/kernel-headers/original/linux/
H A Dfd.h209 int generation; /* how many diskchanges? */ member in struct:floppy_drive_struct
/external/webkit/WebKit/android/nav/
H A DWebView.cpp1738 static void nativeUpdateCachedTextfield(JNIEnv *env, jobject obj, jstring updatedText, jint generation) argument
1750 root->setTextGeneration(generation);
/external/webkit/WebKit/android/jni/
H A DWebViewCore.cpp1719 void WebViewCore::passToJs(int generation, const WebCore::String& current, argument
1744 m_textGeneration = generation;
2664 jint generation, jstring currentText, jint keyCode,
2671 GET_NATIVE_VIEW(env, obj)->passToJs(generation, current,
2663 PassToJs(JNIEnv *env, jobject obj, jint generation, jstring currentText, jint keyCode, jint keyValue, jboolean down, jboolean cap, jboolean fn, jboolean sym) argument

Completed in 208 milliseconds