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

/external/skia/src/gpu/gl/
H A DGrGLSL.cpp12 bool GrGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) { argument
13 SkASSERT(generation);
22 *generation = k330_GrGLSLGeneration;
24 *generation = k150_GrGLSLGeneration;
26 *generation = k140_GrGLSLGeneration;
28 *generation = k130_GrGLSLGeneration;
30 *generation = k110_GrGLSLGeneration;
36 *generation = k310es_GrGLSLGeneration;
39 *generation = k330_GrGLSLGeneration;
41 *generation
[all...]
/external/e2fsprogs/misc/
H A Dlsattr.c80 unsigned long generation; local
88 if (fgetversion (name, &generation) == -1) {
94 printf ("%5lu ", generation);
/external/libunwind/include/tdep-ia64/
H A Dscript.h73 uint32_t generation; /* generation number */ member in struct:ia64_script_cache
/external/skia/src/gpu/
H A DGrBatchAtlas.cpp20 static GrBatchAtlas::AtlasID create_id(int index, int generation) { argument
23 return generation << 16 | index;
156 void init(GrBatchAtlas* atlas, GrTexture* texture, int index, uint32_t generation, argument
159 fGenID = generation;
160 fID = create_id(index, generation);
334 int generation = plot->genID();
340 newPlot->init(this, fTexture, index, ++generation, x, y, fPlotWidth, fPlotHeight, fBPP);
/external/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/libunwind/include/
H A Dlibunwind-dynamic.h153 uint32_t generation; member in struct:unw_dyn_info_list
H A Ddwarf.h342 uint32_t generation; /* generation number */ member in struct:dwarf_rs_cache
/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/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp288 /// track of a generation count of the read, which is compared against the
289 /// current generation count. The current generation count is incremented
303 /// It uses the same generation count as loads.
307 /// \brief This is the current generation of the memory value.
340 // calls as well as the generation. There is a child iterator so that the
354 void childGeneration(unsigned generation) { ChildGeneration = generation; } argument
537 // generation, replace this instruction.
573 // generation, replac
[all...]
/external/toybox/toys/
H A De2fs.h98 uint32_t generation; // File version (for NFS) member in struct:ext2_inode
/external/kernel-headers/original/uapi/linux/
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 Dfd.h216 int generation; /* how many diskchanges? */ member in struct:floppy_drive_struct
H A Dfuse.h383 uint64_t generation; /* Inode generation: nodeid:gen must member in struct:fuse_entry_out
/external/linux-tools-perf/src/include/linux/
H A Dperf_event.h491 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/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/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/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/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 638 milliseconds