Home
last modified time | relevance | path

Searched defs:out (Results 1 – 25 of 886) sorted by relevance

12345678910>>...36

/aosp14/frameworks/base/tools/aapt/
H A DAaptConfig.cpp34 bool parse(const String8& str, ConfigDescription* out) { in parse()
299 bool parseMcc(const char* name, ResTable_config* out) { in parseMcc()
329 bool parseMnc(const char* name, ResTable_config* out) { in parseMnc()
432 bool parseScreenRound(const char* name, ResTable_config* out) { in parseScreenRound()
472 bool parseHdr(const char* name, ResTable_config* out) { in parseHdr()
510 bool parseUiModeType(const char* name, ResTable_config* out) { in parseUiModeType()
572 bool parseDensity(const char* name, ResTable_config* out) { in parseDensity()
670 bool parseKeysHidden(const char* name, ResTable_config* out) { in parseKeysHidden()
695 bool parseKeyboard(const char* name, ResTable_config* out) { in parseKeyboard()
713 bool parseNavHidden(const char* name, ResTable_config* out) { in parseNavHidden()
[all …]
/aosp14/frameworks/base/libs/androidfw/
H A DConfigDescription.cpp36 static bool parseMcc(const char* name, ResTable_config* out) { in parseMcc()
66 static bool parseMnc(const char* name, ResTable_config* out) { in parseMnc()
198 static bool parseScreenRound(const char* name, ResTable_config* out) { in parseScreenRound()
244 static bool parseHdr(const char* name, ResTable_config* out) { in parseHdr()
267 static bool parseOrientation(const char* name, ResTable_config* out) { in parseOrientation()
285 static bool parseUiModeType(const char* name, ResTable_config* out) { in parseUiModeType()
347 static bool parseDensity(const char* name, ResTable_config* out) { in parseDensity()
443 static bool parseKeysHidden(const char* name, ResTable_config* out) { in parseKeysHidden()
468 static bool parseKeyboard(const char* name, ResTable_config* out) { in parseKeyboard()
486 static bool parseNavHidden(const char* name, ResTable_config* out) { in parseNavHidden()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DEventListTest.java60 List<Event> out = mEventList.queryEvents(Event.ALL_EVENT_TYPES, 0L, 999L); in testAddAndQueryEvents() local
71 List<Event> out = mEventList.queryEvents(Event.ALL_EVENT_TYPES, 0L, 999L); in testAddEventsNotInOrder() local
83 List<Event> out = mEventList.queryEvents( in testQueryEventsByType() local
85 assertEventListEquals(Lists.newArrayList(E1, E2), out); in testQueryEventsByType() local
95 List<Event> out = mEventList.queryEvents(Event.ALL_EVENT_TYPES, 103L, 109L); in testQueryEventsByTimeRange() local
97 assertEventListEquals(Lists.newArrayList(E2, E3), out); in testQueryEventsByTimeRange() local
107 List<Event> out = mEventList.queryEvents(Event.ALL_EVENT_TYPES, 900L, 900L); in testQueryEventsOutOfRange() local
125 List<Event> out = mEventList.queryEvents(Event.ALL_EVENT_TYPES, 0L, 999L); in testAddDuplicateEvents() local
/aosp14/frameworks/base/wifi/java/src/android/net/wifi/
H A DSoftApConfToXmlMigrationUtil.java187 final XmlSerializer out = new FastXmlSerializer(); in convertConfToXml() local
198 XmlUtils.writeValueXml(softApConf.getSsid(), XML_TAG_SSID, out); in convertConfToXml() local
202 XmlUtils.writeValueXml(softApConf.getBand(), XML_TAG_AP_BAND, out); in convertConfToXml() local
203 XmlUtils.writeValueXml(softApConf.getChannel(), XML_TAG_CHANNEL, out); in convertConfToXml() local
204 XmlUtils.writeValueXml(softApConf.isHiddenSsid(), XML_TAG_HIDDEN_SSID, out); in convertConfToXml() local
210 XML_TAG_MAX_NUMBER_OF_CLIENTS, out); in convertConfToXml() local
212 XML_TAG_CLIENT_CONTROL_BY_USER, out); in convertConfToXml() local
214 XML_TAG_AUTO_SHUTDOWN_ENABLED, out); in convertConfToXml() local
216 XML_TAG_SHUTDOWN_TIMEOUT_MILLIS, out); in convertConfToXml() local
219 XmlUtils.writeValueXml(mac.toString(), XML_TAG_CLIENT_MACADDRESS, out); in convertConfToXml() local
[all …]
/aosp14/frameworks/base/errorprone/refaster/
H A DEfficientXml.java42 void beforeUtils(TypedXmlSerializer out, String n, int v) throws Exception { in beforeUtils()
47 void beforeRadix(TypedXmlSerializer out, String n, int v) throws Exception { in beforeRadix()
52 void after(TypedXmlSerializer out, String n, int v) throws Exception { in after()
69 void after(TypedXmlSerializer out, String n, int v) throws Exception { in after()
142 void after(TypedXmlSerializer out, String n, long v) throws Exception { in after()
159 void after(TypedXmlSerializer out, String n, long v) throws Exception { in after()
227 void after(TypedXmlSerializer out, String n, float v) throws Exception { in after()
297 void before(TypedXmlSerializer out, String n) throws Exception { in before()
302 void after(TypedXmlSerializer out, String n) throws Exception { in after()
309 void before(TypedXmlSerializer out, String n) throws Exception { in before()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DIpConnectivityEventBuilder.java74 final IpConnectivityEvent out = toProto(in); in toProto() local
84 final IpConnectivityEvent out = buildEvent(ev.netId, ev.transports, ev.ifname); in toProto() local
100 final IpConnectivityEvent out = buildEvent(in.netId, in.transports, null); in toProto() local
113 final IpConnectivityEvent out = buildEvent(in.netId, in.transports, null); in toProto() local
134 final IpConnectivityEvent out = buildEvent(0, 0, in.iface); in toProto() local
148 final IpConnectivityEvent out = buildEvent(in.netId, in.transports, null); in toProto() local
168 private static boolean setEvent(IpConnectivityEvent out, Parcelable in) { in setEvent()
245 private static void setNetworkEvent(IpConnectivityEvent out, NetworkEvent in) { in setNetworkEvent()
279 private static void setApfStats(IpConnectivityEvent out, ApfStats in) { in setApfStats()
295 private static void setRaEvent(IpConnectivityEvent out, RaEvent in) { in setRaEvent()
[all …]
/aosp14/frameworks/base/media/mca/filterpacks/native/base/
H A Dvec_types.h60 Vec<T, dim> out; variable
68 Vec<T, dim> out; variable
76 Vec<T, dim> out; variable
84 Vec<T, dim> out; variable
92 T out = 0; in dot() local
100 Vec<T, dim> out; variable
108 Vec<T, dim> out; variable
116 Vec<T, dim> out; variable
/aosp14/system/core/libsparse/
H A Doutput_file.cpp94 struct output_file out; member
101 struct output_file out; member
108 struct output_file out; member
115 static int file_open(struct output_file* out, int fd) { in file_open()
167 static void file_close(struct output_file* out) { in file_close()
181 static int gz_file_open(struct output_file* out, int fd) { in gz_file_open()
245 static void gz_file_close(struct output_file* out) { in gz_file_close()
505 int write_sparse_end_chunk(struct output_file* out) { in write_sparse_end_chunk()
598 int write_normal_end_chunk(struct output_file* out) { in write_normal_end_chunk()
610 void output_file_close(struct output_file* out) { in output_file_close()
[all …]
/aosp14/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator_test.cpp49 StringOutputStream out(&result); in TEST() local
73 StringOutputStream out(&output); in TEST() local
97 StringOutputStream out(&output); in TEST() local
133 StringOutputStream out(&output); in TEST() local
169 StringOutputStream out(&output); in TEST() local
289 StringOutputStream out(&output); in TEST() local
313 StringOutputStream out(&output); in TEST() local
355 StringOutputStream out(&output); in TEST() local
393 StringOutputStream out(&output); in TEST() local
430 StringOutputStream out(&output); in TEST() local
[all …]
H A DAnnotationProcessor_test.cpp41 StringOutputStream out(&annotations); in TEST() local
54 StringOutputStream out(&annotations); in TEST() local
69 StringOutputStream out(&annotations); in TEST() local
84 StringOutputStream out(&annotations); in TEST() local
99 StringOutputStream out(&annotations); in TEST() local
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DXmlTest.java59 final TypedXmlSerializer out = Xml.newFastSerializer(); in testLargeValues_FastIndenting() local
75 private static void doLargeValues(TypedXmlSerializer out, TypedXmlPullParser in) in doLargeValues()
114 final TypedXmlSerializer out = Xml.newFastSerializer(); in testPersistableBundle_FastIndenting() local
130 private static void doPersistableBundle(TypedXmlSerializer out, TypedXmlPullParser in) in doPersistableBundle()
167 static byte[] doPersistableBundleWrite(TypedXmlSerializer out, PersistableBundle bundle) in doPersistableBundleWrite()
202 final TypedXmlSerializer out = Xml.newFastSerializer(); in testVerify_FastIndenting() local
218 private static void doVerify(TypedXmlSerializer out, TypedXmlPullParser in) throws Exception { in doVerify()
234 static void doVerifyWrite(TypedXmlSerializer out) throws Exception { in doVerifyWrite()
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DResEntryWriter_test.cpp60 BigBuffer out(512); in TEST_F() local
72 BigBuffer out(512); in TEST_F() local
101 BigBuffer out(512); in TEST_F() local
112 BigBuffer out(512); in TEST_F() local
131 BigBuffer out(512); in TEST_F() local
142 BigBuffer out(512); in TEST_F() local
170 BigBuffer out(512); in TEST_F() local
181 BigBuffer out(512); in TEST_F() local
/aosp14/frameworks/base/libs/androidfw/tests/
H A DConfigLocale_test.cpp32 char out[4] = {1, 1, 1, 1}; in TEST() local
55 char out[4] = {1, 1, 1, 1}; in TEST() local
71 char out[4] = {1, 1, 1, 1}; in TEST() local
95 char out[4] = {1, 1, 1, 1}; in TEST() local
107 char out[4] = {1, 1, 1, 1}; in TEST() local
116 const char* script, const char* variant, ResTable_config* out) { in fillIn()
203 char out[4] = {1, 1, 1, 1}; in TEST() local
326 char out[RESTABLE_MAX_LOCALE_LEN]; in TEST() local
340 char out[RESTABLE_MAX_LOCALE_LEN]; in TEST() local
354 char out[RESTABLE_MAX_LOCALE_LEN]; in TEST() local
/aosp14/frameworks/base/apct-tests/perftests/core/src/com/android/internal/util/
H A DFastDataPerfTest.java58 final DataOutputStream out = new DataOutputStream(bos); in timeWrite_Upstream() local
74 final FastDataOutput out = ArtFastDataOutput.obtain(os); in timeWrite_LocalUsing4ByteSequences() local
90 final FastDataOutput out = FastDataOutput.obtain(os); in timeWrite_LocalUsing3ByteSequences() local
154 final DataOutput out = new DataOutputStream(os); in doWrite() local
159 private static void doWrite(DataOutput out) throws IOException { in doWrite()
/aosp14/frameworks/base/core/jni/
H A Dandroid_app_admin_SecurityLog.cpp38 jobject out) { in android_app_admin_SecurityLog_readEvents()
49 jobject out) { in android_app_admin_SecurityLog_readEventsSince()
59 jobject out) { in android_app_admin_SecurityLog_readPreviousEvents()
70 jobject out) { in android_app_admin_SecurityLog_readEventsOnWrapping()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locales/
H A DLocaleManagerBackupRestoreTest.java249 final ByteArrayOutputStream out = new ByteArrayOutputStream(); in testRestore_zeroLengthPayload_nothingRestoredAndNoStageData() local
259 final ByteArrayOutputStream out = new ByteArrayOutputStream(); in testRestore_allAppsInstalled_noStageDataCreated() local
275 final ByteArrayOutputStream out = new ByteArrayOutputStream(); in testRestore_allAppsInstalled_nothingToSp() local
297 final ByteArrayOutputStream out = new ByteArrayOutputStream(); in testRestore_allAppsInstalled_storeInfoToSp() local
322 final ByteArrayOutputStream out = new ByteArrayOutputStream(); in testRestore_allAppsInstalled_InfoHasExistedInSp() local
346 final ByteArrayOutputStream out = new ByteArrayOutputStream(); in testRestore_noAppsInstalled_everythingStaged() local
359 final ByteArrayOutputStream out = new ByteArrayOutputStream(); in testRestore_someAppsInstalled_partiallyStaged() local
388 final ByteArrayOutputStream out = new ByteArrayOutputStream(); in testRestore_appLocalesAlreadySet_nothingRestoredAndNoStageData() local
403 final ByteArrayOutputStream out = new ByteArrayOutputStream(); in testRestore_appLocalesSetForSomeApps_restoresOnlyForAppsHavingNoLocalesSet() local
448 final ByteArrayOutputStream out = new ByteArrayOutputStream(); in testRestore_restoreInvokedAgain_creationTimeChanged() local
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DXmlUtils.java402 public static final void writeMapXml(Map val, OutputStream out) in writeMapXml()
424 public static final void writeListXml(List val, OutputStream out) in writeListXml()
449 public static final void writeMapXml(Map val, String name, TypedXmlSerializer out) in writeMapXml()
505 public static final void writeMapXml(Map val, TypedXmlSerializer out, in writeMapXml()
516 writeValueXml(e.getValue(), (String)e.getKey(), out, callback); in writeMapXml() local
551 writeValueXml(val.get(i), null, out); in writeListXml() local
591 TypedXmlSerializer out) in writeByteArrayXml()
627 TypedXmlSerializer out) in writeIntArrayXml()
810 public static final void writeValueXml(Object v, String name, XmlSerializer out) in writeValueXml()
1764 public static void writeIntAttribute(XmlSerializer out, String name, int value) in writeIntAttribute()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/wm/utils/
H A DCoordinateTransforms.java43 @Dimension int physicalWidth, @Dimension int physicalHeight, Matrix out) { in transformPhysicalToLogicalCoordinates()
73 @Dimension int physicalWidth, @Dimension int physicalHeight, Matrix out) { in transformLogicalToPhysicalCoordinates()
105 @Rotation int newRotation, DisplayInfo info, Matrix out) { in transformToRotation()
127 @Rotation int newRotation, int newWidth, int newHeight, Matrix out) { in transformToRotation()
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DTransferPipe.java89 public static void dumpAsync(IBinder binder, FileDescriptor out, String[] args) in dumpAsync()
133 static void go(Caller caller, IInterface iface, FileDescriptor out, in go()
138 static void go(Caller caller, IInterface iface, FileDescriptor out, in go()
155 static void goDump(IBinder binder, FileDescriptor out, in goDump()
160 static void goDump(IBinder binder, FileDescriptor out, in goDump()
177 public void go(FileDescriptor out) throws IOException { in go()
181 public void go(FileDescriptor out, long timeout) throws IOException { in go()
/aosp14/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/
H A DSourceTransformerTest.kt189 val out = sourceJarWriter.processClass(TEST_CODE, PATH, PATH, code) regex
231 val out = sourceJarWriter.processClass(TEST_CODE_MULTICALLS, PATH, PATH, code) regex
269 val out = sourceJarWriter.processClass(TEST_CODE_MULTILINE, PATH, PATH, code) regex
306 val out = sourceJarWriter.processClass(TEST_CODE_NO_PARAMS, PATH, PATH, code) regex
340 val out = sourceJarWriter.processClass(TEST_CODE, PATH, PATH, code) regex
378 val out = sourceJarWriter.processClass(TEST_CODE_MULTILINE, PATH, PATH, code) regex
416 val out = sourceJarWriter.processClass(TEST_CODE, PATH, PATH, code) regex
442 val out = sourceJarWriter.processClass(TEST_CODE_MULTILINE, PATH, PATH, code) regex
/aosp14/frameworks/base/core/java/android/hardware/camera2/utils/
H A DTypeReference.java374 private static void toString(Type type, StringBuilder out) { in toString()
384 toString(klass.getTypeParameters(), out); in toString() local
390 toString(p.getActualTypeArguments(), out); in toString() local
394 toString(gat.getGenericComponentType(), out); in toString() local
402 private static void toString(Type[] types, StringBuilder out) { in toString()
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DETC1.java68 public static native void encodeBlock(Buffer in, int validPixelMask, Buffer out); in encodeBlock()
81 public static native void decodeBlock(Buffer in, Buffer out); in decodeBlock()
98 int pixelSize, int stride, Buffer out); in encodeImage()
109 public static native void decodeImage(Buffer in, Buffer out, in decodeImage()
/aosp14/frameworks/base/core/tests/screenshothelpertests/src/com/android/internal/util/
H A DScreenshotRequestTest.java57 ScreenshotRequest out = ScreenshotRequest.CREATOR.createFromParcel(parcel); in testSimpleScreenshot() local
85 ScreenshotRequest out = ScreenshotRequest.CREATOR.createFromParcel(parcel); in testProvidedScreenshot() local
122 ScreenshotRequest out = ScreenshotRequest.CREATOR.createFromParcel(parcel); in testFullScreenshot_withBitmap() local
/aosp14/frameworks/base/core/tests/companiontests/src/android/companion/
H A DSystemDataTransportTest.java100 final ByteArrayOutputStream out = new ByteArrayOutputStream(); in testPingTrickle() local
112 final ByteArrayOutputStream out = new ByteArrayOutputStream(); in testPingDelay() local
170 final OutputStream out = new ByteArrayOutputStream(); in testDoubleAttach() local
225 final ByteArrayOutputStream out = new ByteArrayOutputStream(); in assertTransportBehavior() local
232 private static byte[] waitForByteArray(ByteArrayOutputStream out, int size) { in waitForByteArray()
279 DelayingOutputStream(OutputStream out, long delay) { in DelayingOutputStream()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFastDataTest.java79 private FastDataOutput createFastDataOutput(@NonNull OutputStream out, int bufferSize) { in createFastDataOutput()
129 try (FastDataOutput out = createFastDataOutput(new ByteArrayOutputStream(), BOUNCE_SIZE)) { in testUTF_Bounds()
153 final DataOutputStream out = new DataOutputStream(outStream); in testTranscode() local
165 final FastDataOutput out = createFastDataOutput(outStream, BOUNCE_SIZE); in testTranscode() local
175 private static void doTranscodeWrite(DataOutput out) throws IOException { in doTranscodeWrite()
431 private void doBounce(@NonNull ThrowingConsumer<FastDataOutput> out, in doBounce()
436 private void doBounce(@NonNull ThrowingConsumer<FastDataOutput> out, in doBounce()

12345678910>>...36