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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/SemaTemplate/
instantiate-call.cpp 28 expected-error {{neither visible in the template definition nor found by argument-dependent lookup}}
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
ast.ml 24 (* func - This type represents a function definition itself. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
ast.ml 24 (* func - This type represents a function definition itself. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 8 (* top ::= definition | external | expression | ';' *)
23 print_endline "parsed a function definition.";
  /external/libdaemon/libdaemon/
Android.mk 19 # -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
varsub.bat 28 # Substitutes variables into rules and deletes variable definition
54 # This looks like a variable definition
59 print STDERR "Error: Duplicate definition of $var\n";
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UnicodeRegex.java 218 definition = entry.getValue();
226 String altered2 = definition2.replace(variable, definition);
376 StringBuffer definition = new StringBuffer();
405 throw new IllegalArgumentException("Duplicate variable definition in " + line);
407 definition.append(linePart.substring(equalsPos+1).trim());
412 definition.append(bnfLineSeparator).append(linePart);
416 variables.put(variable, definition.toString());
418 definition.setLength(0);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeRegex.java 216 definition = entry.getValue();
224 String altered2 = definition2.replace(variable, definition);
374 StringBuffer definition = new StringBuffer();
403 throw new IllegalArgumentException("Duplicate variable definition in " + line);
405 definition.append(linePart.substring(equalsPos+1).trim());
410 definition.append(bnfLineSeparator).append(linePart);
414 variables.put(variable, definition.toString());
416 definition.setLength(0);
  /frameworks/av/media/img_utils/include/img_utils/
TiffWriter.h 68 * precedence will be in the order that the definition maps are given,
131 * This tag must be defined in one of the definition vectors this TIFF writer
148 * defined in one of the definition vectors this TIFF writer was constructed
218 * Returns true if a definition exist for the given tag ID.
223 * Returns the name of the tag if a definition exists for the given tag
224 * ID, or null if no definition exists.
247 * Utility function to build atag-to-definition mapping from a given
274 const TagDefinition_t* definition = lookupDefinition(tag); local
276 if (definition == NULL) {
281 uint32_t fixedCount = definition->fixedCount
    [all...]
  /external/llvm/test/MC/Hexagon/
new-value-check.s 9 # invalid: r0 definition predicated on the opposite condition
25 # invalid: definition of r0 should be unconditional (not explicitly docu-
61 # valid: r0 definition and use identically predicated
  /external/elfutils/config/
eu.am 46 -Wold-style-definition -Wstrict-prototypes \
  /external/libxml2/vms/
build_libxml.com 46 $! to the definition of "libxml2_la_SOURCES" in the file MAKEFILE.IN.
47 $! Currently this definition includes the list WITH_TRIO_SOURCES_TRUE
60 $! definition of bin_PROGRAMS in MAKEFILE.IN
65 $! definition of noinst_PROGRAMS in MAKEFILE.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 24 (* func - This type represents a function definition itself. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 24 (* func - This type represents a function definition itself. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 24 (* func - This type represents a function definition itself. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 24 (* func - This type represents a function definition itself. *)
  /frameworks/base/data/fonts/
fonts.mk 15 # Warning: this is actually a product definition, to be inherited from
  /prebuilts/go/darwin-x86/src/runtime/cgo/
iscgo.go 5 // The runtime package contains an uninitialized definition

Completed in 527 milliseconds

1 23 4 5 6 7 8 91011>>