Searched refs:override (Results 101 - 109 of 109) sorted by relevance

12345

/frameworks/base/core/jni/
H A DAndroid.mk272 # -Wno-c++11-extensions: Clang warns about Skia using the C++11 override keyword, but this project
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp463 // resolved_result is a triple <resolved_info, existent, override>
521 // should override output LDSymbol
552 // resolved_result is a triple <resolved_info, existent, override>
604 /// AddSymbol - define an output symbol and override it immediately
642 // the symbol is already in the pool, override it
644 old_info.override(*info);
674 /// AddSymbol - define an output symbol and override it immediately
692 // the symbol is already in the pool, override it
694 old_info.override(*info);
732 // Result is <info, existent, override>
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardProxy.java519 private void setExternalState(State newState, boolean override) { argument
526 if (!override && newState == mExternalState) {
527 loge("setExternalState: !override and newstate unchanged from " + newState);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuBuilder.java179 * Whether to override the result of {@link #hasVisibleItems()} and always return true
1362 * Allows us to override the value of {@link #hasVisibleItems()} and make it always return true.
1364 * @param override
1366 public void setOverrideVisibleItems(boolean override) { argument
1367 mOverrideVisibleItems = override;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBLAS.cpp37 const RsScriptCall *sc) override; member in class:android::renderscript::RsdCpuScriptIntrinsicBLAS
39 void populateScript(Script *) override; member in class:android::renderscript::RsdCpuScriptIntrinsicBLAS
40 ~RsdCpuScriptIntrinsicBLAS() override; member in class:android::renderscript::RsdCpuScriptIntrinsicBLAS
/frameworks/base/tools/aapt2/
H A DResourceParser_test.cpp123 virtual void SetUp() override {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java55 * Depending on which functionality you support, you should override
72 * Most of the time, you only need to override <code>onChildDraw</code> but due to limitations of
866 private int endRecoverAnimation(ViewHolder viewHolder, boolean override) { argument
871 anim.mOverridden |= override;
1301 * To control which actions user can take on each view, you should override
1314 * To control where a View can be dropped, you can override
1318 * if you have a custom LayoutManager, you can override
1675 * override it, make sure it does not do any expensive operations.
1774 * If you override this method, you should call super.
1936 * a good place to override
[all...]
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp919 virtual bool asACustomShader(void** data) const override {
926 virtual bool isOpaque() const override {
935 virtual void flatten(SkWriteBuffer&) const override {
939 virtual Factory getFactory() const override {
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp437 virtual void getAnalysisUsage(llvm::AnalysisUsage &AU) const override {

Completed in 1141 milliseconds

12345