Home
last modified time | relevance | path

Searched defs:addObject (Results 1 – 25 of 104) sorted by relevance

12345

/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/app/
H A DFieldMethodizer.java123 public void addObject ( String s ) in addObject() method in FieldMethodizer
134 public void addObject ( Object o ) in addObject() method in FieldMethodizer
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Core/
DLVLocation.h150 virtual void addObject(LVAddress LowPC, LVAddress HighPC, in addObject() function
152 virtual void addObject(LVSmall Opcode, ArrayRef<LVUnsigned> Operands) {} in addObject() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/LogicalView/Core/
DLVLocation.h150 virtual void addObject(LVAddress LowPC, LVAddress HighPC, in addObject() function
152 virtual void addObject(LVSmall Opcode, ArrayRef<LVUnsigned> Operands) {} in addObject() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Core/
DLVLocation.h150 virtual void addObject(LVAddress LowPC, LVAddress HighPC, in addObject() function
152 virtual void addObject(LVSmall Opcode, ArrayRef<LVUnsigned> Operands) {} in addObject() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/LogicalView/Core/
DLVLocation.h150 virtual void addObject(LVAddress LowPC, LVAddress HighPC, in addObject() function
152 virtual void addObject(LVSmall Opcode, ArrayRef<LVUnsigned> Operands) {} in addObject() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h155 virtual void addObject(LVAddress LowPC, LVAddress HighPC, in addObject() function
157 virtual void addObject(LVSmall Opcode, LVUnsigned Operand1, in addObject() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp561 void LVLocationSymbol::addObject(LVAddress LowPC, LVAddress HighPC, in addObject() function in LVLocationSymbol
579 void LVLocationSymbol::addObject(LVSmall Opcode, LVUnsigned Operand1, in addObject() function in LVLocationSymbol
/aosp_15_r20/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
H A DAbstractHttp2Headers.java344 public Http2Headers addObject(CharSequence name, Object value) { in addObject() method in AbstractHttp2Headers
349 public Http2Headers addObject(CharSequence name, Iterable<?> values) { in addObject() method in AbstractHttp2Headers
354 public Http2Headers addObject(CharSequence name, Object... values) { in addObject() method in AbstractHttp2Headers
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/format/
H A DDateTimeBuilder.java181 void addObject(ChronoLocalDate date) { in addObject() method in DateTimeBuilder
185 void addObject(LocalTime time) { in addObject() method in DateTimeBuilder
/aosp_15_r20/external/perfmark/agent/src/main/java/io/perfmark/agent/
H A DMethodVisitorRecorder.java320 private void addObject(Object value) { in addObject() method in MethodVisitorRecorder
324 private static Object[] addObject(Object[] dest, int pos, Object value) { in addObject() method in MethodVisitorRecorder
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DRemoteObjectLayer.h332 addObject(ObjectPtr ObjBuffer, in addObject() function
469 Expected<ObjHandleT> addObject(std::string ObjBuffer) { in addObject() function
H A DObjectTransformLayer.h73 template <typename ObjectPtr> Error addObject(VModuleKey K, ObjectPtr Obj) { in addObject() function
H A DRTDyldObjectLinkingLayer.h391 Error addObject(VModuleKey K, ObjectPtr ObjBuffer) { in addObject() function
/aosp_15_r20/external/clang/test/CodeGenObjC/
H A Dgetter-property-type-mismatch.m7 - (void) addObject; method
H A Dparameterized_classes.m39 void addObject(NSMutableArray<NSString *> *array, NSString *obj) { function
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/component/
DStampAnnotation.java64 public void addObject(@NonNull PdfPageObject pageObject) { in addObject() method in StampAnnotation
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp36 void StackLayout::addObject(const Value *V, unsigned Size, unsigned Alignment, in addObject() function in StackLayout
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp39 void StackLayout::addObject(const Value *V, unsigned Size, Align Alignment, in addObject() function in StackLayout
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp41 void StackLayout::addObject(const Value *V, unsigned Size, unsigned Alignment, in addObject() function in StackLayout
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DMtpDeviceIndexRunnable.java142 protected void addObject(IngestObjectInfo objectInfo, in addObject() method in MtpDeviceIndexRunnable
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmgcstack.go270 func (s *stackScanState) addObject(addr uintptr, r *stackObjectRecord) { func
/aosp_15_r20/device/google/contexthub/util/common/
DJSONObject.h245 void addObject(const sp<JSONObject> &obj) { in addObject() function
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationXmlParser.java307 void addObject(String objectTypeName, Attributes attributes) throws SAXException { in addObject() method in ConfigurationXmlParser.ConfigHandler
/aosp_15_r20/frameworks/av/media/mtp/tests/MtpFuzzer/
H A DMtpMockDatabase.cpp43 void MtpMockDatabase::addObject(MtpObjectInfo* info) { in addObject() function in android::MtpMockDatabase
/aosp_15_r20/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp100 void egl_display_t::addObject(egl_object_t* object) { in addObject() function in android::egl_display_t

12345