Searched defs:generation (Results 1 - 25 of 40) sorted by last modified time

12

/external/skia/src/gpu/gl/
H A DGrGLSL.cpp12 bool GrGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) { argument
13 SkASSERT(NULL != generation);
22 *generation = k150_GrGLSLGeneration;
24 *generation = k140_GrGLSLGeneration;
26 *generation = k130_GrGLSLGeneration;
28 *generation = k110_GrGLSLGeneration;
34 *generation = k110_GrGLSLGeneration;
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp176 // 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) { argument
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/update
[all...]
H A DSkPdfNativeTokenizer.cpp715 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)
/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/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp284 /// keep track of a generation count of the read, which is compared against
285 /// the current generation count. The current generation count is
295 /// of read-only call values. It uses the same generation count as loads.
299 /// CurrentGeneration - This is the current generation of the memory value.
334 // values, loads, and calls as well as the generation. There is a child
351 void childGeneration(unsigned generation) { ChildGeneration = generation; } argument
471 // generation, replace this instruction.
498 // generation, replac
[all...]
/external/linux-tools-perf/perf-3.12.0/include/linux/
H A Dperf_event.h491 u64 generation; member in struct:perf_event_context
/external/libunwind/include/
H A Ddwarf.h342 uint32_t generation; /* generation number */ member in struct:dwarf_rs_cache
H A Dlibunwind-dynamic.h153 uint32_t generation; member in struct:unw_dyn_info_list
/external/libunwind/include/tdep-ia64/
H A Dscript.h73 uint32_t generation; /* generation number */ member in struct:ia64_script_cache
/external/kernel-headers/original/uapi/linux/
H A Dfd.h216 int generation; /* how many diskchanges? */ member in struct:floppy_drive_struct
H A Dfirewire-cdev.h75 * @generation: New bus generation
93 __u32 generation; member in struct:fw_cdev_event_bus_reset
151 * @generation: Bus generation in which the request is valid
171 * @generation pertain to that card. Destination node ID and bus generation may
189 * card index, node ID, and generation for outbound requests.
199 __u32 generation; member in struct:fw_cdev_event_request2
497 * @generation
511 __u32 generation; member in struct:fw_cdev_send_request
998 __u32 generation; member in struct:fw_cdev_send_stream_packet
1021 __u32 generation; member in struct:fw_cdev_send_phy_packet
[all...]
H A Dfuse.h368 uint64_t generation; /* Inode generation: nodeid:gen must member in struct:fuse_entry_out
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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/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 ...
/external/e2fsprogs/lib/blkid/
H A Dprobe.h420 __u64 __pad0; /* Was generation number in gfs1 */
658 /* expected generation for this device */
659 __u64 generation; member in struct:btrfs_dev_item
696 __u64 generation; member in struct:btrfs_super_block
/external/e2fsprogs/misc/
H A Dlsattr.c80 unsigned long generation; local
88 if (fgetversion (name, &generation) == -1) {
94 printf ("%5lu ", generation);
/external/chromium_org/v8/src/
H A Dcompilation-cache.cc45 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) { argument
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/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp176 // 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) { argument
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/update
[all...]
H A DSkPdfNativeTokenizer.cpp715 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)
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLSL.cpp12 bool GrGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) { argument
13 SkASSERT(generation);
22 *generation = k150_GrGLSLGeneration;
24 *generation = k140_GrGLSLGeneration;
26 *generation = k130_GrGLSLGeneration;
28 *generation = k110_GrGLSLGeneration;
34 *generation = k110_GrGLSLGeneration;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dcandidate.h55 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; } argument
51 Candidate(const std::string& id, int component, const std::string& protocol, const rtc::SocketAddress& address, uint32 priority, const std::string& username, const std::string& password, const std::string& type, const std::string& network_name, uint32 generation, const std::string& foundation) argument

Completed in 570 milliseconds

12