Home
last modified time | relevance | path

Searched refs:above (Results 1 – 25 of 219) sorted by relevance

123456789

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Dsobeloperator.cpp48 const int above = (i > 0) ? curr - 4 * width : curr; in computeGradient() local
54 *(dataPtr + above + c + right) - *(dataPtr + above + c + left) + in computeGradient()
57 (*(dataPtr + c + below) - *(dataPtr + c + above)) * 2 + in computeGradient()
58 *(dataPtr + left + c + below) - *(dataPtr + left + c + above) + in computeGradient()
59 *(dataPtr + right + c + below) - *(dataPtr + right + c + above); in computeGradient()
/frameworks/wilhelm/src/itf/
DI3DMacroscopic.cpp105 SLVec3D above = *pAbove; in I3DMacroscopic_SetOrientationVectors() local
109 thiz->mOrientationVectors.mAbove = above; in I3DMacroscopic_SetOrientationVectors()
110 thiz->mOrientationVectors.mUp = above; // wrong in I3DMacroscopic_SetOrientationVectors()
DI3DLocation.cpp172 SLVec3D above = *pAbove; in I3DLocation_SetOrientationVectors() local
177 thiz->mOrientationVectors.mAbove = above; in I3DLocation_SetOrientationVectors()
/frameworks/base/native/webview/plat_support/
DLICENSE7 // * Redistributions of source code must retain the above copyright
9 // * Redistributions in binary form must reproduce the above
/frameworks/base/obex/
DNOTICE8 - Redistributions of source code must retain the above copyright notice,
11 - Redistributions in binary form must reproduce the above copyright notice,
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DOWNERS5 # Emergency approvers in case the above are not available
/frameworks/native/opengl/tests/angeles/
Dlicense-BSD.txt13 * Redistributions of source code must retain the above copyright
15 * Redistributions in binary form must reproduce the above copyright
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DOWNERS7 # Emergency approvers in case the above are not available
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DOWNERS7 # Emergency approvers in case the above are not available
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch_name_exp/
Dreflection3264_reduce_mismatch_name_exp.rscript13 // name mismatch above (a32 versus a64)
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch_name_noexp/
Dreflection3264_reduce_mismatch_name_noexp.rscript16 // name mismatch above (a32 versus a64)
/frameworks/base/core/java/android/text/
DStaticLayout.java913 private int out(final CharSequence text, final int start, final int end, int above, int below,
943 fm.ascent = above;
957 above = fm.ascent;
1000 mTopPadding = top - above;
1004 above = top;
1021 double ex = (below - above) * (spacingmult - 1) + spacingadd;
1042 mMaxLineHeight = v + (maxLineBelow - above);
1045 v += (below - above) + extra;
/frameworks/compile/mclinker/
DLICENSE.TXT23 * Redistributions of source code must retain the above copyright notice,
26 * Redistributions in binary form must reproduce the above copyright notice,
/frameworks/native/opengl/libs/
DAndroid.bp66 // In particular, DO NOT add libutils or anything "above" libcutils
100 // In particular, DO NOT add libutils nor anything "above" libui
/frameworks/compile/slang/tests/F_reflection3264_invokable_mismatch/
Dreflection3264_invokable_mismatch.rscript19 // invokable name mismatch above (c32 versus c64)
/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch/
Dreflection3264_variable_mismatch.rscript38 // variable name mismatch above (h32 versus h64)
/frameworks/ml/nn/driver/cache/
DAndroid.bp29 // In particular, DO NOT add libutils or anything "above" libcutils
/frameworks/wilhelm/include/SLES/
DNOTICE11 The above copyright notice and this permission notice shall be included
/frameworks/native/opengl/include/EGL/
DNOTICE11 The above copyright notice and this permission notice shall be included
/frameworks/native/opengl/include/KHR/
DNOTICE11 The above copyright notice and this permission notice shall be included
/frameworks/wilhelm/include/OMXAL/
DNOTICE11 The above copyright notice and this permission notice shall be included
/frameworks/base/data/keyboards/
DVendor_046d_Product_c294.kl19 # 4 way buttons above hat
DVendor_046d_Product_c299.kl19 # 4 way buttons above hat
/frameworks/base/services/net/
DAndroid.bp47 // classes generated by netd_aidl_interfaces-platform-java above.
/frameworks/native/opengl/include/GLES2/
DNOTICE25 The above copyright notice and this permission notice shall be included

123456789