Searched refs:compiler (Results 1 - 25 of 470) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathDumper.java21 package org.apache.xpath.compiler;
H A DPsuedoNames.java21 package org.apache.xpath.compiler;
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DCodeGenGLSL.cpp7 #include "compiler/TranslatorGLSL.h"
20 // Delete the compiler made by ConstructCompiler
22 void DeleteCompiler(TCompiler* compiler) argument
24 delete compiler;
H A DCodeGenHLSL.cpp7 #include "compiler/TranslatorHLSL.h"
20 // Delete the compiler made by ConstructCompiler
22 void DeleteCompiler(TCompiler* compiler) argument
24 delete compiler;
H A DShaderLang.cpp8 // Implement the top-level of interface to the compiler,
14 #include "compiler/InitializeDll.h"
15 #include "compiler/ShHandle.h"
19 // and the shading language compiler.
48 TCompiler* compiler = base->getAsCompiler(); local
49 if (compiler == 0)
53 compiler->getAttribs() : compiler->getUniforms();
66 // compiler operations.
107 // Driver calls these to create and destroy compiler object
116 TCompiler* compiler = base->getAsCompiler(); local
160 TCompiler* compiler = base->getAsCompiler(); local
174 TCompiler* compiler = base->getAsCompiler(); local
211 TCompiler* compiler = base->getAsCompiler(); local
227 TCompiler* compiler = base->getAsCompiler(); local
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dpackage_info.h35 // This file exists solely to document the google::protobuf::compiler namespace.
43 // Implementation of the Protocol Buffer compiler.
52 // - You want to write a custom protocol compiler which generates different
54 // by the official compiler. For this purpose, command_line_interface.h
55 // provides you with a complete compiler front-end, so all you need to do
57 // function. You can even make your compiler support the official languages
61 namespace compiler {} namespace in namespace:google::protobuf
H A Dmain.cc33 #include <google/protobuf/compiler/command_line_interface.h>
34 #include <google/protobuf/compiler/cpp/cpp_generator.h>
35 #include <google/protobuf/compiler/python/python_generator.h>
36 #include <google/protobuf/compiler/java/java_generator.h>
37 #include <google/protobuf/compiler/javamicro/javamicro_generator.h>
42 google::protobuf::compiler::CommandLineInterface cli;
46 google::protobuf::compiler::cpp::CppGenerator cpp_generator;
51 google::protobuf::compiler::java::JavaGenerator java_generator;
57 google::protobuf::compiler::python::Generator py_generator;
62 google::protobuf::compiler
[all...]
H A Dtest_plugin.cc38 #include <google/protobuf/compiler/plugin.h>
39 #include <google/protobuf/compiler/mock_code_generator.h>
49 google::protobuf::compiler::MockCodeGenerator generator("test_plugin");
50 return google::protobuf::compiler::PluginMain(argc, argv, &generator);
/external/javassist/src/main/javassist/compiler/ast/
H A DArrayInit.java16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
H A DCallExpr.java16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
19 import javassist.compiler.TokenId;
20 import javassist.compiler.MemberResolver;
H A DKeyword.java16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
H A DMember.java16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
H A DStringL.java16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
H A DSymbol.java16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
H A DVariable.java16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
/external/javassist/src/main/javassist/compiler/
H A DSyntaxError.java16 package javassist.compiler;
H A DNoFieldException.java16 package javassist.compiler;
18 import javassist.compiler.ast.ASTree;
H A DProceedHandler.java16 package javassist.compiler;
19 import javassist.compiler.ast.ASTList;
24 * @see javassist.compiler.JvstCodeGen#setProceedHandler(ProceedHandler, String)
25 * @see javassist.compiler.JvstCodeGen#atMethodCall(Expr)
/external/chromium/build/
H A Dcompiler_version.py18 def GetVersion(compiler):
20 # Note that compiler could be something tricky like "distcc g++".
21 compiler = compiler + " -dumpversion"
22 pipe = subprocess.Popen(compiler, stdout=subprocess.PIPE, shell=True)
27 print >> sys.stderr, "compiler_version.py failed to execute:", compiler
33 # if it does use that compiler.
/external/webkit/Source/WebCore/platform/graphics/
H A DANGLEWebKitBridge.cpp82 ShHandle compiler; local
85 compiler = m_vertexCompiler;
87 compiler = m_fragmentCompiler;
91 bool validateSuccess = ShCompile(compiler, shaderSourceStrings, 1, SH_OBJECT_CODE);
94 ShGetInfo(compiler, SH_INFO_LOG_LENGTH, &logSize);
98 ShGetInfoLog(compiler, logBuffer.get());
106 ShGetInfo(compiler, SH_OBJECT_CODE_LENGTH, &translationLength);
111 ShGetObjectCode(compiler, translationBuffer.get());
/external/protobuf/src/
H A DMakefile.am28 google/protobuf/compiler/plugin.proto
67 google/protobuf/compiler/code_generator.h \
68 google/protobuf/compiler/command_line_interface.h \
69 google/protobuf/compiler/importer.h \
70 google/protobuf/compiler/parser.h \
71 google/protobuf/compiler/plugin.h \
72 google/protobuf/compiler/plugin.pb.h \
73 google/protobuf/compiler/cpp/cpp_generator.h \
74 google/protobuf/compiler/java/java_generator.h \
75 google/protobuf/compiler/javamicr
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DAttributeIterator.java24 import org.apache.xpath.compiler.Compiler;
39 * @param compiler A reference to the Compiler that contains the op map.
45 AttributeIterator(Compiler compiler, int opPos, int analysis) argument
48 super(compiler, opPos, analysis);
/external/clang/runtime/
H A DMakefile15 PARALLEL_DIRS := compiler-rt libcxx
/external/emma/core/java12/com/vladium/jcd/compiler/
H A DIClassFormatOutput.java9 package com.vladium.jcd.compiler;
/external/kernel-headers/original/asm-x86/
H A Dcurrent_32.h4 #include <linux/compiler.h>

Completed in 262 milliseconds

1234567891011>>