/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/ |
D | generate-core-block.rb | 86 renames.each_pair do |old, new| 87 puts old + ' -> ' + new 95 renames.each_pair do |old, new| 96 outdata.gsub!(old,new) 110 renames.each_pair do |old, new| 111 new_file.gsub!(old,new)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | RangeManip.cpp | 85 Range old=list[i]; in delRange() local 89 if (intersection!=old) { // otherwise split: in delRange() 91 if(old.getStart() != intersection.getStart()) { in delRange() 92 … list.insert(list.begin(),Range(old.getStart(),intersection.getStart() - old.getStart())); in delRange() 96 if(old.getEnd() != intersection.getEnd()) { in delRange() 97 … list.insert(list.begin(),Range(intersection.getEnd(),old.getEnd() - intersection.getEnd())); in delRange()
|
/hardware/google/aemu/base/include/aemu/base/threads/ |
D | ThreadStore.h | 90 void* old = get(); in swap() local 92 return old; in swap() 136 T* old = static_cast<T*>(swap(t)); in set() local 137 delete old; in set() local
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/ |
D | AndroidThreadStore.h | 90 void* old = get(); in swap() local 92 return old; in swap() 136 T* old = static_cast<T*>(swap(t)); in set() local 137 delete old; in set() local
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | os_socket.c | 70 int old = fcntl(s, F_GETFL, 0); in os_socket_block() local 71 if (old == -1) in os_socket_block() 76 fcntl(s, F_SETFL, old & ~O_NONBLOCK); in os_socket_block() 78 fcntl(s, F_SETFL, old | O_NONBLOCK); in os_socket_block()
|
D | u_atomic.h | 77 #define p_atomic_cmpxchg(v, old, _new) \ argument 78 __sync_val_compare_and_swap((v), (old), (_new)) 79 #define p_atomic_cmpxchg_ptr(v, old, _new) p_atomic_cmpxchg(v, old, _new) argument 271 #define p_atomic_cmpxchg(v, old, _new) (__typeof(*v))( \ argument 272 …sizeof(*v) == sizeof(uint8_t) ? atomic_cas_8 ((uint8_t *)(v), (uint8_t )(old), (uint8_t )(_new))… 273 …sizeof(*v) == sizeof(uint16_t) ? atomic_cas_16((uint16_t *)(v), (uint16_t)(old), (uint16_t)(_new))… 274 …sizeof(*v) == sizeof(uint32_t) ? atomic_cas_32((uint32_t *)(v), (uint32_t)(old), (uint32_t)(_new))… 275 …sizeof(*v) == sizeof(uint64_t) ? atomic_cas_64((uint64_t *)(v), (uint64_t)(old), (uint64_t)(_new))… 279 #define p_atomic_cmpxchg_ptr(v, old, _new) (__typeof(*v))(atomic_cas_32((uint32_t *)(v), (uint32_t)… argument 281 #define p_atomic_cmpxchg_ptr(v, old, _new) (__typeof(*v))(atomic_cas_64((uint64_t *)(v), (uint64_t)… argument
|
D | ralloc.c | 162 ralloc_header *child, *old, *info; in resize() local 164 old = get_header(ptr); in resize() 165 info = realloc(old, align64(size + sizeof(ralloc_header), in resize() 172 if (info != old && info->parent != NULL) { in resize() 173 if (info->parent->child == old) in resize() 1147 linear_realloc(void *parent, void *old, unsigned new_size) in linear_realloc() argument 1154 if (unlikely(!old)) in linear_realloc() 1157 old_size = ((linear_size_chunk*)old)[-1].size; in linear_realloc() 1160 memcpy(new_ptr, old, MIN2(old_size, new_size)); in linear_realloc()
|
D | sparse_array.c | 230 free_list_head(uint64_t old, uint32_t next) in free_list_head() argument 232 return ((old & 0xffffffff00000000ull) + 0x100000000ull) | next; in free_list_head()
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | list.cpp | 70 void replace_in_list(struct list_head *old, struct list_head *latest) in replace_in_list() argument 72 latest->next = old->next; in replace_in_list() 74 latest->prev = old->prev; in replace_in_list()
|
D | list.h | 43 void replace_in_list(struct list_head *old, struct list_head *latest);
|
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | list.cpp | 70 void replace_in_list(struct list_head *old, struct list_head *latest) in replace_in_list() argument 72 latest->next = old->next; in replace_in_list() 74 latest->prev = old->prev; in replace_in_list()
|
D | list.h | 43 void replace_in_list(struct list_head *old, struct list_head *latest);
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/registry/ |
D | update-aliases.py | 82 for old, new in aliases.items(): 84 aliases[old] = aliases[new] 128 ";".join([f's/{old}/{new}/g' for old, new in aliases.items()]),
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/htmldiff/ |
D | htmldiff.pl | 163 my $old="%c'\012'%c'\001'%c'\012'%<%c'\012'%c'\001'%c'\012'"; 168 $old = ""; 191 …open(FILE, qq(diff -d --old-group-format="$old" --new-group-format="$new" --changed-group-format="…
|
/hardware/google/gfxstream/host/vulkan/ |
D | DeviceOpTracker.cpp | 93 const auto old = now - kTimeThreshold; in PollAndProcessGarbage() local 105 if (pendingGarbage.timepoint < old) { in PollAndProcessGarbage() 114 if (pendingGarbage.timepoint < old) { in PollAndProcessGarbage()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/CI/ |
D | codespellrc | 4 …s,lunr.js,rouge-extend-css.rb,sample_count*.svg,./node_modules/*,./gen/*,./old/*,./oldGen/*,./new/…
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/ |
D | AstcToRgb.comp | 12 uint smallBlock; // TODO(gregschlom) Remove this once we remove the old decoder.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_swapchain_maintenance1.adoc | 43 In that case, a flicker is noticed as the swapchain is recreated and the old 68 application has acquired images from the old swapchain that it is no longer 71 As a result, the application is forced to present to an old swapchain that may 73 Additionally, the memory allocated for the old and new swapchains coexist, 175 the images from the old swapchain have been destroyed. 188 once all images from the old swapchain are presented.
|
/hardware/interfaces/gnss/1.0/ |
D | IAGnssRil.hal | 66 * lac is populated with tac, to ensure that we don't break old clients that 67 * might rely in the old (wrong) behavior.
|
D | IGnssDebug.hal | 94 * an age potentially thousands of seconds old, or 157 * old prediction would be reported as 86400 seconds here.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_synchronization2.adoc | 23 The new flags are identical to the old values within the 32-bit range, with 66 ** E.g. the old and new layout can both be set to
|
D | VK_EXT_buffer_device_address.adoc | 56 Even though, the old names can still be found in the generated header files
|
/hardware/interfaces/automotive/vehicle/aidl/impl/proto/android/hardware/automotive/vehicle/ |
D | VehiclePropertyChangeMode.proto | 31 * return old value until underlying H/W backing this property has actually
|
/hardware/interfaces/broadcastradio/2.0/ |
D | IBroadcastRadio.hal | 63 * requested when the old one was active, the old must be terminated
|
/hardware/interfaces/health/2.0/ |
D | IHealth.hal | 31 * Registering a new callback must not unregister the old one; the old
|