/aosp_15_r20/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/config/ |
D | ConfigurationDescriptor.java | 150 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 D | ShadowMediaMetadataRetriever.java | 98 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 D | Headers.java | 134 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 D | VectorUtils.cpp | 1150 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 D | VPlan.cpp | 245 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/ |
D | ImageCaptureManager.java | 203 public void addMetadata(TotalCaptureResult metadata) { in addMetadata() method in ImageCaptureManager.CapturedImage
|
/aosp_15_r20/external/pytorch/torch/csrc/profiler/ |
H A D | kineto_shim.cpp | 78 void addMetadata( in addMetadata() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 1518 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 D | Metadata.cpp | 1359 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 D | Metadata.cpp | 1393 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 D | Metadata.cpp | 1359 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 D | MachineInstrBuilder.h | 180 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 D | MachineInstrBuilder.h | 227 const MachineInstrBuilder &addMetadata(const MDNode *MD) const { in addMetadata() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 237 const MachineInstrBuilder &addMetadata(const MDNode *MD) const { in addMetadata() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 237 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 D | MachineInstrBuilder.h | 236 const MachineInstrBuilder &addMetadata(const MDNode *MD) const { in addMetadata() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 237 const MachineInstrBuilder &addMetadata(const MDNode *MD) const { in addMetadata() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 237 const MachineInstrBuilder &addMetadata(const MDNode *MD) const { in addMetadata() function
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | profiler_kineto.cpp | 177 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 D | Phonemetadata.java | 1158 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 D | Phonemetadata.java | 1196 public PhoneMetadataCollection addMetadata(PhoneMetadata value) { in addMetadata() method in Phonemetadata.PhoneMetadataCollection
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 682 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 D | LoopVectorize.cpp | 917 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/ |
HD | libprofgen.jar | META-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/ |
D | androidx.profileinstaller_profileinstaller.jar | androidx/
androidx/profileinstaller/
androidx/profileinstaller/BenchmarkOperation$Api21ContextHelper.class
BenchmarkOperation.java
package ... |