/external/libyuv/files/unit_test/ |
D | rotate_test.cc | 29 int iw, ih, ow, oh; in TEST_F() local 35 ow = ih; in TEST_F() 39 align_buffer_16(output_1, ow * oh) in TEST_F() 46 TransposePlane(input, iw, output_1, ow, iw, ih); in TEST_F() 47 TransposePlane(output_1, ow, output_2, oh, ow, oh); in TEST_F() 60 PrintArray(output_1, ow, oh); in TEST_F() 76 int iw, ih, ow, oh; in TEST_F() local 83 ow = ih; in TEST_F() 87 align_buffer_16(output_a1, ow * oh) in TEST_F() 88 align_buffer_16(output_b1, ow * oh) in TEST_F() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
D | m_xform_tmp.h | 593 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; in TAG() local 594 to[i][0] = m0 * ox + m4 * oy + m8 * oz + m12 * ow; in TAG() 595 to[i][1] = m1 * ox + m5 * oy + m9 * oz + m13 * ow; in TAG() 596 to[i][2] = m2 * ox + m6 * oy + m10 * oz + m14 * ow; in TAG() 597 to[i][3] = m3 * ox + m7 * oy + m11 * oz + m15 * ow; in TAG() 640 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; in TAG() local 641 to[i][0] = m0 * ox + m4 * oy + m12 * ow; in TAG() 642 to[i][1] = m1 * ox + m5 * oy + m13 * ow; in TAG() 644 to[i][3] = ow; in TAG() 663 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; in TAG() local [all …]
|
/external/mesa3d/src/mesa/math/ |
D | m_xform_tmp.h | 593 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; in TAG() local 594 to[i][0] = m0 * ox + m4 * oy + m8 * oz + m12 * ow; in TAG() 595 to[i][1] = m1 * ox + m5 * oy + m9 * oz + m13 * ow; in TAG() 596 to[i][2] = m2 * ox + m6 * oy + m10 * oz + m14 * ow; in TAG() 597 to[i][3] = m3 * ox + m7 * oy + m11 * oz + m15 * ow; in TAG() 640 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; in TAG() local 641 to[i][0] = m0 * ox + m4 * oy + m12 * ow; in TAG() 642 to[i][1] = m1 * ox + m5 * oy + m13 * ow; in TAG() 644 to[i][3] = ow; in TAG() 663 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; in TAG() local [all …]
|
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/ |
D | AwTestContainerView.java | 105 public void onSizeChanged(int w, int h, int ow, int oh) { in onSizeChanged() argument 106 super.onSizeChanged(w, h, ow, oh); in onSizeChanged() 107 mAwContents.onSizeChanged(w, h, ow, oh); in onSizeChanged()
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | ContentView.java | 411 protected void onSizeChanged(int w, int h, int ow, int oh) { in onSizeChanged() argument 413 super.onSizeChanged(w, h, ow, oh); in onSizeChanged() 414 mContentViewCore.onSizeChanged(w, h, ow, oh); in onSizeChanged()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
D | code.c | 818 State *ow; in DFA_emit() local 820 ow = accept; in DFA_emit() 828 ow = rules[s->rule->d.RuleOp.accept]; in DFA_emit() 832 if(!ow){ in DFA_emit() 833 ow = accept = State_new(); in DFA_emit() 837 s->go.span[i].to = ow; in DFA_emit()
|
/external/icu4c/data/translit/ |
D | ro_ro_FONIPA.txt | 52 ou → ow ;
|
D | Persian_Latin_BGN.txt | 117 \u064Eو\u0652 → ow ; # ARABIC FATHA + WAW + SUKUN
|
D | Pashto_Latin_BGN.txt | 148 \u064Fو\u0652 → ow ; # ARABIC DAMMA + WAW + SUKUN
|
/external/chromium_org/third_party/icu/source/data/translit/ |
D | ro_ro_FONIPA.txt | 52 ou → ow ;
|
D | Persian_Latin_BGN.txt | 117 \u064Eو\u0652 → ow ; # ARABIC FATHA + WAW + SUKUN
|
D | Pashto_Latin_BGN.txt | 148 \u064Fو\u0652 → ow ; # ARABIC DAMMA + WAW + SUKUN
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
D | AwLayoutSizer.java | 195 public void onSizeChanged(int w, int h, int ow, int oh) { in onSizeChanged() argument
|
D | AwContents.java | 1625 public void onSizeChanged(int w, int h, int ow, int oh) { in onSizeChanged() argument 1630 mLayoutSizer.onSizeChanged(w, h, ow, oh); in onSizeChanged() 1632 mContentViewCore.onSizeChanged(w, h, ow, oh); in onSizeChanged() 1633 nativeOnSizeChanged(mNativeAwContents, w, h, ow, oh); in onSizeChanged() 2064 private native void nativeOnSizeChanged(long nativeAwContents, int w, int h, int ow, int oh);
|
/external/llvm/lib/Analysis/ |
D | ProfileInfo.cpp | 816 double ow = getExecutionCount(Dest); in repair() local 824 ow -= ew; in repair() 828 if (ow < 0) continue; in repair() 833 ew = ew<ow?ew:ow; in repair()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | vector-fst.h | 214 Weight ow = this->Final(s); in SetFinal() local 215 if (ow != Weight::Zero() && ow != Weight::One()) in SetFinal()
|
/external/chromium_org/android_webview/native/ |
D | aw_contents.h | 93 void OnSizeChanged(JNIEnv* env, jobject obj, int w, int h, int ow, int oh);
|
D | aw_contents.cc | 722 int w, int h, int ow, int oh) { in OnSizeChanged() argument
|
/external/openfst/src/include/fst/ |
D | vector-fst.h | 219 Weight ow = BaseImpl::Final(s); in SetFinal() local 221 SetProperties(SetFinalProperties(Properties(), ow, w)); in SetFinal()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_lh0_kpdf_mgc.pkb | 1961 U��������&�$�1��ZN,�3Q[�wZeRO]]aL( );DQFT(��P]dr�ow��������Y[WkpkuYXnmt~��������YZY[ff`mls 5038 ��-�N��PYCA[/0K@TYdm=<B81$#.)5y|OKKWW]j`gr~ow�GFJFSVcXablsmx�������MOTYVRZZ``6��Bo��…
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts3near.test | 426 overripe overshadowing overspreading overstuff overtones overwind ow
|
D | fts1porter.test | 14393 ow ow 14394 owe ow 14395 owed ow 14398 owes ow 14401 owing ow
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_gl0_kpdf_mgc.pkb | 888 …���_������iw�v�:�a�g�lO�LsPY�A=Ae"#A47C>ic7g4x������GZYU^fcku�ow~�u=ho����US_Slkfwtws… 913 : pH}V����~�6]��zHXKc.=;476E�l��P����r��n`�dZg�o�ow���p�������fo}�{���������� S*;
|
/external/jpeg/ |
D | testimg.ppm | 4 …ow�`f�QR�LEyL@pL@hPEgQFfLC^GBVMLZ^^fjnquyxx}wz�vwzokoa`bTWYLTTL]WY]V]]V^------.-+/.,0/-10.3/,40-3/…
|
/external/qemu/distrib/jpeg-6b/ |
D | testimg.ppm | 4 …ow�`f�QR�LEyL@pL@hPEgQFfLC^GBVMLZ^^fjnquyxx}wz�vwzokoa`bTWYLTTL]WY]V]]V^------.-+/.,0/-10.3/,40-3/…
|