Home
last modified time | relevance | path

Searched refs:l (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/packages/modules/Connectivity/tests/common/java/android/net/
DLinkAddressTest.java340 LinkAddress l; in testParceling() local
342 l = new LinkAddress(V6_ADDRESS, 64, 123, 456); in testParceling()
343 assertParcelingIsLossless(l); in testParceling()
345 l = new LinkAddress(V4 + "/28", IFA_F_PERMANENT, RT_SCOPE_LINK); in testParceling()
346 assertParcelingIsLossless(l); in testParceling()
351 final LinkAddress l = new LinkAddress(V6_ADDRESS, 64, 123, 456, 1L, 3600000L); in testLifetimeParceling() local
352 assertParcelingIsLossless(l); in testLifetimeParceling()
410 LinkAddress l = new LinkAddress(V6_ADDRESS, 64, 123, RT_SCOPE_HOST); in testGetFlags() local
411 assertEquals(123, l.getFlags()); in testGetFlags()
418 LinkAddress l = new LinkAddress(V6_ADDRESS, 64, 0, RT_SCOPE_HOST, in testGetFlags_Deprecation() local
[all …]
/packages/apps/TV/src/com/android/tv/dvr/
DBaseDvrDataManager.java121 for (OnDvrScheduleLoadFinishedListener l : mOnDvrScheduleLoadFinishedListeners) { in notifyDvrScheduleLoadFinished()
123 l.onDvrScheduleLoadFinished(); in notifyDvrScheduleLoadFinished()
132 for (OnRecordedProgramLoadFinishedListener l : mOnRecordedProgramLoadFinishedListeners) { in notifyRecordedProgramLoadFinished()
134 l.onRecordedProgramLoadFinished(); in notifyRecordedProgramLoadFinished()
140 for (RecordedProgramListener l : mRecordedProgramListeners) { in notifyRecordedProgramsAdded()
141 if (DEBUG) Log.d(TAG, "notify " + l + " added " + Arrays.asList(recordedPrograms)); in notifyRecordedProgramsAdded()
142 l.onRecordedProgramsAdded(recordedPrograms); in notifyRecordedProgramsAdded()
148 for (RecordedProgramListener l : mRecordedProgramListeners) { in notifyRecordedProgramsChanged()
149 if (DEBUG) Log.d(TAG, "notify " + l + " changed " + Arrays.asList(recordedPrograms)); in notifyRecordedProgramsChanged()
150 l.onRecordedProgramsChanged(recordedPrograms); in notifyRecordedProgramsChanged()
[all …]
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DTransportSipMessageValidatorTest.java154 CountDownLatch l = new CountDownLatch(1); in testTransportClosingGracefullyNoPendingSessions() local
157 l.countDown(); in testTransportClosingGracefullyNoPendingSessions()
161 assertEquals(0, l.getCount()); in testTransportClosingGracefullyNoPendingSessions()
176 CountDownLatch l = new CountDownLatch(1); in testTransportClosingGracefullyCloseCallIds() local
179 l.countDown(); in testTransportClosingGracefullyCloseCallIds()
183 assertTrue(l.getCount() >= 1); in testTransportClosingGracefullyCloseCallIds()
191 assertEquals(0, l.getCount()); in testTransportClosingGracefullyCloseCallIds()
206 CountDownLatch l = new CountDownLatch(1); in testTransportClosingGracefullyThenForceClose() local
209 l.countDown(); in testTransportClosingGracefullyThenForceClose()
213 assertTrue(l.getCount() >= 1); in testTransportClosingGracefullyThenForceClose()
[all …]
/packages/apps/Gallery2/jni/filters/
Dedge.c59 int l; in JNIFUNCF() local
60 for (l = 0; l < 3; l++) { in JNIFUNCF()
62 tmp += *(ptr + (loc - row_stride + 4 + l)); in JNIFUNCF()
63 tmp += *(ptr + (loc + 4 + l)) * 2.0f; in JNIFUNCF()
64 tmp += *(ptr + (loc + row_stride + 4 + l)); in JNIFUNCF()
65 tmp -= *(ptr + (loc - row_stride - 4 + l)); in JNIFUNCF()
66 tmp -= *(ptr + (loc - 4 + l)) * 2.0f; in JNIFUNCF()
67 tmp -= *(ptr + (loc + row_stride - 4 + l)); in JNIFUNCF()
74 for (l = 0; l < 3; l++) { in JNIFUNCF()
76 tmp -= *(ptr + (loc - row_stride - 4 + l)); in JNIFUNCF()
[all …]
/packages/modules/adb/
Dadb_listeners.cpp129 for (auto& l : listener_list) { in format_listeners() local
131 if (l->connect_to[0] == '*') { in format_listeners()
138 !l->transport->serial.empty() ? l->transport->serial.c_str() : "(reverse)", in format_listeners()
139 l->local_name.c_str(), l->connect_to.c_str()); in format_listeners()
171 for (auto& l : listener_list) { in enable_server_sockets() local
172 if (l->connect_to == "*smartsocket*") { in enable_server_sockets()
173 fdevent_set(l->fde, FDE_READ); in enable_server_sockets()
192 for (auto& l : listener_list) { in install_listener() local
193 if (local_name == l->local_name) { in install_listener()
195 if (l->connect_to[0] == '*') { in install_listener()
[all …]
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java1257 for (Listener l : mListeners) { in setRingbackRequested()
1258 l.onRingbackRequested(this, mRingbackRequested); in setRingbackRequested()
1330 mListeners.forEach(l -> l.onCallerNumberVerificationStatusChanged(this, in setCallerNumberVerificationStatus()
1379 for (Listener l : mListeners) { in setHandle()
1380 l.onHandleChanged(this); in setHandle()
1413 for (Listener l : mListeners) { in setCallerDisplayName()
1414 l.onCallerDisplayNameChanged(this); in setCallerDisplayName()
1521 for (Listener l : mListeners) { in setConnectionManagerPhoneAccount()
1522 l.onConnectionManagerPhoneAccountChanged(this); in setConnectionManagerPhoneAccount()
1576 for (Listener l : mListeners) { in setTargetPhoneAccount()
[all …]
/packages/apps/Camera2/src/com/android/camera/
DMediaSaverImpl.java70 int height, int orientation, ExifInterface exif, OnMediaSavedListener l) { in addImage() argument
71 addImage(data, title, date, loc, width, height, orientation, exif, l, in addImage()
77 int height, int orientation, ExifInterface exif, OnMediaSavedListener l, in addImage() argument
85 width, height, orientation, mimeType, exif, mContentResolver, l); in addImage()
96 ExifInterface exif, OnMediaSavedListener l) { in addImage() argument
99 addImage(data, title, date, loc, 0, 0, orientation, exif, l, in addImage()
104 int orientation, ExifInterface exif, OnMediaSavedListener l) { in addImage() argument
105 addImage(data, title, System.currentTimeMillis(), loc, width, height, orientation, exif, l, in addImage()
110 public void addVideo(Uri uri, ContentValues values, OnMediaSavedListener l) { in addVideo() argument
112 new VideoSaveTask(uri, values, l, mContentResolver).execute(); in addVideo()
[all …]
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DImageProcessorProxyListener.java127 for (ImageProcessorListener l : mRegisteredListeners) { in filteredListeners()
128 if (mImageFilter.get(l) == null || mImageFilter.get(l) == imageId) { in filteredListeners()
129 filteredList.add(l); in filteredListeners()
156 for (ImageProcessorListener l : listeners) { in onStart()
157 l.onStart(job); in onStart()
168 for (ImageProcessorListener l : listeners) { in onResultCompressed()
169 l.onResultCompressed(job, payload); in onResultCompressed()
180 for (ImageProcessorListener l : listeners) { in onResultUncompressed()
181 l.onResultUncompressed(job, payload); in onResultUncompressed()
191 for (ImageProcessorListener l : listeners) { in onResultUri()
[all …]
/packages/apps/Launcher3/tests/src_disabled/
DWorkTabTest.java117 UserManager userManager = getFromLauncher(l -> l.getSystemService(UserManager.class)); in toggleWorks()
119 UserHandle workProfile = getFromLauncher(l -> { in toggleWorks()
126 l -> userManager.requestQuietModeEnabled(true, workProfile)); in toggleWorks()
136 l -> l.getSystemService(UserManager.class).isQuietModeEnabled(workProfile)); in toggleWorks()
159 executeOnLauncher(l -> { in testWorkEduFlow()
161 l.getResources().getString(R.string.work_profile_edu_personal_apps)); in testWorkEduFlow()
167 waitForLauncherCondition("Launcher did not show the next edu screen", l -> { in testWorkEduFlow()
170 if (!(l.getAppsView().getContentView() instanceof AllAppsPagedView)) { in testWorkEduFlow()
174 if (((AllAppsPagedView) l.getAppsView().getContentView()).getCurrentPage() in testWorkEduFlow()
179 l.getResources().getString(R.string.work_profile_edu_work_apps)); in testWorkEduFlow()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DActionBatch.java101 DebugLogUtils.l("New download action for client ", clientId, " : ", wordList); in StartDownloadAction()
112 DebugLogUtils.l("Downloading word list"); in execute()
130 DebugLogUtils.l("Upgrade word list, downloading", mWordList.mRemoteFilename); in execute()
152 DebugLogUtils.l("Starting download of", uri, "with id", downloadId); in execute()
169 DebugLogUtils.l("New InstallAfterDownloadAction for client ", clientId, " : ", in InstallAfterDownloadAction()
189 DebugLogUtils.l("Setting word list as installed"); in execute()
212 DebugLogUtils.l("New EnableAction for client ", clientId, " : ", wordList); in EnableAction()
223 DebugLogUtils.l("Enabling word list"); in execute()
247 DebugLogUtils.l("New Disable action for client ", clientId, " : ", wordlist); in DisableAction()
258 DebugLogUtils.l("Disabling word list : " + mWordList); in execute()
[all …]
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
DCarModeCallList.java139 for (Listener l : mListeners) { in addCall()
140 l.onCallAdded(call); in addCall()
153 for (Listener l : mListeners) { in removeCall()
154 if (l != null) { in removeCall()
155 l.onCallRemoved(call); in removeCall()
236 for (Listener l : mListeners) { in onRttStatusChanged()
237 l.onRttStarted(call); in onRttStatusChanged()
240 for (Listener l : mListeners) { in onRttStatusChanged()
241 l.onRttStopped(call); in onRttStatusChanged()
248 for (Listener l : mListeners) { in onRttInitiationFailure()
[all …]
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCallList.java139 for (Listener l : mListeners) { in addCall()
140 l.onCallAdded(call); in addCall()
153 for (Listener l : mListeners) { in removeCall()
154 if (l != null) { in removeCall()
155 l.onCallRemoved(call); in removeCall()
236 for (Listener l : mListeners) { in onRttStatusChanged()
237 l.onRttStarted(call); in onRttStatusChanged()
240 for (Listener l : mListeners) { in onRttStatusChanged()
241 l.onRttStopped(call); in onRttStatusChanged()
248 for (Listener l : mListeners) { in onRttInitiationFailure()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java68 return getLauncherUIProperty(Bundle::putInt, l -> { in call()
69 final float progress = LauncherState.NORMAL.getVerticalProgress(l) in call()
70 - LauncherState.ALL_APPS.getVerticalProgress(l); in call()
71 final float distance = l.getAllAppsController().getShiftRange() * progress; in call()
81 return getLauncherUIProperty(Bundle::putBoolean, l -> { in call()
82 l.getAppsView().getAppsStore().enableDeferUpdates(DEFER_UPDATES_TEST); in call()
86 return getLauncherUIProperty(Bundle::putBoolean, l -> { in call()
87 l.getAppsView().getAppsStore().disableDeferUpdates(DEFER_UPDATES_TEST); in call()
93 l -> l.getAppsView().getActiveRecyclerView().getCurrentScrollY()); in call()
98 l -> WidgetsFullSheet.getWidgetsView(l).getCurrentScrollY()); in call()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
DCheckBroker.java46 for (OnCheckedChangedListener l : mListeners) { in onCheckedChange()
47 l.onCheckedChanged(position, checked); in onCheckedChange()
53 for (OnCheckedChangedListener l : mListeners) { in onBulkCheckedChange()
54 l.onBulkCheckedChanged(); in onBulkCheckedChange()
60 public void registerOnCheckedChangeListener(OnCheckedChangedListener l) { in registerOnCheckedChangeListener() argument
61 mListeners.add(l); in registerOnCheckedChangeListener()
64 public void unregisterOnCheckedChangeListener(OnCheckedChangedListener l) { in unregisterOnCheckedChangeListener() argument
65 mListeners.remove(l); in unregisterOnCheckedChangeListener()
/packages/apps/DocumentsUI/tests/res/raw/
Dimages_tar14 cL�Py2��W��_,ݨ��l�*��z4m:����7<k֎�Bl���$/�Pe��0i����=���ϋ������+�ar� � f����Go�'�5���vb�…
15 :�����c�*��_���l� 2N��b3h����ٴ*T����(�J�Hj�&�WJ�M+�Ln��tÅ���h�۱�t��G <��Bvþ���ӯhk��������W…
19 ��e�!ac�/9�/!t�O�i�ˊ����U���v��R� ��l\�p� �I���9z�p߱�xv<��Z<zKI܎��k� \�x:S�8X �&�a5�O …
23 4���gFHS�$/iՙ'��?PЈ50�z�qЗ�Z7�b�M��iodHc�n�����)�oh�ho�jO���lW���$��zQ`�l���ךI��*��Q
30 …���#*${�������:�k:��X�?���,c0�O��YuɄ����E[�����{�`��Xy*g2+ۿ���j�G.z��l��3DN�1�����o��xY/4R…
32 ��0P\�A^u�[��V�������#��L��{K@K�!���s������!l�H�&���ͧ��O��[�̮��zP��m��ԣ�x��>I���
34 …C�,��NP1ip��4�2:��>vǝ�Ù@����Q��<��o�SS�,���P�8B�؉T#|zh�7��W`b������"�ũ������_B���v��3*I�lŗ�
35 Z�}�Z�l��5�,Ab5 �4HШ.sk�� �ΛRC3�P���݇"T?r;��*�� 0��J`3S������}�� �7��jz�ս�'��ߋ�p�g�j�������…
44 �-�֠}���g�˅���l�@��q-N�'`z�0�,�vw�)FCY�?�g�i��@2uR�H0�t],�d����ߡӆ�#%��3�W��W�&d�Z\+����
45 …7�?�P�\����•��%�h贵��$��"�r�t���)�u�9��r�Y���n��&@�ܜ�˜�?�uL�+�U����l�~��۽�ׁ(2�N[< �;�d…
[all …]
/packages/inputmethods/LatinIME/dictionaries/
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/util/
DLauncherLayoutBuilder.java73 Location l = new Location(); in atHotseat() local
74 l.items.put(ATTR_CONTAINER, CONTAINER_HOTSEAT); in atHotseat()
75 l.items.put(ATTR_RANK, Integer.toString(rank)); in atHotseat()
76 return l; in atHotseat()
80 Location l = new Location(); in atWorkspace() local
81 l.items.put(ATTR_CONTAINER, CONTAINER_DESKTOP); in atWorkspace()
82 l.items.put(ATTR_X, Integer.toString(x)); in atWorkspace()
83 l.items.put(ATTR_Y, Integer.toString(y)); in atWorkspace()
84 l.items.put(ATTR_SCREEN, Integer.toString(screen)); in atWorkspace()
85 return l; in atWorkspace()
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DUsbUtil.java70 public static boolean isTheSameDevice(UsbDevice l, UsbDevice r) { in isTheSameDevice() argument
71 if (TextUtils.equals(l.getManufacturerName(), r.getManufacturerName()) in isTheSameDevice()
72 && TextUtils.equals(l.getProductName(), r.getProductName()) in isTheSameDevice()
73 && TextUtils.equals(l.getSerialNumber(), r.getSerialNumber())) { in isTheSameDevice()
79 public static boolean isDevicesMatching(UsbDevice l, UsbDevice r) { in isDevicesMatching() argument
80 if (l.getVendorId() == r.getVendorId() && l.getProductId() == r.getProductId() in isDevicesMatching()
81 && TextUtils.equals(l.getSerialNumber(), r.getSerialNumber())) { in isDevicesMatching()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/
Dinsituparsing.dot14 …oldjson [label="\{|\"|m|s|g|\"|:|\"|H|e|l|l|o|\\|n|W|o|r|l|d|!|\"|,|\"|\\|u|0|0|7|3|t|a|r|s|\"|:|1…
15 …//newjson [label="\{|\"|<a>m|s|g|\\0|:|\"|<b>H|e|l|l|o|\\n|W|o|r|l|d|!|\\0|\"|,|\"|<c>s|t|a|r|s|\\…
21l</td><td>l</td><td>o</td><td bgcolor="yellow">\\n</td><td bgcolor="yellow">W</td><td bgcolor="yel…
/packages/services/Car/cpp/watchdog/server/tests/
DProcPidStatTest.cpp81 std::sort(lhs->begin(), lhs->end(), [&](const ProcessStats& l, const ProcessStats& r) -> bool { in isEqual() argument
82 return l.process.pid < r.process.pid; in isEqual()
84 std::sort(rhs->begin(), rhs->end(), [&](const ProcessStats& l, const ProcessStats& r) -> bool { in isEqual() argument
85 return l.process.pid < r.process.pid; in isEqual()
88 [&](const ProcessStats& l, const ProcessStats& r) -> bool { in isEqual() argument
89 if (l.tgid != r.tgid || l.uid != r.uid || l.vmPeakKb != r.vmPeakKb || in isEqual()
90 l.vmSizeKb != r.vmSizeKb || l.vmHwmKb != r.vmHwmKb || in isEqual()
91 l.vmRssKb != r.vmRssKb || !isEqual(l.process, r.process) || in isEqual()
92 l.threads.size() != r.threads.size()) { in isEqual()
95 for (const auto& lIt : l.threads) { in isEqual()
/packages/apps/TV/src/com/android/tv/
DChannelTuner.java68 for (Listener l : mListeners) {
69 l.onLoadFinished();
81 for (Listener l : mListeners) {
82 l.onBrowsableChannelListChanged();
317 for (Listener l : mListeners) { in setCurrentChannelAndNotify()
318 l.onChannelChanged(previousChannel, mCurrentChannel); in setCurrentChannelAndNotify()
340 for (Listener l : mListeners) { in updateChannelData()
341 l.onCurrentChannelUnavailable(prevChannel); in updateChannelData()
347 for (Listener l : mListeners) { in updateChannelData()
348 l.onBrowsableChannelListChanged(); in updateChannelData()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DAccessibilityActionsView.java66 Launcher l = Launcher.getLauncher(getContext()); in createAccessibilityNodeInfo() local
68 R.string.all_apps_button_label, l.getText(R.string.all_apps_button_label))); in createAccessibilityNodeInfo()
69 for (OptionItem item : OptionsPopupView.getOptions(l)) { in createAccessibilityNodeInfo()
80 Launcher l = Launcher.getLauncher(getContext()); in performAccessibilityAction() local
82 l.getStateManager().goToState(ALL_APPS); in performAccessibilityAction()
85 for (OptionItem item : OptionsPopupView.getOptions(l)) { in performAccessibilityAction()
88 l.getStatsLogManager().logger().log(item.eventId); in performAccessibilityAction()
/packages/apps/Camera2/src/com/android/camera/app/
DMediaSaver.java87 int orientation, ExifInterface exif, OnMediaSavedListener l); in addImage() argument
109 int orientation, ExifInterface exif, OnMediaSavedListener l, String mimeType); in addImage() argument
127 ExifInterface exif, OnMediaSavedListener l); in addImage() argument
147 ExifInterface exif, OnMediaSavedListener l); in addImage() argument
157 void addVideo(Uri uri, ContentValues values, OnMediaSavedListener l); in addVideo() argument
162 void setQueueListener(QueueListener l); in setQueueListener() argument
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLocaleSet.java126 final Locale l = mLocaleList.get(i); in shouldPreferJapanese() local
127 if (isLanguageJapanese(l)) { in shouldPreferJapanese()
130 if (isLanguageChinese(l)) { in shouldPreferJapanese()
145 final Locale l = mLocaleList.get(i); in shouldPreferSimplifiedChinese() local
146 if (isLocaleSimplifiedChinese(l)) { in shouldPreferSimplifiedChinese()
149 if (isLanguageJapanese(l)) { in shouldPreferSimplifiedChinese()
152 if (isLocaleTraditionalChinese(l)) { // Traditional chinese wins here. in shouldPreferSimplifiedChinese()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationUtils.java211 double l = (low + high) / 2; in findContrastColorAgainstLightBackground() local
212 foregroundColor = ColorUtils.LABToColor(l, a, b); in findContrastColorAgainstLightBackground()
214 low = l; in findContrastColorAgainstLightBackground()
216 high = l; in findContrastColorAgainstLightBackground()
244 float l = (low + high) / 2; in findContrastColorAgainstDarkBackground() local
245 hsl[2] = l; in findContrastColorAgainstDarkBackground()
249 high = l; in findContrastColorAgainstDarkBackground()
251 low = l; in findContrastColorAgainstDarkBackground()

12345678910>>...13