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

12

/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
65 void ClassDefinition::WriteToStream(const StringPiece& prefix, bool final, argument
71 ClassMember::WriteToStream(prefix, final, out);
77 *out << "final class " << name_ << " {\n";
87 member->WriteToStream(new_prefix, final, out);
104 const StringPiece& package, bool final,
107 def->WriteToStream("", final, out);
103 WriteJavaFile(const ClassDefinition* def, const StringPiece& package, bool final, std::ostream* out) argument
H A DManifestClassGenerator_test.cpp42 ASSERT_THAT(actual, HasSubstr("public static final class permission {"));
43 ASSERT_THAT(actual, HasSubstr("public static final class permission_group {"));
45 const size_t permission_start_pos = actual.find("public static final class permission {");
47 actual.find("public static final class permission_group {");
58 "public static final String ACCESS_INTERNET=\"android.permission.ACCESS_INTERNET\";"));
61 HasSubstr("public static final String DO_DANGEROUS_THINGS=\"android.DO_DANGEROUS_THINGS\";"));
63 HasSubstr("public static final String HUH=\"com.test.sample.permission.HUH\";"));
71 HasSubstr("public static final String PERMISSION=\"foo.bar.PERMISSION\";"));
96 public static final String ACCESS_INTERNET="android.permission.ACCESS_INTERNET";)";
103 public static final Strin
[all...]
H A DClassDefinition.h53 virtual void WriteToStream(const android::StringPiece& prefix, bool final,
74 void WriteToStream(const android::StringPiece& prefix, bool final,
76 ClassMember::WriteToStream(prefix, final, out);
77 *out << prefix << "public static " << (final ? "final " : "") << "int " << name_ << "=" << val_
103 void WriteToStream(const android::StringPiece& prefix, bool final,
105 ClassMember::WriteToStream(prefix, final, out);
107 *out << prefix << "public static " << (final ? "final " : "") << "String "
139 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/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/native/services/sensorservice/hidl/include/sensorservicehidl/
H A DSensorManager.h44 struct SensorManager final : public ISensorManager { struct in namespace:android::frameworks::sensorservice::V1_0::implementation
/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 2380 milliseconds

12