/external/cmockery/cmockery_0_1_2/src/example/ |
H A D | allocate_module.c | 30 int * const temporary = (int*)malloc(sizeof(int)); local 31 *temporary = 0;
|
/external/clang/test/SemaCXX/ |
H A D | 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 };
|
H A D | constant-expression-cxx1y.cpp | 247 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 722 constexpr A a = { 6, f(a.temporary), a.temporary }; // expected-note {{temporary created here}} 725 constexpr int k = a.temporary++; // expected-error {{constant expression}} expected-note {{outside the expression that created the temporary}}
|
/external/clang/test/CodeGenCXX/ |
H A D | 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/ |
H A D | DeviceFileCache.java | 66 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/ImageMagick/MagickCore/ |
H A D | constitute.c | 478 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 D | delegate.c | 1656 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 D | blob.c | 138 temporary; 384 Write blob to a temporary file on disk. 471 clone_info->temporary=blob_info->temporary; 1979 Write inject image to a temporary file. 2159 % IsBlobTemporary() returns true if the blob is temporary. 2176 return(image->blob->temporary); 135 temporary; member in struct:_BlobInfo
|
H A D | image.h | 375 temporary, /* image file to be deleted after read "empemeral:" */ member in struct:_ImageInfo
|
/external/clang/lib/CodeGen/ |
H A D | CGCall.h | 66 /// 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/valgrind/VEX/priv/ |
H A D | 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[ [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | config_ssid.h | 562 * temporary - Whether this network is temporary and not to be saved 564 int temporary; member in struct:wpa_ssid 704 * This pointer can be used to delete temporary networks when a wpa_cred
|
H A D | config.h | 72 * temporary - Whether this credential is temporary and not to be saved 74 int temporary; member in struct:wpa_cred
|
/external/tpm2/ |
H A D | Global.h | 142 unsigned temporary : 1; member in struct:__anon16909 143 //6) SET for a temporary object
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
H A D | URLConnectionTest.java | 2112 private void testRedirect(boolean temporary, String method) throws Exception { argument 2114 .setResponseCode(temporary ? HTTP_TEMP_REDIRECT : HTTP_PERM_REDIRECT)
|
/external/v8/src/mips64/ |
H A D | macro-assembler-mips64.cc | 526 Register temporary = t8; local 539 // Passing temporary register, otherwise JumpIfNotSmi modifies register at. 540 JumpIfNotSmi(scratch, &has_context, temporary); 4352 // This code stores a temporary value in t9. 4426 // This code stores a temporary value in t9.
|
/external/v8/src/mips/ |
H A D | macro-assembler-mips.cc | 522 Register temporary = t8; local 535 // Passing temporary register, otherwise JumpIfNotSmi modifies register at. 536 JumpIfNotSmi(scratch, &has_context, temporary); 4203 // This code stores a temporary value in t9. 4287 // This code stores a temporary value in t9. 4364 // This code stores a temporary value in t9. 4404 // This code stores a temporary value in t9.
|
/external/robolectric/v1/lib/main/ |
H A D | h2-1.2.147.jar | META-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 D | org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |