HomeSort by relevance Sort by last modified time
    Searched refs:construction (Results 1 - 25 of 37) sorted by null

1 2

  /external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteCardinalityException.js 5 /** Base class for all exceptions thrown during AST rewrite construction.
  /external/tensorflow/tensorflow/compiler/jit/
create_xla_launch_op.cc 231 OpKernelConstruction construction(
238 &construction, constant_arg_indices, resource_arg_indices, function);
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_op_kernel.h 37 explicit XlaOpKernel(OpKernelConstruction* construction);
  /external/flatbuffers/go/
builder.go 194 // EndObject writes data necessary to finish object construction.
299 // EndVector writes data necessary to finish vector construction.
369 // during the construction of its parent table (between the MyTableBuilder
  /external/antlr/runtime/Ruby/lib/antlr3/
tree.rb 41 Name space containing all of the entities pertaining to tree construction and
98 construction and analysis of your tree nodes.
466 TreeAdaptor class to handle tree construction and manipulation for the
679 * cleaning up / normalizing a full tree structure after construction
    [all...]
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
AST.stg 75 /** When doing auto AST construction, we must define some variables;
94 <tokenRefBang(...)> <! Track implies no auto AST construction!>
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
AST.stg 102 /** When doing auto AST construction, we must define some variables;
121 <tokenRefBang(...)> <! Track implies no auto AST construction!>
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
AST.stg 104 /** When doing auto AST construction, we must define some variables;
119 <tokenRefBang(...)> <! Track implies no auto AST construction!>
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
AST.stg 120 /** When doing auto AST construction, we must define some variables;
139 <tokenRefBang(...)> <! Track implies no auto AST construction!>
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/
AST.stg 86 /** When doing auto AST construction, we must define some variables;
105 <tokenRefBang(...)> <! Track implies no auto AST construction!>
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
AST.stg 71 /** When doing auto AST construction, we must define some variables;
90 <tokenRefBang(...)> <! Track implies no auto AST construction!>
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
AST.stg 212 /** When doing auto AST construction, we must define some variables;
232 <tokenRefBang(...)> <! Track implies no auto AST construction!>
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python/
AST.stg 91 /** When doing auto AST construction, we must define some variables;
111 <tokenRefBang(...)> <! Track implies no auto AST construction!>
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python3/
AST.stg 91 /** When doing auto AST construction, we must define some variables;
111 <tokenRefBang(...)> <! Track implies no auto AST construction!>
  /external/tensorflow/tensorflow/contrib/training/python/training/
hparam.py 329 passed at construction type. The currently supported types are: integer,
  /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 50 * not the tree node routines to do the construction.
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/
AST.stg 115 /** When doing auto AST construction, we must define some variables;
142 <tokenRefBang(...)> <! Track implies no auto AST construction!>
  /external/boringssl/src/ssl/test/runner/
dtls.go 351 // The AES-GCM construction in TLS has an explicit nonce so that
  /external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 54 /// This takes the place of the tree construction code generated in the
102 /// Tree parsing should happen only when parsing and tree construction
125 /// This is for construction and I'm not sure it's completely general for
127 /// between your tree's addChild and this parser tree construction addChild
175 /// This method is executed after all rule tree construction and right
639 /// not the tree node routines to do the construction.
692 /// constructor during construction and makes pointers into the tree
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 63 /// Buffer of data read from the stream or provided at construction time.
80 /// directly on construction, with no further data available.
117 #region Construction
    [all...]
  /external/boringssl/src/util/
doc.go 507 // there are no tags by construction.
  /external/tensorflow/tensorflow/core/common_runtime/
function.cc 589 OpKernelConstruction construction(
594 *kernel = new CallOp(handle, &construction);
    [all...]
  /external/antlr/runtime/Ruby/test/functional/ast-output/
rewrites.rb 607 | INT // should still get auto AST construction
    [all...]
  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/flatbuffers/js/
flatbuffers.js 608 * Finish off writing the object that is under construction.

Completed in 1426 milliseconds

1 2