Home
last modified time | relevance | path

Searched defs:addMetadata (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/aosp_15_r20/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/config/
DConfigurationDescriptor.java150 public void addMetadata(String key, String value) { in addMetadata() method in ConfigurationDescriptor
160 public void addMetadata(String key, List<String> values) { in addMetadata() method in ConfigurationDescriptor
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowMediaMetadataRetriever.java98 public static void addMetadata(DataSource ds, int keyCode, String value) { in addMetadata() method in ShadowMediaMetadataRetriever
116 public static void addMetadata(String path, int keyCode, String value) { in addMetadata() method in ShadowMediaMetadataRetriever
/aosp_15_r20/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
H A DHeaders.java134 private static List<Header> addMetadata(List<Header> okhttpHeaders, Metadata toAdd) { in addMetadata() method in Headers
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DVectorUtils.cpp1150 void InterleaveGroup<InstT>::addMetadata(InstT *NewInst) const { in addMetadata() function in InterleaveGroup
1156 void InterleaveGroup<Instruction>::addMetadata(Instruction *NewInst) const { in addMetadata() function in llvm::InterleaveGroup
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp245 void VPTransformState::addMetadata(Instruction *To, Instruction *From) { in addMetadata() function in VPTransformState
250 void VPTransformState::addMetadata(ArrayRef<Value *> To, Instruction *From) { in addMetadata() function in VPTransformState
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/one/v2/
DImageCaptureManager.java203 public void addMetadata(TotalCaptureResult metadata) { in addMetadata() method in ImageCaptureManager.CapturedImage
/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dkineto_shim.cpp78 void addMetadata( in addMetadata() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DVectorUtils.cpp1518 void InterleaveGroup<InstT>::addMetadata(InstT *NewInst) const { in addMetadata() function in InterleaveGroup
1524 void InterleaveGroup<Instruction>::addMetadata(Instruction *NewInst) const { in addMetadata() function in llvm::InterleaveGroup
/aosp_15_r20/external/llvm/lib/IR/
H A DMetadata.cpp1359 void GlobalObject::addMetadata(unsigned KindID, MDNode &MD) { in addMetadata() function in GlobalObject
1366 void GlobalObject::addMetadata(StringRef Kind, MDNode &MD) { in addMetadata() function in GlobalObject
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DMetadata.cpp1393 void GlobalObject::addMetadata(unsigned KindID, MDNode &MD) { in addMetadata() function in GlobalObject
1400 void GlobalObject::addMetadata(StringRef Kind, MDNode &MD) { in addMetadata() function in GlobalObject
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DMetadata.cpp1359 void Value::addMetadata(unsigned KindID, MDNode &MD) { in addMetadata() function in Value
1366 void Value::addMetadata(StringRef Kind, MDNode &MD) { in addMetadata() function in Value
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h180 const MachineInstrBuilder &addMetadata(const MDNode *MD) const { in addMetadata() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h227 const MachineInstrBuilder &addMetadata(const MDNode *MD) const { in addMetadata() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DMachineInstrBuilder.h237 const MachineInstrBuilder &addMetadata(const MDNode *MD) const { in addMetadata() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DMachineInstrBuilder.h237 const MachineInstrBuilder &addMetadata(const MDNode *MD) const { in addMetadata() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h236 const MachineInstrBuilder &addMetadata(const MDNode *MD) const { in addMetadata() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DMachineInstrBuilder.h237 const MachineInstrBuilder &addMetadata(const MDNode *MD) const { in addMetadata() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DMachineInstrBuilder.h237 const MachineInstrBuilder &addMetadata(const MDNode *MD) const { in addMetadata() function
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_kineto.cpp177 void addMetadata(const std::string& key, const std::string& value) { in addMetadata() function
/aosp_15_r20/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhonemetadata.java1158 public PhoneMetadataCollection addMetadata(PhoneMetadata value) { in addMetadata() method in Phonemetadata.PhoneMetadataCollection
/aosp_15_r20/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
H A DPhonemetadata.java1196 public PhoneMetadataCollection addMetadata(PhoneMetadata value) { in addMetadata() method in Phonemetadata.PhoneMetadataCollection
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp682 void InnerLoopVectorizer::addMetadata(Instruction *To, in addMetadata() function in __anond9ee33c50111::InnerLoopVectorizer
688 void InnerLoopVectorizer::addMetadata(ArrayRef<Value *> To, in addMetadata() function in __anond9ee33c50111::InnerLoopVectorizer
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp917 void InnerLoopVectorizer::addMetadata(Instruction *To, in addMetadata() function in InnerLoopVectorizer
923 void InnerLoopVectorizer::addMetadata(ArrayRef<Value *> To, in addMetadata() function in InnerLoopVectorizer
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/profgen/profgen/
HDlibprofgen.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.4.0-alpha02/androidx.profileinstaller_profileinstaller/android_common_apex30/aar/
Dandroidx.profileinstaller_profileinstaller.jarandroidx/ androidx/profileinstaller/ androidx/profileinstaller/BenchmarkOperation$Api21ContextHelper.class BenchmarkOperation.java package ...

12345678910>>...16