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

123

/frameworks/base/tools/aapt2/java/
H A DClassDefinition.cpp25 void ClassMember::WriteToStream(const StringPiece& prefix, bool final, std::ostream* out) const { argument
33 void MethodDefinition::WriteToStream(const StringPiece& prefix, bool final, argument
51 void ClassDefinition::WriteToStream(const StringPiece& prefix, bool final, argument
57 ClassMember::WriteToStream(prefix, final, out);
63 *out << "final class " << name_ << " {\n";
69 member->WriteToStream(new_prefix, final, out);
85 const StringPiece& package, bool final,
88 def->WriteToStream("", final, out);
84 WriteJavaFile(const ClassDefinition* def, const StringPiece& package, bool final, std::ostream* out) argument
H A DManifestClassGenerator_test.cpp56 actual.find("public static final class permission {");
58 actual.find("public static final class permission_group {");
67 "public static final String ACCESS_INTERNET="
73 "public static final String DO_DANGEROUS_THINGS="
79 "public static final String HUH=\"com.test.sample.permission.HUH\";");
88 "public static final String PERMISSION="
117 public static final String ACCESS_INTERNET="android.permission.ACCESS_INTERNET";)EOF";
126 public static final String PLAY_OUTSIDE="android.permission.PLAY_OUTSIDE";)EOF";
136 public static final String SECRET="android.permission.SECRET";)EOF";
H A DClassDefinition.h47 virtual void WriteToStream(const android::StringPiece& prefix, bool final,
62 void WriteToStream(const android::StringPiece& prefix, bool final,
64 ClassMember::WriteToStream(prefix, final, out);
66 *out << prefix << "public static " << (final ? "final " : "") << "int "
88 void WriteToStream(const android::StringPiece& prefix, bool final,
90 ClassMember::WriteToStream(prefix, final, out);
92 *out << prefix << "public static " << (final ? "final " : "") << "String "
116 void WriteToStream(const android::StringPiece& prefix, bool final,
[all...]
/frameworks/native/libs/vr/libvrflinger/
H A Dhwc_types.h158 struct Attribute final : public Wrapper<HWC2::Attribute> { struct in namespace:HWC
172 struct BlendMode final : public Wrapper<HWC2::BlendMode> { struct in inherits:Wrapper
184 struct Composition final : public Wrapper<HWC2::Composition> {
198 struct DisplayType final : public Wrapper<HWC2::DisplayType> {
209 struct Error final : public Wrapper<HWC2::Error> {
226 struct LayerRequest final : public Wrapper<HWC2::LayerRequest> {
235 struct PowerMode final : public Wrapper<HWC2::PowerMode> {
247 struct Transform final : public Wrapper<HWC2::Transform> {
263 struct Vsync final : public Wrapper<HWC2::Vsync> {
275 struct Color final {
[all...]
/frameworks/av/services/camera/libcameraservice/utils/
H A DAutoConditionLock.h65 class AutoConditionLock final { class in namespace:android
/frameworks/native/services/sensorservice/hidl/
H A DDirectReportChannel.h44 struct DirectReportChannel final : public IDirectReportChannel { struct in namespace:android::frameworks::sensorservice::V1_0::implementation
H A DEventQueue.h40 struct EventQueue final : public IEventQueue { struct in namespace:android::frameworks::sensorservice::V1_0::implementation
/frameworks/native/services/sensorservice/hidl/include/sensorservicehidl/
H A DSensorManager.h42 struct SensorManager final : public ISensorManager { struct in namespace:android::frameworks::sensorservice::V1_0::implementation
/frameworks/av/camera/ndk/impl/
H A DACameraManager.h45 class CameraManagerGlobal final : public RefBase { class in namespace:android
77 class CameraServiceListener final : public hardware::BnCameraServiceListener { class in class:android::final
/frameworks/support/exifinterface/
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/recommendation/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/tv-provider/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/v7/cardview/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/native/include/binder/
H A DStatus.h52 class Status final { class in namespace:android::binder
/frameworks/native/libs/binder/include/binder/
H A DStatus.h52 class Status final { class in namespace:android::binder
/frameworks/support/compat/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/core-ui/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/core-utils/
H A DAndroid.mk17 # 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/design/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/emoji/appcompat/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/emoji/bundled/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/emoji/core/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/fragment/
H A DAndroid.mk17 # Here is the final static library that apps can link against.

Completed in 660 milliseconds

123