Searched refs:out (Results 101 - 125 of 1061) sorted by relevance

1234567891011>>

/frameworks/base/telephony/java/android/telephony/
H A DIccOpenLogicalChannelResponse.java102 public void writeToParcel(Parcel out, int flags) { argument
103 out.writeInt(mChannel);
104 out.writeInt(mStatus);
106 out.writeInt(mSelectResponse.length);
107 out.writeByteArray(mSelectResponse);
109 out.writeInt(0);
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A Dwbalance.rs79 uchar4 out;
82 out.r = sum15r/count15r;
83 out.g = sum15g/count15g;
84 out.b = sum15b/count15b;
86 out.r = out.g = out.b = 255;
89 return out;
109 uchar4 out;
110 out
[all...]
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A Dwbalance.rs79 uchar4 out;
82 out.r = sum15r/count15r;
83 out.g = sum15g/count15g;
84 out.b = sum15b/count15b;
86 out.r = out.g = out.b = 255;
89 return out;
109 uchar4 out;
110 out
[all...]
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A Dwbalance.rs79 uchar4 out;
82 out.r = sum15r/count15r;
83 out.g = sum15g/count15g;
84 out.b = sum15b/count15b;
86 out.r = out.g = out.b = 255;
89 return out;
109 uchar4 out;
110 out
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointXmlUtils.java116 * @param out The output stream to serialize to
121 public static void serializePasspointConfiguration(XmlSerializer out, argument
123 XmlUtil.writeNextValue(out, XML_TAG_UPDATE_IDENTIFIER, config.getUpdateIdentifier());
124 XmlUtil.writeNextValue(out, XML_TAG_CREDENTIAL_PRIORITY, config.getCredentialPriority());
125 XmlUtil.writeNextValue(out, XML_TAG_TRUST_ROOT_CERT_LIST, config.getTrustRootCertList());
126 XmlUtil.writeNextValue(out, XML_TAG_SUBSCRIPTION_CREATION_TIME,
128 XmlUtil.writeNextValue(out, XML_TAG_SUBSCRIPTION_EXPIRATION_TIME,
130 XmlUtil.writeNextValue(out, XML_TAG_SUBSCRIPTION_TYPE, config.getSubscriptionType());
131 XmlUtil.writeNextValue(out, XML_TAG_USAGE_LIMIT_TIME_PERIOD,
133 XmlUtil.writeNextValue(out, XML_TAG_USAGE_LIMIT_START_TIM
231 serializeHomeSp(XmlSerializer out, HomeSp homeSp) argument
257 serializeCredential(XmlSerializer out, Credential credential) argument
283 serializePolicy(XmlSerializer out, Policy policy) argument
316 serializeUserCredential(XmlSerializer out, Credential.UserCredential userCredential) argument
342 serializeCertCredential(XmlSerializer out, Credential.CertificateCredential certCredential) argument
364 serializeSimCredential(XmlSerializer out, Credential.SimCredential simCredential) argument
383 serializePreferredRoamingPartnerList(XmlSerializer out, List<Policy.RoamingPartner> preferredRoamingPartnerList) argument
411 serializeUpdateParameter(XmlSerializer out, String type, UpdateParameter param) argument
439 serializeProtoPortMap(XmlSerializer out, Map<Integer, String> protoPortMap) argument
[all...]
H A DPasspointConfigStoreData.java115 public void serializeData(XmlSerializer out, boolean shared) argument
118 serializeShareData(out);
120 serializeUserData(out);
156 * @param out The output stream to serialize data to
160 private void serializeShareData(XmlSerializer out) throws XmlPullParserException, IOException { argument
161 XmlUtil.writeNextValue(out, XML_TAG_PROVIDER_INDEX, mDataSource.getProviderIndex());
167 * @param out The output stream to serialize data to
171 private void serializeUserData(XmlSerializer out) throws XmlPullParserException, IOException { argument
172 serializeProviderList(out, mDataSource.getProviders());
178 * @param out Th
183 serializeProviderList(XmlSerializer out, List<PasspointProvider> providerList) argument
203 serializeProvider(XmlSerializer out, PasspointProvider provider) argument
[all...]
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp159 iterator out, outBegin = begin(), outEnd = end(); local
160 for (out = outBegin; out != outEnd; ++out) {
161 if (*out != NULL) {
162 Output::iterator in, inBegin = (*out)->begin(), inEnd = (*out)->end();
167 delete *out;
175 const_iterator out, outBegin = begin(), outEnd = end(); local
176 for (out
188 iterator out, outBegin = begin(), outEnd = end(); local
202 const_iterator out, outBegin = begin(), outEnd = end(); local
211 iterator out, outBegin = begin(), outEnd = end(); local
223 iterator out, outBegin = begin(), outEnd = end(); local
255 iterator out, outBegin = begin(), outEnd = end(); local
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DXmlUtil.java243 * @param out XmlSerializer instance pointing to the XML stream.
246 public static void writeDocumentStart(XmlSerializer out, String headerName) argument
248 out.startDocument(null, true);
249 out.startTag(null, headerName);
255 * @param out XmlSerializer instance pointing to the XML stream.
258 public static void writeDocumentEnd(XmlSerializer out, String headerName) argument
260 out.endTag(null, headerName);
261 out.endDocument();
267 * @param out XmlSerializer instance pointing to the XML stream.
270 public static void writeNextSectionStart(XmlSerializer out, Strin argument
281 writeNextSectionEnd(XmlSerializer out, String headerName) argument
293 writeNextValue(XmlSerializer out, String name, Object value) argument
354 writeWepKeysToXml(XmlSerializer out, String[] wepKeys) argument
380 writeCommonElementsToXml( XmlSerializer out, WifiConfiguration configuration) argument
417 writeToXmlForBackup(XmlSerializer out, WifiConfiguration configuration) argument
429 writeToXmlForConfigStore( XmlSerializer out, WifiConfiguration configuration) argument
657 writeStaticIpConfigurationToXml( XmlSerializer out, StaticIpConfiguration staticIpConfiguration) argument
704 writeToXml(XmlSerializer out, IpConfiguration ipConfiguration) argument
873 writeToXml(XmlSerializer out, NetworkSelectionStatus selectionStatus) argument
985 writeToXml(XmlSerializer out, WifiEnterpriseConfig enterpriseConfig) argument
[all...]
/frameworks/base/libs/androidfw/tests/
H A DConfigLocale_test.cpp32 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[
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
115 fillIn(const char* lang, const char* country, const char* script, const char* variant, ResTable_config* out) argument
190 char out[4] = {1, 1, 1, 1}; local
272 char out[RESTABLE_MAX_LOCALE_LEN]; local
284 char out[RESTABLE_MAX_LOCALE_LEN]; local
[all...]
/frameworks/base/tools/incident_report/
H A Dmain.cpp41 static void print_message(Out* out, Descriptor const* descriptor, GenericMessage const* message);
131 print_value(Out* out, FieldDescriptor const* field, GenericMessage::Node const& node) argument
140 out->printf("%u", node.value32);
143 out->printf("%d", node.value32);
146 out->printf("%f", *(float*)&node.value32);
149 out->printf("(unexpected value %d (0x%x)", node.value32, node.value32);
158 out->printf("%f", *(double*)&node.value64);
163 out->printf("%d", val32);
168 out->printf("%u", val32);
174 out
199 print_message(Out* out, Descriptor const* descriptor, GenericMessage const* message) argument
408 usage(FILE* out) argument
[all...]
/frameworks/base/tools/preload/
H A DWritePreloadedClassFile.java57 Writer out = new BufferedWriter(new OutputStreamWriter(
61 out.write("# Classes which are preloaded by"
63 out.write("# Automatically generated by frameworks/base/tools/preload/"
65 out.write("# MIN_LOAD_TIME_MICROS=" + MIN_LOAD_TIME_MICROS + "\n");
66 out.write("# MIN_PROCESSES=" + MIN_PROCESSES + "\n");
93 System.out.println(initialSize
109 System.out.println("Added " + (toPreload.size() - initialSize)
112 System.out.println(toPreload.size()
121 out.write(loadedClass.name + "\n");
124 out
[all...]
/frameworks/base/tools/aapt2/
H A DResourceValues.cpp32 std::ostream& operator<<(std::ostream& out, const Value& value) { argument
33 value.Print(&out);
34 return out;
70 void RawString::Print(std::ostream* out) const {
71 *out << "(raw string) " << *value;
121 void Reference::Print(std::ostream* out) const {
123 *out << "(reference) @";
125 *out << "null";
129 *out << "(attr-reference) ?";
133 *out << "*";
365 operator <<(std::ostream& out, const Attribute::Symbol& s) argument
612 operator <<(std::ostream& out, const Style::Entry& entry) argument
[all...]
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_imdct_synth.cpp243 int32 * out = in + (band * FILTERBANK_BANDS); local
250 pvmp3_mdct_18(out, history, normal_win);
256 pvmp3_mdct_18(out, history, start_win);
262 pvmp3_mdct_18(out, history, stop_win);
273 Scratch_mem[i ] = out[(i*3)];
274 Scratch_mem[6 +i] = out[(i*3) + 1];
275 Scratch_mem[12 +i] = out[(i*3) + 2];
288 out[i] = temp;
293 out[i+6] = fxp_mul32_Q32(Scratch_mem[i] << 1, short_win[i]);
294 out[
334 int32 * out = in + (band * FILTERBANK_BANDS); local
[all...]
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffEntryImpl.h41 status_t writeData(uint32_t offset, /*out*/EndianOutput* out) const;
42 status_t writeTagInfo(uint32_t offset, /*out*/EndianOutput* out) const;
123 status_t TiffEntryImpl<T>::writeTagInfo(uint32_t offset, /*out*/EndianOutput* out) const {
126 BAIL_ON_FAIL(out->write(&mTag, 0, 1), ret);
127 BAIL_ON_FAIL(out->write(&mType, 0, 1), ret);
128 BAIL_ON_FAIL(out->write(&mCount, 0, 1), ret);
132 BAIL_ON_FAIL(out
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DNanoApp.java327 public void writeToParcel(Parcel out, int flags) { argument
335 out.writeString(mPublisher);
336 out.writeString(mName);
337 out.writeLong(mAppId);
338 out.writeInt(mAppVersion);
339 out.writeInt(mNeededReadMemBytes);
340 out.writeInt(mNeededWriteMemBytes);
341 out.writeInt(mNeededExecMemBytes);
343 out.writeInt(mNeededSensors.length);
344 out
[all...]
/frameworks/rs/script_api/
H A DUtilities.cpp100 string out; local
104 out += in.substr(start);
107 out += in.substr(start, lt - start);
115 out += '<';
118 out = stringReplace(out, "&gt;", ">");
119 out = stringReplace(out, "&lt;", "<");
120 out = stringReplace(out, "
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DAudioCoefInterpolator.cpp43 audio_coef_t out[]) {
56 getCoefRecurse(index, fracCoord, out, 0);
61 audio_coef_t out[], size_t dim) {
63 memcpy(out, mTable + index, mNumOutDims * sizeof(audio_coef_t));
65 getCoefRecurse(index, fracCoord, out, dim + 1);
72 out[d] = interp(out[d], tempCoef[d], fracCoord[dim]);
42 getCoef(const int intCoord[], uint32_t fracCoord[], audio_coef_t out[]) argument
59 getCoefRecurse(size_t index, const uint32_t fracCoord[], audio_coef_t out[], size_t dim) argument
/frameworks/base/core/java/android/app/admin/
H A DDnsEvent.java122 public void writeToParcel(Parcel out, int flags) { argument
124 out.writeInt(PARCEL_TOKEN_DNS_EVENT);
125 out.writeString(hostname);
126 out.writeStringArray(ipAddresses);
127 out.writeInt(ipAddressesCount);
128 out.writeString(packageName);
129 out.writeLong(timestamp);
/frameworks/base/core/java/android/service/carrier/
H A DCarrierIdentifier.java99 public void writeToParcel(Parcel out, int flags) { argument
100 out.writeString(mMcc);
101 out.writeString(mMnc);
102 out.writeString(mSpn);
103 out.writeString(mImsi);
104 out.writeString(mGid1);
105 out.writeString(mGid2);
/frameworks/base/core/java/android/util/
H A DBase64OutputStream.java40 * @param out the OutputStream to write the encoded data to
44 public Base64OutputStream(OutputStream out, int flags) { argument
45 this(out, flags, true);
53 * @param out the OutputStream to write the encoded data to
60 public Base64OutputStream(OutputStream out, int flags, boolean encode) { argument
61 super(out);
80 // internal buffer full; write it out.
115 out.close();
117 out.flush();
141 out
[all...]
/frameworks/base/libs/hwui/tests/microbench/
H A DShadowBench.cpp41 void createShadowTestData(ShadowTestData* out) { argument
64 out->drawTransform.load(SAMPLE_DRAW_TRANSFORM);
65 out->localClip = SAMPLE_CLIP;
66 out->casterTransformXY.load(SAMPLE_CASTERXY);
67 out->casterTransformZ.load(SAMPLE_CASTERZ);
68 out->lightCenter = SAMPLE_LIGHT_CENTER;
69 out->lightRadius = SAMPLE_LIGHT_RADIUS;
/frameworks/base/services/core/java/com/android/server/
H A DRandomBlock.java67 RandomAccessFile out = null;
69 out = new RandomAccessFile(filename, sync ? "rws" : "rw");
70 toDataOut(out);
71 truncateIfPossible(out);
73 close(out);
87 private void toDataOut(DataOutput out) throws IOException { argument
88 out.write(block);
/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/core/java/android/appwidget/
H A DAppWidgetProviderInfo.java311 public void writeToParcel(android.os.Parcel out, int flags) { argument
313 out.writeInt(1);
314 this.provider.writeToParcel(out, flags);
316 out.writeInt(0);
318 out.writeInt(this.minWidth);
319 out.writeInt(this.minHeight);
320 out.writeInt(this.minResizeWidth);
321 out.writeInt(this.minResizeHeight);
322 out.writeInt(this.updatePeriodMillis);
323 out
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DParcelableCallAnalytics.java87 public void writeToParcel(Parcel out, int flags) { argument
88 out.writeInt(mEventName);
89 out.writeLong(mTimeSinceLastEvent);
90 out.writeInt(mVideoState);
179 public void writeToParcel(Parcel out, int flags) { argument
180 out.writeInt(mEventName);
181 out.writeLong(mTimeSinceLastEvent);
242 public void writeToParcel(Parcel out, int flags) { argument
243 out.writeInt(mName);
244 out
361 writeToParcel(Parcel out, int flags) argument
451 writeBooleanAsByte(Parcel out, boolean b) argument
[all...]

Completed in 2471 milliseconds

1234567891011>>