Searched defs:out (Results 226 - 250 of 616) sorted by relevance

1234567891011>>

/frameworks/base/libs/common_time/
H A DLinearTransform.cpp133 int64_t* out) {
138 if (!out)
175 *out = (is_neg ? (-scaled) : scaled) + basis2;
195 *out = res;
126 linear_transform_s64_to_s64( int64_t val, int64_t basis1, int32_t N, uint32_t D, bool invert_frac, int64_t basis2, int64_t* out) argument
/frameworks/base/media/mca/filterfw/native/core/
H A Dgeometry.cpp46 Point out; local
47 out.x_ = x_ + other.x_;
48 out.y_ = y_ + other.y_;
49 return out;
53 Point out; local
54 out.x_ = x_ - other.x_;
55 out.y_ = y_ - other.y_;
56 return out;
60 Point out; local
61 out
[all...]
/frameworks/base/media/mca/filterpacks/native/base/
H A Dgeometry.cpp47 Point out; local
48 out.x_ = x_ + other.x_;
49 out.y_ = y_ + other.y_;
50 return out;
54 Point out; local
55 out.x_ = x_ - other.x_;
56 out.y_ = y_ - other.y_;
57 return out;
61 Point out; local
62 out
[all...]
/frameworks/base/packages/Osu/src/com/android/anqp/
H A DOSUProvider.java191 public void writeParcel(Parcel out) { argument
192 out.writeString(mSSID);
193 out.writeInt(mNames.size());
195 name.writeParcel(out);
197 out.writeString(mOSUServer);
198 out.writeInt(mOSUMethods.size());
200 out.writeInt(method.ordinal());
202 out.writeInt(mIcons.size());
204 iconInfo.writeParcel(out);
206 out
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DOMAConstructed.java138 public void marshal(OutputStream out, int level) throws IOException { argument
139 OMAConstants.indent(level, out);
140 OMAConstants.serializeString(getName(), out);
142 out.write(String.format("(%s)", getContext()).getBytes(StandardCharsets.UTF_8));
144 out.write(new byte[]{'+', '\n'});
147 child.marshal(out, level + 1);
149 OMAConstants.indent(level, out);
150 out.write(".\n".getBytes(StandardCharsets.UTF_8));
H A DOMANode.java86 public abstract void marshal(OutputStream out, int level) throws IOException; argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerWifiTest.java263 protected void verifyLastQsDataDirection(boolean in, boolean out) { argument
270 assertEquals("WiFi data out, in quick settings", out, (boolean) outArg.getValue());
/frameworks/base/services/backup/java/com/android/server/backup/
H A DKeyValueAdbRestoreEngine.java126 private void copyKeysInLexicalOrder(BackupDataInput in, BackupDataOutput out) argument
144 out.writeEntityHeader(key, value.length);
145 out.writeEntityData(value, value.length);
/frameworks/base/services/core/java/com/android/server/net/
H A DIpConfigStore.java74 public static boolean writeConfig(DataOutputStream out, int configKey, argument
81 out.writeUTF(IP_ASSIGNMENT_KEY);
82 out.writeUTF(config.ipAssignment.toString());
87 out.writeUTF(LINK_ADDRESS_KEY);
88 out.writeUTF(ipAddress.getAddress().getHostAddress());
89 out.writeInt(ipAddress.getPrefixLength());
92 out.writeUTF(GATEWAY_KEY);
93 out.writeInt(0); // Default route.
94 out.writeInt(1); // Have a gateway.
95 out
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DCompilerStats.java176 public void write(Writer out) { argument
178 FastPrintWriter fpw = new FastPrintWriter(out);
H A DPreferredComponent.java244 public void dump(PrintWriter out, String prefix, Object ident) { argument
245 out.print(prefix); out.print(
247 out.print(' ');
248 out.println(mShortComponent);
249 out.print(prefix); out.print(" mMatch=0x");
250 out.print(Integer.toHexString(mMatch));
251 out.print(" mAlways="); out
[all...]
H A DShortcutPackageItem.java150 public abstract void saveToXml(@NonNull XmlSerializer out, boolean forBackup) argument
/frameworks/base/telecomm/java/android/telecom/
H A DTelecomAnalytics.java108 public void writeToParcel(Parcel out, int flags) { argument
109 out.writeInt(mId);
110 out.writeLong(mTime);
144 public void writeToParcel(Parcel out, int flags) { argument
145 out.writeTypedList(mSessionTimings);
146 out.writeTypedList(mCallAnalytics);
/frameworks/base/telephony/java/android/telephony/
H A DPreciseCallState.java246 public void writeToParcel(Parcel out, int flags) { argument
247 out.writeInt(mRingingCallState);
248 out.writeInt(mForegroundCallState);
249 out.writeInt(mBackgroundCallState);
250 out.writeInt(mDisconnectCause);
251 out.writeInt(mPreciseDisconnectCause);
H A DPreciseDataConnectionState.java167 public void writeToParcel(Parcel out, int flags) { argument
168 out.writeInt(mState);
169 out.writeInt(mNetworkType);
170 out.writeString(mAPNType);
171 out.writeString(mAPN);
172 out.writeString(mReason);
173 out.writeParcelable(mLinkProperties, flags);
174 out.writeString(mFailCause);
H A DVoLteServiceState.java127 public void writeToParcel(Parcel out, int flags) { argument
128 out.writeInt(mSrvccState);
/frameworks/base/telephony/java/com/android/ims/
H A DImsConferenceState.java52 * "dialing-out" : Focus has dialed out to connect the endpoint to the conference,
73 public static final String STATUS_DIALING_OUT = "dialing-out";
103 public void writeToParcel(Parcel out, int flags) { argument
104 out.writeInt(mParticipants.size());
115 out.writeString(entry.getKey());
116 out.writeParcelable(entry.getValue(), 0);
H A DImsExternalCallState.java84 public void writeToParcel(Parcel out, int flags) { argument
85 out.writeInt(mCallId);
86 out.writeParcelable(mAddress, 0);
87 out.writeInt(mIsPullable ? 1 : 0);
88 out.writeInt(mCallState);
89 out.writeInt(mCallType);
90 out.writeInt(mIsHeld ? 1 : 0);
91 Rlog.d(TAG, "ImsExternalCallState writeToParcel = " + out.toString());
/frameworks/base/tools/aapt2/java/
H A DProguardRules.cpp48 // This is a custom view, let's figure out the class name from this.
276 bool WriteKeepSet(std::ostream* out, const KeepSet& keep_set) { argument
279 *out << "# Referenced at " << source << "\n";
281 *out << "-keep class " << entry.first << " { <init>(...); }\n" << std::endl;
286 *out << "# Referenced at " << source << "\n";
288 *out << "-keepclassmembers class * { *** " << entry.first << "(...); }\n"
/frameworks/base/tools/aapt2/test/
H A DCommon.h118 std::ostream& out, const T& value) {
119 value.Print(&out);
120 return out;
138 void PrintTo(const Maybe<T>& value, std::ostream* out) { argument
140 *out << ::testing::PrintToString(value.value());
142 *out << "Nothing";
117 operator <<( std::ostream& out, const T& value) argument
/frameworks/base/tools/preload/
H A DMemoryUsage.java192 System.err.println("Timed out while measuring "
274 private static void copy(InputStream in, OutputStream out) { argument
279 out.write(buffer, 0, read);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiActivityEnergyInfo.java114 public void writeToParcel(Parcel out, int flags) { argument
115 out.writeLong(mTimestamp);
116 out.writeInt(mStackState);
117 out.writeLong(mControllerTxTimeMs);
118 out.writeLongArray(mControllerTxTimePerLevelMs);
119 out.writeLong(mControllerRxTimeMs);
120 out.writeLong(mControllerIdleTimeMs);
121 out.writeLong(mControllerEnergyUsed);
/frameworks/native/cmds/lshal/
H A DLshal.cpp42 Lshal::Lshal(std::ostream &out, std::ostream &err, argument
45 : mOut(out), mErr(err),
136 std::ostream &out,
159 PipeRelay relay(out);
243 NullableOStream<std::ostream> Lshal::out() const {
132 emitDebugInfo( const std::string &interfaceName, const std::string &instanceName, const std::vector<std::string> &options, std::ostream &out, NullableOStream<std::ostream> err) const argument
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgramCache.cpp52 friend Formatter& operator << (Formatter& out, const char* in) { argument
53 for (int i=0 ; i<out.mIndent ; i++) {
54 out.mString.append(" ");
56 out.mString.append(in);
57 out.mString.append("\n");
58 return out;
60 friend inline Formatter& operator << (Formatter& out, const String8& in) { argument
61 return operator << (out, in.string());
/frameworks/native/services/vr/virtual_touchpad/tests/
H A DVirtualTouchpad_test.cpp81 char out[2 * count + 1]; local
83 snprintf(&out[2 * i], 3, "%02X", in[i]);
85 return out;

Completed in 708 milliseconds

1234567891011>>