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

1 2

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Main.java 38 GenerateResults generation = new GenerateResults(); local
40 generation.run(args);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portallocatorsessionproxy.h 97 virtual void set_generation(uint32 generation) {
99 impl_->set_generation(generation);
102 virtual uint32 generation() { function in class:cricket::PortAllocatorSessionProxy
104 return impl_->generation();
candidate.h 55 uint32 generation, const std::string& foundation)
58 type_(type), network_name_(network_name), generation_(generation),
114 // Candidates in a new generation replace those in the old generation.
115 uint32 generation() const { return generation_; } function in class:cricket::Candidate
116 void set_generation(uint32 generation) { generation_ = generation; }
portallocator.h 106 virtual uint32 generation() { return generation_; } function in class:cricket::PortAllocatorSession
107 virtual void set_generation(uint32 generation) { generation_ = generation; }
port.h 185 // Identifies the generation that this port was created in.
186 uint32 generation() { return generation_; } function in class:cricket::Port
187 void set_generation(uint32 generation) { generation_ = generation; }
  /external/chromium_org/gpu/command_buffer/common/
command_buffer.h 29 generation(0) {
54 // Generation index of this state. The generation index is incremented every
57 uint32 generation; member in struct:gpu::CommandBuffer::State
  /external/chromium_org/jingle/glue/
utils.cc 46 value.SetInteger("generation", candidate.generation());
71 int generation = 0; local
80 !dic_value->GetInteger("generation", &generation)) {
90 candidate->set_generation(generation);
  /external/e2fsprogs/misc/
lsattr.c 80 unsigned long generation; local
88 if (fgetversion (name, &generation) == -1) {
94 printf ("%5lu ", generation);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFallbackList.h 80 // FIXME: It should be possible to combine fontSelectorVersion and generation.
82 unsigned generation() const { return m_generation; } function in class:blink::FontFallbackList
FontCache.cpp 261 unsigned short FontCache::generation() function in class:blink::FontCache
  /external/chromium_org/v8/src/
compilation-cache.cc 45 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) {
46 DCHECK(generation < generations_);
48 if (tables_[generation]->IsUndefined()) {
50 tables_[generation] = *result;
53 CompilationCacheTable::cast(tables_[generation]);
66 // Set the first generation as unborn.
92 // Probe the script generation tables. Make sure not to leak handles
95 for (int generation = 0; generation < generations(); generation++)
151 int generation; local
231 int generation; local
272 int generation; local
    [all...]
  /external/libunwind/include/tdep-ia64/
script.h 73 uint32_t generation; /* generation number */ member in struct:ia64_script_cache
  /art/compiler/dex/quick/arm/
assemble_arm.cc 1224 int generation = 0; local
    [all...]
  /art/compiler/dex/quick/arm64/
assemble_arm64.cc 828 int generation = 0; local
    [all...]
  /external/chromium_org/remoting/protocol/
jingle_messages.cc 65 element->Attr(QName(kEmptyNamespace, "generation"));
69 int generation; local
74 !base::StringToInt(generation_str, &generation)) {
86 candidate->candidate.set_generation(generation);
108 result->SetAttr(QName(kEmptyNamespace, "generation"),
109 base::IntToString(candidate.candidate.generation()));
  /external/chromium_org/third_party/leveldatabase/src/db/
skiplist_test.cc 138 // gen is a generation number for key
142 // generation number inserted for that key, and sets hash to Hash(key,gen).
145 // generation number for each key. We then iterate, including random
187 // Per-key generation
189 port::AtomicPointer generation[K]; member in struct:leveldb::ConcurrentTest::State
191 generation[k].Release_Store(reinterpret_cast<void*>(v));
194 return reinterpret_cast<intptr_t>(generation[k].Acquire_Load());
250 // Note that generation 0 is never inserted, so it is ok if
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeDoc.cpp 176 // TODO(edisonn): generation ignored for now (used in pdfs with updates)
177 // int generation = (int)token.intValue();
294 int generation = (int)token.intValue(); local
306 this->addCrossSectionInfo(startId + i, generation, offset, *token.c_str() == 'f');
363 void SkPdfNativeDoc::addCrossSectionInfo(int id, int generation, int offset, bool isFreed) {
399 "reading generation", NULL, NULL);
415 // TODO(edisonn): verify that the generation is the right one
416 if (!generationObj.isInteger() /* || generation != generationObj.intValue()*/) {
418 "readObject: unexpected generation",
535 // TODO(edisonn): generation/updates not supported no
    [all...]
SkPdfNativeTokenizer.cpp 715 SkPdfNativeObject generation; local
716 start = nextObject(start, end, &generation, allocator, doc);
721 if (value->isInteger() && generation.isInteger() &&
726 (unsigned int)generation.intValue(),
728 // PUT_TRACK_PARAMETERS_OBJ2(value, &generation)
    [all...]
  /external/libunwind/include/
libunwind-dynamic.h 153 uint32_t generation; member in struct:unw_dyn_info_list
  /bionic/libc/kernel/uapi/linux/
firewire-cdev.h 52 __u32 generation; member in struct:fw_cdev_event_bus_reset
85 __u32 generation; member in struct:fw_cdev_event_request2
186 __u32 generation; member in struct:fw_cdev_send_request
317 __u32 generation; member in struct:fw_cdev_send_stream_packet
325 __u32 generation; member in struct:fw_cdev_send_phy_packet
  /development/ndk/platforms/android-3/include/linux/
fd.h 152 int generation; member in struct:floppy_drive_struct
  /development/ndk/platforms/android-L/include/linux/
fd.h 152 int generation; member in struct:floppy_drive_struct
firewire-cdev.h 52 __u32 generation; member in struct:fw_cdev_event_bus_reset
85 __u32 generation; member in struct:fw_cdev_event_request2
186 __u32 generation; member in struct:fw_cdev_send_request
317 __u32 generation; member in struct:fw_cdev_send_stream_packet
325 __u32 generation; member in struct:fw_cdev_send_phy_packet
  /external/chromium_org/net/http/
http_cache.cc 568 // generation number. During playback, multiple fetches for the same
569 // item will use the same generation number and pull the proper
571 int generation = 0; local
574 generation = (*playback_cache_map_)[url];
575 (*playback_cache_map_)[url] = generation + 1;
577 // The key into the cache is GENERATION # + METHOD + URL.
578 std::string result = base::IntToString(generation);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 37 // hashing the object pointer, and a generation count
42 // b. Increment an object's generation count and update
335 int generation; // Generation counter of object contents member in struct:testing::TesterThread::Object
424 object.generation = 0;
435 heap_[index].generation++;
515 // Fill object contents according to ptr/generation
518 for (int i = 0; i < object->generation; ++i) {
528 for (int i = 0; i < object.generation; ++i) {
    [all...]

Completed in 1112 milliseconds

1 2