Searched refs:imported (Results 1 – 16 of 16) sorted by relevance
/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/ |
D | CodeUtilsTest.kt | 127 val imported = CodeUtils.staticallyImportedMethods(StaticJavaParser.parse(code), in staticallyImportedMethods_ab() constant 129 assertTrue(imported.containsAll(listOf("a", "b"))) in staticallyImportedMethods_ab() 130 assertEquals(2, imported.size) in staticallyImportedMethods_ab() 139 val imported = CodeUtils.staticallyImportedMethods(StaticJavaParser.parse(code), in staticallyImportedMethods_differentClass() constant 141 assertTrue(imported.containsAll(listOf("a"))) in staticallyImportedMethods_differentClass() 142 assertEquals(1, imported.size) in staticallyImportedMethods_differentClass() 151 val imported = CodeUtils.staticallyImportedMethods(StaticJavaParser.parse(code), in staticallyImportedMethods_notStatic() constant 153 assertTrue(imported.containsAll(listOf("a"))) in staticallyImportedMethods_notStatic() 154 assertEquals(1, imported.size) in staticallyImportedMethods_notStatic()
|
/frameworks/base/packages/CredentialManager/horologist/ |
D | README.md | 2 It should be removed once Horologist is imported to the platform and the dependencies to this 3 module are updated to point to the imported Horologist.
|
D | Android.bp | 10 // TODO: ag/24733147 - Remove this project once it is imported.
|
/frameworks/base/core/proto/android/os/ |
D | statsdata.proto | 29 // in frameworks/base/cmds/statsd/src/stats_log.proto. It should not be imported (even weakly)
|
/frameworks/native/vulkan/ |
D | README.md | 13 Use "clang-format -style=file" to format all C/C++ code, except code imported verbatim from elsewhe…
|
/frameworks/base/tools/protologtool/ |
D | README.md | 34 (can be imported, static imported or full path, wildcard imports are not allowed) and, `x` is the
|
/frameworks/base/tools/streaming_proto/test/integration/ |
D | test.proto | 19 import "frameworks/base/tools/streaming_proto/test/integration/imported.proto";
|
/frameworks/proto_logging/stats/ |
D | Android.bp | 25 // Due to size grownth constraints proposed to reuse only what really imported
|
D | atom_field_options.proto | 78 // Note: We cannot annotate directly on the enums because many enums are imported from other
|
D | atoms.proto | 17686 /** Securely imported into Keymaster. */ 17689 /* Logs whether the key was generated, imported, securely imported, or derived.*/ 17795 // Securely imported into Keymaster. 17798 // Logs whether the key was generated, imported, securely imported, or derived.
|
/frameworks/base/packages/SystemUI/scripts/token_alignment/ |
D | tsconfig.json | 69 …// "preserveValueImports": true, /* Preserve unused imported values in the Jav…
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1041 # links to external symbols imported via tag files in a separate window.
|
/frameworks/native/docs/ |
D | Doxyfile | 1214 # links to external symbols imported via tag files in a separate window.
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1384 # external symbols imported via tag files in a separate window.
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1451 # external symbols imported via tag files in a separate window.
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 1501 # external symbols imported via tag files in a separate window.
|