/frameworks/layoutlib/create/.settings/ |
D | org.eclipse.jdt.core.prefs | 2 org.eclipse.jdt.core.compiler.annotation.nonnull=com.android.annotations.NonNull 3 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=com.android.annotations.NonNullByDefault 4 org.eclipse.jdt.core.compiler.annotation.nonnullisdefault=disabled 5 org.eclipse.jdt.core.compiler.annotation.nullable=com.android.annotations.Nullable 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 9 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 10 org.eclipse.jdt.core.compiler.compliance=1.6 11 org.eclipse.jdt.core.compiler.debug.lineNumber=generate [all …]
|
/frameworks/layoutlib/bridge/.settings/ |
D | org.eclipse.jdt.core.prefs | 2 org.eclipse.jdt.core.compiler.annotation.nonnull=com.android.annotations.NonNull 3 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=com.android.annotations.NonNullByDefault 4 org.eclipse.jdt.core.compiler.annotation.nonnullisdefault=disabled 5 org.eclipse.jdt.core.compiler.annotation.nullable=com.android.annotations.Nullable 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 9 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 10 org.eclipse.jdt.core.compiler.compliance=1.6 11 org.eclipse.jdt.core.compiler.debug.lineNumber=generate [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/ |
D | libprotoc.cmake | 2 ${protobuf_source_dir}/src/google/protobuf/compiler/code_generator.cc 3 ${protobuf_source_dir}/src/google/protobuf/compiler/command_line_interface.cc 4 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_enum.cc 5 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_enum_field.cc 6 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_extension.cc 7 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_field.cc 8 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_file.cc 9 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_generator.cc 10 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_helpers.cc 11 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_map_field.cc [all …]
|
D | extract_includes.bat.in | 4 mkdir include\google\protobuf\compiler 5 mkdir include\google\protobuf\compiler\cpp 6 mkdir include\google\protobuf\compiler\csharp 7 mkdir include\google\protobuf\compiler\java 8 mkdir include\google\protobuf\compiler\javanano 9 mkdir include\google\protobuf\compiler\js 10 mkdir include\google\protobuf\compiler\objectivec 11 mkdir include\google\protobuf\compiler\python 12 mkdir include\google\protobuf\compiler\ruby 21 …OBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\compiler\code_generator.h include\google\protobuf\c… [all …]
|
D | tests.cmake | 33 google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto 34 google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto 118 ${protobuf_source_dir}/src/google/protobuf/compiler/command_line_interface_unittest.cc 119 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc 120 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc 121 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_unittest.cc 122 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/metadata_test.cc 123 ${protobuf_source_dir}/src/google/protobuf/compiler/csharp/csharp_generator_unittest.cc 124 ${protobuf_source_dir}/src/google/protobuf/compiler/importer_unittest.cc 125 ${protobuf_source_dir}/src/google/protobuf/compiler/java/java_doc_comment_unittest.cc [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/ |
D | Makefile.am | 47 google/protobuf/compiler/plugin.proto 146 google/protobuf/compiler/code_generator.h \ 147 google/protobuf/compiler/command_line_interface.h \ 148 google/protobuf/compiler/importer.h \ 149 google/protobuf/compiler/parser.h \ 150 google/protobuf/compiler/plugin.h \ 151 google/protobuf/compiler/plugin.pb.h \ 152 google/protobuf/compiler/cpp/cpp_generator.h \ 153 google/protobuf/compiler/csharp/csharp_generator.h \ 154 google/protobuf/compiler/csharp/csharp_names.h \ [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | BUILD | 118 "src/google/protobuf/compiler/importer.cc", 119 "src/google/protobuf/compiler/parser.cc", 194 "google/protobuf/compiler/plugin.proto", 232 "src/google/protobuf/compiler/code_generator.cc", 233 "src/google/protobuf/compiler/command_line_interface.cc", 234 "src/google/protobuf/compiler/cpp/cpp_enum.cc", 235 "src/google/protobuf/compiler/cpp/cpp_enum_field.cc", 236 "src/google/protobuf/compiler/cpp/cpp_extension.cc", 237 "src/google/protobuf/compiler/cpp/cpp_field.cc", 238 "src/google/protobuf/compiler/cpp/cpp_file.cc", [all …]
|
D | generate_descriptor_proto.sh | 60 ./protoc --cpp_out=dllexport_decl=LIBPROTOC_EXPORT:$TMP google/protobuf/compiler/plugin.proto 74 diff google/protobuf/compiler/plugin.pb.h $TMP/google/protobuf/compiler/plugin.pb.h > /dev/null 78 diff google/protobuf/compiler/plugin.pb.cc $TMP/google/protobuf/compiler/plugin.pb.cc > /dev/null 91 mv $TMP/google/protobuf/compiler/plugin.pb.* google/protobuf/compiler/
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | main.cc | 47 google::protobuf::compiler::CommandLineInterface cli; in main() 51 google::protobuf::compiler::cpp::CppGenerator cpp_generator; in main() 56 google::protobuf::compiler::java::JavaGenerator java_generator; in main() 62 google::protobuf::compiler::python::Generator py_generator; in main() 67 google::protobuf::compiler::javanano::JavaNanoGenerator javanano_generator; in main() 78 google::protobuf::compiler::ruby::Generator rb_generator; in main() 83 google::protobuf::compiler::csharp::Generator csharp_generator; in main() 88 google::protobuf::compiler::objectivec::ObjectiveCGenerator objc_generator; in main() 93 google::protobuf::compiler::js::Generator js_generator; in main()
|
D | test_plugin.cc | 49 google::protobuf::compiler::MockCodeGenerator generator("test_plugin"); in main() 50 return google::protobuf::compiler::PluginMain(argc, argv, &generator); in main()
|
/frameworks/base/tools/processors/unsupportedappusage/ |
D | Android.bp | 18 "--add-modules=jdk.compiler", 19 "--add-exports jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED", 20 "--add-exports jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED", 21 "--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED", 22 "--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ |
D | Gemfile.lock | 11 rake-compiler (0.9.5) 13 rake-compiler-dock (0.5.1) 24 rake-compiler 25 rake-compiler-dock
|
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/src/test/java/com/google/tuningfork/validation/ |
D | ExternalProtoCompilerTest.java | 57 private final ExternalProtoCompiler compiler = new ExternalProtoCompiler(PROTOC_BINARY); field in ExternalProtoCompilerTest 72 FileDescriptor fDesc = compiler.compile(file, Optional.empty()); in compileValid() 85 FileDescriptor stdoutDescriptor = compiler.compile(file, Optional.of(outFile)); in compareDescriptors() 104 assertThrows(CompilationException.class, () -> compiler.compile(file, Optional.empty())); in compileInvalid() 115 assertThrows(CompilationException.class, () -> compiler.compile(file, Optional.empty())); in compileWithDeps() 126 FileDescriptor fDesc = compiler.compile(file, Optional.empty()); in compileDevTuningfork() 142 compiler.encodeFromTextprotoFile( in encodeAndDecode() 153 compiler.decodeToTextprotoFile( in encodeAndDecode() 171 String result = new String(compiler.runCommand(builder), UTF_8); in runEchoCommand()
|
/frameworks/base/startop/scripts/app_startup/ |
D | force_compiler_filter | 36 -c, --compiler-filter override the compiler filter if set (default none) 68 -c|--compiler-filter)
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/ |
D | ruby_generator.h | 40 namespace compiler { 44 : public google::protobuf::compiler::CodeGenerator {
|
D | ruby_generator_unittest.cc | 44 namespace compiler { namespace 62 google::protobuf::compiler::CommandLineInterface cli; in TEST()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/ |
D | csharp_generator.h | 40 namespace compiler { 44 : public google::protobuf::compiler::CodeGenerator {
|
/frameworks/opt/gamesdk/samples/tuningfork/tfvalidate/ |
D | apk_validator.h | 32 class ErrorCollector : public pb::compiler::MultiFileErrorCollector { 38 class ZipSourceTree : public pb::compiler::SourceTree { 58 std::unique_ptr<pb::compiler::Importer> importer_;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/ |
D | python_plugin_unittest.cc | 55 namespace compiler { namespace 96 google::protobuf::compiler::CommandLineInterface cli; in TEST() 139 google::protobuf::compiler::CommandLineInterface cli; in TEST()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_message_builder_lite.h | 44 namespace compiler { 56 namespace compiler {
|
D | java_enum_lite.h | 44 namespace compiler { 56 namespace compiler {
|
D | java_enum.h | 44 namespace compiler { 56 namespace compiler {
|
D | java_shared_code_generator.h | 51 namespace compiler { 63 namespace compiler {
|
D | java_message_builder.h | 44 namespace compiler { 56 namespace compiler {
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/ |
D | javanano_file.h | 49 namespace compiler { 55 namespace compiler {
|