/frameworks/base/media/tests/contents/media_api/music/ |
D | test_amr_ietf.amr | 2 …H��fy�����<T��fy������<H��fy�����<T��…
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | BroadcasterTest.java | 42 h = new H(); in test1() 77 mHandlers[i] = new H(); in go() 139 h1 = new H(); in test4() 140 h2 = new H(); in test4() 174 h1 = new H(); in test5() 175 h2 = new H(); in test5() 209 h1 = new H(); in test6() 210 h2 = new H(); in test6()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Color.java | 125 float H; in hue() local 128 H = 0; in hue() 136 H = cb - cg; in hue() 138 H = 2 + cr - cb; in hue() 140 H = 4 + cg - cr; in hue() 143 H /= 6.f; in hue() 144 if (H < 0) { in hue() 145 H++; in hue() 149 return H; in hue()
|
/frameworks/base/services/java/com/android/server/input/ |
D | InputFilter.java | 103 private final H mH; 124 mH = new H(looper); in InputFilter() 212 private final class H extends Handler { class in InputFilter 213 public H(Looper looper) { in H() method in InputFilter.H
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
D | omxVCM4P10_PredictIntra_16x16.c | 90 int H,V,a,b,c; in omxVCM4P10_PredictIntra_16x16() local 172 H = 8*(pSrcAbove[15] - pSrcAboveLeft[0]); in omxVCM4P10_PredictIntra_16x16() 175 H += (x+1)*(pSrcAbove[8+x] - pSrcAbove[6-x]); in omxVCM4P10_PredictIntra_16x16() 183 b = (5*H+32)>>6; in omxVCM4P10_PredictIntra_16x16()
|
D | omxVCM4P10_PredictIntraChroma_8x8.c | 211 int H, V, a, b, c; in omxVCM4P10_PredictIntraChroma_8x8() local 259 H = 4*(pSrcAbove[7] - pSrcAboveLeft[0]); in omxVCM4P10_PredictIntraChroma_8x8() 262 H += (x+1)*(pSrcAbove[4+x] - pSrcAbove[2-x]); in omxVCM4P10_PredictIntraChroma_8x8() 270 b = (17*H+16)>>5; in omxVCM4P10_PredictIntraChroma_8x8()
|
/frameworks/compile/libbcc/runtime/lib/ppc/ |
D | gcc_qsub.c | 48 double H, h; in __gcc_qsub() local 53 H = B + (A - (A + B)); in __gcc_qsub() 61 w = (a + b) + H; in __gcc_qsub()
|
D | gcc_qadd.c | 48 double H, h; in __gcc_qadd() local 53 H = B + (A - (A + B)); in __gcc_qadd() 61 w = (a + b) + H; in __gcc_qadd()
|
/frameworks/compile/libbcc/tests/data/src/ |
D | otcc-ansi.c | 146 void H(int e) { in H() function 161 H(0); in Z() 176 H(v); in T() 193 H(m); in T() 311 H(e^1); in O() 314 H(e); in O()
|
D | otcc-noinclude.c | 149 H(n{ 161 H(0); 174 H(v); 191 H(m); 308 H(e^1); 311 H(n;
|
/frameworks/compile/mclinker/scripts/ |
D | envsetup.sh | 33 local H=`find ${MCLINKERTOP} | grep '\.h'` 35 wc ${C} ${H}
|
/frameworks/base/core/java/android/net/http/ |
D | RequestHandle.java | 359 return KD(H(A1), nonce + ":" + H(A2)); in computeDigest() 362 return KD(H(A1), nonce + ":" + nc + ":" + cnonce + ":" + QOP + ":" + H(A2)); in computeDigest() 373 return H(secret + ":" + data); in KD() 379 private String H(String param) { in H() method in RequestHandle
|
/frameworks/base/tools/aapt/ |
D | Images.cpp | 448 int H = image->height; in do_9patch() local 452 int maxSizeYDivs = H * sizeof(int32_t); in do_9patch() 483 if (W < 3 || H < 3) { in do_9patch() 504 if (get_vertical_ticks(image->rows, 0, H, transparent, true, &yDivs[0], in do_9patch() 512 … if (get_horizontal_ticks(image->rows[H-1], W, transparent, false, &image->info9Patch.paddingLeft, in do_9patch() 520 … if (get_vertical_ticks(image->rows, (W-1)*4, H, transparent, false, &image->info9Patch.paddingTop, in do_9patch() 528 get_horizontal_layout_bounds_ticks(image->rows[H-1], W, transparent, false, in do_9patch() 532 get_vertical_layout_bounds_ticks(image->rows, (W-1)*4, H, transparent, false, in do_9patch() 562 image->info9Patch.paddingBottom = H - 2 - yDivs[1]; in do_9patch() 565 image->info9Patch.paddingBottom = H - 2 - image->info9Patch.paddingBottom; in do_9patch() [all …]
|
/frameworks/native/services/surfaceflinger/ |
D | Transform.cpp | 141 Transform H, V, R; in set() local 148 H.mType = (FLIP_H << 8) | SCALE; in set() 149 H.mType |= isZero(w) ? IDENTITY : TRANSLATE; in set() 150 mat33& M(H.mMatrix); in set() 172 *this = (R*(H*V)); in set()
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 156 final H mH = new H(); 521 finished ? H.PAUSE_ACTIVITY_FINISHING : H.PAUSE_ACTIVITY, in schedulePauseActivity() 530 showWindow ? H.STOP_ACTIVITY_SHOW : H.STOP_ACTIVITY_HIDE, in scheduleStopActivity() 536 showWindow ? H.SHOW_WINDOW : H.HIDE_WINDOW, in scheduleWindowVisibility() 541 queueOrSendMessage(H.SLEEPING, token, sleeping ? 1 : 0); in scheduleSleeping() 545 queueOrSendMessage(H.RESUME_ACTIVITY, token, isForward ? 1 : 0); in scheduleResumeActivity() 552 queueOrSendMessage(H.SEND_RESULT, res); in scheduleSendResult() 583 queueOrSendMessage(H.LAUNCH_ACTIVITY, r); in scheduleLaunchActivity() 598 queueOrSendMessage(H.NEW_INTENT, data); in scheduleNewIntent() 603 queueOrSendMessage(H.DESTROY_ACTIVITY, token, finishing ? 1 : 0, in scheduleDestroyActivity() [all …]
|
/frameworks/compile/libbcc/tests/data/ |
D | otcc.c | 149 H(n{ 161 H(0); 174 H(v); 191 H(m); 308 H(e^1); 311 H(n;
|
/frameworks/base/packages/InputDevices/res/raw/ |
D | keyboard_layout_english_us_dvorak.kcm | 43 map key 36 H 257 key H { 258 label: 'H' 260 shift, capslock: 'H'
|
D | keyboard_layout_english_us.kcm | 215 key H { 216 label: 'H' 218 shift, capslock: 'H'
|
D | keyboard_layout_italian.kcm | 217 key H { 218 label: 'H' 220 shift, capslock: 'H'
|
D | keyboard_layout_belgian.kcm | 228 key H { 229 label: 'H' 231 shift, capslock: 'H'
|
D | keyboard_layout_czech.kcm | 228 key H { 229 label: 'H' 231 shift, capslock: 'H'
|
D | keyboard_layout_swedish.kcm | 221 key H { 222 label: 'H' 224 shift, capslock: 'H'
|
D | keyboard_layout_estonian.kcm | 223 key H { 224 label: 'H' 226 shift, capslock: 'H'
|
D | keyboard_layout_french.kcm | 228 key H { 229 label: 'H' 231 shift, capslock: 'H'
|
/frameworks/base/tests/touchlag/ |
D | touchlag.cpp | 85 ssize_t W(w), H(h); in drawRect() local 95 if (y+h > buf->h) H = buf->h - y; in drawRect() 96 if (W>0 && H>0) { in drawRect() 98 for (ssize_t i=0 ; i<H ; i++) { in drawRect()
|