HomeSort by relevance Sort by last modified time
    Searched refs:ast (Results 126 - 150 of 193) sorted by null

1 2 3 4 56 7 8

  /external/skia/src/gpu/
GrDrawTarget.cpp 446 GrAutoScratchTexture ast(fContext, desc, GrContext::kApprox_ScratchTexMatch);
448 if (NULL == ast.texture()) {
453 if (this->copySurface(ast.texture(), rt, copyRect, dstPoint)) {
454 dstCopy->setTexture(ast.texture());
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
input.py 5 from compiler.ast import Const
6 from compiler.ast import Dict
7 from compiler.ast import Discard
8 from compiler.ast import List
9 from compiler.ast import Module
10 from compiler.ast import Node
11 from compiler.ast import Stmt
161 ast = compiler.parse(file_contents)
162 assert isinstance(ast, Module)
163 c1 = ast.getChildren(
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 301 # AST
303 AST_H= $(AST_H_DIR)/Python-ast.h
305 AST_C= $(AST_C_DIR)/Python-ast.c
316 Python/Python-ast.o \
318 Python/ast.o \
644 Python/compile.o Python/symtable.o Python/ast.o: $(GRAMMAR_H) $(AST_H)
689 Include/Python-ast.h \
693 Include/ast.h \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 302 # AST
304 AST_H= $(AST_H_DIR)/Python-ast.h
306 AST_C= $(AST_C_DIR)/Python-ast.c
317 Python/Python-ast.o \
319 Python/ast.o \
645 Python/compile.o Python/symtable.o Python/ast.o: $(GRAMMAR_H) $(AST_H)
690 Include/Python-ast.h \
694 Include/ast.h \
    [all...]
  /external/chromium_org/ppapi/generators/
idl_thunk.py 384 Currently, every node in the AST only has one version. This means that we
576 ast = ParseFiles(filenames)
577 if tgen.GenerateRange(ast, ['M13', 'M14', 'M15'], {}):
  /external/chromium_org/third_party/skia/src/effects/
SkDisplacementMapEffect.cpp 332 GrAutoScratchTexture ast(context, desc);
333 SkAutoTUnref<GrTexture> dst(ast.detach());
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 31 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) {
44 AliasAnalysis &AA = AST.getAliasAnalysis();
90 void AliasSet::removeFromTracker(AliasSetTracker &AST) {
92 AST.removeAliasSet(this);
95 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry,
103 AliasAnalysis &AA = AST.getAliasAnalysis();
236 /// this alias set, false otherwise. This does not modify the AST object or
368 void AliasSetTracker::add(const AliasSetTracker &AST) {
369 assert(&AA == &AST.AA &&
372 // Loop over all of the alias sets in AST, adding the pointers containe
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 222 assert(InnerAST && "Where is my AST?");
227 // Once we've incorporated the inner loop's AST into ours, we don't need the
239 // Because subloops have already been incorporated into AST, we skip blocks in
508 // This instruction is no longer in the AST for the current loop, because
665 AliasSetTracker &AST;
675 AliasSetTracker &ast, DebugLoc dl, int alignment,
679 AST(ast), DL(dl), Alignment(alignment), TBAATag(TBAATag) {}
709 AST.copyValue(LI, V);
712 AST.deleteValue(I)
    [all...]
  /external/skia/src/effects/
SkDisplacementMapEffect.cpp 332 GrAutoScratchTexture ast(context, desc);
333 SkAutoTUnref<GrTexture> dst(ast.detach());
  /external/skia/tests/
WritePixelsTest.cpp 333 GrAutoScratchTexture ast(grCtx, desc, GrContext::kExact_ScratchTexMatch);
334 SkAutoTUnref<GrTexture> tex(ast.detach());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 8 from compiler import ast, parse, walk, syntax namespace
178 if isinstance(node, ast.Const):
325 There are no rules for when an AST node should have a lineno
326 attribute. The transformer and AST code need to be reviewed
744 # transformation of the AST before this stage
964 if isinstance(elt, ast.Node):
    [all...]
transformer.py 3 Transforms Python source code into an abstract syntax tree (AST)
4 defined in the ast module.
7 parse(buf) -> AST
8 parseFile(path) -> AST
28 from compiler.ast import *
72 def extractLineNo(ast):
73 if not isinstance(ast[1], tuple):
75 return ast[2]
76 for child in ast[1:]:
92 #return apply(ast.Node, args
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 8 from compiler import ast, parse, walk, syntax namespace
178 if isinstance(node, ast.Const):
325 There are no rules for when an AST node should have a lineno
326 attribute. The transformer and AST code need to be reviewed
744 # transformation of the AST before this stage
964 if isinstance(elt, ast.Node):
    [all...]
transformer.py 3 Transforms Python source code into an abstract syntax tree (AST)
4 defined in the ast module.
7 parse(buf) -> AST
8 parseFile(path) -> AST
28 from compiler.ast import *
72 def extractLineNo(ast):
73 if not isinstance(ast[1], tuple):
75 return ast[2]
76 for child in ast[1:]:
92 #return apply(ast.Node, args
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_function.cpp 25 #include "ast.h"
45 ast_node *const ast = exec_node_data(ast_node, n, link); local
46 ir_rvalue *result = ast->hir(instructions, state);
143 /* This AST-based check catches errors like f(i++). The IR-based
1331 ast_node *ast = exec_node_data(ast_node, n, link); local
    [all...]
  /external/mesa3d/src/glsl/
ast_function.cpp 25 #include "ast.h"
45 ast_node *const ast = exec_node_data(ast_node, n, link); local
46 ir_rvalue *result = ast->hir(instructions, state);
143 /* This AST-based check catches errors like f(i++). The IR-based
1331 ast_node *ast = exec_node_data(ast_node, n, link); local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
handlebars-1.0.0.beta.6.js 509 Handlebars.Parser.yy = Handlebars.AST;
513 Handlebars.print = function(ast) {
514 return new Handlebars.PrintVisitor().accept(ast);
526 // lib/handlebars/compiler/ast.js
529 Handlebars.AST = {};
531 Handlebars.AST.ProgramNode = function(statements, inverse) {
534 if(inverse) { this.inverse = new Handlebars.AST.ProgramNode(inverse); }
537 Handlebars.AST.MustacheNode = function(params, hash, unescaped) {
545 Handlebars.AST.PartialNode = function(id, context) {
560 Handlebars.AST.BlockNode = function(mustache, program, close)
    [all...]
  /external/javassist/src/main/javassist/compiler/
Javac.java 34 import javassist.compiler.ast.*;
MemberResolver.java 22 import javassist.compiler.ast.*;
  /external/chromium/testing/gtest/scripts/
pump.py 578 """Convert the given Pump source text into an AST."""
817 ast = ParseToAST(StripMetaComments(src_text))
819 RunCode(Env(), ast, output)
  /external/chromium_org/testing/gtest/scripts/
pump.py 578 """Convert the given Pump source text into an AST."""
825 ast = ParseToAST(StripMetaComments(src_text))
827 RunCode(Env(), ast, output)
  /external/chromium_org/tools/idl_parser/
idl_parser.py 22 # In this way an AST is built (reduced) depth first.
1043 ast = IDLNode('AST', '__AST__', 0, 0, nodes)
1045 print '\n'.join(ast.Tree(accept_props=['PROD']))
  /external/gtest/scripts/
pump.py 578 """Convert the given Pump source text into an AST."""
817 ast = ParseToAST(StripMetaComments(src_text))
819 RunCode(Env(), ast, output)
  /external/v8/
Android.v8common.mk 8 src/ast.cc \

Completed in 766 milliseconds

1 2 3 4 56 7 8