Home
last modified time | relevance | path

Searched defs:temporary (Results 1 – 25 of 26) 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/catch2/projects/ExtraTests/
DX02-DisabledMacros.cpp11 static Catch::ReporterRegistrar<Catch::ConsoleReporter> temporary( "console" ); variable
/external/vogar/src/vogar/
DHostFileCache.java65 … File temporary = new File(cachedFile + ".tmp" + String.valueOf(ProcessHandle.current().pid())); in copyToCache() local
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-emplace-ignore-implicit-constructors.cpp85 Something temporary(42, 42); in test_Something() local
Dmodernize-use-emplace.cpp182 Something temporary(42, 42); in test_Something() 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
Dpdb.py344 def do_break(self, arg, temporary = 0): argument
/external/python/cpython3/Lib/test/
Dtest_bdb.py106 def set_break(self, filename, lineno, temporary=False, cond=None, argument
549 def break_in_func(funcname, fname=__file__, temporary=False, cond=None): argument
/external/python/cpython3/Lib/
Dbdb.py368 def set_break(self, filename, lineno, temporary=False, cond=None, argument
664 def __init__(self, file, line, temporary=False, cond=None, funcname=None): argument
Dpdb.py600 def do_break(self, arg, temporary = 0): argument
/external/tensorflow/tensorflow/lite/testing/
Dgenerated_examples_zip_test.cc225 tensorflow::Status MakeTemporaryDirectory(string* temporary) { in MakeTemporaryDirectory()
/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/ImageMagick/MagickCore/
Dconstitute.c1109 temporary; in WriteImage() local
Ddelegate.c1700 temporary; in InvokeDelegate() local
Dimage.h384 temporary, /* image file to be deleted after read "empemeral:" */ member
Dblob.c143 temporary; member
/external/libcups/scheduler/
Dprinters.h73 int temporary; /* Temporary queue? */ member
Dipp.c5955 int temporary; /* Temporary queue? */ in delete_printer() local
/external/llvm-project/clang/lib/CodeGen/
DCGCall.h307 void addWriteback(LValue srcLV, Address temporary, llvm::Value *toUse) { in addWriteback()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_ssid.h668 int temporary; member
Dconfig.h83 int temporary; member
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp550 void OutputASM::freeTemporary(Temporary *temporary) in freeTemporary()
3104 int OutputASM::temporaryRegister(TIntermTyped *temporary) in temporaryRegister()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h152 unsigned temporary : 1; //6) SET for a temporary object member
/external/mesa3d/src/amd/vulkan/
Dradv_private.h2403 struct radv_semaphore_part temporary; member
2466 struct radv_fence_part temporary; member

12