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

1 2 3 45 6 7 8 91011>>

  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraFactory.cpp 86 const cvd::CameraDefinition& definition = mCameraDefinitions[cameraId]; local
88 (definition.orientation == cvd::CameraDefinition::kBack);
92 switch (definition.hal_version) {
111 definition.hal_version);
116 definition.hal_version);
117 int res = camera->Initialize(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/adhd/defs/
utilities.mk 7 # makefiles; instead, each utility should have a definition here and
  /external/elfutils/config/
eu.am 46 -Wold-style-definition -Wstrict-prototypes \
  /external/libdaemon/libdaemon/
Android.mk 19 # -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition
  /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 check_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/llvm/examples/OCaml-Kaleidoscope/Chapter4/
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. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
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
  /prebuilts/go/linux-x86/src/runtime/cgo/
iscgo.go 5 // The runtime package contains an uninitialized definition
  /prebuilts/tools/linux-x86_64/kythe/proto/
xref.proto 103 // If known and unambiguous, an anchor ticket for this node's definition
105 string definition = 5;
321 // If true, return definition locations, if possible, for each returned
352 // Anchor ticket of the target's definition. Populated only if
354 // a single unambiguous definition. For each ticket, an Anchor will be
366 // Each anchor cited as a target definition in the references. The map is
382 // All known definition anchors reached by the "/kythe/edge/defines" edge
386 // Only definition anchors reached by the "/kythe/edge/defines" edge kind
390 // Only definition anchors reached by the "/kythe/edge/defines/binding" edge
395 // Determines what kind of definition anchors, if any, should be returned i
    [all...]
  /system/chre/apps/chqts/build/
general_test_sources.mk 2 # a central definition shared across all target platforms.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
gotplt3.d 10 # definition of the function too.
  /external/icu/icu4c/source/i18n/
ucol_sit.cpp 338 const char *definition = string; local
347 parseError->offset = (int32_t)(string - definition);
430 ucol_prepareShortStringOpen( const char *definition,
455 ucol_sit_readSpecs(&s, definition, parseError, status);
497 ucol_openFromShortString( const char *definition,
503 UTRACE_DATA1(UTRACE_INFO, "short string = \"%s\"", definition);
523 const char *string = definition;
526 string = ucol_sit_readSpecs(&s, definition, parseError, status);
543 parseError->offset = (int32_t)(string - definition);
585 ucol_normalizeShortDefinitionString(const char *definition,
    [all...]
  /external/libvpx/libvpx/build/make/
gen_msvs_def.sh 21 This script generates a MSVC module definition file containing a list of symbols
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/Core/
Atom.h 35 enum Definition {
59 /// definition - Whether this atom is a definition or represents an undefined
61 Definition definition() const { return _definition; } function in class:lld::Atom
67 explicit Atom(Definition def) : _definition(def) {}
76 Definition _definition;

Completed in 556 milliseconds

1 2 3 45 6 7 8 91011>>