HomeSort by relevance Sort by last modified time
    Searched refs:temporary (Results 1 - 25 of 415) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
const-init-cxx1y.cpp 23 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/
DeviceFileCache.java 66 File temporary = new File(cachedFile + ".tmp"); local
67 cp(source, temporary);
68 mv(cachedFile, temporary);
71 private void mv(File cachedFile, File temporary) {
72 new Command(log, "adb", "shell", "mv", temporary.getPath(), cachedFile.getPath()).execute();
75 private void cp(File source, File temporary) {
77 new Command(log, "adb", "shell", "cat", source.getPath(), ">", temporary.getPath())
  /build/make/core/combo/arch/mips64/
mips64r2.mk 3 # This target is for temporary use only, until mips64r6 is supported by Android's qemu.
  /external/clang/test/SemaCXX/
decl-init-ref.cpp 25 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 };
  /external/cmockery/cmockery_0_1_2/src/example/
allocate_module.c 30 int * const temporary = (int*)malloc(sizeof(int)); local
31 *temporary = 0;
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_tempfile_test.py 135 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/vogar/src/vogar/
HostFileCache.java 63 File temporary = new File(cachedFile + ".tmp"); local
64 cp(source, temporary);
65 mv(temporary, cachedFile);
  /bionic/tools/relocation_packer/src/
main.cc 31 std::string temporary = argv0; local
32 const size_t last_slash = temporary.find_last_of("/");
33 if (last_slash != temporary.npos) {
34 temporary.erase(0, last_slash + 1);
36 const char* basename = temporary.c_str();
elf_file_unittest.cc 46 FILE* temporary = tmpfile(); local
47 ASSERT_FALSE(temporary == NULL);
55 ASSERT_EQ(bytes, fwrite(buffer, 1, bytes, temporary));
59 ASSERT_EQ(0, fseek(temporary, 0, SEEK_SET));
60 ASSERT_EQ(0, lseek(fileno(temporary), 0, SEEK_SET));
62 *stream = temporary;
74 void CloseRelocsTestFile(FILE* temporary) {
75 fclose(temporary);
  /external/llvm/test/MC/Mips/
mips-noat.s 3 # 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/
sparc-assembly-exprs.s 8 ! "." is exactly like a temporary symbol equated to the current line.
  /external/wpa_supplicant_8/
Android.mk 5 # TODO: Clean up the Android.mks, reset all the temporary variables at the
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7366.go 7 // issue 7366: generates a temporary with ideal type
issue8761.go 8 // used to confuse code generator into using temporary before initialization.
bug099.go 33 // Again, without temporary
bug221.go 8 // didn't need to be in a temporary, but it was picking
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7366.go 7 // issue 7366: generates a temporary with ideal type
issue8761.go 8 // used to confuse code generator into using temporary before initialization.
bug099.go 33 // Again, without temporary
bug221.go 8 // didn't need to be in a temporary, but it was picking
  /prebuilts/go/darwin-x86/src/io/ioutil/
tempfile.go 16 // We generate random temporary file names so that there's a good
38 // TempFile creates a new temporary file in the directory dir
42 // for temporary files (see os.TempDir).
69 // TempDir creates a new temporary directory in the directory dir
72 // default directory for temporary files (see os.TempDir).
  /prebuilts/go/linux-x86/src/io/ioutil/
tempfile.go 16 // We generate random temporary file names so that there's a good
38 // TempFile creates a new temporary file in the directory dir
42 // for temporary files (see os.TempDir).
69 // TempDir creates a new temporary directory in the directory dir
72 // default directory for temporary files (see os.TempDir).
  /external/valgrind/VEX/priv/
main_util.c 57 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[0]) pool = "TEMP"
    [all...]
  /external/clang/lib/CodeGen/
CGCall.h 66 /// The temporary alloca.
67 Address Temporary;
76 /// The "is active" insertion point. This instruction is temporary and
91 void addWriteback(LValue srcLV, Address temporary,
93 Writeback writeback = { srcLV, temporary, toUse };
  /frameworks/opt/bitmap/src/com/android/bitmap/view/
BitmapDrawableImageView.java 42 private static final boolean TEMPORARY = true;
43 private static final boolean PERMANENT = !TEMPORARY;
99 private void unbindDrawable(boolean temporary) {
101 mDrawable.unbind(temporary);
149 unbindDrawable(TEMPORARY);
157 unbindDrawable(TEMPORARY);

Completed in 294 milliseconds

1 2 3 4 5 6 7 8 91011>>