HomeSort by relevance Sort by last modified time
    Searched full:metadata (Results 1001 - 1025 of 1450) sorted by null

<<41424344454647484950>>

  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 79 import com.android.server.PackageManagerBackupAgent.Metadata;
221 // Pseudoname that we use for the Package Manager metadata "package"
743 // schedules a backup pass on the Package Manager metadata the first
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 23 #include "llvm/Metadata.h"
813 // Propagate any debug metadata from the store onto the dbg.value.
817 // Otherwise propagate debug metadata from dbg.declare.
835 // Propagate any debug metadata from the store onto the dbg.value.
839 // Otherwise propagate debug metadata from dbg.declare.
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 169 /// Metadata kind used to tie method lookups to message sends. The GNUstep
337 /// metadata. This is used purely for introspection in the fragile ABI. In
344 /// and an array of structures containing method metadata.
357 /// Generates a list of property metadata structures. This follows the same
358 /// pattern as method and instance variable metadata lists.
    [all...]
CodeGenModule.h 627 /// metadata global.
    [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp 198 case Type::MetadataTyID: OS << "metadata"; break;
456 // Add metadata used by named metadata.
500 // Intrinsics can directly use metadata. We allow direct calls to any
511 // Process metadata attached with this instruction.
601 // Don't insert if N is a function-local metadata, these are always printed
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_imelody.c 426 //3 We need a different mode for metadata parsing where we don't loop at all
799 /* set metadata callback */
801 EAS_HWMemCpy(&pData->metadata, (void*) value, sizeof(S_METADATA_CB));
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imelody.c 426 //3 We need a different mode for metadata parsing where we don't loop at all
799 /* set metadata callback */
801 EAS_HWMemCpy(&pData->metadata, (void*) value, sizeof(S_METADATA_CB));
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_imelody.c 435 //3 We need a different mode for metadata parsing where we don't loop at all
808 /* set metadata callback */
810 EAS_HWMemCpy(&pData->metadata, (void*) value, sizeof(S_METADATA_CB));
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 377 batchAsyncCall(entry, 'getMetadata', function(metadata) {
378 entry.cachedMtime_ = metadata.modificationTime;
    [all...]
  /external/e2fsprogs/e2fsck/
problem.c 481 /* Block number overlaps fs metadata */
483 N_("%B (%b) overlaps @f metadata in @i %i. "),
562 /* Error allocating blocks for relocating metadata */
572 /* Relocating metadata group information from X to Y */
795 "@f metadata. "),
954 /* File sharing blocks with filesystem metadata */
956 N_("\t<@f metadata>\n"),
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 399 "::google::protobuf::Metadata GetMetadata() const;\n"
745 "::google::protobuf::Metadata $classname$::GetMetadata() const {\n"
747 " ::google::protobuf::Metadata metadata;\n"
748 " metadata.descriptor = $classname$_descriptor_;\n"
749 " metadata.reflection = $classname$_reflection_;\n"
750 " return metadata;\n"
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 200 ::google::protobuf::Metadata GetMetadata() const;
294 ::google::protobuf::Metadata GetMetadata() const;
476 ::google::protobuf::Metadata GetMetadata() const;
573 ::google::protobuf::Metadata GetMetadata() const;
741 ::google::protobuf::Metadata GetMetadata() const;
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 68 | Metadata
671 metadata attached to it. See the function
675 (** [metadata i kind] optionally returns the metadata associated with the
678 val metadata : llvalue -> int -> llvalue option var
680 (** [set_metadata i kind md] sets the metadata [md] of kind [kind] in the
684 (** [clear_metadata i kind] clears the metadata of kind [kind] in the
689 (** {7 Operations on metadata} *)
705 * metadata (if any).
    [all...]
llvm.ml 35 | Metadata
385 external metadata : llvalue -> int -> llvalue option = "llvm_metadata"
389 (*--... Operations on metadata .......,.....................................--*)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 569 case bitc::TYPE_CODE_METADATA: // METADATA
796 case bitc::TYPE_CODE_METADATA: // METADATA
    [all...]
  /external/chromium/net/http/
http_cache_unittest.cc     [all...]
  /external/e2fsprogs/resize/
resize2fs.c 436 * and free any blocks associated with their metadata
757 * nothing other than standard metadata in use.
937 * metadata in side the block group, and the restore
    [all...]
  /frameworks/base/core/tests/coretests/
AndroidManifest.xml 31 <meta-data android:name="com.android.frameworks.coretests.reference" android:resource="@xml/metadata" />
    [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
AsYouTypeFormatterTest.java 24 * Note that these tests use the metadata contained in the files with TEST_META_DATA_FILE_PREFIX,
25 * not the normal metadata files, so should not be used for regression test purposes - these tests
421 // Note the unittest is using fake metadata which might produce non-ideal results.
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 92 ::google::protobuf::Metadata GetMetadata() const;
215 ::google::protobuf::Metadata GetMetadata() const;
332 ::google::protobuf::Metadata GetMetadata() const;
  /external/qemu/block/
qcow2.c 1030 /* Preallocate metadata */
    [all...]
  /frameworks/base/drm/common/
IDrmManagerService.cpp 201 LOGV("Get Metadata");
211 //Filling Drm Metadata
861 //Filling DRM Metadata contents
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
ShareCompat.java 563 * in addition to extra metadata about the app that shared the content.
758 * was not started for a result, IntentBuilder will read this from extra metadata placed
776 * this from extra metadata placed in the intent by ShareBuilder.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 557 IViewMetadata metadata = mRulesEngine.getMetadata(fqcn);
558 if (metadata != null) {
560 FillPreference fill = metadata.getFillPreference();
    [all...]
  /cts/tests/res/values/
strings.xml 76 <string name="metadata_text">metadata text</string>

Completed in 2036 milliseconds

<<41424344454647484950>>