Home
last modified time | relevance | path

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

12345678910>>...12

/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/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/services/Telecomm/src/com/android/server/telecom/
DCall.java990 for (Listener l : mListeners) { in setRingbackRequested()
991 l.onRingbackRequested(this, mRingbackRequested); in setRingbackRequested()
1080 for (Listener l : mListeners) { in setHandle()
1081 l.onHandleChanged(this); in setHandle()
1099 for (Listener l : mListeners) { in setCallerDisplayName()
1100 l.onCallerDisplayNameChanged(this); in setCallerDisplayName()
1181 for (Listener l : mListeners) { in setConnectionManagerPhoneAccount()
1182 l.onConnectionManagerPhoneAccountChanged(this); in setConnectionManagerPhoneAccount()
1197 for (Listener l : mListeners) { in setTargetPhoneAccount()
1198 l.onTargetPhoneAccountChanged(this); 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(String path, ContentValues values, OnMediaSavedListener l) { in addVideo() argument
113 new VideoSaveTask(path, 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/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 …]
DUpdateHandler.java196 DebugLogUtils.l("Update for clientId", clientId, " which uses URI ", metadataUri); in tryUpdate()
232 DebugLogUtils.l("Request =", metadataRequest); in updateClientsWithMetadataUri()
251 DebugLogUtils.l("Metadata download requested with id", downloadId); in updateClientsWithMetadataUri()
429 DebugLogUtils.l("Received result for download ", fileId); in downloadFinished()
510 DebugLogUtils.l("Publishing update cycle completed event"); in publishUpdateCycleCompletedEvent()
524 DebugLogUtils.l("Data D/L'd is metadata for", downloadRecord.mClientId); in handleDownloadedFile()
529 DebugLogUtils.l("Data D/L'd is a word list"); in handleDownloadedFile()
591 DebugLogUtils.l("Entering handleMetadata"); in handleMetadata()
601 DebugLogUtils.l("Downloaded metadata :", newMetadata); in handleMetadata()
626 DebugLogUtils.l("Downloaded a new word list :", downloadRecord.mAttributes.getAsString( in handleWordList()
[all …]
/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/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_ui_overrides/com/android/launcher3/uioverrides/dynamicui/
DColorExtractionAlgorithm.java118 float[] l = fit(palette.l, hsl[2], fitIndex, 0.0f, 1.0f); in extractInto() local
121 int mainColor = getColorInt(primaryIndex, h, s, l); in extractInto()
148 int secondaryColor = getColorInt(secondaryIndex, h, s, l); in extractInto()
162 private int getColorInt(int fitIndex, float[] h, float[] s, float[] l) { in getColorInt() argument
165 mTmpHSL[2] = l[fitIndex]; in getColorInt()
213 private static int bestFit(@NonNull TonalPalette palette, float h, float s, float l) { in bestFit() argument
221 + FIT_WEIGHT_L * Math.abs(l - palette.l[i]); in bestFit()
287 final float[] l; field in ColorExtractionAlgorithm.TonalPalette
291 TonalPalette(float[] h, float[] s, float[] l) { in TonalPalette() argument
292 if (h.length != s.length || s.length != l.length) { in TonalPalette()
[all …]
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
DAddressListParserTokenManager.java132 long l = 1L << curChar; in jjMoveNfa_0() local
138 if ((0xa3ffacfa00000000L & l) != 0L) in jjMoveNfa_0()
144 else if ((0x100000200L & l) != 0L) in jjMoveNfa_0()
152 if ((0x100000200L & l) == 0L) in jjMoveNfa_0()
158 if ((0xa3ffecfa00000000L & l) == 0L) in jjMoveNfa_0()
170 long l = 1L << (curChar & 077); in jjMoveNfa_0() local
177 if ((0x7fffffffc7fffffeL & l) == 0L) in jjMoveNfa_0()
261 long l = 1L << curChar; in jjMoveNfa_2() local
280 long l = 1L << (curChar & 077); in jjMoveNfa_2() local
380 long l = 1L << curChar; in jjMoveNfa_4() local
[all …]
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
DContentTypeParserTokenManager.java126 long l = 1L << curChar; in jjMoveNfa_0() local
132 if ((0x3ff6cfafffffdffL & l) != 0L) in jjMoveNfa_0()
138 else if ((0x100000200L & l) != 0L) in jjMoveNfa_0()
144 if ((0x3ff000000000000L & l) != 0L) in jjMoveNfa_0()
152 if ((0x100000200L & l) == 0L) in jjMoveNfa_0()
158 if ((0x3ff000000000000L & l) == 0L) in jjMoveNfa_0()
165 if ((0x3ff6cfafffffdffL & l) == 0L) in jjMoveNfa_0()
177 long l = 1L << (curChar & 077); in jjMoveNfa_0() local
184 if ((0xffffffffc7fffffeL & l) == 0L) in jjMoveNfa_0()
272 long l = 1L << curChar; in jjMoveNfa_1() local
[all …]
/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/inputmethods/LatinIME/dictionaries/
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Dit_wordlist.combined.gz
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DScrollNotifyingListView.java44 public void addScrollListener(ScrollListener l) { in addScrollListener() argument
45 mObservable.registerObserver(l); in addScrollListener()
49 public void removeScrollListener(ScrollListener l) { in removeScrollListener() argument
50 mObservable.unregisterObserver(l); in removeScrollListener()
54 protected void onScrollChanged(int l, int t, int oldl, int oldt) { in onScrollChanged() argument
55 super.onScrollChanged(l, t, oldl, oldt); in onScrollChanged()
56 mObservable.onScrollChanged(l, t, oldl, oldt); in onScrollChanged()
92 public void onScrollChanged(int l, int t, int oldl, int oldt) { in onScrollChanged() argument
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DNotificationColorUtil.java83 double l = (low + high) / 2; in findContrastColorAgainstLightBackground() local
84 foregroundColor = ColorUtils.LABToColor(l, a, b); in findContrastColorAgainstLightBackground()
86 low = l; in findContrastColorAgainstLightBackground()
88 high = l; in findContrastColorAgainstLightBackground()
116 float l = (low + high) / 2; in findContrastColorAgainstDarkBackground() local
117 hsl[2] = l; in findContrastColorAgainstDarkBackground()
121 high = l; in findContrastColorAgainstDarkBackground()
123 low = l; in findContrastColorAgainstDarkBackground()
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DLauncherLayoutBuilder.java72 Location l = new Location(); in atHotseat() local
73 l.items.put(ATTR_CONTAINER, CONTAINER_HOTSEAT); in atHotseat()
74 l.items.put(ATTR_RANK, Integer.toString(rank)); in atHotseat()
75 return l; in atHotseat()
79 Location l = new Location(); in atWorkspace() local
80 l.items.put(ATTR_CONTAINER, CONTAINER_DESKTOP); in atWorkspace()
81 l.items.put(ATTR_X, Integer.toString(x)); in atWorkspace()
82 l.items.put(ATTR_Y, Integer.toString(y)); in atWorkspace()
83 l.items.put(ATTR_SCREEN, Integer.toString(screen)); in atWorkspace()
84 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/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/services/Car/service/src/com/android/car/
DVmsLayersAvailability.java135 … .map(l -> new VmsAssociatedLayer(l, mPotentialLayersAndPublishers.get(l))) in calculateLayers()
141 .filter(l -> !availableLayersSet.contains(l)) in calculateLayers()
142 … .map(l -> new VmsAssociatedLayer(l, mPotentialLayersAndPublishers.get(l))) in calculateLayers()
/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(String path, 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/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
DDateTimeParserTokenManager.java310 long l = 1L << curChar; in jjMoveNfa_0() local
316 if ((0x3ff000000000000L & l) != 0L) in jjMoveNfa_0()
322 else if ((0x100000200L & l) != 0L) in jjMoveNfa_0()
328 else if ((0x280000000000L & l) != 0L) in jjMoveNfa_0()
335 if ((0x100000200L & l) == 0L) in jjMoveNfa_0()
341 if ((0x3ff000000000000L & l) == 0L) in jjMoveNfa_0()
352 long l = 1L << (curChar & 077); in jjMoveNfa_0() local
358 if ((0x7fffbfe07fffbfeL & l) != 0L) in jjMoveNfa_0()
439 long l = 1L << curChar; in jjMoveNfa_1() local
458 long l = 1L << (curChar & 077); in jjMoveNfa_1() local
[all …]

12345678910>>...12