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

/external/dbus/dbus/
H A Ddbus-message-private.h121 int generation; /**< _dbus_current_generation when message was created */ member in struct:DBusMessage
H A Ddbus-connection.c325 int generation; /**< _dbus_current_generation that should correspond to this connection */ member in struct:DBusConnection
1329 connection->generation = _dbus_current_generation;
1399 _dbus_assert (connection->generation == _dbus_current_generation);
1897 _dbus_assert (connection->generation == _dbus_current_generation);
2630 _dbus_return_val_if_fail (connection->generation == _dbus_current_generation, NULL);
2768 _dbus_return_if_fail (connection->generation == _dbus_current_generation);
2878 _dbus_return_if_fail (connection->generation == _dbus_current_generation);
/external/webkit/Source/WebCore/platform/graphics/
H A DFontFallbackList.h53 unsigned generation() const { return m_generation; } function in class:WebCore::FontFallbackList
H A DFontCache.cpp435 unsigned FontCache::generation() function in class:WebCore::FontCache
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dcandidate.h46 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; } argument
42 Candidate(const std::string& name, const std::string& protocol, const talk_base::SocketAddress& address, float preference, const std::string& username, const std::string& password, const std::string& type, const std::string& network_name, uint32 generation) argument
H A Dportallocator.h75 uint32 generation() { return generation_; } function in class:cricket::PortAllocatorSession
76 void set_generation(uint32 generation) { generation_ = generation; } argument
H A Dport.h122 // 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; } argument
/external/e2fsprogs/misc/
H A Dlsattr.c80 unsigned long generation; local
88 if (fgetversion (name, &generation) == -1) {
94 printf ("%5lu ", generation);
/external/v8/src/
H A Dcompilation-cache.cc75 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) { argument
76 ASSERT(generation < generations_);
78 if (tables_[generation]->IsUndefined()) {
80 tables_[generation] = *result;
83 CompilationCacheTable::cast(tables_[generation]);
95 // Set the first generation as unborn.
121 // Probe the script generation tables. Make sure not to leak handles
124 for (int generation = 0; generation < generations(); generation
173 int generation; local
260 int generation; local
323 int generation; local
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp237 /// keep track of a generation count of the read, which is compared against
238 /// the current generation count. The current generation count is
248 /// of read-only call values. It uses the same generation count as loads.
252 /// CurrentGeneration - This is the current generation of the memory value.
286 // values, loads, and calls as well as the generation. There is a child
303 void childGeneration(unsigned generation) { ChildGeneration = generation; } argument
422 // generation, replace this instruction.
449 // generation, replac
[all...]
/external/qemu/distrib/sdl-1.2.15/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/chromium/net/http/
H A Dhttp_cache.cc567 // 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;
577 std::string result = base::IntToString(generation);
/external/kernel-headers/original/linux/
H A Dfd.h209 int generation; /* how many diskchanges? */ member in struct:floppy_drive_struct
H A Dperf_event.h782 u64 generation; member in struct:perf_event_context
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/linux-tools-perf/util/include/linux/added/
H A Dperf_event.h928 u64 generation; member in struct:perf_event_context
/external/e2fsprogs/lib/blkid/
H A Dprobe.h419 __u64 __pad0; /* Was generation number in gfs1 */
657 /* expected generation for this device */
658 __u64 generation; member in struct:btrfs_dev_item
695 __u64 generation; member in struct:btrfs_super_block
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp2968 void WebViewCore::passToJs(int generation, const WTF::String& current, argument
2986 m_textGeneration = generation;
4575 jint generation, jstring currentText, jint keyCode,
4579 reinterpret_cast<WebViewCore*>(nativeClass)->passToJs(generation, current,
4574 PassToJs(JNIEnv* env, jobject obj, jint nativeClass, jint generation, jstring currentText, jint keyCode, jint keyValue, jboolean down, jboolean cap, jboolean fn, jboolean sym) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 869 milliseconds