/external/valgrind/memcheck/tests/amd64-solaris/ |
context_fpu.c | 1 /* Test if x87 FP valus are correctly propagated in and out of a signal 36 "fstps %[out]\n" 37 : [out] "=m" (inhandler[i]) 46 float out[8]; local 79 "fstps 0x00 + %[out]\n" 80 "fstps 0x04 + %[out]\n" 81 "fstps 0x08 + %[out]\n" 82 "fstps 0x0c + %[out]\n" 83 "fstps 0x10 + %[out]\n" 84 "fstps 0x14 + %[out]\n [all...] |
context_sse.c | 1 /* Test if SSE valus are correctly propagated into and out of a signal handler 32 upad128_t out[8]; local 70 "movups %%xmm0, 0x00 + %[out]\n" 71 "movups %%xmm1, 0x10 + %[out]\n" 72 "movups %%xmm2, 0x20 + %[out]\n" 73 "movups %%xmm3, 0x30 + %[out]\n" 74 "movups %%xmm4, 0x40 + %[out]\n" 75 "movups %%xmm5, 0x50 + %[out]\n" 76 "movups %%xmm6, 0x60 + %[out]\n" 77 "movups %%xmm7, 0x70 + %[out]\n [all...] |
/external/valgrind/memcheck/tests/x86-solaris/ |
context_fpu.c | 34 "fstps %[out]\n" 35 : [out] "=m" (inhandler[i]) 45 float out[8]; local 85 "fstps 0x00 + %[out]\n" 86 "fstps 0x04 + %[out]\n" 87 "fstps 0x08 + %[out]\n" 88 "fstps 0x0c + %[out]\n" 89 "fstps 0x10 + %[out]\n" 90 "fstps 0x14 + %[out]\n" 91 "fstps 0x18 + %[out]\n [all...] |
context_sse.c | 30 upad128_t out[8]; local 75 "movups %%xmm0, 0x00 + %[out]\n" 76 "movups %%xmm1, 0x10 + %[out]\n" 77 "movups %%xmm2, 0x20 + %[out]\n" 78 "movups %%xmm3, 0x30 + %[out]\n" 79 "movups %%xmm4, 0x40 + %[out]\n" 80 "movups %%xmm5, 0x50 + %[out]\n" 81 "movups %%xmm6, 0x60 + %[out]\n" 82 "movups %%xmm7, 0x70 + %[out]\n" 83 : [out] "=m" (out[0] [all...] |
/external/valgrind/none/tests/x86/ |
aad_aam.c | 19 unsigned short i,out; local 28 out=i; 35 :"=r"(out), "=r"(flags) /* outputs */ 36 :"r"(out) /* input */ 46 // printf("%d, %d, %d, ",i,(out>>8)&0xff,out&0xff); 50 if (zf && ((out&0xff)!=0)) { 53 if (pf != parity(out&0xff)) { 56 if (sf != !!(out&0x80)) { 61 if ( ((out>>8)&0xff) != ((i&0xff)/10)) [all...] |
/external/vogar/src/vogar/ |
OutcomeStore.java | 133 JsonWriter out = new JsonWriter(new FileWriter(outputFile)); local 134 out.setIndent(" "); 135 out.beginObject(); 137 out.name(entry.getKey()); 138 out.beginObject(); 139 out.name("result"); 140 out.value(entry.getValue().getResult().toString()); 141 out.endObject(); 143 out.endObject(); 144 out.close() [all...] |
/external/webp/src/dsp/ |
neon.h | 73 int32x4x4_t out; local 74 out.val[0] = out01.val[0]; 75 out.val[1] = out01.val[1]; 76 out.val[2] = out23.val[0]; 77 out.val[3] = out23.val[1]; 78 return out;
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_fast_common.c | 99 u8 *out; local 101 out = os_malloc(len); 102 if (out == NULL) 105 if (tls_connection_prf(ssl_ctx, conn, label, 1, 1, out, len)) { 106 os_free(out); 110 return out;
|
/external/wpa_supplicant_8/src/utils/ |
base64.c | 32 unsigned char *out, *pos; local 42 out = os_malloc(olen); 43 if (out == NULL) 48 pos = out; 84 *out_len = pos - out; 85 return out; 102 unsigned char dtable[256], *out, *pos, block[4], tmp; local 121 pos = out = os_malloc(olen); 122 if (out == NULL) 147 os_free(out); [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPSerializerHelper.java | 34 * @param out the output stream to serialize to 38 public static void serialize(XMPMetaImpl xmp, OutputStream out, 49 new XMPSerializerRDF().serialize(xmp, out, options); 71 ByteArrayOutputStream out = new ByteArrayOutputStream(2048); local 72 serialize(xmp, out, options); 76 return out.toString(options.getEncoding()); 82 return out.toString(); 98 ByteArrayOutputStream out = new ByteArrayOutputStream(2048); local 99 serialize(xmp, out, options); 100 return out.toByteArray() [all...] |
/external/zlib/src/examples/ |
zpipe.c | 42 unsigned char out[CHUNK]; local 66 strm.next_out = out; 70 if (fwrite(out, 1, have, dest) != have || ferror(dest)) { 98 unsigned char out[CHUNK]; local 124 strm.next_out = out; 136 if (fwrite(out, 1, have, dest) != have || ferror(dest)) { 168 fputs("out of memory\n", stderr);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad_halfpel_inline.h | 83 register int32 out; local 92 : "=&r"(out), 97 return out; 103 register int32 out; local 112 : "=&r"(out), 117 return out;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_stream.c | 75 u32 out; local 80 out = h264bsdShowBits32(pStrmData) >> (32 - numBits); 84 return(out); 119 u32 out; local 137 out = ((u32)pStrm[0] << 24) | ((u32)pStrm[1] << 16) | 144 out <<= bitPosInWord; 145 out |= byte>>tmp; 147 return (out); 153 out = (u32)(*pStrm++) << shift; 158 out |= (u32)(*pStrm++) << shift [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattIncludedService.java | 59 public void writeToParcel(Parcel out, int flags) { 60 out.writeParcelable(new ParcelUuid(mUuid), 0); 61 out.writeInt(mInstanceId); 62 out.writeInt(mServiceType);
|
/frameworks/base/core/java/android/net/ |
NetworkState.java | 63 public void writeToParcel(Parcel out, int flags) { 64 out.writeParcelable(networkInfo, flags); 65 out.writeParcelable(linkProperties, flags); 66 out.writeParcelable(networkCapabilities, flags); 67 out.writeParcelable(network, flags); 68 out.writeString(subscriberId); 69 out.writeString(networkId);
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
BitmapFactoryTest.java | 35 ByteArrayOutputStream out = new ByteArrayOutputStream(); local 36 bitmap1.compress(Bitmap.CompressFormat.PNG, 100, out); 37 ParcelFileDescriptor pfd = ParcelFileDescriptor.fromData(out.toByteArray(), null);
|
/frameworks/base/libs/androidfw/tests/ |
ConfigLocale_test.cpp | 32 char out[4] = {1, 1, 1, 1}; local 33 config.unpackLanguage(out); 34 EXPECT_EQ('e', out[0]); 35 EXPECT_EQ('n', out[1]); 36 EXPECT_EQ(0, out[2]); 37 EXPECT_EQ(0, out[3]); 39 memset(out, 1, sizeof(out)); 41 config.unpackLanguage(out); 42 EXPECT_EQ(0, out[0]) 55 char out[4] = {1, 1, 1, 1}; local 71 char out[4] = {1, 1, 1, 1}; local 95 char out[4] = {1, 1, 1, 1}; local 107 char out[4] = {1, 1, 1, 1}; local 190 char out[4] = {1, 1, 1, 1}; local 272 char out[RESTABLE_MAX_LOCALE_LEN]; local [all...] |
/frameworks/base/media/jni/ |
android_media_ResampleInputStream.cpp | 93 short out[BUF_SIZE]; local 101 out[i] = (short)(sum >> 16); 105 env->SetByteArrayRegion(jOut, jOutOffset, jNpoints * 2, (jbyte*)out);
|
/frameworks/base/tools/aapt2/java/ |
JavaClassGenerator_test.cpp | 38 std::stringstream out; local 39 EXPECT_FALSE(generator.generate(u"android", &out)); 60 std::stringstream out; local 61 EXPECT_TRUE(generator.generate(u"android", &out)); 63 std::string output = out.str(); 87 std::stringstream out; local 88 ASSERT_TRUE(generator.generate(u"android", u"com.android.internal", &out)); 90 std::string output = out.str(); 109 std::stringstream out; local 110 ASSERT_TRUE(generator.generate(u"android", &out)); 137 std::stringstream out; local 148 std::stringstream out; local 159 std::stringstream out; local 220 std::stringstream out; local 241 std::stringstream out; local 282 std::stringstream out; local 309 std::stringstream out; local [all...] |
/frameworks/base/tools/preload/ |
PrintHtmlDiff.java | 71 PrintStream out = System.out; local 73 out.println("<html><body>"); 74 out.println("<style>"); 75 out.println("a, th, td, h2 { font-family: arial }"); 76 out.println("th, td { font-size: small }"); 77 out.println("</style>"); 78 out.println("<script src=\"sorttable.js\"></script>"); 79 out.println("<p><a href=\"#removed\">Removed</a>"); 80 out.println("<a name=\"added\"/><h2>Added</h2>") [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
ScanSettings.java | 61 public void writeToParcel(Parcel out, int flags) { 62 out.writeInt(channelSet == null ? 0 : channelSet.size()); 64 for (WifiChannel channel : channelSet) channel.writeToParcel(out, flags);
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
DS1307Sample.java | 21 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 38 System.out.print("The time is: " + rtc.getMonth() + "/" + rtc.getDayOfMonth() + "/" 44 System.out.print(" PM"); 46 System.out.print(" AM"); 49 System.out.println(); 52 System.out.println("Clock is in AM/PM mode"); 54 System.out.println("Clock is in 24h mode"); 64 System.out.println("Loading the current time..."); 73 System.out.println("setting the year to 50");
|
MPR121Sample.java | 15 System.out.print("Buttons pressed: "); 18 System.out.print(i + " "); 24 System.out.print("None "); 26 System.out.println();
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
BinaryHprofWriter.java | 42 private final DataOutputStream out; field in class:BinaryHprofWriter 53 this.out = new DataOutputStream(outputStream); 75 out.flush(); 80 out.writeBytes(BinaryHprof.MAGIC + "1.0.2"); 81 out.writeByte(0); // null terminated string 82 out.writeInt(BinaryHprof.ID_SIZE); 83 out.writeLong(dumpTimeInMilliseconds); 94 out.writeInt(flags); 95 out.writeShort((short) depth); 117 out.writeInt(e.threadId) [all...] |
/libcore/dex/src/main/java/com/android/dex/ |
EncodedValueCodec.java | 30 * Writes a signed integral to {@code out}. 32 public static void writeSignedIntegralValue(ByteOutput out, int type, long value) { 34 * Figure out how many bits are needed to represent the value, 51 out.writeByte(type | ((requiredBytes - 1) << 5)); 55 out.writeByte((byte) value); 62 * Writes an unsigned integral to {@code out}. 64 public static void writeUnsignedIntegralValue(ByteOutput out, int type, long value) { 65 // Figure out how many bits are needed to represent the value. 78 out.writeByte(type | ((requiredBytes - 1) << 5)); 82 out.writeByte((byte) value) [all...] |