Searched defs:out (Results 51 - 75 of 520) sorted by relevance

1234567891011>>

/frameworks/base/wifi/java/android/net/wifi/
H A DScanSettings.java61 public void writeToParcel(Parcel out, int flags) { argument
62 out.writeInt(channelSet == null ? 0 : channelSet.size());
64 for (WifiChannel channel : channelSet) channel.writeToParcel(out, flags);
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DIntFloat.java31 public void writeToParcel(Parcel out, int flags) { argument
32 out.writeInt(index);
33 out.writeFloat(value);
H A DStringFloat.java37 public void writeToParcel(Parcel out, int flags) { argument
38 out.writeString(key);
39 out.writeFloat(value);
H A DStringString.java32 public void writeToParcel(Parcel out, int flags) { argument
33 out.writeString(key);
34 out.writeString(value);
/frameworks/native/opengl/tools/glgen/src/
H A DGenerateEGL.java26 private static void copy(String filename, PrintStream out) throws IOException { argument
30 out.println(s);
51 System.out.println("Special-casing function " + fname);
93 new PrintStream(new FileOutputStream("out/" + egljFilename));
95 new PrintStream(new FileOutputStream("out/" + eglcFilename));
H A DGenerateGL.java26 static void copy(String filename, PrintStream out) throws IOException { argument
30 out.println(s);
52 System.out.println("Special-casing function " + fname);
93 System.out.println("useContextPointer = " + useContextPointer);
120 new PrintStream(new FileOutputStream("out/" + gl10Filename));
122 new PrintStream(new FileOutputStream("out/" + gl10ExtFilename));
124 new PrintStream(new FileOutputStream("out/" + gl11Filename));
126 new PrintStream(new FileOutputStream("out/" + gl11ExtFilename));
128 new PrintStream(new FileOutputStream("out/" + gl11ExtPackFilename));
130 new PrintStream(new FileOutputStream("out/"
[all...]
H A DGenerateGLES.java26 static void copy(String filename, PrintStream out) throws IOException { argument
30 out.println(s);
50 System.out.println("Special-casing function " + fname);
96 new PrintStream(new FileOutputStream("out/" + gl11Filename));
98 new PrintStream(new FileOutputStream("out/" + gl11cFilename));
/frameworks/support/design/src/android/support/design/widget/
H A DViewGroupUtils.java66 * @param rect (in/out) the rect to offset from descendant to this view's coordinate system
77 * @param out rect to set to the bounds of the descendant view
79 static void getDescendantRect(ViewGroup parent, View descendant, Rect out) { argument
80 out.set(0, 0, descendant.getWidth(), descendant.getHeight());
81 offsetDescendantRect(parent, descendant, out);
/frameworks/av/camera/ndk/
H A DNdkCaptureRequest.cpp30 ANativeWindow* window, ACameraOutputTarget** out) {
36 *out = new ACameraOutputTarget(window);
92 const ACaptureRequest* req, /*out*/int32_t* numTags, /*out*/const uint32_t** tags) {
29 ACameraOutputTarget_create( ANativeWindow* window, ACameraOutputTarget** out) argument
/frameworks/av/cmds/stagefright/
H A DSineSource.cpp62 MediaBuffer **out, const ReadOptions * /* options */) {
63 *out = NULL;
98 *out = buffer;
61 read( MediaBuffer **out, const ReadOptions * ) argument
/frameworks/av/media/img_utils/src/
H A DEndianUtils.cpp22 EndianOutput::EndianOutput(Output* out, Endianness end) argument
23 : mOffset(0), mOutput(out), mEndian(end) {}
/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/av/media/libstagefright/foundation/
H A DMediaBufferGroup.cpp59 MediaBuffer **out, bool nonBlocking, size_t requestedSize) {
110 *out = buffer;
115 *out = NULL;
58 acquire_buffer( MediaBuffer **out, bool nonBlocking, size_t requestedSize) argument
/frameworks/base/cmds/wm/src/com/android/commands/wm/
H A DWm.java50 public void onShowUsage(PrintStream out) { argument
51 out.println(
135 System.out.println("Physical size: " + initialSize.x + "x" + initialSize.y);
137 System.out.println("Override size: " + baseSize.x + "x" + baseSize.y);
179 System.out.println("Physical density: " + initialDensity);
181 System.out.println("Override density: " + baseDensity);
/frameworks/base/core/java/android/app/
H A DProfilerInfo.java57 public void writeToParcel(Parcel out, int flags) { argument
58 out.writeString(profileFile);
60 out.writeInt(1);
61 profileFd.writeToParcel(out, flags);
63 out.writeInt(0);
65 out.writeInt(samplingInterval);
66 out.writeInt(autoStopProfiler ? 1 : 0);
H A DResultInfo.java49 public void writeToParcel(Parcel out, int flags) { argument
50 out.writeString(mResultWho);
51 out.writeInt(mRequestCode);
52 out.writeInt(mResultCode);
54 out.writeInt(1);
55 mData.writeToParcel(out, 0);
57 out.writeInt(0);
/frameworks/base/core/java/android/bluetooth/
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/net/
H A DNetworkQuotaInfo.java66 public void writeToParcel(Parcel out, int flags) { argument
67 out.writeLong(mEstimatedBytes);
68 out.writeLong(mSoftLimitBytes);
69 out.writeLong(mHardLimitBytes);
H A DWifiKey.java88 public void writeToParcel(Parcel out, int flags) { argument
89 out.writeString(ssid);
90 out.writeString(bssid);
/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/os/health/
H A DTimerStat.java84 public void writeToParcel(Parcel out, int flags) { argument
85 out.writeInt(mCount);
86 out.writeLong(mTime);
/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...]
H A DDebugUtils.java61 * should always be stripped out of the release binaries and avoided
111 public static void buildShortClassTag(Object cls, StringBuilder out) { argument
113 out.append("null");
123 out.append(simpleName);
124 out.append('{');
125 out.append(Integer.toHexString(System.identityHashCode(cls)));
/frameworks/base/core/java/com/android/internal/os/
H A DBaseCommand.java44 onShowUsage(System.out);
87 public abstract void onShowUsage(PrintStream out); argument
/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
[all...]

Completed in 9450 milliseconds

1234567891011>>