Searched refs:final (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/tools/aapt2/java/
H A DClassDefinition.cpp33 void ClassDefinition::writeToStream(const StringPiece& prefix, bool final, argument
39 ClassMember::writeToStream(prefix, final, out);
45 *out << "final class " << mName << " {\n";
51 member->writeToStream(newPrefix, final, out);
68 bool final,
71 def->writeToStream("", final, out);
66 writeJavaFile(const ClassDefinition* def, const StringPiece& package, bool final, std::ostream* out) argument
H A DClassDefinition.h45 virtual void writeToStream(const StringPiece& prefix, bool final, std::ostream* out) const { argument
64 void writeToStream(const StringPiece& prefix, bool final, std::ostream* out) const override {
65 ClassMember::writeToStream(prefix, final, out);
67 *out << prefix << "public static " << (final ? "final " : "")
92 void writeToStream(const StringPiece& prefix, bool final, std::ostream* out) const override {
93 ClassMember::writeToStream(prefix, final, out);
95 *out << prefix << "public static " << (final ? "final " : "")
125 void writeToStream(const StringPiece& prefix, bool final, st
[all...]
H A DManifestClassGenerator_test.cpp55 const size_t permissionClassPos = actual.find("public static final class permission {");
57 actual.find("public static final class permission_group {");
65 size_t pos = actual.find("public static final String ACCESS_INTERNET="
70 pos = actual.find("public static final String DO_DANGEROUS_THINGS="
75 pos = actual.find("public static final String HUH=\"com.test.sample.permission.HUH\";");
83 pos = actual.find("public static final String PERMISSION="
112 public static final String ACCESS_INTERNET="android.permission.ACCESS_INTERNET";)EOF";
121 public static final String PLAY_OUTSIDE="android.permission.PLAY_OUTSIDE";)EOF";
131 public static final String SECRET="android.permission.SECRET";)EOF";
/frameworks/av/services/camera/libcameraservice/utils/
H A DAutoConditionLock.h65 class AutoConditionLock final { class in namespace:android
/frameworks/support/v17/preference-leanback/
H A DAndroid.mk26 # We do this here because the final static library must be compiled with an older
28 # contains will not be linked into the final static library.
57 # Here is the final static library that apps can link against.
/frameworks/support/v7/cardview/
H A DAndroid.mk18 # We do this here because the final static library must be compiled with an older
20 # contains will not be linked into the final static library.
84 # Here is the final static library that apps can link against.
/frameworks/av/camera/ndk/impl/
H A DACameraManager.h45 class CameraManagerGlobal final : public RefBase { class in namespace:android
72 class CameraServiceListener final : public hardware::BnCameraServiceListener { class in class:android::final
H A DACameraDevice.h47 class CameraDevice final : public RefBase { class in namespace:android
/frameworks/support/previewsdk/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/v17/leanback/
H A DAndroid.mk18 # We do this here because the final static library must be compiled with an older
20 # contains will not be linked into the final static library.
36 # (e.g. KitKat) and final static library.
100 # Here is the final static library that apps can link against.
/frameworks/native/include/binder/
H A DStatus.h51 class Status final { class in namespace:android::binder
/frameworks/support/design/
H A DAndroid.mk23 # We do this here because the final static library must be compiled with an older
25 # contains will not be linked into the final static library.
136 # Here is the final static library that apps can link against.
/frameworks/support/customtabs/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/documents-archive/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/percent/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/v14/preference/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/v7/appcompat/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/v7/gridlayout/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/v7/palette/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/v7/recyclerview/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/v7/mediarouter/
H A DAndroid.mk18 # We do this here because the final static library must be compiled with an older
76 # Here is the final static library that apps can link against.
/frameworks/support/v7/preference/
H A DAndroid.mk32 # Here is the final static library that apps can link against.
/frameworks/av/include/media/
H A DRingBuffer.h36 class RingBuffer final { class in namespace:android
/frameworks/native/services/sensorservice/
H A DRingBuffer.h36 class RingBuffer final { class in namespace:android::SensorServiceUtil
/frameworks/support/v4/
H A DAndroid.mk265 # Here is the final static library that apps can link against.

Completed in 1019 milliseconds

12