Searched refs:out (Results 151 - 175 of 890) sorted by relevance

1234567891011>>

/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dbwfilter.rs41 void bwFilterKernel(const uchar4 *in, uchar4 *out) {
51 out->r = out->g = out->b = clamp((int) avg, 0, 255);
H A Dlevels.rsh25 uchar4 out;
32 out.xyz = convert_uchar3(pixel);
33 out.w = 0xff;
34 return out;
/frameworks/wilhelm/tools/hashgen/
H A Dfrag3.c23 goto out;
27 out:
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java731 System.out.println("Error... got:");
733 System.out.println("expected:");
734 System.out.println("{");
735 System.out.println(" freq=" + freq);
736 System.out.println(" until=" + until);
737 System.out.println(" count=" + count);
738 System.out.println(" interval=" + interval);
739 System.out.println(" wkst=" + wkst);
740 System.out.println(" bysecond=" + Arrays.toString(bysecond));
741 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(
137 System.out.println("Success - " + handle + (enabled ? " enabled." : " disabled."));
139 System.out.println("Error - is " + handle + " a valid PhoneAccount?");
149 System.out.println("Success - " + handle + " registered.");
167 System.out.println("Success - " + handle + " registered.");
173 System.out.println("Success - " + handle + " unregistered.");
180 System.out.println("Success - " + packageName + " set as default dialer.");
182 System.out.println("Error - " + packageName + " is not an installed Dialer app, \n"
188 System.out
[all...]
/frameworks/base/core/java/android/nfc/cardemulation/
H A DAidGroup.java104 StringBuilder out = new StringBuilder("Category: " + category +
107 out.append(aid);
108 out.append(", ");
110 return out.toString();
188 public void writeAsXml(XmlSerializer out) throws IOException { argument
189 out.startTag(null, "aid-group");
190 out.attribute(null, "category", category);
192 out.startTag(null, "aid");
193 out.attribute(null, "value", aid);
194 out
[all...]
/frameworks/native/include/binder/
H A DPersistableBundle.h67 * value associated with |key| into |out|, and return true. Otherwise, these
70 bool getBoolean(const String16& key, bool* out) const;
71 bool getInt(const String16& key, int32_t* out) const;
72 bool getLong(const String16& key, int64_t* out) const;
73 bool getDouble(const String16& key, double* out) const;
74 bool getString(const String16& key, String16* out) const;
75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
76 bool getIntVector(const String16& key, std::vector<int32_t>* out) const;
77 bool getLongVector(const String16& key, std::vector<int64_t>* out) const;
78 bool getDoubleVector(const String16& key, std::vector<double>* out) cons
[all...]
/frameworks/base/obex/javax/obex/
H A DHeaderSet.java577 ByteArrayOutputStream out = new ByteArrayOutputStream();
580 out.write(COUNT);
583 out.write(NAME);
586 out.write(TYPE);
589 out.write(LENGTH);
592 out.write(TIME_ISO_8601);
595 out.write(TIME_4_BYTE);
598 out.write(DESCRIPTION);
601 out.write(TARGET);
604 out
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlur.cpp116 static void OneVU4(const RsExpandKernelDriverInfo *info, float4 *out, int32_t x, int32_t y, argument
131 out[0] = blurredPixel;
134 static void OneVU1(const RsExpandKernelDriverInfo *info, float *out, int32_t x, int32_t y, argument
148 out[0] = blurredPixel;
152 extern "C" void rsdIntrinsicBlurU1_K(uchar *out, uchar const *in, size_t w, size_t h,
154 extern "C" void rsdIntrinsicBlurU4_K(uchar4 *out, uchar4 const *in, size_t w, size_t h,
163 static void OneVFU4(float4 *out, argument
166 out += x1;
172 rsdIntrinsicBlurVFU4_K(out, ptrIn, iStride, gPtr, ct, x1, x1 + t);
175 out
197 OneVFU1(float *out, const uchar *ptrIn, int iStride, const float* gPtr, int ct, int x1, int x2) argument
250 OneHU4(const RsExpandKernelDriverInfo *info, uchar4 *out, int32_t x, const float4 *ptrIn, const float* gPtr, int iradius) argument
265 OneHU1(const RsExpandKernelDriverInfo *info, uchar *out, int32_t x, const float *ptrIn, const float* gPtr, int iradius) argument
295 uchar4 *out = (uchar4 *)info->outPtr[0]; local
366 uchar *out = (uchar *)info->outPtr[0]; local
[all...]
/frameworks/av/include/ndk/
H A DNdkMediaFormat.h50 bool AMediaFormat_getInt32(AMediaFormat*, const char *name, int32_t *out);
51 bool AMediaFormat_getInt64(AMediaFormat*, const char *name, int64_t *out);
52 bool AMediaFormat_getFloat(AMediaFormat*, const char *name, float *out);
62 bool AMediaFormat_getString(AMediaFormat*, const char *name, const char **out);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAudioConfig.java80 public void writeToParcel(Parcel out, int flags) { argument
81 out.writeInt(mSampleRate);
82 out.writeInt(mChannelConfig);
83 out.writeInt(mAudioFormat);
H A DBluetoothGattIncludedService.java59 public void writeToParcel(Parcel out, int flags) { argument
60 out.writeParcelable(new ParcelUuid(mUuid), 0);
61 out.writeInt(mInstanceId);
62 out.writeInt(mServiceType);
/frameworks/base/core/java/android/content/pm/
H A DXmlSerializerAndParser.java27 void writeAsXml(T item, XmlSerializer out) throws IOException; argument
/frameworks/base/core/java/android/net/metrics/
H A DIpManagerEvent.java52 public void writeToParcel(Parcel out, int flags) { argument
53 out.writeString(ifName);
54 out.writeInt(eventType);
55 out.writeLong(durationMs);
/frameworks/base/core/java/android/os/
H A DMessenger.java94 public void writeToParcel(Parcel out, int flags) { argument
95 out.writeStrongBinder(mTarget.asBinder());
116 * @param out Where to write the Messenger.
119 Parcel out) {
120 out.writeStrongBinder(messenger != null ? messenger.mTarget.asBinder()
118 writeMessengerOrNullToParcel(Messenger messenger, Parcel out) argument
/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterArgument.java73 public abstract void writeValue(Parcel out); argument
81 public void writeToParcel(Parcel out, int flags) { argument
82 out.writeInt(tag);
83 writeValue(out);
H A DKeymasterBooleanArgument.java44 public void writeValue(Parcel out) { argument
H A DKeymasterCertificateChain.java62 public void writeToParcel(Parcel out, int flags) { argument
64 out.writeInt(0);
66 out.writeInt(mCertificates.size());
68 out.writeByteArray(arg);
/frameworks/base/core/java/com/android/internal/net/
H A DLegacyVpnInfo.java51 public void writeToParcel(Parcel out, int flags) { argument
52 out.writeString(key);
53 out.writeInt(state);
54 out.writeParcelable(intent, flags);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDurable.java26 public void write(DataOutputStream out) throws IOException; argument
/frameworks/base/tools/aapt/tests/plurals/
H A Drun.sh2 TEST_OUT_DIR=out/plurals_test
10 -I out/target/common/obj/APPS/framework-res_intermediates/package-export.apk \
/frameworks/base/tools/aapt2/
H A DSource.h53 inline ::std::ostream& operator<<(::std::ostream& out, const Source& source) { argument
54 out << source.path;
56 out << ":" << source.line.value();
58 return out;
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java531 protected void dump(String prefix, FileDescriptor fd, PrintWriter out, String[] args) { argument
532 out.print(prefix); out.print("mInitializing="); out.print(mInitializing);
533 out.print(" mDestroyed="); out.println(mDestroyed);
534 out.print(prefix); out.print("mVisible="); out.print(mVisible);
535 out
1280 dump(FileDescriptor fd, PrintWriter out, String[] args) argument
[all...]
/frameworks/av/camera/ndk/
H A DNdkCameraDevice.cpp78 /*out*/ACaptureSessionOutputContainer** out) {
80 if (out == nullptr) {
81 ALOGE("%s: Error: out null", __FUNCTION__);
84 *out = new ACaptureSessionOutputContainer();
99 ANativeWindow* window, /*out*/ACaptureSessionOutput** out) {
101 if (window == nullptr || out == nullptr) {
102 ALOGE("%s: Error: bad argument. window %p, out %p",
103 __FUNCTION__, window, out);
77 ACaptureSessionOutputContainer_create( ACaptureSessionOutputContainer** out) argument
98 ACaptureSessionOutput_create( ANativeWindow* window, ACaptureSessionOutput** out) argument
[all...]
/frameworks/base/core/java/android/text/method/
H A DDigitsKeyListener.java140 CharSequence out = super.filter(source, start, end, dest, dstart, dend);
143 return out;
146 if (out != null) {
147 source = out;
149 end = out.length();
157 * Find out if the existing text has a sign or decimal point characters.
180 * If it does, we must strip them out from the source.
223 } else if (out != null) {
224 return out;

Completed in 557 milliseconds

1234567891011>>