Home
last modified time | relevance | path

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

12345678910>>...14

/frameworks/layoutlib/create/.settings/
Dorg.eclipse.jdt.core.prefs2 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/
Dorg.eclipse.jdt.core.prefs2 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/
Dlibprotoc.cmake2 ${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 …]
Dextract_includes.bat.in4 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 …]
Dtests.cmake33 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/
DMakefile.am47 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/
DBUILD118 "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 …]
Dgenerate_descriptor_proto.sh60 ./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/
Dmain.cc47 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()
Dtest_plugin.cc49 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/
DAndroid.bp18 "--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/
DGemfile.lock11 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/
DExternalProtoCompilerTest.java57 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/
Dforce_compiler_filter36 -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/
Druby_generator.h40 namespace compiler {
44 : public google::protobuf::compiler::CodeGenerator {
Druby_generator_unittest.cc44 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/
Dcsharp_generator.h40 namespace compiler {
44 : public google::protobuf::compiler::CodeGenerator {
/frameworks/opt/gamesdk/samples/tuningfork/tfvalidate/
Dapk_validator.h32 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/
Dpython_plugin_unittest.cc55 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/
Djava_message_builder_lite.h44 namespace compiler {
56 namespace compiler {
Djava_enum_lite.h44 namespace compiler {
56 namespace compiler {
Djava_enum.h44 namespace compiler {
56 namespace compiler {
Djava_shared_code_generator.h51 namespace compiler {
63 namespace compiler {
Djava_message_builder.h44 namespace compiler {
56 namespace compiler {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/
Djavanano_file.h49 namespace compiler {
55 namespace compiler {

12345678910>>...14