HomeSort by relevance Sort by last modified time
    Searched refs:Metadata (Results 151 - 163 of 163) sorted by null

1 2 3 4 5 67

  /frameworks/base/media/java/android/media/
MediaPlayer.java 521 Constant to retrieve only the new metadata since the last
530 Constant to retrieve all the metadata.
538 Constant to enable the metadata filter during retrieval.
546 Constant to disable the metadata filter during retrieval.
    [all...]
  /external/skia/src/svg/
SkSVGParser.cpp 372 CASE_NEW(Metadata);
420 {"metadata", SkSVGType_Metadata},
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 40 #include "llvm/IR/Metadata.h"
    [all...]
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 108 case MVT::Metadata: return "MVT::Metadata";
IntrinsicEmitter.cpp 268 case MVT::Metadata: return Sig.push_back(IIT_METADATA);
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 36 | Metadata
386 external metadata : llvalue -> int -> llvalue option = "llvm_metadata"
390 (*--... Operations on metadata .......,.....................................--*)
    [all...]
llvm.mli 69 | Metadata
672 metadata attached to it. See the function
676 (** [metadata i kind] optionally returns the metadata associated with the
679 val metadata : llvalue -> int -> llvalue option var
681 (** [set_metadata i kind md] sets the metadata [md] of kind [kind] in the
685 (** [clear_metadata i kind] clears the metadata of kind [kind] in the
690 (** {7 Operations on metadata} *)
706 * metadata (if any).
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 55 static const char AnnotationSection[] = "llvm.metadata";
742 GV->setSection("llvm.metadata");
749 SmallVectorImpl<llvm::Value *> &Metadata,
753 addLinkOptionsPostorder(Context, Mod->Parent, Metadata, Visited);
759 addLinkOptionsPostorder(Context, Mod->Imports[I-1], Metadata, Visited);
776 Metadata.push_back(llvm::MDNode::get(Context, Args));
784 Metadata.push_back(llvm::MDNode::get(Context, OptString));
846 // Add the linker options metadata flag.
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 42 #include "llvm/IR/Metadata.h"
    [all...]
  /system/media/camera/docs/
metadata_model.py 32 Metadata: Root node that also provides tree construction functionality.
42 Base class for most nodes that are part of the Metadata graph.
190 class Metadata(Node):
192 A node corresponding to a <metadata> entry.
195 parent: An edge to the parent Node. This is always None for Metadata.
203 construct_graph() to build up the Metadata from some source.
239 Insert a tag into the metadata.
246 metadata.insert_tag("BC", "Backwards Compatibility for old API")
258 Insert an entry into the metadata.
275 Insert a clone into the metadata
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 62 #include "llvm/IR/Metadata.h"
136 /// MDNodes - keep track of the metadata nodes that have been checked
488 "Named metadata operand cannot be function local!", MD);
494 // Only visit each node once. Metadata can be mutually recursive, so this
507 "Global metadata operand cannot be function local!", &MD, N);
511 Assert2(MD.isFunctionLocal(), "Invalid operand for global metadata!", &MD, Op);
522 assert(ActualF && "Unimplemented function local metadata case!");
524 Assert2(ActualF == F, "function-local metadata used in wrong function",
575 "invalid ID operand in module flag (expected metadata string)",
597 "invalid value for 'require' module flag (expected metadata pair)"
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 84 import com.android.server.PackageManagerBackupAgent.Metadata;
228 // Pseudoname that we use for the Package Manager metadata "package"
811 // schedules a backup pass on the Package Manager metadata the first
    [all...]
  /external/chromium-trace/
script.js     [all...]

Completed in 582 milliseconds

1 2 3 4 5 67