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

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/i18n/unicode/
ucol.h 445 * @param definition A short string containing a locale and a set of attributes.
454 * collator default value. If the definition
470 ucol_openFromShortString( const char *definition,
    [all...]
  /frameworks/av/media/libstagefright/
MediaExtractorFactory.cpp 111 ExtractorPlugin(MediaExtractor::ExtractorDef definition, void *handle, String8 &path)
112 : def(definition), libHandle(handle), libPath(path) {
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
Constructor.java 96 * or for a definition from a Spring ApplicationContext.
119 * assigned in constructor then the 'root' property of this definition is
122 * @param definition
124 * @return the previous value associated with <tt>definition</tt>, or
125 * <tt>null</tt> if there was no mapping for <tt>definition</tt>.
127 public TypeDescription addTypeDescription(TypeDescription definition) {
128 if (definition == null) {
131 Tag tag = definition.getTag();
132 typeTags.put(tag, definition.getType());
133 return typeDefinitions.put(definition.getType(), definition)
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/
template.go 177 // It returns nil if there is no such template or the template has no definition.
188 // definition of t itself.
191 // A template definition with a body containing only white space and comments
  /prebuilts/go/linux-x86/src/text/template/
template.go 177 // It returns nil if there is no such template or the template has no definition.
188 // definition of t itself.
191 // A template definition with a body containing only white space and comments
  /prebuilts/go/darwin-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/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/gc/
phi.go 30 // of the appropriate phi or definition.
83 // Optimization: look back 1 block for the definition.
212 // Walk subtree below definition.
214 // Find edges exiting tree dominated by definition (the dominance frontier).
251 // There's now a new definition of this variable in block c.
269 // resolveFwdRefs links all FwdRef uses up to their nearest dominating definition.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
loopreschedchecks.go 284 // in block h will replace a previous definition. Block b is the block currently being processed;
285 // if b has its own phi definition then it takes the place of h.
301 if x != nil { // don't waste time on the common case of no definition.
359 // a new definition for variable "x" inserted at h (usually but not necessarily a phi).
367 if oldv != x { // either a new definition replacing x, or nil if it is proven that there are no uses reachable from b
393 addDFphis(old, s, s, f, defForUses, newphis, sdom) // the new definition may also create new phi functions.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
phi.go 30 // of the appropriate phi or definition.
83 // Optimization: look back 1 block for the definition.
212 // Walk subtree below definition.
214 // Find edges exiting tree dominated by definition (the dominance frontier).
251 // There's now a new definition of this variable in block c.
269 // resolveFwdRefs links all FwdRef uses up to their nearest dominating definition.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
loopreschedchecks.go 284 // in block h will replace a previous definition. Block b is the block currently being processed;
285 // if b has its own phi definition then it takes the place of h.
301 if x != nil { // don't waste time on the common case of no definition.
359 // a new definition for variable "x" inserted at h (usually but not necessarily a phi).
367 if oldv != x { // either a new definition replacing x, or nil if it is proven that there are no uses reachable from b
393 addDFphis(old, s, s, f, defForUses, newphis, sdom) // the new definition may also create new phi functions.
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/src/
compiler.cc 289 const char* definition,
292 definition ? std::string(definition, definition_length) : "";
  /build/soong/
doc.go 38 // A module is a definition of something to be built. It may be a C library or
  /external/google-styleguide/include/
styleguide.css 221 .definition:before {
222 content: "Definition: ";
  /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/specs/
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/skqp/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 *)
  /external/tensorflow/tensorflow/contrib/mpi/
README.md 7 2. To turn on the MPI connection, add the protocol "grpc+mpi" in the server definition:
  /prebuilts/go/darwin-x86/src/cmd/cgo/
godefs.go 60 // except in the definition (handled at end of function).

Completed in 1253 milliseconds

1 2 3 4 5 6 7 8 91011>>