/external/skqp/src/gpu/gl/ |
D | GrGLGLSL.cpp | 11 bool GrGLGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) { in GrGLGetGLSLGeneration() argument 12 SkASSERT(generation); in GrGLGetGLSLGeneration() 21 *generation = k420_GrGLSLGeneration; in GrGLGetGLSLGeneration() 23 *generation = k400_GrGLSLGeneration; in GrGLGetGLSLGeneration() 25 *generation = k330_GrGLSLGeneration; in GrGLGetGLSLGeneration() 27 *generation = k150_GrGLSLGeneration; in GrGLGetGLSLGeneration() 29 *generation = k140_GrGLSLGeneration; in GrGLGetGLSLGeneration() 31 *generation = k130_GrGLSLGeneration; in GrGLGetGLSLGeneration() 33 *generation = k110_GrGLSLGeneration; in GrGLGetGLSLGeneration() 39 *generation = k320es_GrGLSLGeneration; in GrGLGetGLSLGeneration() [all …]
|
/external/skia/src/gpu/gl/ |
D | GrGLGLSL.cpp | 11 bool GrGLGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) { in GrGLGetGLSLGeneration() argument 12 SkASSERT(generation); in GrGLGetGLSLGeneration() 21 *generation = k420_GrGLSLGeneration; in GrGLGetGLSLGeneration() 23 *generation = k400_GrGLSLGeneration; in GrGLGetGLSLGeneration() 25 *generation = k330_GrGLSLGeneration; in GrGLGetGLSLGeneration() 27 *generation = k150_GrGLSLGeneration; in GrGLGetGLSLGeneration() 29 *generation = k140_GrGLSLGeneration; in GrGLGetGLSLGeneration() 31 *generation = k130_GrGLSLGeneration; in GrGLGetGLSLGeneration() 33 *generation = k110_GrGLSLGeneration; in GrGLGetGLSLGeneration() 39 *generation = k320es_GrGLSLGeneration; in GrGLGetGLSLGeneration() [all …]
|
/external/toolchain-utils/bestflags/ |
D | steering.py | 53 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):
|
/external/v8/src/ |
D | compilation-cache.cc | 39 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) { in GetTable() argument 40 DCHECK(generation < generations_); in GetTable() 42 if (tables_[generation]->IsUndefined(isolate())) { in GetTable() 44 tables_[generation] = *result; in GetTable() 47 CompilationCacheTable::cast(tables_[generation]); in GetTable() 85 for (int generation = 0; generation < generations(); generation++) { in Remove() local 86 Handle<CompilationCacheTable> table = GetTable(generation); in Remove() 137 const int generation = 0; in Lookup() local 139 Handle<CompilationCacheTable> table = GetTable(generation); in Lookup() 192 const int generation = 0; in Lookup() local [all …]
|
/external/tensorflow/tensorflow/stream_executor/ |
D | temporary_memory_manager.cc | 38 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/ |
D | gc.rst | 41 .. 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/u-boot/fs/btrfs/ |
D | conv-funcs.h | 123 sector_size, type, generation, start_offset, dev_group) 128 DEFINE_CONV(btrfs_free_space_header, location, generation, num_entries, 130 DEFINE_CONV(btrfs_extent_item, refs, generation, flags) 139 DEFINE_CONV(btrfs_inode_item, generation, transid, size, nbytes, block_group, 144 DEFINE_CONV(btrfs_root_item, inode, generation, root_dirid, bytenr, byte_limit, 149 DEFINE_CONV(btrfs_file_extent_item, generation, ram_bytes, other_encoding, 151 DEFINE_CONV_ALT(btrfs_file_extent_item, inl, generation, ram_bytes, 159 DEFINE_CONV(btrfs_header, bytenr, flags, generation, owner, nritems) 164 DEFINE_CONV(btrfs_super_block, bytenr, flags, magic, generation, root, 173 DEFINE_CONV(btrfs_key_ptr, key, blockptr, generation)
|
D | super.c | 35 if (root_backup->tree_root_gen == sb->generation) in btrfs_check_super_roots() 189 btrfs_info.sb.generation = 0; in btrfs_read_superblock() 218 } else if (sb->generation > btrfs_info.sb.generation) { in btrfs_read_superblock() 225 if (!btrfs_info.sb.generation) { in btrfs_read_superblock() 243 btrfs_info.sb.generation); in btrfs_read_superblock()
|
D | btrfs_tree.h | 374 __u64 generation; member 445 __u64 generation; member 468 __u64 generation; member 541 __u64 generation; member 590 __u64 generation; member 658 __u64 generation; member
|
/external/python/cpython2/Doc/library/ |
D | gc.rst | 40 .. 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/perfetto/include/perfetto/base/ |
D | circular_queue.h | 59 Iterator(CircularQueue* queue, uint64_t pos, uint32_t generation) in Iterator() argument 64 generation_(generation) in Iterator() 67 ignore_result(generation); in Iterator() 72 PERFETTO_DCHECK(generation_ == queue_->generation()); 219 Iterator begin() { return Iterator(this, begin_, generation()); } in begin() 220 Iterator end() { return Iterator(this, end_, generation()); } in end() 234 uint32_t generation() const { return generation_; } in generation() function 237 uint32_t generation() const { return 0; } in generation() function
|
/external/python/cpython3/Modules/ |
D | gcmodule.c | 797 collect(int generation, Py_ssize_t *n_collected, Py_ssize_t *n_uncollectable, in collect() argument 810 struct gc_generation_stats *stats = &_PyRuntime.gc.generation_stats[generation]; in collect() 814 generation); in collect() 827 PyDTrace_GC_START(generation); in collect() 830 if (generation+1 < NUM_GENERATIONS) in collect() 831 _PyRuntime.gc.generations[generation+1].count += 1; in collect() 832 for (i = 0; i <= generation; i++) in collect() 836 for (i = 0; i < generation; i++) { in collect() 837 gc_list_merge(GEN_HEAD(i), GEN_HEAD(generation)); in collect() 841 young = GEN_HEAD(generation); in collect() [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | btrfs_tree.h | 374 __le64 generation; member 445 __le64 generation; member 471 __le64 generation; member 518 __le64 generation; member 557 __le64 generation; member 606 __le64 generation; member 745 __le64 generation; member 943 __le64 generation; member 956 __le64 generation; member
|
D | firewire-cdev.h | 93 __u32 generation; member 205 __u32 generation; member 517 __u32 generation; member 1004 __u32 generation; member 1027 __u32 generation; member
|
/external/grpc-grpc-java/context/src/main/java/io/grpc/ |
D | Context.java | 193 final int generation; field in Context 198 private Context(PersistentHashArrayMappedTrie<Key<?>, Object> keyValueEntries, int generation) { in Context() argument 201 this.generation = generation; in Context() 202 validateGeneration(generation); in Context() 212 this.generation = parent == null ? 0 : parent.generation + 1; in Context() 213 validateGeneration(generation); in Context() 361 return new Context(keyValueEntries, generation + 1); in fork() 1057 private static void validateGeneration(int generation) { 1058 if (generation == CONTEXT_DEPTH_WARN_THRESH) {
|
/external/perfetto/src/traced/probes/ftrace/ |
D | ftrace_controller.cc | 165 int generation, in OnCpuReaderRead() argument 184 task_runner->PostTask([weak_ctl, task_runner, generation] { in OnCpuReaderRead() 191 [weak_ctl, generation] { in OnCpuReaderRead() 193 weak_ctl->DrainCPUs(generation); in OnCpuReaderRead() 202 int generation, in OnCpuReaderFlush() argument 214 thread_sync->task_runner->PostTask([weak_ctl, generation] { in OnCpuReaderFlush() 216 weak_ctl->DrainCPUs(generation); in OnCpuReaderFlush() 220 void FtraceController::DrainCPUs(int generation) { in DrainCPUs() argument 224 if (generation != generation_) in DrainCPUs()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | mcm-obj.ll | 27 ; 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | mcm-obj.ll | 27 ; 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 relocations foraccessing variable ti. 130 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO_DS for 184 ; Verify generation of R_PPC64_TOC16_HA and R_PPC64_TOC16_LO_DS for
|
/external/strace/ |
D | mmap_cache.c | 49 tcp->mmap_cache ? tcp->mmap_cache->generation : 0, in mmap_cache_invalidate() 70 tcp->mmap_cache ? tcp->mmap_cache->generation : 0, in delete_mmap_cache() 100 && tcp->mmap_cache->generation != mmap_cache_generation) in mmap_cache_rebuild_if_invalid() 117 .generation = mmap_cache_generation in mmap_cache_rebuild_if_invalid() 209 tcp->mmap_cache->generation, mmap_cache_generation, in mmap_cache_rebuild_if_invalid()
|
/external/python/apitools/samples/storage_sample/storage_v1/ |
D | storage_v1_messages.py | 404 generation = _messages.IntegerField(1) variable in ComposeRequest.SourceObjectsValueListEntry 607 generation = _messages.IntegerField(12) variable in Object 670 generation = _messages.IntegerField(7) variable in ObjectAccessControl 1378 generation = _messages.IntegerField(3) variable in StorageObjectAccessControlsDeleteRequest 1402 generation = _messages.IntegerField(3) variable in StorageObjectAccessControlsGetRequest 1420 generation = _messages.IntegerField(2) variable in StorageObjectAccessControlsInsertRequest 1437 generation = _messages.IntegerField(2) variable in StorageObjectAccessControlsListRequest 1459 generation = _messages.IntegerField(3) variable in StorageObjectAccessControlsPatchRequest 1482 generation = _messages.IntegerField(3) variable in StorageObjectAccessControlsUpdateRequest 1659 generation = _messages.IntegerField(2) variable in StorageObjectsDeleteRequest [all …]
|
/external/webrtc/webrtc/p2p/base/ |
D | p2ptransportchannel.cc | 52 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 …]
|
D | candidate.h | 50 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/ |
D | evthread_win32.c | 186 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/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/ |
D | DumpArchiveEntry.java | 208 private int generation; field in DumpArchiveEntry 305 return generation; in getGeneration() 312 public void setGeneration(final int generation) { in setGeneration() argument 313 this.generation = generation; in setGeneration() 482 entry.generation = DumpArchiveUtil.convert32(buffer, 140); in parse()
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/rdev_return_int_mpath_info/ |
D | format | 11 field:int generation; offset:44; size:4; signed:1; 21 …generation: %d, filled: %u, frame qlen: %u, sn: %u, metric: %u, exptime: %u, discovery timeout: %u…
|