Home
last modified time | relevance | path

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

/external/vogar/src/vogar/android/
DDeviceFileCache.java66 File temporary = new File(cachedFile + ".tmp"); in copyToCache() local
71 private void mv(File cachedFile, File temporary) { in mv()
75 private void cp(File source, File temporary) { in cp()
/external/cmockery/cmockery_0_1_2/src/example/
Dallocate_module.c30 int * const temporary = (int*)malloc(sizeof(int)); in leak_memory() local
/external/vogar/src/vogar/
DHostFileCache.java63 File temporary = new File(cachedFile + ".tmp"); 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
Dpdb.py344 def do_break(self, arg, temporary = 0): argument
/external/ImageMagick/MagickCore/
Dconstitute.c981 temporary; in WriteImage() local
Ddelegate.c1638 temporary; in InvokeDelegate() local
Dimage.h375 temporary, /* image file to be deleted after read "empemeral:" */ member
Dblob.c135 temporary; member
/external/valgrind/VEX/priv/
Dmain_util.c57 static HChar temporary[N_TEMPORARY_BYTES] __attribute__((aligned(REQ_ALIGN))); variable
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_ssid.h576 int temporary; member
Dconfig.h74 int temporary; member
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp355 void OutputASM::freeTemporary(Temporary *temporary) in freeTemporary()
2753 int OutputASM::temporaryRegister(TIntermTyped *temporary) in temporaryRegister()
/external/tpm2/
DGlobal.h142 unsigned temporary : 1; member