Home
last modified time | relevance | path

Searched defs:temporary (Results 1 – 25 of 35) sorted by relevance

12

/external/vogar/src/vogar/android/
DDeviceFileCache.java69 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()
/external/mesa3d/src/vulkan/runtime/
Dvk_fence.h46 struct vk_sync *temporary; member
Dvk_semaphore.h50 struct vk_sync *temporary; member
Dvk_semaphore.c436 struct vk_sync *temporary = NULL, *sync; in vk_common_ImportSemaphoreWin32HandleKHR() local
551 struct vk_sync *temporary = NULL, *sync; in vk_common_ImportSemaphoreFdKHR() local
Dvk_fence.c363 struct vk_sync *temporary = NULL, *sync; in vk_common_ImportFenceFdKHR() local
/external/rust/crates/axum/src/response/
Dredirect.rs57 pub fn temporary(uri: &str) -> Self { in temporary() method
/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Doperation_sparse.hpp38 vector<value_type> temporary (e2 ().size2 ()); in sparse_prod() local
97 vector<value_type> temporary (e1 ().size1 ()); in sparse_prod() local
Dvector_sparse.hpp502 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
Dvector.hpp330 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
Dmatrix.hpp50 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 …]
Dvector_of_vector.hpp225 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
Dmatrix_sparse.hpp462 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 …]
Dsymmetric.hpp124 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
Dhermitian.hpp332 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
Dbanded.hpp208 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
/external/mesa3d/src/virtio/vulkan/
Dvn_queue.h74 struct vn_sync_payload temporary; member
98 struct vn_sync_payload temporary; member
/external/vogar/src/vogar/
DHostFileCache.java65 … File temporary = new File(cachedFile + ".tmp" + String.valueOf(ProcessHandle.current().pid())); in copyToCache() local
/external/clang/lib/CodeGen/
DCGCall.h91 void addWriteback(LValue srcLV, Address temporary, in addWriteback()
/external/python/cpython2/Lib/
Dbdb.py251 def set_break(self, filename, lineno, temporary=0, cond = None, argument
473 def __init__(self, file, line, temporary=0, cond=None, funcname=None): argument
/external/python/cpython3/Lib/
Dbdb.py376 def set_break(self, filename, lineno, temporary=False, cond=None, argument
684 def __init__(self, file, line, temporary=False, cond=None, funcname=None): argument
/external/tensorflow/tensorflow/lite/experimental/mlir/testing/
Dgenerated_examples_zip_test.cc191 tensorflow::Status MakeTemporaryDirectory(string* temporary) { in MakeTemporaryDirectory()
/external/tensorflow/tensorflow/lite/testing/
Dgenerated_examples_zip_test.cc182 tensorflow::Status MakeTemporaryDirectory(string* temporary) { in MakeTemporaryDirectory()
/external/python/cpython3/Lib/test/
Dtest_bdb.py107 def set_break(self, filename, lineno, temporary=False, cond=None, argument
550 def break_in_func(funcname, fname=__file__, temporary=False, cond=None): argument
/external/mesa3d/src/freedreno/vulkan/
Dtu_drm.c40 uint32_t permanent, temporary; member
505 sync_import(VkDevice _device, struct tu_syncobj *sync, bool temporary, bool sync_fd, int fd) in sync_import()
/external/libcups/scheduler/
Dprinters.h73 int temporary; /* Temporary queue? */ member

12