/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_queue.h | 49 struct vn_sync_payload temporary; member 64 struct vn_sync_payload temporary; member
|
/third_party/gettext/gettext-runtime/libasprintf/ |
D | autosprintf.cc | 63 autosprintf& autosprintf::operator = (autosprintf temporary) in operator =()
|
/third_party/boost/boost/interprocess/detail/ |
D | os_file_functions.hpp | 126 (const char *name, mode_t mode, const permissions & perm = permissions(), bool temporary = false) in create_new_file() 135 (const char *name, mode_t mode, const permissions & perm = permissions(), bool temporary = false) in create_or_open_file() 144 (const char *name, mode_t mode, bool temporary = false) in open_existing_file()
|
/third_party/boost/boost/numeric/ublas/ |
D | operation_sparse.hpp | 38 vector<value_type> temporary (e2 ().size2 ()); in sparse_prod() local 97 vector<value_type> temporary (e1 ().size1 ()); in sparse_prod() local
|
D | vector_sparse.hpp | 502 self_type temporary (ae, detail::map_capacity (data())); in operator =() local 516 self_type temporary (*this + ae, detail::map_capacity (data())); in operator +=() local 534 self_type temporary (*this - ae, detail::map_capacity (data())); in operator -=() local 1108 self_type temporary (ae, capacity_); in operator =() local 1122 self_type temporary (*this + ae, capacity_); in operator +=() local 1140 self_type temporary (*this - ae, capacity_); in operator -=() local 1782 self_type temporary (ae, capacity_); in operator =() local 1796 self_type temporary (*this + ae, capacity_); in operator +=() local 1814 self_type temporary (*this - ae, capacity_); in operator -=() local
|
D | vector.hpp | 330 self_type temporary (ae); in operator =() local 359 self_type temporary (*this + ae); in operator +=() local 397 self_type temporary (*this - ae); in operator -=() local 1101 self_type temporary (ae); in operator =() local 1130 self_type temporary (*this + ae); in operator +=() local 1168 self_type temporary (*this - ae); in operator -=() local 2575 self_type temporary (ae); in operator =() local 2589 self_type temporary (*this + ae); in operator +=() local 2607 self_type temporary (*this - ae); in operator -=() local
|
D | matrix.hpp | 50 void matrix_resize_preserve (M& m, M& temporary) { in matrix_resize_preserve() 219 self_type temporary (size1, size2); in resize() local 353 self_type temporary (ae); in operator =() local 365 self_type temporary (*this + ae); in operator +=() local 383 self_type temporary (*this - ae); in operator -=() local 1438 self_type temporary (ae); in operator =() local 1450 self_type temporary (*this + ae); in operator +=() local 1468 self_type temporary (*this - ae); in operator -=() local 2513 self_type temporary (ae); in operator =() local 2532 self_type temporary (*this + ae); in operator +=() local [all …]
|
D | vector_of_vector.hpp | 225 self_type temporary (ae); in operator =() local 237 self_type temporary (*this + ae); in operator +=() local 249 self_type temporary (*this - ae); in operator -=() local
|
D | matrix_sparse.hpp | 462 self_type temporary (ae, detail::map_capacity (data ())); in operator =() local 474 self_type temporary (*this + ae, detail::map_capacity (data ())); in operator +=() local 492 self_type temporary (*this - ae, detail::map_capacity (data ())); in operator -=() local 1633 self_type temporary (ae); in operator =() local 1645 self_type temporary (*this + ae); in operator +=() local 1663 self_type temporary (*this - ae); in operator -=() local 3162 self_type temporary (ae, capacity_); in operator =() local 3174 self_type temporary (*this + ae, capacity_); in operator +=() local 3192 self_type temporary (*this - ae, capacity_); in operator -=() local 4579 self_type temporary (ae, capacity_); in operator =() local [all …]
|
D | symmetric.hpp | 124 self_type temporary (size, size); in resize() local 200 self_type temporary (ae); in operator =() local 212 self_type temporary (*this + ae); in operator +=() local 224 self_type temporary (*this - ae); in operator -=() local
|
D | hermitian.hpp | 332 self_type temporary (size, size); in resize() local 425 self_type temporary (ae); in operator =() local 437 self_type temporary (*this + ae); in operator +=() local 449 self_type temporary (*this - ae); in operator -=() local
|
D | banded.hpp | 208 self_type temporary (size1, size2, lower, upper); in resize() local 348 self_type temporary (ae, lower_, upper_); in operator =() local 360 self_type temporary (*this + ae, lower_, upper_); in operator +=() local 372 self_type temporary (*this - ae, lower_, upper_); in operator -=() local
|
D | triangular.hpp | 30 void matrix_resize_preserve (M& m, M& temporary) { in matrix_resize_preserve() 154 self_type temporary (size1, size2); in resize() local 232 self_type temporary (ae); in operator =() local 244 self_type temporary (*this + ae); in operator +=() local 256 self_type temporary (*this - ae); in operator -=() local
|
/third_party/python/Lib/ |
D | bdb.py | 376 def set_break(self, filename, lineno, temporary=False, cond=None, argument 681 def __init__(self, file, line, temporary=False, cond=None, funcname=None): argument
|
D | pdb.py | 599 def do_break(self, arg, temporary = 0): argument
|
/third_party/python/Lib/test/ |
D | test_bdb.py | 106 def set_break(self, filename, lineno, temporary=False, cond=None, argument 549 def break_in_func(funcname, fname=__file__, temporary=False, cond=None): argument
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_sync.c | 81 bool temporary, bool sync_fd, int fd) in sync_import()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_drm.c | 44 uint32_t permanent, temporary; member 641 sync_import(VkDevice _device, struct tu_syncobj *sync, bool temporary, bool sync_fd, int fd) in sync_import()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | config_ssid.h | 626 int temporary; member
|
D | config.h | 80 int temporary; member
|
/third_party/boost/boost/wave/util/ |
D | flex_string.hpp | 1855 const flex_string temporary(s1, s2); in InsertImpl() local 1906 flex_string temporary(begin(), insertPosition); in InsertImpl() local 2044 flex_string temporary; in ReplaceImpl() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | config_ssid.h | 677 int temporary; member
|
D | config.h | 83 int temporary; member
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 550 void OutputASM::freeTemporary(Temporary *temporary) in freeTemporary() 3102 int OutputASM::temporaryRegister(TIntermTyped *temporary) in temporaryRegister()
|
/third_party/mindspore/mindspore/ccsrc/common/ |
D | trans.cc | 2017 size_t temporary = dst_ci % kCubeSize; in NchwFracZTransWithGroups() local
|