Searched refs:imported (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/ |
D | CodeUtilsTest.kt | 126 val imported = CodeUtils.staticallyImportedMethods(StaticJavaParser.parse(code), in staticallyImportedMethods_ab() constant 128 assertTrue(imported.containsAll(listOf("a", "b"))) in staticallyImportedMethods_ab() 129 assertEquals(2, imported.size) in staticallyImportedMethods_ab() 138 val imported = CodeUtils.staticallyImportedMethods(StaticJavaParser.parse(code), in staticallyImportedMethods_differentClass() constant 140 assertTrue(imported.containsAll(listOf("a"))) in staticallyImportedMethods_differentClass() 141 assertEquals(1, imported.size) in staticallyImportedMethods_differentClass() 150 val imported = CodeUtils.staticallyImportedMethods(StaticJavaParser.parse(code), in staticallyImportedMethods_notStatic() constant 152 assertTrue(imported.containsAll(listOf("a"))) in staticallyImportedMethods_notStatic() 153 assertEquals(1, imported.size) in staticallyImportedMethods_notStatic()
|
/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 | 32 (can be imported, static imported or full path, wildcard imports are not allowed) and, `x` is the
|
/frameworks/base/tools/streaming_proto/test/ |
D | test.proto | 19 import "frameworks/base/tools/streaming_proto/test/imported.proto";
|
/frameworks/proto_logging/stats/ |
D | atom_field_options.proto | 78 // Note: We cannot annotate directly on the enums because many enums are imported from other
|
D | atoms.proto | 14205 /** Securely imported into Keymaster. */ 14208 /* Logs whether the key was generated, imported, securely imported, or derived.*/ 14313 // Securely imported into Keymaster. 14316 // Logs whether the key was generated, imported, securely imported, or derived.
|
/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.
|