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

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/doc/
doc_test.go 249 `type ExportedType struct`, // Type definition.
274 `type ExportedType struct`, // Type definition.
296 `type unexportedType int`, // Type definition.
311 `type ExportedInterface interface`, // Interface definition.
331 `type ExportedInterface interface`, // Interface definition.
  /prebuilts/go/linux-x86/src/text/template/parse/
parse_test.go 238 {"block definition", `{{block "foo" .}}hello{{end}}`, noError,
290 {"block definition", `{{block "foo"}}hello{{end}}`, hasError, ""},
347 {"definition", `{{define "x"}}something{{end}}`, true},
350 {"definition and action", "{{define `x`}}something{{end}}{{if 3}}foo{{end}}", false},
427 hasError, `multiple definition of template`},
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
loopreschedchecks.go 56 // (Same process as 2, applied to a single definition of the counter.
325 // in block h will replace a previous definition. Block b is the block currently being processed;
326 // if b has its own phi definition then it takes the place of h.
339 if x != nil { // don't waste time on the common case of no definition.
384 // a new definition for variable "x" inserted at h (usually but not necessarily a phi).
392 if oldv != x { // either a new definition replacing x, or nil if it is proven that there are no uses reachable from b
419 addDFphis(old, s, s, f, defForUses, newphis) // the new definition may also create new phi functions.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
loopreschedchecks.go 56 // (Same process as 2, applied to a single definition of the counter.
325 // in block h will replace a previous definition. Block b is the block currently being processed;
326 // if b has its own phi definition then it takes the place of h.
339 if x != nil { // don't waste time on the common case of no definition.
384 // a new definition for variable "x" inserted at h (usually but not necessarily a phi).
392 if oldv != x { // either a new definition replacing x, or nil if it is proven that there are no uses reachable from b
419 addDFphis(old, s, s, f, defForUses, newphis) // the new definition may also create new phi functions.
  /build/soong/
doc.go 38 // A module is a definition of something to be built. It may be a C library or
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 109 (* definition ::= 'def' prototype expression *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 109 (* definition ::= 'def' prototype expression *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 109 (* definition ::= 'def' prototype expression *)
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 30 NV_texture_rectangle effects the definition of this extension.
  /external/skia/tools/lua/
bbh_filter.lua 4 -- where the definition of 'interesting' changes but is roughly:
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 109 (* definition ::= 'def' prototype expression *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 109 (* definition ::= 'def' prototype expression *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 109 (* definition ::= 'def' prototype expression *)
  /prebuilts/go/darwin-x86/src/cmd/cgo/
godefs.go 60 // except in the definition (handled at end of function).
  /prebuilts/go/linux-x86/src/cmd/cgo/
godefs.go 60 // except in the definition (handled at end of function).
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/
doxia-module-xhtml-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.5/
maven-reporting-impl-2.0.5.jar 
  /development/scripts/
boardconfig_usage_analysis.py 139 help="print definition and usage locations",
162 '*definition count :'
172 'variable name,definition count,usage in SFE,usage in system image\n')
  /external/clang/test/FixIt/
fixit.cpp 18 virtual void C1::f() { } // expected-error{{'virtual' can only be specified inside the class definition}}
20 static void C1::g() { } // expected-error{{'static' can only be specified inside the class definition}}
201 expected-error {{function definition declared 'typedef'}} \
262 bool Foo::isGood() { // expected-error {{out-of-line definition of 'isGood' does not match any declaration in namespace 'redecl_typo::Foo'; did you mean 'Bar::Foo::isGood'?}}
265 void Foo::beEvil() {} // expected-error {{out-of-line definition of 'beEvil' does not match any declaration in namespace 'redecl_typo::Foo'; did you mean 'BeEvil'?}}
  /external/icu/icu4c/source/tools/genren/
genren.pl 109 /* We need the U_ICU_ENTRY_POINT_RENAME definition. There's a default one in unicode/uvernum.h we can use, but we will give
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
MessageFormat.java 676 * The argument index is part of the format element definition and
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsmcrd.h 37 #error Incorrect smart card device definition
  /prebuilts/go/darwin-x86/src/encoding/gob/
decoder.go 52 // recvType loads the definition of a type.
150 // Type definition for (-id) follows.
  /prebuilts/go/linux-x86/src/encoding/gob/
decoder.go 52 // recvType loads the definition of a type.
150 // Type definition for (-id) follows.
  /toolchain/binutils/binutils-2.25/gold/
script.h 87 // definition). This sets *RESULT_SECTION to indicate where the
326 // within a SECTIONS clause, and within an output section definition
455 define_symbol(const char* definition);

Completed in 1737 milliseconds

1 2 3 4 5 67 8 91011>>