Home
last modified time | relevance | path

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

/frameworks/base/tools/app_metadata_bundles/src/lib/java/com/android/asllib/marshallable/
DSystemAppSafetyLabelFactory.java39 Boolean declaration = in createFromHrElements() local
41 return new SystemAppSafetyLabel(declaration); in createFromHrElements()
53 Boolean declaration = in createFromOdElements() local
55 return new SystemAppSafetyLabel(declaration); in createFromOdElements()
/frameworks/base/packages/SystemUI/checks/src/com/android/internal/systemui/lint/
DDumpableNotRegisteredDetector.kt59 override fun visitClass(context: JavaContext, declaration: UClass) { in visitClass()
60 if (declaration.isInterface || context.evaluator.isAbstract(declaration)) { in visitClass()
67 classLocation = context.getNameLocation(declaration) in visitClass()
69 val superTypeClassNames = declaration.superTypes.mapNotNull { it.resolve()?.qualifiedName } in visitClass()
/frameworks/compile/slang/tests/F_extern_const/
Dstderr.txt.expect1 extern_const.rscript:4:18: error: invalid declaration of uninitialized constant variable 'extern_co…
/frameworks/compile/slang/tests/F_unknown_function/
Dstderr.txt.expect1 unknown_function.rscript:6:5: error: implicit declaration of function 'bar' is invalid in C99
/frameworks/compile/slang/tests/F_kernel_static/
Dstderr.txt.expect2 …cript:18:22: error: Invalid use of attribute kernel with static function declaration: static_kernel
/frameworks/compile/slang/tests/F_warnings_as_error/
Dstderr.txt.expect1 deprecated.rscript:9:11: error: implicit declaration of function 'func0' is invalid in C99
/frameworks/base/packages/SystemUI/scripts/token_alignment/
Dtsconfig.json9 …ferenceRedirect": true, /* Disable preferring source files instead of declaration files when refe…
15 … /* Specify a set of bundled library declaration files that desc…
51 … Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also …
68 …"./", /* Specify the output directory for generated declaration files. */
/frameworks/base/tools/aapt2/
DResources.proto157 // Any comment associated with the declaration.
166 // The location of the <overlayable> declaration in the source.
173 // Represents an overlayable <item> declaration within an <overlayable> tag.
188 // The location of the <item> declaration in source.
191 // Any comment associated with the declaration.
213 // An entry declaration. An entry has a full resource ID that is the combination of package ID,
491 // The source file information of the parent inheritance declaration.
506 // Any comments associated with the declaration.
596 // A namespace declaration on an XmlElement (xmlns:android="http://...").
/frameworks/native/opengl/tools/glgen2/
Dglgen.py73 declaration = ''.join(elem.itertext())
74 return (name, declaration)
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DSourceTransformer.kt162 val declaration = VariableDeclarator(getASTTypeForDataType(type), varName, in <lambda>() constant
164 blockStmt.addStatement(ExpressionStmt(VariableDeclarationExpr(declaration))) in <lambda>()
/frameworks/opt/telephony/
DREADME.txt21 The declaration of the com.android.phone process is in
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dbitfield.rscript24 // initial part of any of them anywhere that a declaration of the
/frameworks/compile/slang/lit-tests/padding/
Dbitfield.rscript30 // initial part of any of them anywhere that a declaration of the
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dbitfield.rscript26 // initial part of any of them anywhere that a declaration of the
/frameworks/av/services/audioflinger/
DAndroid.bp80 "-bugprone-forward-declaration-namespace",
/frameworks/proto_logging/stats/enums/input/
Denums.proto124 * as the first value in the declaration
/frameworks/base/packages/SystemUI/docs/
Dscene.md184 The Scene Framework separates transition animations from content UI declaration
186 there's no longer a need to contaminate the content UI declaration with
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.cmake79 /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
/frameworks/wilhelm/doc/
DDoxyfile404 # declaration order.
411 # declaration order.
/frameworks/native/docs/
DDoxyfile486 # declaration order.
493 # declaration order.
/frameworks/av/media/libaaudio/
DDoxyfile526 # name. If set to NO the members will appear in declaration order.
533 # name. If set to NO the members will appear in declaration order. Note that
/frameworks/av/media/codec2/docs/
Ddoxygen.config561 # name. If set to NO, the members will appear in declaration order.
568 # name. If set to NO, the members will appear in declaration order. Note that
/frameworks/base/media/native/midi/include/
DDoxyfile570 # name. If set to NO, the members will appear in declaration order.
577 # name. If set to NO, the members will appear in declaration order. Note that
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
Dandroid-22.txt53627 field public static final java.lang.String OMIT_XML_DECLARATION = "omit-xml-declaration";
58792 …ava.lang.String DECLARATION_HANDLER_PROPERTY = "http://xml.org/sax/properties/declaration-handler";