/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
D | CapsModeUtilsTests.java | 50 final int w = TextUtils.CAP_MODE_WORDS; in allPathsForCaps() local 52 onePathForCaps(cs, expectedResult, c | w | s, sp, hasSpaceBefore); in allPathsForCaps() 53 onePathForCaps(cs, expectedResult, w | s, sp, hasSpaceBefore); in allPathsForCaps() 55 onePathForCaps(cs, expectedResult, c | w, sp, hasSpaceBefore); in allPathsForCaps() 57 onePathForCaps(cs, expectedResult, w, sp, hasSpaceBefore); in allPathsForCaps() 64 final int w = TextUtils.CAP_MODE_WORDS; in testGetCapsMode() local 74 allPathsForCaps("", c | w | s, sp, false); in testGetCapsMode() 77 allPathsForCaps("Word ", c | w, sp, false); in testGetCapsMode() 78 allPathsForCaps("Word. ", c | w | s, sp, false); in testGetCapsMode() 80 allPathsForCaps("Word.. ", c | w | s, sp, false); in testGetCapsMode() [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | SystemUiProxy.java | 108 Log.w(TAG, "Failed call onBackPressed", e); in onBackPressed() 119 Log.w(TAG, "Failed call onBackPressed", e); in setHomeRotationEnabled() 202 Log.w(TAG, "Failed call startScreenPinning", e); in startScreenPinning() 217 Log.w(tag, "Failed call onOverviewShown from: " + (fromHome ? "home" : "app"), e); in onOverviewShown() 228 Log.w(TAG, "Failed call getNonMinimizedSplitScreenSecondaryBounds", e); in getNonMinimizedSplitScreenSecondaryBounds() 250 Log.w(TAG, "Failed call setNavBarButtonAlpha", e); in setNavBarButtonAlpha() 261 Log.w(TAG, "Failed call onStatusBarMotionEvent", e); in onStatusBarMotionEvent() 272 Log.w(TAG, "Failed call onAssistantProgress with progress: " + progress, e); in onAssistantProgress() 283 Log.w(TAG, "Failed call onAssistantGestureCompletion", e); in onAssistantGestureCompletion() 294 Log.w(TAG, "Failed call startAssistant", e); in startAssistant() [all …]
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities.cpp | 23 float** db_SetupImageReferences_f(float *im,int w,int h) in db_SetupImageReferences_f() argument 31 img[i]=im+w*i; in db_SetupImageReferences_f() 36 unsigned char** db_SetupImageReferences_u(unsigned char *im,int w,int h) in db_SetupImageReferences_u() argument 46 img[i]=im+w*i; in db_SetupImageReferences_u() 50 float** db_AllocImage_f(int w,int h,int over_allocation) in db_AllocImage_f() argument 54 im=new float [w*h+over_allocation]; in db_AllocImage_f() 55 img=db_SetupImageReferences_f(im,w,h); in db_AllocImage_f() 60 unsigned char** db_AllocImage_u(int w,int h,int over_allocation) in db_AllocImage_u() argument 64 im=new unsigned char [w*h+over_allocation]; in db_AllocImage_u() 65 img=db_SetupImageReferences_u(im,w,h); in db_AllocImage_u() [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
D | StateView.java | 138 float w = canvas.getWidth(); in onDraw() local 144 drawHorizontalPath(w, h, r, d); in onDraw() 147 drawVerticalDownPath(w, h, r, d); in onDraw() 149 drawVerticalPath(w, h, r, d); in onDraw() 168 private void drawHorizontalPath(float w, float h, float r, float d) { in drawHorizontalPath() argument 170 mPath.moveTo(w, 0); in drawHorizontalPath() 181 mPath.lineTo(w, h); in drawHorizontalPath() 183 mPath.lineTo(w, r + d + r); in drawHorizontalPath() 184 mPath.lineTo(w - d, r + d); in drawHorizontalPath() 185 mPath.lineTo(w, r); in drawHorizontalPath() [all …]
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationBackend.java | 168 Log.w(TAG, "Error calling CDM", e); in getDeviceList() 192 Log.w(TAG, "Error calling NoMan", e); in getNotificationsBanned() 208 Log.w(TAG, "Error calling NoMan", e); in setNotificationsEnabledForPackage() 217 Log.w(TAG, "Error calling NoMan", e); in canShowBadge() 227 Log.w(TAG, "Error calling NoMan", e); in setShowBadge() 236 Log.w(TAG, "Error calling NoMan", e); in getBubblePreference() 246 Log.w(TAG, "Error calling NoMan", e); in setAllowBubbles() 263 Log.w(TAG, "Error calling NoMan", e); in getChannel() 275 Log.w(TAG, "Error calling NoMan", e); in getGroup() 284 Log.w(TAG, "Error calling NoMan", e); in getGroups() [all …]
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/ |
D | BluetoothHeadsetFragment.java | 215 Log.w(TAG, "Device null when trying to connect sco!"); in connect() 221 Log.w(TAG, "HFP Profile proxy not available, cannot connect sco to " + mPickedDevice); in connect() 229 Log.w(TAG, "Device null when trying to connect sco!"); in disconnect() 235 Log.w(TAG, "HFP Profile proxy not available, cannot connect sco to " + mPickedDevice); in disconnect() 243 Log.w(TAG, "Device null when trying to connect sco!"); in connectSco() 249 Log.w(TAG, "HFP Profile proxy not available, cannot connect sco to " + mPickedDevice); in connectSco() 257 Log.w(TAG, "Device null when trying to disconnect sco!"); in disconnectSco() 262 Log.w(TAG, "HFP Profile proxy not available, cannot disconnect sco to " + in disconnectSco() 271 Log.w(TAG, "Device null when trying to put the call on hold!"); in holdCall() 276 Log.w(TAG, "HFP Profile proxy not available, cannot put the call on hold " + in holdCall() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 186 Log.w(TAG, "stop() called before start()"); in stop() 243 Log.w(TAG, "cleanup() called before create()"); in cleanup() 337 Log.w(TAG, "mHeadsetReceiver, action is null"); 405 Log.w(TAG, "Unknown action " + action); 746 Log.w(TAG, "getHeadsetService(): service is NULL"); in getHeadsetService() 750 Log.w(TAG, "getHeadsetService(): service is not available"); in getHeadsetService() 765 Log.w(TAG, "connect: CONNECTION_POLICY_FORBIDDEN, device=" + device + ", " in connect() 787 Log.w(TAG, "connect: device " + device in connect() 799 Log.w(TAG, "Max connection has reached, rejecting connection to " + device); in connect() 825 Log.w(TAG, "disconnect: device " + device + " not ever connected/connecting"); in disconnect() [all …]
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | InCallAdapter.java | 63 Log.w(this, "answerCall, unknown call id: %s", callId); in answerCall() 86 Log.w(this, "deflectCall, unknown call id: %s", callId); in deflectCall() 119 Log.w(this, "setRingback, unknown call id: %s", callId); in rejectCall() 145 Log.w(this, "rejectCallWithReason, unknown call id: %s", callId); in rejectCallWithReason() 168 Log.w(this, "transferCall, unknown call id: %s", callId); in transferCall() 193 Log.w(this, "consultativeTransfer, unknown call id: %s or %s", in consultativeTransfer() 217 Log.w(this, "playDtmfTone, unknown call id: %s", callId); in playDtmfTone() 240 Log.w(this, "stopDtmfTone, unknown call id: %s", callId); in stopDtmfTone() 263 Log.w(this, "postDialContinue, unknown call id: %s", callId); in postDialContinue() 286 Log.w(this, "disconnectCall, unknown call id: %s", callId); in disconnectCall() [all …]
|
D | CallDiagnosticServiceController.java | 211 Log.w(CallDiagnosticServiceController.this, "onBindingDied: cmp=%s", name); in onBindingDied() 298 Log.w(this, "onCallDisconnected: callId=%s, exception=%s", call.getId(), e); in onCallDisconnected() 335 Log.w(this, "onCallAudioStateChanged: failed %s", e); in onCallAudioStateChanged() 454 Log.w(this, "maybeUnbindCallScreeningService - already unbound"); in maybeUnbindCallScreeningService() 503 Log.w(this, "handleConnectionComplete: error=%s", e); in handleConnectionComplete() 516 Log.w(this, "handleDisplayDiagnosticMessage: callId=%s; msg=%d/%s; invalid call", in handleDisplayDiagnosticMessage() 539 Log.w(this, "handleClearDiagnosticMessage: callId=%s; msg=%d; invalid call", in handleClearDiagnosticMessage() 558 Log.w(this, "handleSendD2DMessage: callId=%s; msg=%d/%d; invalid call", callId, in handleSendD2DMessage() 577 Log.w(this, "handleOverrideDisconnectMessage: callId=%s; msg=%s; invalid call", callId, in handleOverrideDisconnectMessage() 594 Log.w(this, "sendCallToBoundService: initializing %s", call.getId()); in sendCallToBoundService() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapAppParams.java | 235 Log.w(TAG, "MAX_LIST_COUNT: Wrong length received: " + tagLength in parseParams() 243 Log.w(TAG, in parseParams() 252 Log.w(TAG, "FILTER_MESSAGE_TYPE: Wrong length received: " + tagLength in parseParams() 262 Log.w(TAG, "FILTER_PERIOD_BEGIN: Wrong length received: " + tagLength in parseParams() 270 Log.w(TAG, "FILTER_PERIOD_END: Wrong length received: " + tagLength in parseParams() 276 Log.w(TAG, "FILTER_READ_STATUS: Wrong length received: " + tagLength in parseParams() 286 Log.w(TAG, "FILTER_RECIPIENT: Wrong length received: " + tagLength in parseParams() 294 Log.w(TAG, "FILTER_ORIGINATOR: Wrong length received: " + tagLength in parseParams() 300 Log.w(TAG, "FILTER_PRIORITY: Wrong length received: " + tagLength in parseParams() 308 Log.w(TAG, "ATTACHMENT: Wrong length received: " + tagLength + " expected: " in parseParams() [all …]
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | BlobCache.java | 198 Log.w(TAG, "cannot read header"); in loadIndex() 203 Log.w(TAG, "cannot read header magic"); in loadIndex() 208 Log.w(TAG, "version mismatch"); in loadIndex() 220 Log.w(TAG, "header checksum does not match"); in loadIndex() 226 Log.w(TAG, "invalid max entries"); in loadIndex() 230 Log.w(TAG, "invalid max bytes"); in loadIndex() 234 Log.w(TAG, "invalid active region"); in loadIndex() 238 Log.w(TAG, "invalid active entries"); in loadIndex() 242 Log.w(TAG, "invalid active bytes"); in loadIndex() 247 Log.w(TAG, "invalid index file length"); in loadIndex() [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/ |
D | HistogramView.java | 45 int w = bitmap.getWidth(); in doInBackground() local 47 int[] pixels = new int[w * h]; in doInBackground() 48 bitmap.getPixels(pixels, 0, w, 0, 0, w, h); in doInBackground() 49 for (int i = 0; i < w; i++) { in doInBackground() 51 int index = j * w + i; in doInBackground() 88 float w = getWidth(); // - Spline.curveHandleSize(); in drawHistogram() local 91 float wl = w / histogram.length; in drawHistogram() 101 canvas.drawRect(dx, 0, dx + w, h, mPaint); in drawHistogram() 102 canvas.drawLine(dx + w / 3, 0, dx + w / 3, h, mPaint); in drawHistogram() 103 canvas.drawLine(dx + 2 * w / 3, 0, dx + 2 * w / 3, h, mPaint); in drawHistogram() [all …]
|
/packages/apps/DocumentsUI/tests/res/raw/ |
D | images_tar | 9 d�q�s����7���w@>��/��.�&�����Zxe�O�?�&�T7�������%�Ą�&� G� 19 …zKI��k� \�x:S�8X �&�a5�O :�ڃ�/�=�N�Z���S�=���D)p幬�=�64װ"�[I�T��w��#1S�(�,o�.� ���wT… 27 A�4�P]X߸͒x�6w#<[���Kט&gn|o��� ��ºϺ�4����Y����J@��B0-n�M�b˄�vu���>E�㖳a�p�}���oE���c… 29 …i%Xl�:��C�M�� �����y�ݭh��t���yE��@#gw���� �cr��?#�P�֬,`���/��7\ձ]&%����w'�š����b��~�@`�W�� 30 …@j<Z�:� ���4)t����̷nW(�}�� {�s��O�!86����9�EG�A��5��n@υ6����!x�:X16wмX��f]�t�ﱲ�"џ*F�8��9�… 35 …J`3S������}�� �7��jz�ս�'��ߋ�p�g�j�������*�9T�\��j�wZ9��ǻP���{~8ج&z��ᝪw�V���7��������?�B… 41 �Zko�#�2�eOV0� �n��<��`mA��^�P1("=>�$B"�1$���v%�ʦ��F~o�_$(��:QcG<Pm�w֥�A�:��d��rV�����7 42 +�&�2�o���=ĽN��vd7���z�bp��i����`>j-_�~�$�z:���'��<WMfv��w�XB���������:�J�R�^�6�h�… 58 +��!��G4h�8a���Y��4�{#���E���w��,����� %eg�K+��?��>����ή*��x�</8w� ����??m���I���:�?H&… 59 …�_Ԗ-(����*q�=`̻-�N��O��4����4�����3��4�\=�]z1�� h��7�l~;Ax�ŋuޝ��h��Goj��p�� zw�h*#y [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | NativeInterface.java | 324 Log.w(TAG, "Ignoring message because service not available: " + event); in onConnectionStateChanged() 339 Log.w(TAG, "onAudioStateChanged: Ignoring message because service not available: " in onAudioStateChanged() 356 Log.w(TAG, in onVrStateChanged() 373 Log.w(TAG, in onNetworkState() 390 Log.w(TAG, in onNetworkRoaming() 406 Log.w(TAG, "onNetworkSignal: Ignoring message because service not available: " + event); in onNetworkSignal() 421 Log.w(TAG, "onBatteryLevel: Ignoring message because service not available: " + event); in onBatteryLevel() 436 Log.w(TAG, in onCurrentOperator() 452 Log.w(TAG, "onCall: Ignoring message because service not available: " + event); in onCall() 477 Log.w(TAG, "onCallSetup: Ignoring message because service not available: " + event); in onCallSetup() [all …]
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/util/ |
D | DrmConvertSession.java | 57 Log.w(TAG, "Conversion of Mimetype: " + mimeType in open() 60 Log.w(TAG, "Could not access Open DrmFramework.", e); in open() 63 Log.w(TAG, in open() 66 Log.w(TAG, "DrmManagerClient didn't initialize properly."); in open() 104 Log.w(TAG, "Buffer with data to convert is illegal. Convertsession: " in convert() 107 Log.w(TAG, "Could not convert data. Convertsession: " + in convert() 145 Log.w(TAG, "File: " + filename + " could not be found.", e); in close() 148 Log.w(TAG, "Could not access File: " + filename + " .", e); in close() 151 Log.w(TAG, "Could not open file in mode: rw", e); in close() 153 Log.w(TAG, "Access to File: " + filename + in close() [all …]
|
/packages/modules/adb/daemon/ |
D | framebuffer_service.cpp | 65 int w, h, f, c; in framebuffer_service() local 88 if(!ReadFdExactly(fd_screencap, &w, 4)) goto done; in framebuffer_service() 99 fbinfo.size = w * h * 4; in framebuffer_service() 100 fbinfo.width = w; in framebuffer_service() 113 fbinfo.size = w * h * 4; in framebuffer_service() 114 fbinfo.width = w; in framebuffer_service() 127 fbinfo.size = w * h * 3; in framebuffer_service() 128 fbinfo.width = w; in framebuffer_service() 141 fbinfo.size = w * h * 2; in framebuffer_service() 142 fbinfo.width = w; in framebuffer_service() [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PhotoFallbackEffect.java | 94 int w = entry.texture.getWidth(); in drawEntry() local 113 if (w > h) { in drawEntry() 116 mSource.set((w - h) / 2, 0, (w + h) / 2, h); in drawEntry() 124 mSource.set(0, 0, (w - h) / 2, h); in drawEntry() 129 mSource.set((w + h) / 2, 0, w, h); in drawEntry() 136 mSource.set(0, (h - w) / 2, w, (h + w) / 2); in drawEntry() 144 mSource.set(0, 0, w, (h - w) / 2); in drawEntry() 149 mSource.set(0, (w + h) / 2, w, h); in drawEntry()
|
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
D | TaskJpegEncode.java | 102 final int w = img.getWidth(); in convertYUV420ImageToPackedNV21() local 112 final int data_offset = w * h; in convertYUV420ImageToPackedNV21() 134 final int w, final int h) { in stubConvertYUV420ImageToPackedNV21() argument 135 final int y_size = w * h; in stubConvertYUV420ImageToPackedNV21() 136 final int data_offset = w * h; in stubConvertYUV420ImageToPackedNV21() 139 dataCopy[i] = (byte) ((((i % w) * 255) / w) & 255); in stubConvertYUV420ImageToPackedNV21() 144 for (int j = 0; j < w / 2; j++) { in stubConvertYUV420ImageToPackedNV21() 145 int offset = data_offset + w * i + j * 2; in stubConvertYUV420ImageToPackedNV21() 147 dataCopy[offset + 1] = (byte) ((255 * j) / (w / 2) & 255); in stubConvertYUV420ImageToPackedNV21() 163 public byte[] convertNv21toJpeg(byte[] data_copy, int w, int h, int[] strides) { in convertNv21toJpeg() argument [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
D | ImageLoader.java | 149 Log.w(LOGTAG, "Failed to read EXIF orientation", e); in getMetadataOrientation() 156 Log.w(LOGTAG, "Failed to close InputStream", e); in getMetadataOrientation() 207 int w = bitmap.getWidth(); in orientBitmap() local 213 int tmp = w; in orientBitmap() 214 w = h; in orientBitmap() 219 matrix.setRotate(90, w / 2f, h / 2f); in orientBitmap() 222 matrix.setRotate(180, w / 2f, h / 2f); in orientBitmap() 225 matrix.setRotate(270, w / 2f, h / 2f); in orientBitmap() 234 matrix.setRotate(90, w / 2f, h / 2f); in orientBitmap() 238 matrix.setRotate(270, w / 2f, h / 2f); in orientBitmap() [all …]
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
D | InterpolatingLayout.java | 159 int w = (int) (parentSize * widthMultiplier) + widthConstant; in resolveWidth() local 160 return w <= 0 ? WRAP_CONTENT : w; in resolveWidth() 168 int w = (int) (parentSize * leftMarginMultiplier) + leftMarginConstant; in resolveLeftMargin() local 169 return w < 0 ? 0 : w; in resolveLeftMargin() 174 int w = (int) (parentSize * leftPaddingMultiplier) + leftPaddingConstant; in resolveLeftPadding() local 175 return w < 0 ? 0 : w; in resolveLeftPadding() 182 int w = (int) (parentSize * rightMarginMultiplier) + rightMarginConstant; in resolveRightMargin() local 183 return w < 0 ? 0 : w; in resolveRightMargin() 188 int w = (int) (parentSize * rightPaddingMultiplier) + rightPaddingConstant; in resolveRightPadding() local 189 return w < 0 ? 0 : w; in resolveRightPadding()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/ |
D | ColorSVRectView.java | 95 int w = mBitmap.getWidth(); in fillBitmap() local 97 int[] buff = new int[w * h]; in fillBitmap() 100 for (int i = 0; i < w * h; i++) { in fillBitmap() 101 float sat = (i % w) / (float) w; in fillBitmap() 102 float val = (w - i / w) / (float) w; in fillBitmap() 107 mBitmap.setPixels(buff, 0, w, 0, 0, w, h); in fillBitmap() 168 protected void onSizeChanged(int w, int h, int oldw, int oldh) { in onSizeChanged() argument 169 mWidth = w; in onSizeChanged() 172 mCtrX = w / 2f; in onSizeChanged()
|
/packages/modules/NeuralNetworks/common/operations/ |
D | InstanceNormalization.cpp | 63 for (uint32_t w = 0; w < width; w++) { in instanceNormNhwc() local 64 T val = inputData[indexBase + (h * width + w) * depth]; in instanceNormNhwc() 72 for (uint32_t w = 0; w < width; w++) { in instanceNormNhwc() local 73 T val = inputData[indexBase + (h * width + w) * depth] - mean; in instanceNormNhwc() 81 for (uint32_t w = 0; w < width; w++) { in instanceNormNhwc() local 82 uint32_t ind = indexBase + (h * width + w) * depth; in instanceNormNhwc()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
D | WordProperty.java | 153 public int compareTo(final WordProperty w) { in compareTo() argument 154 if (getProbability() < w.getProbability()) return 1; in compareTo() 155 if (getProbability() > w.getProbability()) return -1; in compareTo() 156 return mWord.compareTo(w.mWord); in compareTo() 169 WordProperty w = (WordProperty)o; in equals() 170 return mProbabilityInfo.equals(w.mProbabilityInfo) in equals() 171 && mWord.equals(w.mWord) && equals(mNgrams, w.mNgrams) in equals() 172 && mIsNotAWord == w.mIsNotAWord && mIsPossiblyOffensive == w.mIsPossiblyOffensive in equals() 173 && mHasNgrams == w.mHasNgrams; in equals()
|
/packages/modules/Wifi/framework/java/android/net/wifi/aware/ |
D | DiscoverySession.java | 104 Log.w(TAG, "destroy: called post GC on WifiAwareManager"); in close() 122 Log.w(TAG, "terminate: already terminated."); in setTerminated() 211 Log.w(TAG, "sendMessage: called on terminated session"); in sendMessage() 217 Log.w(TAG, "sendMessage: called post GC on WifiAwareManager"); in sendMessage() 292 Log.w(TAG, "createNetworkSpecifierOpen: called on terminated session"); in createNetworkSpecifierOpen() 298 Log.w(TAG, "createNetworkSpecifierOpen: called post GC on WifiAwareManager"); in createNetworkSpecifierOpen() 351 Log.w(TAG, "createNetworkSpecifierPassphrase: called on terminated session"); in createNetworkSpecifierPassphrase() 357 Log.w(TAG, "createNetworkSpecifierPassphrase: called post GC on WifiAwareManager"); in createNetworkSpecifierPassphrase() 415 Log.w(TAG, "createNetworkSpecifierPmk: called on terminated session"); in createNetworkSpecifierPmk() 421 Log.w(TAG, "createNetworkSpecifierPmk: called post GC on WifiAwareManager"); in createNetworkSpecifierPmk()
|
/packages/services/Mms/src/com/android/mms/service/ |
D | LogUtil.java | 67 public static void w(final String requestId, final String message, final Throwable t) { in w() method in LogUtil 68 Log.w(TAG, "[" + requestId + "] " + message, t); in w() 71 public static void w(final String message, final Throwable t) { in w() method in LogUtil 72 Log.w(TAG, message, t); in w() 75 public static void w(final String requestId, final String message) { in w() method in LogUtil 76 Log.w(TAG, "[" + requestId + "] " + message); in w() 79 public static void w(final String message) { in w() method in LogUtil 80 Log.w(TAG, message); in w()
|