HomeSort by relevance Sort by last modified time
    Searched defs:definition (Results 1 - 25 of 432) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
ActivityCompat.java 35 public void registerRemoteAnimations(RemoteAnimationDefinitionCompat definition) {
36 mWrapped.registerRemoteAnimations(definition.getWrapped());
  /toolchain/binutils/binutils-2.27/etc/
add-log.el 348 "Return name of function definition point is in, or nil.
390 ;; Handle a C macro definition.
441 (get-method-definition)
543 (defvar get-method-definition-md)
545 ;; Subroutine used within get-method-definition.
548 (defun get-method-definition-1 (end)
549 (setq get-method-definition-md
550 (concat get-method-definition-md
556 (defun get-method-definition ()
557 (let ((get-method-definition-md "[")
    [all...]
  /dalvik/dx/src/com/android/multidex/
Path.java 49 private final String definition; field in class:Path
53 Path(String definition) throws IOException {
54 this.definition = definition;
55 for (String filePath : definition.split(Pattern.quote(File.pathSeparator))) {
83 return definition;
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_show.cc 218 string definition = FormatNumber(node->proto().total_definition_count()); local
220 definition = "1/" + definition;
222 definition = "--/" + definition;
224 info.push_back(run + "|" + definition);
  /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...]
  /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;
  /prebuilts/clang/host/darwin-x86/clang-4479392/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;
  /prebuilts/clang/host/darwin-x86/clang-4579689/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;
  /prebuilts/clang/host/darwin-x86/clang-4630689/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;
  /prebuilts/clang/host/darwin-x86/clang-4639204/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;
  /prebuilts/clang/host/darwin-x86/clang-4691093/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;
  /prebuilts/clang/host/linux-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;
  /prebuilts/clang/host/linux-x86/clang-4479392/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;
  /prebuilts/clang/host/linux-x86/clang-4579689/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;
  /prebuilts/clang/host/linux-x86/clang-4630689/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;
  /prebuilts/clang/host/linux-x86/clang-4639204/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;
  /prebuilts/clang/host/linux-x86/clang-4691093/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;
  /dalvik/dx/src/com/android/dx/ssa/back/
RegisterAllocator.java 73 * Returns the category (width) of the definition site of the register.
80 SsaInsn definition = ssaMeth.getDefinitionForRegister(reg); local
82 if (definition == null) {
86 return definition.getResult().getCategory();
91 * Returns the RegisterSpec of the definition of the register.
94 * @return definition spec of the register or null if it is never defined
98 SsaInsn definition = ssaMeth.getDefinitionForRegister(reg); local
100 return definition == null ? null : definition.getResult();
104 * Returns true if the definition site of this register is
    [all...]
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java 35 * Displays a word and its definition.
57 TextView definition = (TextView) findViewById(R.id.definition); local
63 definition.setText(cursor.getString(dIndex));
  /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/tensorflow/tensorflow/python/framework/
function.py 63 default graph and adds the definition of the function into the
179 # its definition needs to be deferred until it's called.
191 """_DefinedFunction encapsulates a function definition and its properties.
195 definition: The definition of this function. A FunctionDef proto.
235 ValueError: The function definition is invalid.
273 def definition(self): member in class:_DefinedFunction
274 """Function definition proto."""
319 """Creates the function definition if it's not created yet."""
381 # Hash the definition and its dependencies
    [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;
  /external/clang/test/CodeGenCXX/
mangle-template.cpp 132 struct definition { struct in struct:test10::X
138 typename X<T>::template definition<U> f(T, U) { }
  /external/swiftshader/src/Reactor/
Optimizer.cpp 66 std::unordered_map<Ice::Variable*, Ice::Inst*> definition; member in class:__anon35658::Optimizer
364 definition.clear();
376 definition[instruction.getDest()] = &instruction;
455 deleteInstruction(definition[var]);
474 Ice::Inst *def = definition[address];
  /external/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp 317 int definition = attrs & LTO_SYMBOL_DEFINITION_MASK; local
319 switch (definition) {
337 (*message)(LDPL_ERROR, "Unknown definition attribute: %d", definition);

Completed in 618 milliseconds

1 2 3 4 5 6 7 8 91011>>