Home
last modified time | relevance | path

Searched refs:generation (Results 1 – 25 of 685) sorted by relevance

12345678910>>...28

/external/skqp/src/gpu/gl/
DGrGLGLSL.cpp13 bool GrGLGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) { in GrGLGetGLSLGeneration() argument
14 SkASSERT(generation); in GrGLGetGLSLGeneration()
23 *generation = k420_GrGLSLGeneration; in GrGLGetGLSLGeneration()
25 *generation = k400_GrGLSLGeneration; in GrGLGetGLSLGeneration()
27 *generation = k330_GrGLSLGeneration; in GrGLGetGLSLGeneration()
29 *generation = k150_GrGLSLGeneration; in GrGLGetGLSLGeneration()
31 *generation = k140_GrGLSLGeneration; in GrGLGetGLSLGeneration()
33 *generation = k130_GrGLSLGeneration; in GrGLGetGLSLGeneration()
35 *generation = k110_GrGLSLGeneration; in GrGLGetGLSLGeneration()
41 *generation = k320es_GrGLSLGeneration; in GrGLGetGLSLGeneration()
[all …]
/external/skia/src/gpu/gl/
DGrGLGLSL.cpp13 bool GrGLGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) { in GrGLGetGLSLGeneration() argument
14 SkASSERT(generation); in GrGLGetGLSLGeneration()
23 *generation = k420_GrGLSLGeneration; in GrGLGetGLSLGeneration()
25 *generation = k400_GrGLSLGeneration; in GrGLGetGLSLGeneration()
27 *generation = k330_GrGLSLGeneration; in GrGLGetGLSLGeneration()
29 *generation = k150_GrGLSLGeneration; in GrGLGetGLSLGeneration()
31 *generation = k140_GrGLSLGeneration; in GrGLGetGLSLGeneration()
33 *generation = k130_GrGLSLGeneration; in GrGLGetGLSLGeneration()
35 *generation = k110_GrGLSLGeneration; in GrGLGetGLSLGeneration()
41 *generation = k320es_GrGLSLGeneration; in GrGLGetGLSLGeneration()
[all …]
/external/toolchain-utils/bestflags/
Dsteering.py53 for generation in generations:
55 for task in [task for task in generation.Pool() if task not in cache]:
87 generation = next(gen for gen in waiting if gen.UpdateTask(task))
90 if not generation.Done():
95 waiting.remove(generation)
101 if not generation.IsImproved():
104 for new_generation in generation.Next(cache):
Dsteering_test.py14 from generation import Generation
119 generation = generations.pop(0)
120 tasks = [task for task in generation.Pool()]
/external/v8/src/
Dcompilation-cache.cc40 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) { in GetTable() argument
41 DCHECK(generation < generations_); in GetTable()
43 if (tables_[generation]->IsUndefined(isolate())) { in GetTable()
45 tables_[generation] = *result; in GetTable()
48 CompilationCacheTable::cast(tables_[generation]); in GetTable()
98 for (int generation = 0; generation < generations(); generation++) { in Remove() local
99 Handle<CompilationCacheTable> table = GetTable(generation); in Remove()
149 const int generation = 0; in Lookup() local
151 Handle<CompilationCacheTable> table = GetTable(generation); in Lookup()
203 const int generation = 0; in Lookup() local
[all …]
/external/tensorflow/tensorflow/stream_executor/
Dtemporary_memory_manager.cc38 const DeviceMemoryBase& device_memory, uint64 generation, bool must_exist) { in MarkFinalized() argument
84 uint64 generation) const { in HasAllocated()
90 return it->second.allocation_generation == generation; in HasAllocated()
105 uint64 generation; in AllocateArrayBase() local
111 generation = ++generation_; in AllocateArrayBase()
113 records_[device_memory] = {generation, in AllocateArrayBase()
120 stream_, device_memory.opaque(), byte_size, generation); in AllocateArrayBase()
122 new TemporaryDeviceMemoryBase(stream_, device_memory, generation)); in AllocateArrayBase()
/external/python/cpython3/Doc/library/
Dgc.rst41 .. function:: collect(generation=2)
43 With no arguments, run a full collection. The optional argument *generation*
44 may be an integer specifying which generation to collect (from 0 to 2). A
45 :exc:`ValueError` is raised if the generation number is invalid. The number of
49 whenever a full collection or collection of the highest generation (2)
74 Return a list of three per-generation dictionaries containing collection
79 * ``collections`` is the number of times this generation was collected;
82 generation;
86 list) inside this generation.
98 generation (generation ``0``). If an object survives a collection it is moved
[all …]
/external/python/cpython2/Doc/library/
Dgc.rst40 .. function:: collect([generation])
42 With no arguments, run a full collection. The optional argument *generation*
43 may be an integer specifying which generation to collect (from 0 to 2). A
44 :exc:`ValueError` is raised if the generation number is invalid. The number of
48 The optional *generation* argument was added.
52 whenever a full collection or collection of the highest generation (2)
84 generation (generation ``0``). If an object survives a collection it is moved
85 into the next older generation. Since generation ``2`` is the oldest
86 generation, objects in that generation remain there after a collection. In
90 starts. Initially only generation ``0`` is examined. If generation ``0`` has
[all …]
/external/syslinux/core/fs/btrfs/
Dbtrfs.h73 __le64 generation; member
91 __le64 generation; member
158 __le64 generation; member
178 __le64 generation; member
217 __le64 generation; member
246 __le64 generation; member
268 __le64 generation; member
/external/kernel-headers/original/uapi/linux/
Dbtrfs_tree.h374 __le64 generation; member
445 __le64 generation; member
468 __le64 generation; member
515 __le64 generation; member
554 __le64 generation; member
603 __le64 generation; member
742 __le64 generation; member
940 __le64 generation; member
953 __le64 generation; member
Dfirewire-cdev.h93 __u32 generation; member
199 __u32 generation; member
511 __u32 generation; member
998 __u32 generation; member
1021 __u32 generation; member
/external/llvm/test/CodeGen/PowerPC/
Dmcm-obj.ll27 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO_DS for
50 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO for
56 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO_DS for
72 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO for
78 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO_DS for
89 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO for
95 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO_DS for
111 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO_DS for
131 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO_DS for
185 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO_DS for
Dmcm-obj-2.ll19 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO for
38 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO for
50 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO for
/external/python/cpython3/Modules/
Dgcmodule.c902 collect(int generation, Py_ssize_t *n_collected, Py_ssize_t *n_uncollectable, in collect() argument
915 struct gc_generation_stats *stats = &generation_stats[generation]; in collect()
919 generation); in collect()
930 PyDTrace_GC_START(generation); in collect()
933 if (generation+1 < NUM_GENERATIONS) in collect()
934 generations[generation+1].count += 1; in collect()
935 for (i = 0; i <= generation; i++) in collect()
939 for (i = 0; i < generation; i++) { in collect()
940 gc_list_merge(GEN_HEAD(i), GEN_HEAD(generation)); in collect()
944 young = GEN_HEAD(generation); in collect()
[all …]
/external/libchrome/base/trace_event/
Dtrace_log.h408 void FlushCurrentThread(int generation, bool discard_events);
414 void FinishFlush(int generation, bool discard_events);
415 void OnFlushTimeout(int generation, bool discard_events);
417 int generation() const {
420 bool CheckGeneration(int generation) const {
421 return generation == this->generation();
/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.cc52 return (a->remote_candidate().generation() + a->port()->generation()) - in CompareConnectionCandidates()
53 (b->remote_candidate().generation() + b->port()->generation()); in CompareConnectionCandidates()
639 uint32_t* generation) { in FindRemoteIceFromUfrag() argument
648 *generation = params.rend() - it - 1; in FindRemoteIceFromUfrag()
676 uint32_t generation = GetRemoteCandidateGeneration(candidate); in AddRemoteCandidate() local
678 if (generation < remote_ice_generation()) { in AddRemoteCandidate()
686 new_remote_candidate.set_generation(generation); in AddRemoteCandidate()
816 uint32_t generation = 0; in GetRemoteCandidateGeneration() local
817 if (!FindRemoteIceFromUfrag(candidate.username(), &generation)) { in GetRemoteCandidateGeneration()
819 generation = static_cast<uint32_t>(remote_ice_parameters_.size()); in GetRemoteCandidateGeneration()
[all …]
Dcandidate.h50 uint32_t generation, in Candidate() argument
61 generation_(generation), in Candidate()
129 uint32_t generation() const { return generation_; } in generation() function
130 void set_generation(uint32_t generation) { generation_ = generation; } in set_generation() argument
/external/libevent/
Devthread_win32.c186 int generation; member
204 cond->n_waiting = cond->n_to_wake = cond->generation = 0; in evthread_win32_cond_alloc()
226 cond->generation++; in evthread_win32_cond_signal()
246 generation_at_start = cond->generation; in evthread_win32_cond_wait()
257 cond->generation != generation_at_start) { in evthread_win32_cond_wait()
/external/perfetto/src/ftrace_reader/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/rdev_return_int_mpath_info/
Dformat11 field:int generation; offset:44; size:4; signed:1;
21generation: %d, filled: %u, frame qlen: %u, sn: %u, metric: %u, exptime: %u, discovery timeout: %u…
/external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/cfg80211/rdev_return_int_mpath_info/
Dformat11 field:int generation; offset:44; size:4; signed:1;
21generation: %d, filled: %u, frame qlen: %u, sn: %u, metric: %u, exptime: %u, discovery timeout: %u…
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/rdev_return_int_mpath_info/
Dformat11 field:int generation; offset:44; size:4; signed:1;
21generation: %d, filled: %u, frame qlen: %u, sn: %u, metric: %u, exptime: %u, discovery timeout: %u…
/external/autotest/client/common_lib/cros/fake_device_server/
Dserver.py35 def start_server(generation): argument
86 meta_handler.MetaHandler(generation),
105 start_server(args.generation)
Dmeta_handler.py17 def __init__(self, generation): argument
23 self._generation = generation
/external/python/cpython2/Modules/
Dgcmodule.c872 collect(int generation) in collect() argument
892 generation); in collect()
902 if (generation+1 < NUM_GENERATIONS) in collect()
903 generations[generation+1].count += 1; in collect()
904 for (i = 0; i <= generation; i++) in collect()
908 for (i = 0; i < generation; i++) { in collect()
909 gc_list_merge(GEN_HEAD(i), GEN_HEAD(generation)); in collect()
913 young = GEN_HEAD(generation); in collect()
914 if (generation < NUM_GENERATIONS-1) in collect()
915 old = GEN_HEAD(generation+1); in collect()
[all …]
/external/e2fsprogs/misc/
Dlsattr.c82 unsigned long generation; in list_attributes() local
100 if (fgetversion (name, &generation) == -1) { in list_attributes()
106 printf ("%-10lu ", generation); in list_attributes()

12345678910>>...28