Home
last modified time | relevance | path

Searched refs:temporary (Results 1 – 25 of 590) sorted by relevance

12345678910>>...24

/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_tempfile_test.py135 temporary = self.tempfile.mkstemp()
136 self.assertEqual(2, len(temporary))
137 self.assertTrue(temporary[1].startswith('/tmp/tmp'))
139 self.assertEqual(next_fd, temporary[0])
140 self.assertEqual(temporary[1], created_filenames[0])
141 self.assertTrue(self.filesystem.Exists(temporary[1]))
142 self.assertEqual(self.filesystem.GetObject(temporary[1]).st_mode,
152 temporary = self.tempfile.mkstemp(dir='/dir')
153 self.assertEqual(2, len(temporary))
154 self.assertEqual(next_fd, temporary[0])
[all …]
/external/mesa3d/src/mesa/x86-64/
Dcalling_convention.txt2 rax temporary register; with variable arguments passes information
23 r10 temporary register, used for passing a function's static chain pointer
25 r11 temporary register
33 xmm8�15 temporary registers
35 mmx0�7 temporary registers
37 st0 temporary register; used to return long double arguments
39 st1 temporary registers; used to return long double arguments
41 st2�7 temporary registers
/external/vogar/src/vogar/android/
DDeviceFileCache.java66 File temporary = new File(cachedFile + ".tmp"); in copyToCache() local
67 cp(source, temporary); in copyToCache()
68 mv(cachedFile, temporary); in copyToCache()
71 private void mv(File cachedFile, File temporary) { in mv() argument
72 new Command(log, "adb", "shell", "mv", temporary.getPath(), cachedFile.getPath()).execute(); in mv()
75 private void cp(File source, File temporary) { in cp() argument
77 new Command(log, "adb", "shell", "cat", source.getPath(), ">", temporary.getPath()) in cp()
/external/clang/test/CodeGenCXX/
Dconst-init-cxx1y.cpp23 struct A { int &&temporary; int x; };
25 A a = { 6, f(a.temporary) };
29 A b = { 7, ++b.temporary };
36 A c = { 10, (++c.temporary, b.x) };
/external/valgrind/VEX/priv/
Dmain_util.c57 static HChar temporary[N_TEMPORARY_BYTES] __attribute__((aligned(REQ_ALIGN))); variable
58 static HChar* temporary_first = &temporary[0];
59 static HChar* temporary_curr = &temporary[0];
60 static HChar* temporary_last = &temporary[N_TEMPORARY_BYTES-1];
71 HChar* private_LibVEX_alloc_first = &temporary[0];
72 HChar* private_LibVEX_alloc_curr = &temporary[0];
73 HChar* private_LibVEX_alloc_last = &temporary[N_TEMPORARY_BYTES-1];
80 vassert(temporary_first == &temporary[0]); in vexAllocSanityCheck()
81 vassert(temporary_last == &temporary[N_TEMPORARY_BYTES-1]); in vexAllocSanityCheck()
162 if (private_LibVEX_alloc_first == &temporary[0]) pool = "TEMP"; in private_LibVEX_alloc_OOM()
[all …]
/external/mesa3d/src/glsl/tests/lower_jumps/
Dlower_returns_4.opt_test.expected4 ((declare (temporary) bool execute_flag)
6 (declare (temporary) float return_value)
7 (declare (temporary) bool return_flag)
Dreturn_non_void_at_end_of_loop_lower_return.opt_test.expected4 ((declare (temporary) bool execute_flag)
6 (declare (temporary) float return_value)
7 (declare (temporary) bool return_flag)
Dreturn_non_void_at_end_of_loop_lower_return_and_break.opt_test.expected4 ((declare (temporary) bool execute_flag)
6 (declare (temporary) float return_value)
7 (declare (temporary) bool return_flag)
Dlower_returns_3.opt_test.expected4 ((declare (temporary) bool execute_flag)
6 (declare (temporary) float return_value)
7 (declare (temporary) bool return_flag)
Dlower_returns_main_true.opt_test.expected4 ((declare (temporary) bool execute_flag)
6 (declare (temporary) bool return_flag)
Dlower_returns_sub_true.opt_test.expected4 ((declare (temporary) bool execute_flag)
6 (declare (temporary) bool return_flag)
Dlower_guarded_conditional_break.opt_test.expected4 ((declare (temporary) bool break_flag)
7 ((declare (temporary) bool execute_flag)
Dlower_unified_returns.opt_test.expected5 ((declare (temporary) bool execute_flag)
7 (declare (temporary) bool return_flag)
Dlower_pulled_out_jump.opt_test.expected6 ((declare (temporary) bool execute_flag)
8 (declare (temporary) bool return_flag)
Dlower_breaks_6.opt_test.expected6 ((declare (temporary) bool break_flag)
9 ((declare (temporary) bool execute_flag)
/external/eigen/doc/
DTopicLazyEvaluation.dox13 …evaluate it into a temporary variable. Indeed, in certain cases it is better to evaluate immediate…
19 a traditional library would evaluate \c vec2 + vec3 into a temporary \c vec4 and then copy \c vec4 …
23 …lazy evaluation, and when on the contrary it should evaluate immediately into a temporary variable.
43 Eigen first evaluates <tt>matrix * matrix</tt> into a temporary matrix, and then copies it into the…
55 the product <tt>matrix3 * matrix4</tt> gets evaluated immediately into a temporary matrix. Indeed, …
57 …st of an operation is reduced if a sub-expression gets evaluated into a temporary. Indeed, in cert…
61 …it once and store it in a temporary variable. Eigen understands this and evaluates <tt>matrix3 + m…
/external/vogar/src/vogar/
DHostFileCache.java63 File temporary = new File(cachedFile + ".tmp"); in copyToCache() local
64 cp(source, temporary); in copyToCache()
65 mv(temporary, cachedFile); in copyToCache()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILRegisterInfo.td49 // r1018 is used as a temporary register for handwritten code
50 // r1017 is used as a temporary register for handwritten code
51 // r1016 is used as a temporary register for load/store code
52 // r1015 is used as a temporary register for data segment offset
53 // r1014 is used as a temporary register for store code
55 // r1012-r1010 and r1001-r1008 are used for temporary I/O registers
/external/clang/test/SemaCXX/
Ddecl-init-ref.cpp35 struct A { int &&temporary; int x, y; };
37 const A &c = { 10, ++c.temporary };
/external/bison/data/m4sugar/
Dforeach.m467 # that temporary macro. Thus, the recursion is done in m4_for without
88 # Use m4_for to create a temporary macro in terms of a boilerplate
90 # odd, then rounding the last $# up in the temporary macro is
119 # We build the temporary macro _m4_b:
151 # We only have to speed up _m4_cond, by building the temporary _m4_c:
180 # temporary _m4_p:
203 # _m4_shiftn. If N is 3, then we build the temporary _m4_s, defined as
217 # Here, we use the temporary macro _m4_do, defined as
236 # Invoke _m4_r($@) with the temporary _m4_r built as
250 # Build the temporary macro _m4_map_args_pair, with the $2([$m+1])
[all …]
/external/cmockery/cmockery_0_1_2/src/example/
Dallocate_module.c30 int * const temporary = (int*)malloc(sizeof(int)); in leak_memory() local
31 *temporary = 0; in leak_memory()
/external/autotest/client/site_tests/network_Dhcpv6Basic/
Dcontrol10 non-temporary address and prefix delegation via DHCPv6 server.
19 Tests that we can acquire an DHCPv6 non-temporary address and prefix
/external/clang/test/Rewriter/
Drewrite-unique-block-api.mm2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.c…
4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-mode…
Drewrite-byref-in-nested-blocks.mm2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"SEL=void*" -U__declspec -D"_…
4 // RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -D"SEL=void*" -U__declspec -D"_…
/external/llvm/test/MC/Mips/
Dmips-noat.s3 # Check that using the assembler temporary when .set noat is in effect is an error.
5 # We start with the assembler temporary enabled

12345678910>>...24