HomeSort by relevance Sort by last modified time
    Searched refs:definition (Results 151 - 175 of 1010) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 30 (* func - This type represents a function definition itself. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 35 (* func - This type represents a function definition itself. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 38 (* func - This type represents a function definition itself. *)
  /frameworks/base/data/keyboards/
keyboards.mk 15 # Warning: this is actually a product definition, to be inherited from
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
hiddef1.d 10 # definition. There should be no PLT, just a single GOT entry
libdso-15b.d 9 # definition is also in the other DSO.
  /external/tensorflow/tensorflow/contrib/pi_examples/camera/
Makefile 46 -Wl,--allow-multiple-definition \
  /external/tensorflow/tensorflow/contrib/pi_examples/label_image/
Makefile 46 -Wl,--allow-multiple-definition \
  /external/clang/lib/Analysis/
ThreadSafetyTIL.cpp 81 // Phi nodes to find the canonical definition.
86 E = V->definition();
103 // Phi nodes to find the canonical definition.
112 if (til::ThreadSafetyTIL::isTrivial(V->definition())) {
113 E = V->definition();
133 // canonical definition. If so, mark the Phi node as redundant.
  /external/annotation-tools/annotation-file-utilities/
annotation-file-format.tex 217 A package definition describes a package containing a list of annotation
218 definitions and classes. A package definition also contains any
225 \qquad \bnfnt{package-definition}+ \\
227 \bnfnt{package-definition} ::= \\
229 \qquad ( \bnfnt{annotation-definition} \bnfor{} \bnfnt{class-definition} ) *
239 A class definition describes the annotations present on a class declaration,
242 Note that we use \bnfnt{class-definition} also for interfaces, enums, and
244 be confused with \bnfnt{annotation-definition}s described in
252 \code{\$} signs and must be defined at the top level of a class definition file
    [all...]
  /art/compiler/optimizing/
ssa_liveness_analysis.cc 328 // a register based on its definition.
476 HInstruction* definition = GetParent()->GetDefinedBy(); local
477 if (definition != nullptr && HVecOperation::ReturnsSIMDValue(definition)) {
478 if (definition->IsPhi()) {
479 definition = definition->InputAt(1); // SIMD always appears on back-edge
481 return definition->AsVecOperation()->GetVectorNumberOfBytes() / kVRegSize;
  /prebuilts/go/darwin-x86/src/text/template/
examplefiles_test.go 44 // template definition files; usually the template files would already
78 // template definition files; usually the template files would already
95 // Add one driver template to the bunch; we do this with an explicit template definition.
124 // template definition files; usually the template files would already
143 // the drivers, then add a definition of T2 to the template name space.
  /prebuilts/go/linux-x86/src/text/template/
examplefiles_test.go 44 // template definition files; usually the template files would already
78 // template definition files; usually the template files would already
95 // Add one driver template to the bunch; we do this with an explicit template definition.
124 // template definition files; usually the template files would already
143 // the drivers, then add a definition of T2 to the template name space.
  /external/protobuf/objectivec/DevTools/
pddm.py 48 afterwards that start with "//%" are included in the definition. Multiple
52 trailing blank lines are included in the macro. You can also end a definition
110 # Regex for macro definition.
112 # Regex for macro's argument definition.
156 """Holds a macro definition."""
232 ' definition: "%s"' % line)
240 raise PDDMError('Failed to parse macro definition: "%s"' % input_line)
248 raise PDDMError('Empty arg name in macro definition: "%s"'
251 raise PDDMError('Invalid arg name "%s" in macro definition: "%s"'
255 ' definition: "%s"' % (arg, input_line)
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
examplefiles_test.go 46 // template definition files; usually the template files would already
78 // template definition files; usually the template files would already
120 // template definition files; usually the template files would already
137 // Add one driver template to the bunch; we do this with an explicit template definition.
168 // template definition files; usually the template files would already
187 // the drivers, then add a definition of T2 to the template name space.
  /prebuilts/go/linux-x86/src/html/template/
examplefiles_test.go 46 // template definition files; usually the template files would already
78 // template definition files; usually the template files would already
120 // template definition files; usually the template files would already
137 // Add one driver template to the bunch; we do this with an explicit template definition.
168 // template definition files; usually the template files would already
187 // the drivers, then add a definition of T2 to the template name space.
  /build/blueprint/
ninja_defs.go 49 // definition.
51 Comment string // The comment that will appear above the definition.
56 // definition.
72 Comment string // The comment that will appear above the definition.
80 Comment string // The comment that will appear above the definition.
94 // A poolDef describes a pool definition. It does not include the name of the
128 // A ruleDef describes a rule definition. It does not include the name of the
250 // A buildDef describes a build target definition.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
asdl.py 1 """An implementation of the Zephyr Abstract Syntax Definition Language.
132 def p_definition_0(self, (definition,)):
133 " definitions ::= definition "
134 return definition
136 def p_definition_1(self, (definitions, definition)):
137 " definitions ::= definition definitions "
138 return definitions + definition
141 " definition ::= Id = type "
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 43 /** Either a function definition or any other kind of C decl/def.
ll-star.rb 37 { @output.puts( $functionHeader.name + " is a definition") }
139 foo is a definition
  /external/autotest/client/cros/video/
collect_golden_images.py 47 parser.add_argument("definition",
49 help="Video definition to use.")
85 args.definition)
  /external/compiler-rt/make/
util.mk 59 # Print the name, definition, and value of a variable, for testing make
111 # General debugging rule, use 'make print-XXX' to print the definition, value
  /external/mesa3d/docs/specs/OLD/
MESA_sprite_point.spec 26 GL_EXT_point_parameters effects the definition of this extension
27 GL_ARB_multitexture effects the definition of this extension
  /external/python/cpython2/Mac/Modules/list/
listsupport.py 152 PySys_WriteStderr("error in list definition callback:\\n");
  /external/python/cpython2/Parser/
asdl.py 1 """An implementation of the Zephyr Abstract Syntax Definition Language.
132 def p_definition_0(self, (definition,)):
133 " definitions ::= definition "
134 return definition
136 def p_definition_1(self, (definitions, definition)):
137 " definitions ::= definition definitions "
138 return definitions + definition
141 " definition ::= Id = type "

Completed in 843 milliseconds

1 2 3 4 5 67 8 91011>>