Searched defs:out (Results 176 - 200 of 616) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Script/
H A DAssignment.cpp89 SectionMap::reference out = script.sectionMap().back(); local
91 if (!isLhsDot && out->dotAssignments().empty()) {
99 out->dotAssignments().push_back(assign);
102 if (!out->dotAssignments().empty()) {
103 Assignment& prevDotAssign = out->dotAssignments().back();
123 out->dotAssignments().push_back(*this);
/frameworks/native/cmds/lshal/
H A Dtest.cpp117 out.str("");
129 std::stringstream out; member in class:android::lshal::LshalTest
137 EXPECT_EQ(0u, Lshal(out, err, serviceManager, serviceManager)
139 EXPECT_THAT(out.str(), StrEq("android.hardware.tests.baz@1.0::IQuux\nfoo\nbar"));
147 EXPECT_EQ(0u, Lshal(out, err, serviceManager, serviceManager)
149 EXPECT_THAT(out.str(), StrEq("android.hardware.tests.baz@1.0::IQuux\nbaz\nquux"));
157 EXPECT_NE(0u, Lshal(out, err, serviceManager, serviceManager)
/frameworks/native/libs/math/include/math/
H A Dhalf.h104 fp16 out; variable
107 out.setE(0x1F);
108 out.setM(in.getM() ? 0x200 : 0);
113 out.setE(0x31); // +/- inf
119 out.setE(uint16_t(e));
120 out.setM(m >> 13);
123 out.bits++;
127 out.setS(in.getS());
128 return out;
132 fp32 out; variable
[all...]
/frameworks/native/services/surfaceflinger/
H A DGpuService.cpp43 int out = data.readFileDescriptor(); local
56 status = shellCommand(in, out, err, args);
70 status_t cmd_help(int out);
71 status_t cmd_vkjson(int out, int err);
78 status_t GpuService::shellCommand(int /*in*/, int out, int err, argument
87 return cmd_vkjson(out, err);
89 return cmd_help(out);
100 status_t cmd_help(int out) { argument
101 FILE* outs = fdopen(out, "w");
103 ALOGE("vkjson: failed to create out strea
114 vkjsonPrint(FILE* out) argument
120 cmd_vkjson(int out, int ) argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/wificond/
H A DNativeScanResult.java64 public void writeToParcel(Parcel out, int flags) { argument
65 out.writeByteArray(ssid);
66 out.writeByteArray(bssid);
67 out.writeByteArray(infoElement);
68 out.writeInt(frequency);
69 out.writeInt(signalMbm);
70 out.writeLong(tsf);
77 out.writeInt(capabilityInt);
78 out.writeInt(associated ? 1 : 0);
/frameworks/support/compat/java/android/support/v4/os/
H A DResultReceiver.java126 public void writeToParcel(Parcel out, int flags) { argument
131 out.writeStrongBinder(mReceiver.asBinder());
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DListPreferenceDialogFragmentCompat.java75 private static void putCharSequenceArray(Bundle out, String key, CharSequence[] entries) { argument
82 out.putStringArrayList(key, stored);
/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirProcessNeon.h52 // Macros to save a mono/stereo accumulator sample in q0 (and q4) as stereo out.
56 "vld1.s32 {d3}, %[out] \n"/* (2) unaligned load the output */\
61 "vst1.s32 {d3}, %[out] \n"/* (2+2d) store result */
65 "vld1.s32 {d3}, %[out] \n"/* (2) unaligned load the output*/\
71 "vst1.s32 {d3}, %[out] \n"/* (2+2d)store result*/
74 static inline void ProcessNeonIntrinsic(int32_t* out, argument
165 int32x2_t outSamp = vld1_s32(out);
178 vst1_s32(out, outSamp);
182 static inline void ProcessNeonIntrinsic(int32_t* out, argument
340 int32x2_t outSamp = vld1_s32(out);
357 ProcessNeonIntrinsic(float* out, int count, const float* coefsP, const float* coefsN, const float* sP, const float* sN, const float* volumeLR, float lerpP, const float* coefsP1, const float* coefsN1) argument
526 ProcessL(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
583 ProcessL(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
646 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
722 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
803 ProcessL(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
869 ProcessL(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
954 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
1044 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
1153 ProcessL(float* const out, int count, const float* coefsP, const float* coefsN, const float* sP, const float* sN, const float* const volumeLR) argument
1166 ProcessL(float* const out, int count, const float* coefsP, const float* coefsN, const float* sP, const float* sN, const float* const volumeLR) argument
1179 Process(float* const out, int count, const float* coefsP, const float* coefsN, const float* coefsP1, const float* coefsN1, const float* sP, const float* sN, float lerpP, const float* const volumeLR) argument
1195 Process(float* const out, int count, const float* coefsP, const float* coefsN, const float* coefsP1, const float* coefsN1, const float* sP, const float* sN, float lerpP, const float* const volumeLR) argument
[all...]
H A DAudioResamplerFirProcessSSE.h38 static inline void ProcessSSEIntrinsic(float* out, argument
134 outSamp = _mm_loadl_pi(vLR, reinterpret_cast<__m64*>(out));
150 _mm_storel_pi(reinterpret_cast<__m64*>(out), outSamp);
154 inline void ProcessL<1, 16>(float* const out, argument
162 ProcessSSEIntrinsic<1, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
167 inline void ProcessL<2, 16>(float* const out, argument
175 ProcessSSEIntrinsic<2, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
180 inline void Process<1, 16>(float* const out, argument
191 ProcessSSEIntrinsic<1, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,
196 inline void Process<2, 16>(float* const out, argument
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DTestPlayerStub.h102 virtual status_t invoke(const android::Parcel& in, android::Parcel *out) { argument
103 return mPlayer->invoke(in, out);
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp270 int16_t *out, uint8_t *in, size_t inSize) {
274 gsm_decode(handle, in, out);
277 out += 160;
279 gsm_decode(handle, in, out);
282 out += 160;
269 DecodeGSM(gsm handle, int16_t *out, uint8_t *in, size_t inSize) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct.cpp33 Output: out[64] ==> next block
38 Void BlockDCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) argument
50 dst = out + 64 ;
52 out += 128;
158 while (dst < out);
160 out -= 64;
161 dst = out + 8;
166 k0 = out[0];
167 k1 = out[8];
168 k2 = out[1
267 Block4x4DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) argument
473 Block2x2DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) argument
652 BlockDCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) argument
863 Block4x4DCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) argument
1050 Block2x2DCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) argument
1210 Block1x1DCTwSub(Short *out, UChar *cur, UChar *pred, Int width) argument
1247 Block1x1DCTIntra(Short *out, UChar *cur, UChar *dummy2, Int width) argument
[all...]
H A Ddct_inline.h29 int32 out; local
33 out = op2 * 724 + op3; /* op1 is not used here */
35 return out;
62 int32 out; local
66 out = k6 * 1338 + k1;
68 return out;
73 int32 out; local
77 out = k6 * 946 + k1;
79 return out;
113 int32 out; local
117 smlabb out, op1, op2, op3 local
149 int32 out; local
153 smlabb out, k6, k14, k1 local
161 int32 out; local
165 smlabb out, k6, k14, k1 local
176 int32 out; local
180 and out, op2, #0xFFFF local
181 mla out, op1, out, op3 local
215 int32 out; local
219 and out, k14, 0xFFFF local
220 mla out, k6, out, k1 local
228 int32 out; local
232 and out, k14, 0xFFFF local
233 mla out, k6, out, k1 local
271 register int32 out; local
287 register int32 out; local
303 register int32 out; local
319 register int32 out; local
334 register int32 out; local
[all...]
H A Dfastquant_inline.h431 register int32 out; local
441 : "=&r"(out)
446 return out;
451 register int32 out; local
460 : "=&r"(out),
466 return out;
485 register int32 out; local
500 : "=&r"(out),
507 return out;
512 register int32 out; local
527 register int32 out; local
540 register int32 out; local
569 register int32 out; local
600 register int32 out; local
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DABitReader.cpp66 bool ABitReader::getBitsGraceful(size_t n, uint32_t *out) { argument
91 *out = result;
H A DMediaBufferGroup.cpp142 MediaBuffer **out, bool nonBlocking, size_t requestedSize) {
188 *out = buffer;
192 *out = nullptr;
141 acquire_buffer( MediaBuffer **out, bool nonBlocking, size_t requestedSize) argument
/frameworks/av/media/libstagefright/httplive/
H A DHTTPDownloader.cpp70 * | | `source` handle => `out` buffer | | | |
81 const char *url, sp<ABuffer> *out,
136 sp<ABuffer> buffer = *out != NULL ? *out : new ABuffer(size);
137 if (*out == NULL) {
182 // to help us break out of the loop.
203 *out = buffer;
215 const char *url, sp<ABuffer> *out, String8 *actualUrl) {
216 ssize_t err = fetchBlock(url, out, 0, -1, 0, actualUrl, true /* reconnect */);
80 fetchBlock( const char *url, sp<ABuffer> *out, int64_t range_offset, int64_t range_length, uint32_t block_size, String8 *actualUrl, bool reconnect ) argument
214 fetchFile( const char *url, sp<ABuffer> *out, String8 *actualUrl) argument
/frameworks/base/cmds/incident/
H A Dmain.cpp121 usage(FILE* out) argument
123 fprintf(out, "usage: incident OPTIONS [SECTION...]\n");
124 fprintf(out, "\n");
125 fprintf(out, "Takes an incident report.\n");
126 fprintf(out, "\n");
127 fprintf(out, "OPTIONS\n");
128 fprintf(out, " -b (default) print the report to stdout (in proto format)\n");
129 fprintf(out, " -d send the report into dropbox\n");
130 fprintf(out, "\n");
131 fprintf(out, " SECTIO
[all...]
/frameworks/base/cmds/media/src/com/android/commands/media/
H A DMedia.java61 public void onShowUsage(PrintStream out) { argument
62 out.println(
136 System.out.println("***Error monitoring session*** " + e.getMessage());
139 System.out.println("No session found with id " + id);
189 System.out.println("onSessionDestroyed. Enter q to quit.");
195 System.out.println("onSessionEvent event=" + event + ", extras=" + extras);
200 System.out.println("onPlaybackStateChanged " + state);
207 System.out.println("onMetadataChanged " + mmString);
212 System.out.println("onQueueChanged, "
218 System.out
[all...]
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
H A DTelecom.java61 public void onShowUsage(PrintStream out) { argument
62 out.println(
143 System.out.println("Success - " + handle + (enabled ? " enabled." : " disabled."));
145 System.out.println("Error - is " + handle + " a valid PhoneAccount?");
155 System.out.println("Success - " + handle + " registered.");
173 System.out.println("Success - " + handle + " registered.");
179 System.out.println("Success - " + handle + " unregistered.");
186 System.out.println("Success - " + packageName + " set as default dialer.");
188 System.out.println("Error - " + packageName + " is not an installed Dialer app, \n"
194 System.out
[all...]
/frameworks/base/core/java/android/app/
H A DNotificationChannelGroup.java137 public void writeXml(XmlSerializer out) throws IOException { argument
138 out.startTag(null, TAG_GROUP);
140 out.attribute(null, ATT_ID, getId());
142 out.attribute(null, ATT_NAME, getName().toString());
145 out.endTag(null, TAG_GROUP);
H A DPictureInPictureArgs.java323 public void writeToParcel(Parcel out, int flags) { argument
325 out.writeInt(1);
326 out.writeInt(mAspectRatio.getNumerator());
327 out.writeInt(mAspectRatio.getDenominator());
329 out.writeInt(0);
332 out.writeInt(1);
333 out.writeParcelableList(mUserActions, 0);
335 out.writeInt(0);
338 out.writeInt(1);
339 mSourceRectHint.writeToParcel(out,
[all...]
H A DPictureInPictureParams.java252 public void writeToParcel(Parcel out, int flags) { argument
254 out.writeInt(1);
255 out.writeInt(mAspectRatio.getNumerator());
256 out.writeInt(mAspectRatio.getDenominator());
258 out.writeInt(0);
261 out.writeInt(1);
262 out.writeParcelableList(mUserActions, 0);
264 out.writeInt(0);
267 out.writeInt(1);
268 mSourceRectHint.writeToParcel(out,
[all...]
H A DRemoteAction.java122 public void writeToParcel(Parcel out, int flags) { argument
123 mIcon.writeToParcel(out, 0);
124 TextUtils.writeToParcel(mTitle, out, flags);
125 TextUtils.writeToParcel(mContentDescription, out, flags);
126 mActionIntent.writeToParcel(out, flags);
127 out.writeBoolean(mEnabled);
/frameworks/base/core/java/android/app/admin/
H A DSystemUpdateInfo.java124 public void writeToXml(XmlSerializer out, String tag) throws IOException { argument
125 out.startTag(null, tag);
126 out.attribute(null, ATTR_RECEIVED_TIME, String.valueOf(mReceivedTime));
127 out.attribute(null, ATTR_SECURITY_PATCH_STATE, String.valueOf(mSecurityPatchState));
128 out.attribute(null, ATTR_ORIGINAL_BUILD , Build.FINGERPRINT);
129 out.endTag(null, tag);

Completed in 7469 milliseconds

1234567891011>>