Searched refs:temporary (Results 1 - 25 of 135) sorted by relevance

123456

/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx1y.cpp23 struct A { int &&temporary; int x; }; member in struct:ModifyStaticTemporary::A
25 A a = { 6, f(a.temporary) };
29 A b = { 7, ++b.temporary };
34 // 'c.temporary', not the value as modified by the partial evaluation within
36 A c = { 10, (++c.temporary, b.x) };
/external/vogar/src/vogar/android/
H A DDeviceFileCache.java66 File temporary = new File(cachedFile + ".tmp");
67 cp(source, temporary);
68 mv(cachedFile, temporary);
71 private void mv(File cachedFile, File temporary) { argument
72 new Command(log, "adb", "shell", "mv", temporary.getPath(), cachedFile.getPath()).execute();
75 private void cp(File source, File temporary) { argument
77 new Command(log, "adb", "shell", "cat", source.getPath(), ">", temporary.getPath())
/external/clang/test/SemaCXX/
H A Ddecl-init-ref.cpp25 A& ra = f(); // expected-error {{non-const lvalue reference to type 'A' cannot bind to a temporary of type 'B'}}
29 PR6139 x = {{A()}}; // expected-error{{non-const lvalue reference to type 'A [1]' cannot bind to an initializer list temporary}}
32 PR6139b y = {A()}; // expected-error{{non-const lvalue reference to type 'A [1]' cannot bind to a temporary of type 'A'}}
35 struct A { int &&temporary; int x, y; }; member in struct:PR16502::A
37 const A &c = { 10, ++c.temporary };
H A Dconstant-expression-cxx1y.cpp245 constexpr int &&dead() { return id(0); } // expected-note {{temporary created here}}
246 constexpr int bad() { int &&n = dead(); n = 1; return n; } // expected-note {{assignment to temporary whose lifetime has ended}}
718 struct A { int &&temporary; int x; int y; }; member in struct:loops::modify_temporary_during_construction::A
720 constexpr A a = { 6, f(a.temporary), a.temporary }; // expected-note {{temporary created here}}
723 constexpr int k = a.temporary++; // expected-error {{constant expression}} expected-note {{outside the expression that created the temporary}}
/external/cmockery/cmockery_0_1_2/src/example/
H A Dallocate_module.c30 int * const temporary = (int*)malloc(sizeof(int)); local
31 *temporary = 0;
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A 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[
[all...]
/external/vogar/src/vogar/
H A DHostFileCache.java63 File temporary = new File(cachedFile + ".tmp");
64 cp(source, temporary);
65 mv(temporary, cachedFile);
/external/llvm/test/MC/Mips/
H A 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
/external/llvm/test/MC/Sparc/
H A Dsparc-assembly-exprs.s8 ! "." is exactly like a temporary symbol equated to the current line.
/external/wpa_supplicant_8/
H A DAndroid.mk5 # TODO: Clean up the Android.mks, reset all the temporary variables at the
/external/valgrind/VEX/priv/
H A 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]);
81 vassert(temporary_last == &temporary[N_TEMPORARY_BYTES-1]);
162 if (private_LibVEX_alloc_first == &temporary[
[all...]
/external/llvm/test/MC/MachO/AArch64/
H A Dld64-workaround.s3 ; Test that we produce an external relocation. This is a known and temporary bug
/external/tpm2/
H A DEvictControl.c14 // TPM_RC_ATTRIBUTES an object with temporary, stClear or publicOnly attribute SET cannot
44 if( evictObject->attributes.temporary == SET
H A DObject.c51 // If an object is a temporary evict object, flush it from slot
335 // hierarchy and it is temporary
340 object->attributes.temporary = SET;
343 // If parent handle is a permanent handle, it is a primary or temporary
366 // Any object in TPM_RH_NULL hierarchy is temporary
369 object->attributes.temporary = SET;
429 // be marked as temporary so that it can't be persisted
430 (*object)->attributes.temporary = SET;
/external/clang/lib/CodeGen/
H A DCGCall.h66 /// The temporary alloca.
76 /// The "is active" insertion point. This instruction is temporary and
91 void addWriteback(LValue srcLV, Address temporary, argument
93 Writeback writeback = { srcLV, temporary, toUse };
/external/ImageMagick/MagickCore/
H A Dconstitute.c478 read_info->temporary=MagickTrue;
516 if (read_info->temporary != MagickFalse)
540 read_info->temporary=MagickTrue;
563 if (read_info->temporary != MagickFalse)
566 read_info->temporary=MagickFalse;
989 temporary;
1074 temporary=MagickFalse;
1095 temporary=MagickTrue;
1183 if (temporary != MagickFalse)
1186 Copy temporary imag
981 temporary; local
[all...]
H A Ddelegate.c1656 temporary;
1688 temporary=*image->filename == '\0' ? MagickTrue : MagickFalse;
1689 if ((temporary != MagickFalse) && (AcquireUniqueFilename(image->filename) ==
1699 if (temporary != MagickFalse)
1709 if (temporary != MagickFalse)
1715 image_info->temporary=MagickTrue;
1745 if (temporary != MagickFalse)
1774 if (temporary != MagickFalse)
1793 if (temporary != MagickFalse)
1856 if (image_info->temporary !
1638 temporary; local
[all...]
H A Dimage.h375 temporary, /* image file to be deleted after read "empemeral:" */ member in struct:_ImageInfo
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_ssid.h574 * temporary - Whether this network is temporary and not to be saved
576 int temporary; member in struct:wpa_ssid
716 * This pointer can be used to delete temporary networks when a wpa_cred
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
H A DPath.inc137 std::string(pathname) + ": can't create temporary directory");
142 // If no mkdtemp is available, mkstemp can be used to create a temporary file
145 // have a slight race condition from the time the temporary file is created to
151 std::string(pathname) + ": can't create temporary directory");
158 std::string(pathname) + ": can't create temporary directory");
167 // twenty six temporary files that can be generated.
177 std::string(TmpName) + ": can't create temporary directory");
185 // temporary name generated. So, we provide our own implementation that
189 // many temporary files so this shouldn't be a big issue for LLVM.
198 std::string(pathname) + ": can't create temporary director
[all...]
/external/ltp/testcases/kernel/fs/fs_di/
H A Dfs_di69 -d TMPDIR Directory where temporary files will be created.
/external/ltp/testscripts/
H A DrunEALtests.sh55 -d tmpdir Directory where temporary files will be created.
/external/ltp/
H A Drunltp123 -d TMPDIR Directory where temporary files will be created.
536 echo "FATAL: Unable to make temporary directory $TMPBASE"
539 # use mktemp to create "safe" temporary directories
543 echo "FATAL: Unable to make temporary directory: $TMP"
/external/swiftshader/src/OpenGL/compiler/
H A DOutputASM.h224 void freeTemporary(Temporary *temporary);
285 int temporaryRegister(TIntermTyped *temporary);
/external/llvm/test/MC/ARM/
H A Dltorg-darwin.s3 @ because the syntax for switching sections and temporary labels differs

Completed in 1059 milliseconds

123456