Home
last modified time | relevance | path

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

1234567891011

/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()
/frameworks/base/packages/SettingsLib/ActivityEmbedding/
DOWNERS4 # Emergency approvers in case the above are not available
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/fuelgauge/
DOWNERS5 # Emergency approvers in case the above are not available
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/
DOWNERS7 # Emergency approvers in case the above are not available
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DOWNERS5 # Emergency approvers in case the above are not available
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/
DOWNERS5 # Emergency approvers in case the above are not available
/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/opt/telephony/tests/telephonytests/
DLICENSE_BSD6 * Redistributions of source code must retain the above copyright
8 * 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/opt/net/ims/
DLICENSE_BSD6 * Redistributions of source code must retain the above copyright
8 * Redistributions in binary form must reproduce the above
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/connectivity/
DOWNERS8 # Emergency approvers in case the above are not available
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DOWNERS9 # Emergency approvers in case the above are not available
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DOWNERS12 # 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/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/av/drm/
DREADME.md13 for detailed definitions of each field above.
/frameworks/av/media/janitors/
Dmedia_solutions_OWNERS14 # Everything in go/android-fwk-media-solutions not covered above:
/frameworks/compile/slang/tests/F_reflection3264_invokable_mismatch/
Dreflection3264_invokable_mismatch.rscript19 // invokable name mismatch above (c32 versus c64)
/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/compile/slang/tests/F_reflection3264_variable_mismatch/
Dreflection3264_variable_mismatch.rscript38 // variable name mismatch above (h32 versus h64)
/frameworks/base/packages/SettingsLib/Spa/screenshot/robotests/
DAndroid.bp56 // Do not add any new libraries here, they should be added to SpaRoboApp above.
/frameworks/base/tests/InputScreenshotTest/robotests/
DAndroid.bp54 // Do not add any new libraries here, they should be added to SystemUIGoogleRobo above.
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
DThresholdSensorImpl.java59 boolean above = event.values[0] >= mThresholdLatch;
61 onSensorEvent(below, above, event.timestamp);

1234567891011