Home
last modified time | relevance | path

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

1234567891011

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java474 for (Listener l : mListeners) { in setRingbackRequested()
475 l.onRingbackRequested(this, mRingbackRequested); in setRingbackRequested()
519 for (Listener l : mListeners) { in setHandle()
520 l.onHandleChanged(this); in setHandle()
538 for (Listener l : mListeners) { in setCallerDisplayName()
539 l.onCallerDisplayNameChanged(this); in setCallerDisplayName()
600 for (Listener l : mListeners) { in setConnectionManagerPhoneAccount()
601 l.onConnectionManagerPhoneAccountChanged(this); in setConnectionManagerPhoneAccount()
614 for (Listener l : mListeners) { in setTargetPhoneAccount()
615 l.onTargetPhoneAccountChanged(this); in setTargetPhoneAccount()
[all …]
/packages/inputmethods/LatinIME/dictionaries/
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1400639634, ...
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1393228135, ...
Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1393228155, ...
/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/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DActionBatch.java102 DebugLogUtils.l("New download action for client ", clientId, " : ", wordList); in StartDownloadAction()
114 DebugLogUtils.l("Downloading word list"); in execute()
131 DebugLogUtils.l("Upgrade word list, downloading", mWordList.mRemoteFilename); in execute()
174 DebugLogUtils.l("Starting download of", uri, "with id", downloadId); in execute()
191 DebugLogUtils.l("New InstallAfterDownloadAction for client ", clientId, " : ", in InstallAfterDownloadAction()
210 DebugLogUtils.l("Setting word list as installed"); in execute()
226 DebugLogUtils.l("New EnableAction for client ", clientId, " : ", wordList); in EnableAction()
237 DebugLogUtils.l("Enabling word list"); in execute()
261 DebugLogUtils.l("New Disable action for client ", clientId, " : ", wordlist); in DisableAction()
272 DebugLogUtils.l("Disabling word list : " + mWordList); in execute()
[all …]
DUpdateHandler.java192 DebugLogUtils.l("Update for clientId", clientId, " which uses URI ", metadataUri); in tryUpdate()
229 DebugLogUtils.l("Request =", metadataRequest); in updateClientsWithMetadataUri()
259 DebugLogUtils.l("Metadata download requested with id", downloadId); in updateClientsWithMetadataUri()
330 DebugLogUtils.l("RegisterDownloadRequest for word list id : ", id, ", version ", version); in registerDownloadRequest()
334 DebugLogUtils.l("Download requested with id", downloadId); in registerDownloadRequest()
420 DebugLogUtils.l("DownloadFinished with id", fileId); in downloadFinished()
429 DebugLogUtils.l("Received result for download ", fileId); in downloadFinished()
506 DebugLogUtils.l("Publishing update cycle completed event"); in publishUpdateCycleCompletedEvent()
520 DebugLogUtils.l("Data D/L'd is metadata for", downloadRecord.mClientId); in handleDownloadedFile()
525 DebugLogUtils.l("Data D/L'd is a word list"); in handleDownloadedFile()
[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/Camera2/src/com/android/camera/
DMediaSaverImpl.java59 int height, int orientation, ExifInterface exif, OnMediaSavedListener l, in addImage() argument
67 width, height, orientation, exif, resolver, l); in addImage()
78 ExifInterface exif, OnMediaSavedListener l, ContentResolver resolver) { in addImage() argument
81 addImage(data, title, date, loc, 0, 0, orientation, exif, l, resolver); in addImage()
85 int orientation, ExifInterface exif, OnMediaSavedListener l, in addImage() argument
88 orientation, exif, l, resolver); in addImage()
92 public void addVideo(String path, ContentValues values, OnMediaSavedListener l, in addVideo() argument
96 new VideoSaveTask(path, values, l, resolver).execute(); in addVideo()
100 public void setQueueListener(QueueListener l) { in setQueueListener() argument
101 mQueueListener = l; in setQueueListener()
[all …]
/packages/apps/Mms/src/com/android/mms/util/
DDraftCache.java146 for (OnDraftChangedListener l : mChangeListeners) { in rebuildCache()
148 l.onDraftChanged(threadId, true); in rebuildCache()
151 l.onDraftChanged(threadId, false); in rebuildCache()
186 for (OnDraftChangedListener l : mChangeListeners) { in setDraftState()
187 l.onDraftChanged(threadId, hasDraft); in setDraftState()
202 public void addOnDraftChangedListener(OnDraftChangedListener l) { in addOnDraftChangedListener() argument
204 log("addOnDraftChangedListener " + l); in addOnDraftChangedListener()
207 mChangeListeners.add(l); in addOnDraftChangedListener()
211 public void removeOnDraftChangedListener(OnDraftChangedListener l) { in removeOnDraftChangedListener() argument
213 log("removeOnDraftChangedListener " + l); in removeOnDraftChangedListener()
[all …]
/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 …]
/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/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/Mms/src/com/android/mms/exif/
DExifInterface.java1246 long[] l = getTagLongValues(tagId, ifdId); in getTagLongValue() local
1247 if (l == null || l.length <= 0) { in getTagLongValue()
1250 return new Long(l[0]); in getTagLongValue()
1265 int[] l = getTagIntValues(tagId, ifdId); in getTagIntValue() local
1266 if (l == null || l.length <= 0) { in getTagIntValue()
1269 return new Integer(l[0]); in getTagIntValue()
1284 byte[] l = getTagByteValues(tagId, ifdId); in getTagByteValue()
1285 if (l == null || l.length <= 0) { in getTagByteValue()
1288 return new Byte(l[0]); in getTagByteValue()
1303 Rational[] l = getTagRationalValues(tagId, ifdId); in getTagRationalValue() local
[all …]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifInterface.java1246 long[] l = getTagLongValues(tagId, ifdId); in getTagLongValue() local
1247 if (l == null || l.length <= 0) { in getTagLongValue()
1250 return new Long(l[0]); in getTagLongValue()
1265 int[] l = getTagIntValues(tagId, ifdId); in getTagIntValue() local
1266 if (l == null || l.length <= 0) { in getTagIntValue()
1269 return new Integer(l[0]); in getTagIntValue()
1284 byte[] l = getTagByteValues(tagId, ifdId); in getTagByteValue()
1285 if (l == null || l.length <= 0) { in getTagByteValue()
1288 return new Byte(l[0]); in getTagByteValue()
1303 Rational[] l = getTagRationalValues(tagId, ifdId); in getTagRationalValue() local
[all …]
DExifTag.java706 long[] l = getValueAsLongs(); in getValueAsLong() local
707 if (l == null || l.length < 1) { in getValueAsLong()
710 return l[0]; in getValueAsLong()
729 long[] l = getValueAsLongs(); in forceGetValueAsLong() local
730 if (l != null && l.length >= 1) { in forceGetValueAsLong()
731 return l[0]; in forceGetValueAsLong()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
DExifInterface.java1246 long[] l = getTagLongValues(tagId, ifdId); in getTagLongValue() local
1247 if (l == null || l.length <= 0) { in getTagLongValue()
1250 return new Long(l[0]); in getTagLongValue()
1265 int[] l = getTagIntValues(tagId, ifdId); in getTagIntValue() local
1266 if (l == null || l.length <= 0) { in getTagIntValue()
1269 return new Integer(l[0]); in getTagIntValue()
1284 byte[] l = getTagByteValues(tagId, ifdId); in getTagByteValue()
1285 if (l == null || l.length <= 0) { in getTagByteValue()
1288 return new Byte(l[0]); in getTagByteValue()
1303 Rational[] l = getTagRationalValues(tagId, ifdId); in getTagRationalValue() local
[all …]
DExifTag.java706 long[] l = getValueAsLongs(); in getValueAsLong() local
707 if (l == null || l.length < 1) { in getValueAsLong()
710 return l[0]; in getValueAsLong()
729 long[] l = getValueAsLongs(); in forceGetValueAsLong() local
730 if (l != null && l.length >= 1) { in forceGetValueAsLong()
731 return l[0]; in forceGetValueAsLong()
/packages/apps/Camera2/src/com/android/camera/exif/
DExifInterface.java1246 long[] l = getTagLongValues(tagId, ifdId); in getTagLongValue() local
1247 if (l == null || l.length <= 0) { in getTagLongValue()
1250 return new Long(l[0]); in getTagLongValue()
1265 int[] l = getTagIntValues(tagId, ifdId); in getTagIntValue() local
1266 if (l == null || l.length <= 0) { in getTagIntValue()
1269 return new Integer(l[0]); in getTagIntValue()
1284 byte[] l = getTagByteValues(tagId, ifdId); in getTagByteValue()
1285 if (l == null || l.length <= 0) { in getTagByteValue()
1288 return new Byte(l[0]); in getTagByteValue()
1303 Rational[] l = getTagRationalValues(tagId, ifdId); in getTagRationalValue() local
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/
DAppsCustomizeTabHost.java145 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionPrepare() argument
146 mPagedView.onLauncherTransitionPrepare(l, animated, toWorkspace); in onLauncherTransitionPrepare()
164 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionStart() argument
165 mPagedView.onLauncherTransitionStart(l, animated, toWorkspace); in onLauncherTransitionStart()
169 public void onLauncherTransitionStep(Launcher l, float t) { in onLauncherTransitionStep() argument
170 mPagedView.onLauncherTransitionStep(l, t); in onLauncherTransitionStep()
174 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionEnd() argument
175 mPagedView.onLauncherTransitionEnd(l, animated, toWorkspace); in onLauncherTransitionEnd()
/packages/apps/Browser/src/com/android/browser/
DTabBar.java358 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument
359 super.onLayout(changed, l, t, r, b); in onLayout()
360 setTabPath(mPath, 0, 0, r - l, b - t); in onLayout()
361 setFocusPath(mFocusPath, 0, 0, r - l, b - t); in onLayout()
410 private void setTabPath(Path path, int l, int t, int r, int b) { in setTabPath() argument
412 path.moveTo(l, b); in setTabPath()
413 path.lineTo(l, t); in setTabPath()
419 private void setFocusPath(Path path, int l, int t, int r, int b) { in setFocusPath() argument
421 path.moveTo(l, b); in setFocusPath()
422 path.lineTo(l, t); in setFocusPath()
/packages/apps/Gallery/src/com/android/camera/
DImageManager.java301 ArrayList<BaseImageList> l = new ArrayList<BaseImageList>(); in makeImageList() local
305 l.add(new ImageList(cr, STORAGE_URI, sort, bucketId)); in makeImageList()
308 l.add(new VideoList(cr, VIDEO_STORAGE_URI, sort, bucketId)); in makeImageList()
313 l.add(new ImageList(cr, in makeImageList()
320 Iterator<BaseImageList> iter = l.iterator(); in makeImageList()
329 if (l.size() == 1) { in makeImageList()
330 BaseImageList list = l.get(0); in makeImageList()
335 l.toArray(new IImageList[l.size()]), sort); in makeImageList()
/packages/apps/InCallUI/src/com/android/incallui/
DAudioModeProvider.java67 for (AudioModeListener l : mListeners) { in onAudioModeChange()
68 l.onAudioMode(mAudioMode); in onAudioModeChange()
74 for (AudioModeListener l : mListeners) { in onAudioModeChange()
75 l.onMute(mMuted); in onAudioModeChange()
83 for (AudioModeListener l : mListeners) { in onSupportedAudioModeChange()
84 l.onSupportedAudioMode(mSupportedModes); in onSupportedAudioModeChange()
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
DHeader.java109 List<Field> l = fieldMap.get(name.toLowerCase()); in getField() local
110 if (l != null && !l.isEmpty()) { in getField()
111 return l.get(0); in getField()
123 List<Field> l = fieldMap.get(name.toLowerCase()); in getFields() local
124 return Collections.unmodifiableList(l); in getFields()

1234567891011