HomeSort by relevance Sort by last modified time
    Searched full:temporary (Results 176 - 200 of 4014) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 0 """Temporary files.
4 creating temporary files and directories. The interfaces listed
13 template - the default prefix for all temporary names.
17 another candidate location to store temporary files.
149 """Generate a list of candidate temporary directories which
177 """Calculate the default directory to use for temporary files.
212 ("No usable temporary directory found in %s" % dirlist))
247 raise IOError, (_errno.EEXIST, "No usable temporary file name found")
271 """User-callable function to create and return a unique temporary
308 """User-callable function to create and return a unique temporary
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 0 """Temporary files.
4 creating temporary files and directories. The interfaces listed
13 template - the default prefix for all temporary names.
17 another candidate location to store temporary files.
149 """Generate a list of candidate temporary directories which
177 """Calculate the default directory to use for temporary files.
212 ("No usable temporary directory found in %s" % dirlist))
247 raise IOError, (_errno.EEXIST, "No usable temporary file name found")
271 """User-callable function to create and return a unique temporary
308 """User-callable function to create and return a unique temporary
    [all...]
  /external/eigen/doc/
FunctionsTakingEigenTypes.dox 5 %Eigen's use of expression templates results in potentially every expression being of a different type. If you pass such an expression to a function taking a parameter of type Matrix, your expression will implicitly be evaluated into a temporary Matrix, which will then be passed to the function. This means that you lose the benefit of expression templates. Concretely, this has two drawbacks:
6 \li The evaluation into a temporary may be useless and inefficient;
92 In the first two calls to inv_cond, no copy occur because the memory layout of the arguments matches the memory layout accepted by Ref<MatrixXf>. However, in the last call, we have a generic expression that will be automatically evaluated into a temporary MatrixXf by the Ref<> object.
124 and contrary to what one might think at first, this implementation is fine unless you require a generic implementation that works with double matrices too and unless you do not care about temporary objects. Why is that the case? Where are temporaries involved? How can code as given below compile?
129 In this special case, the example is fine and will be working because both parameters are declared as \e const references. The compiler creates a temporary and evaluates the expression x+z into this temporary. Once the function is processed, the temporary is released and the result is assigned to C.
152 the compiler will fail, because it is not possible to convert the expression returned by \c MatrixXf::block() into a non-const \c MatrixXf&. This is the case because the compiler wants to protect you from writing your result to a temporary object. In this special case this protection is not intended -- we want to write to a temporary object. So how can we overcome this problem?
171 The implementation above does now not only work with temporary expressions but it also allows to use the function with matrices of arbitrary floating point scala (…)
    [all...]
  /art/runtime/arch/arm64/
asm_support_arm64.S 32 // Define the intraprocedural linkage temporary registers.
  /cts/tests/tests/net/
Android.mk 32 # include CtsTestServer as a temporary hack to free net.cts from cts.stub.
  /cts/tests/tests/os/src/android/os/cts/
EnvironmentTest.java 32 * TMPDIR being set prevents apps from asking to have temporary files
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_poly.cpp 98 /*Temporary coefficients*/
125 /*Compute temporary coefficients*/
170 /*Temporary coefficients*/
197 /*Compute temporary coefficients*/
  /development/samples/Support13Demos/
_index.html 11 // This is a totally temporary hack to display the following content only
  /development/samples/Support4Demos/
_index.html 11 // This is a totally temporary hack to display the following content only
  /development/samples/Support7Demos/
_index.html 11 // This is a totally temporary hack to display the following content only
  /external/apache-harmony/jdwp/
AndroidTest.xml 18 <!-- Removes temporary dalvik-cache directory created by JDWP tests -->
  /external/bzip2/
bzdiff.1 47 programs refer to temporary filenames instead of those specified.
  /external/clang/test/Analysis/
analyzer-config.c 9 // CHECK-NEXT: cfg-temporary-dtors = false
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p2-generic-lambda-1y.cpp 6 auto& y = [](auto *a)->void { }; // expected-error{{cannot bind to a temporary of type}}
  /external/clang/test/CodeGen/
2008-01-25-ByValReadNone.c 12 // temporary when inlining such a function, which is costly for
  /external/clang/test/CodeGenCXX/
empty-nontrivially-copyable.cpp 6 // creating a temporary.
  /external/clang/test/Rewriter/
objc-modern-StretAPI-3.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
objc-modern-StretAPI.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
objc-modern-container-subscript.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
objc-modern-property-bitfield.m 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
property-dot-syntax.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-cast-ivar-modern-access.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-foreach-5.m 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=struct objc_object*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-forward-class.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-local-externs-in-block.mm 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp

Completed in 254 milliseconds

1 2 3 4 5 6 78 91011>>