Searched defs:temporary (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/cloud_print/gcp20/prototype/
H A Dconio_posix.cc13 void SetTemporaryTermiosSettings(bool temporary) { argument
16 if (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/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.cpp247 constexpr int &&dead() { return id(0); } // expected-note {{temporary created here}}
248 constexpr int bad() { int &&n = dead(); n = 1; return n; } // expected-note {{assignment to temporary whose lifetime has ended}}
720 struct A { int &&temporary; int x; int y; }; member in struct:loops::modify_temporary_during_construction::A
723 constexpr A a = { 6, f(a.temporary), a.temporary }; // expected-warning {{uninitialized}} expected-note {{temporary created here}}
726 constexpr int k = a.temporary++; // expected-error {{constant expression}} expected-note {{outside the expression that created the temporary}}
/external/chromium_org/tools/relocation_packer/src/
H A Dmain.cc33 std::string temporary = argv0; local
34 const size_t last_slash = temporary.find_last_of("/");
35 if (last_slash != temporary.npos) {
36 temporary.erase(0, last_slash + 1);
38 const char* basename = temporary.c_str();
H A Delf_file_unittest.cc54 FILE* temporary = tmpfile(); local
55 ASSERT_FALSE(temporary == NULL);
63 ASSERT_EQ(bytes, fwrite(buffer, 1, bytes, temporary));
67 ASSERT_EQ(0, fseek(temporary, 0, SEEK_SET));
68 ASSERT_EQ(0, lseek(fileno(temporary), 0, SEEK_SET));
70 *stream = temporary;
90 void CloseRelocsTestFile(FILE* temporary) { argument
91 fclose(temporary);
/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/chromium_org/tools/site_compare/commands/
H A Dmaskmaker.py14 import tempfile # Get a temporary directory to hold intermediates namespace
H A Dtimeload.py16 import tempfile # Get a temporary directory to hold intermediates namespace
H A Dcompare2.py14 import tempfile # Get a temporary directory to hold intermediates namespace
/external/chromium_org/chrome/browser/background/
H A Dbackground_application_list_model_unittest.cc143 scoped_refptr<Extension> temporary = local
146 temporary->permissions_data()->active_permissions();
/external/chromium_org/media/base/
H A Daudio_video_metadata_extractor.cc41 int temporary = -1; local
42 if (*destination < 0 && base::StringToInt(tag->value, &temporary) &&
43 temporary >= 0) {
44 *destination = temporary;
/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, llvm::Value *temporary, argument
95 writeback.Temporary = temporary;
/external/valgrind/main/VEX/priv/
H A Dmain_util.c56 static HChar temporary[N_TEMPORARY_BYTES] __attribute__((aligned(8))); variable
57 static HChar* temporary_first = &temporary[0];
58 static HChar* temporary_curr = &temporary[0];
59 static HChar* temporary_last = &temporary[N_TEMPORARY_BYTES-1];
74 vassert(temporary_first == &temporary[0]);
75 vassert(temporary_last == &temporary[N_TEMPORARY_BYTES-1]);
154 HChar* private_LibVEX_alloc_first = &temporary[0];
155 HChar* private_LibVEX_alloc_curr = &temporary[0];
156 HChar* private_LibVEX_alloc_last = &temporary[N_TEMPORARY_BYTES-1];
162 if (private_LibVEX_alloc_first == &temporary[
[all...]
/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dgenerate.cc462 int temporary; local
463 if (!GenerateParam(&temporary, generator))
465 *p = static_cast<base::File::Error>(temporary);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_ssid.h492 * temporary - Whether this network is temporary and not to be saved
494 int temporary; member in struct:wpa_ssid
634 * This pointer can be used to delete temporary networks when a wpa_cred
H A Dconfig.h58 * temporary - Whether this credential is temporary and not to be saved
60 int temporary; member in struct:wpa_cred
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc453 // We don't honor the open_when_complete_ flag for temporary
744 // is expected to complete successfully. Exclude temporary downloads, since
794 void DownloadItemImpl::SetIsTemporary(bool temporary) { argument
795 is_temporary_ = temporary;
1410 // If the download is temporary, like in drag-and-drop, do not open it but
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1483 milliseconds