/aosp12/bionic/libc/stdio/ |
H A D | vfwscanf.c | 183 if (wi != c) { in __vfwscanf() 184 __ungetwc(wi, fp); in __vfwscanf() 354 while ((wi = __fgetwc_unlock(fp)) != WEOF && iswspace(wi)) nread++; in __vfwscanf() 356 __ungetwc(wi, fp); in __vfwscanf() 411 …while ((wi = __fgetwc_unlock(fp)) != WEOF && width-- != 0 && ((c == CT_CCL && in_ccl(wi, ccl)) || … in __vfwscanf() 412 if (wi != WEOF) __ungetwc(wi, fp); in __vfwscanf() 415 …while ((wi = __fgetwc_unlock(fp)) != WEOF && width-- != 0 && ((c == CT_CCL && in_ccl(wi, ccl)) || … in __vfwscanf() 416 *p++ = (wchar_t)wi; in __vfwscanf() 418 if (wi != WEOF) __ungetwc(wi, fp); in __vfwscanf() 424 …while ((wi = __fgetwc_unlock(fp)) != WEOF && width != 0 && ((c == CT_CCL && in_ccl(wi, ccl)) || (c… in __vfwscanf() [all …]
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/assets/ |
H A D | ruckus.PerProviderSubscription.conf | 11 … 3:URI=58:https://policy-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate 17 7:CertURL=3d:http://www.r2-testbed.wi-fi.org/policy-rootcert-networkfx.der 32 7:CertURL=2a:http://www.r2-testbed.wi-fi.org/cacert.der 40 …3:URI=5d:https://remediation-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenti… 42 7:CertURL=43:http://www.r2-testbed.wi-fi.org/subscription-rootcert-networkfx.der 52 4:FQDN=9:wi-fi.org 59 5:Realm=9:wi-fi.org
|
H A D | r1.PerProviderSubscription.conf | 28 … 3:URI=58:https://policy-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate 34 7:CertURL=3d:http://www.r2-testbed.wi-fi.org/policy-rootcert-networkfx.der 49 7:CertURL=2a:http://www.r2-testbed.wi-fi.org/cacert.der 57 …3:URI=5d:https://remediation-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenti… 59 7:CertURL=43:http://www.r2-testbed.wi-fi.org/subscription-rootcert-networkfx.der 69 4:FQDN=9:wi-fi.org 76 5:Realm=9:wi-fi.org
|
H A D | r2.PerProviderSubscription.conf | 11 … 3:URI=58:https://policy-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate 17 7:CertURL=3d:http://www.r2-testbed.wi-fi.org/policy-rootcert-networkfx.der 32 7:CertURL=2a:http://www.r2-testbed.wi-fi.org/cacert.der 40 …3:URI=5d:https://remediation-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenti… 42 7:CertURL=43:http://www.r2-testbed.wi-fi.org/subscription-rootcert-networkfx.der 52 4:FQDN=9:wi-fi.org 59 5:Realm=9:wi-fi.org
|
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/ |
H A D | SpotFilter.kt | 43 var wi = 1f // weight for ith component (position) regex 53 x += pi.x * wi 54 y += pi.y * wi 59 w += wi 60 wi *= posDecay // exponential backoff
|
/aosp12/packages/services/Car/service/src/com/android/car/storagemonitoring/ |
H A D | WearInformation.java | 65 WearInformation wi = (WearInformation)other; in equals() local 66 return (wi.lifetimeEstimateA == lifetimeEstimateA) && in equals() 67 (wi.lifetimeEstimateB == lifetimeEstimateB) && in equals() 68 (wi.preEolInfo == preEolInfo); in equals()
|
H A D | WearHistory.java | 130 WearHistory wi = (WearHistory)other; in equals() local 131 return wi.mWearHistory.equals(mWearHistory); in equals()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | ImageWriter.java | 470 WriterSurfaceImage wi = (WriterSurfaceImage) image; in queueInputImage() local 471 wi.clearSurfacePlanes(); in queueInputImage() 472 wi.mIsImageValid = false; in queueInputImage() 728 WriterSurfaceImage wi = (WriterSurfaceImage) image; in abortImage() local 729 if (!wi.mIsImageValid) { in abortImage() 741 wi.clearSurfacePlanes(); in abortImage() 742 wi.mIsImageValid = false; in abortImage() 749 WriterSurfaceImage wi = (WriterSurfaceImage) image; in isImageOwnedByMe() local 750 if (wi.getOwner() != this) { in isImageOwnedByMe() 976 private synchronized native void nativeDequeueInputImage(long nativeCtx, Image wi); in nativeDequeueInputImage() argument
|
/aosp12/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/ |
H A D | WifiAssociationTest.java | 67 WifiInfo wi = mWifiManager.getConnectionInfo(); in testWifiAssociation() local 68 logv("%s", wi); in testWifiAssociation() 69 assertNotNull("no active wifi info", wi); in testWifiAssociation()
|
/aosp12/system/memory/lmkd/ |
H A D | lmkd.cpp | 1972 wi->prev_wakeup_tm = wi->wakeup_tm; in record_wakeup_time() 1973 wi->wakeup_tm = *tm; in record_wakeup_time() 1975 wi->last_event_tm = *tm; in record_wakeup_time() 1976 wi->wakeups_since_event = 0; in record_wakeup_time() 1977 wi->skipped_wakeups = 0; in record_wakeup_time() 1979 wi->wakeups_since_event++; in record_wakeup_time() 2004 android_log_write_int32(ctx, wi->skipped_wakeups); in killinfo_log() 2483 static struct wakeup_info wi; in mp_event_psi() local 2519 wi.skipped_wakeups++; in mp_event_psi() 2808 static struct wakeup_info wi; in mp_event_common() local [all …]
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | CarStorageMonitoringService.java | 550 return mWearInformation.map(wi -> wi.preEolInfo) in getPreEolIndicatorStatus() 561 return mWearInformation.map(wi -> in getWearEstimate() 562 new WearEstimate(wi.lifetimeEstimateA, wi.lifetimeEstimateB)).orElse( in getWearEstimate()
|
/aosp12/hardware/qcom/display/msm8994/liboverlay/ |
H A D | overlayUtils.h | 167 Whf(uint32_t wi, uint32_t he, uint32_t f) : in Whf() 168 w(wi), h(he), format(f), size(0) {} in Whf() 169 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : in Whf() 170 w(wi), h(he), format(f), size(s) {} in Whf()
|
/aosp12/hardware/qcom/display/msm8226/liboverlay/ |
H A D | overlayUtils.h | 167 Whf(uint32_t wi, uint32_t he, uint32_t f) : in Whf() 168 w(wi), h(he), format(f), size(0) {} in Whf() 169 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : in Whf() 170 w(wi), h(he), format(f), size(s) {} in Whf()
|
/aosp12/hardware/qcom/display/msm8960/liboverlay/ |
H A D | overlayUtils.h | 194 Whf(uint32_t wi, uint32_t he, uint32_t f) : in Whf() 195 w(wi), h(he), format(f), size(0) {} in Whf() 196 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : in Whf() 197 w(wi), h(he), format(f), size(s) {} in Whf()
|
/aosp12/hardware/qcom/display/msm8084/liboverlay/ |
H A D | overlayUtils.h | 198 Whf(uint32_t wi, uint32_t he, uint32_t f) : in Whf() 199 w(wi), h(he), format(f), size(0) {} in Whf() 200 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : in Whf() 201 w(wi), h(he), format(f), size(s) {} in Whf()
|
/aosp12/frameworks/base/services/tests/servicestests/res/raw/ |
H A D | backup_file_with_long_name | 9 …�Lx!;�jg̥��B1``S/�������hiZG���b�4K =�(uyq٨4P��0ts�q�֣�2�b�e}�wi�n(GE����Qr���K^�…
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/ |
H A D | BgDataModel.java | 306 .filter(wi -> wi.itemType == Favorites.ITEM_TYPE_DEEP_SHORTCUT) in updateShortcutPinnedState()
|
/aosp12/system/chre/build/sys_support/qcom/ |
H A D | uimage_v2.lcs | 148 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
|
H A D | uimage.lcs.toolv80 | 195 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
|
/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/ |
H A D | WallpaperManagerService.java | 2904 WallpaperInfo wi = null; in bindWallpaperComponentLocked() local 2918 wi = new WallpaperInfo(mContext, ris.get(i)); in bindWallpaperComponentLocked() 2935 if (wi == null) { in bindWallpaperComponentLocked() 2946 if (wi != null && wi.supportsAmbientMode()) { in bindWallpaperComponentLocked() 2948 android.Manifest.permission.AMBIENT_WALLPAPER, wi.getPackageName(), in bindWallpaperComponentLocked() 2966 WallpaperConnection newConn = new WallpaperConnection(wi, wallpaper, componentUid); in bindWallpaperComponentLocked()
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ... |
H A D | fr_emoji.combined.gz | 1dictionary=emoji:fr,description=Emoji pour mots français,locale=fr,date ... |
H A D | en_emoji.combined.gz | 1dictionary=emoji:en,description=Emoji for English words,locale=en,date ... |
/aosp12/packages/apps/DocumentsUI/tests/res/raw/ |
H A D | images_tar | 2375 …[���i!��Ы��Vl[jP���4gkvǥOap�ʱ��۞3�g֛���ı�?b�ؕ�Jo/^��ҙ�˛��������q��ֆ�wi�ݣL�ǯ^���1���v���:�A!… 3301 ��wi�"����?��0�jw��1el�d��x8���'w�^(���J�����,��X��mnyc�$��'q�sV/~|[��ħ�:ƫw�1��y 5599 ��g����`�?�P�� D�z�'�S�eI�T�9#w\t��wi����<�Yq�1� 7564 �G#�y}�������wi%��j��Kn[� 9243 …�|��*3dE`�W��9?�W���{q�������l�k2�rŖ�gv$"�HP~��?ε�M��!U�����u���}wi�es�<�q�{�?jM�hX�… 9282 cy$wi�d����<���j���P"�D��Ab��9�U��m��XĠ�� S� 10814 z~�����Rر�xl��סK�/�8f�/��C�-��wi(!N�C�C�ڬȹ��皭i��^.� 11429 ĉq���*�jzF���(�'%�O��^wi��@��G�������mv��bwh�4d��4�4��^xBŢ�ep<�X�%x�����;��=��JZ'�W�>h=�6��… 12344 …��b�x �����>���� ����~$��è�w����f���!�p�7� d���q_��^#��|���nI�qVm��wi-���%[nҲ���GE:����~… 16885 …�Ĭs��Rlh�;�S�s��?Z_��r�=�=*�e[iP������*�u�Qv1�A8c��*)N����qO}��;�ңwiU^���j�;6,r9��(F�… [all …]
|
/aosp12/hardware/interfaces/tv/tuner/assets/ |
H A D | tuner_frontend_input.es | 489 …�㰎`�i���C����튴�����H�_��� �&�ġ<Q��p�5�pIo"ʨ&-BW�\&0�4Cګ�U9ɗ�L�wi*(��q�C��²�e��� 7��?… 2183 n�/��8[8�rd�-�X_��֩8Ǡ�wi��ж��� v�o�"��R$!��� 4386 F�=�3r�#���(��@��IP>������{�kA��+��� �y������@���?�r��wi���
|