Home
last modified time | relevance | path

Searched defs:ast (Results 1 – 15 of 15) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DTemplateCompiler.java88 private Template compile(TemplateSyntaxTree ast, String templateName, EscapeMode mode) { in compile()
109 private CharSequence translateAstToJavaSource(TemplateSyntaxTree ast, EscapeMode mode) { in translateAstToJavaSource()
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DOptimizingTemplateFactory.java51 private void optimize(TemplateSyntaxTree ast) { in optimize()
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
DTestSuiteAdapter.java88 public static ITestCaseOutput createAstOutput(String ast) { in createAstOutput()
/external/skia/src/gpu/
DGrSWMaskHelper.cpp166 GrAutoScratchTexture ast; in DrawPathMaskToTexture() local
DGrContext.cpp1353 GrAutoScratchTexture ast; in readRenderTargetPixels() local
1580 GrAutoScratchTexture ast(this, desc); in writeRenderTargetPixels() local
DSkGpuDevice.cpp902 GrAutoScratchTexture ast(context, desc); in drawWithMaskFilter() local
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammarAST.java160 public void initialize(Tree ast) { in initialize()
421 public boolean equals(Object ast) { in equals()
DGrammar.java2889 GrammarAST ast = d.startState.associatedASTNode; in setLookaheadDFA() local
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
Dprocess.js70 function ast_walker(ast) { argument
206 function walk(ast) { argument
358 function ast_add_scope(ast) { argument
460 function ast_mangle(ast, do_toplevel) { argument
602 function ast_squeeze(ast, options) { argument
964 function gen_code(ast, beautify) { argument
/external/skia/src/effects/
DSkMorphologyImageFilter.cpp472 GrAutoScratchTexture ast(context, desc); in apply_morphology() local
483 GrAutoScratchTexture ast(context, desc); in apply_morphology() local
DSkBlendImageFilter.cpp192 GrAutoScratchTexture ast(context, desc); in filterImageGPU() local
DSkBicubicImageFilter.cpp352 GrAutoScratchTexture ast(context, desc); in filterImageGPU() local
DSkDisplacementMapEffect.cpp297 GrAutoScratchTexture ast(context, desc); in filterImageGPU() local
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp675 AliasSetTracker &ast, DebugLoc dl, int alignment, in LoopPromoter()
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp612 AliasSetTracker::ASTCallbackVH::ASTCallbackVH(Value *V, AliasSetTracker *ast) in ASTCallbackVH()