/aosp_15_r20/external/vogar/src/vogar/android/ |
H A D | DeviceFileCache.java | 69 File temporary = new File(cachedFile + ".tmp"); in copyToCache() local 74 private void mv(File cachedFile, File temporary) { in mv() 78 private void cp(File source, File temporary) { in cp()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/ |
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 | 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 | 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 | 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 | 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 | 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 | 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
|
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/ |
H A D | vn_queue.h | 74 struct vn_sync_payload temporary; member 98 struct vn_sync_payload temporary; member
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_semaphore.c | 436 struct vk_sync *temporary = NULL, *sync; in vk_common_ImportSemaphoreWin32HandleKHR() local 551 struct vk_sync *temporary = NULL, *sync; in vk_common_ImportSemaphoreFdKHR() local
|
H A D | vk_fence.h | 46 struct vk_sync *temporary; member
|
H A D | vk_semaphore.h | 50 struct vk_sync *temporary; member
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | bdb.py | 251 def set_break(self, filename, lineno, temporary=0, cond = None, argument 473 def __init__(self, file, line, temporary=0, cond=None, funcname=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | bdb.py | 376 def set_break(self, filename, lineno, temporary=False, cond=None, argument 684 def __init__(self, file, line, temporary=False, cond=None, funcname=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | bdb.py | 376 def set_break(self, filename, lineno, temporary=False, cond=None, argument 684 def __init__(self, file, line, temporary=False, cond=None, funcname=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | bdb.py | 376 def set_break(self, filename, lineno, temporary=False, cond=None, argument 684 def __init__(self, file, line, temporary=False, cond=None, funcname=None): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | bdb.py | 376 def set_break(self, filename, lineno, temporary=False, cond=None, argument 684 def __init__(self, file, line, temporary=False, cond=None, funcname=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | bdb.py | 376 def set_break(self, filename, lineno, temporary=False, cond=None, argument 684 def __init__(self, file, line, temporary=False, cond=None, funcname=None): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | bdb.py | 376 def set_break(self, filename, lineno, temporary=False, cond=None, argument 684 def __init__(self, file, line, temporary=False, cond=None, funcname=None): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/response/ |
D | redirect.rs | 57 pub fn temporary(uri: &str) -> Self { in temporary() method
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_bdb.py | 107 def set_break(self, filename, lineno, temporary=False, cond=None, argument 550 def break_in_func(funcname, fname=__file__, temporary=False, cond=None): argument
|
/aosp_15_r20/external/vogar/src/vogar/ |
H A D | HostFileCache.java | 65 … File temporary = new File(cachedFile + ".tmp" + String.valueOf(ProcessHandle.current().pid())); in copyToCache() local
|
/aosp_15_r20/frameworks/opt/bitmap/src/com/android/bitmap/view/ |
D | BitmapDrawableImageView.java | 99 private void unbindDrawable(boolean temporary) { in unbindDrawable()
|