Home
last modified time | relevance | path

Searched defs:Object (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/external/pytorch/torch/csrc/jit/api/
Dobject.h24 struct TORCH_API Object { struct
27 Object& operator=(const Object&) = default; argument
29 Object& operator=(Object&&) noexcept = default; argument
30 Object(ObjectPtr _ivalue) : _ivalue_(std::move(_ivalue)) {} in Object() argument
37 ObjectPtr _ivalue() const { in _ivalue() argument
42 c10::ClassTypePtr type() const { in type()
46 struct Property {
52 void setattr(const std::string& name, c10::IValue v) { in setattr()
87 throw ObjectAttributeError(err.str()); in attr() argument
90 c10::IValue attr(const std::string& name, c10::IValue or_else) const { in attr()
[all …]
/external/jspecify/samples/wildcardsWithDefault/wildcardswithdefault/
DWildcardsWithDefault.java27 A<? extends @Nullable Object, ? extends @Nullable Object, ? extends @Nullable Object> a) {} in noBoundsNullable()
36 A<Object, Object, Object> aNotNullNotNullNotNull, in main()
38 A<Object, Object, @Nullable Object> aNotNullNotNullNull, in main()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
DMachOObject.h298 struct Object { struct
299 MachHeader Header;
300 std::vector<LoadCommand> LoadCommands;
302 SymbolTable SymTable;
303 StringTable StrTable;
305 RebaseInfo Rebases;
306 BindInfo Binds;
307 WeakBindInfo WeakBinds;
308 LazyBindInfo LazyBinds;
309 ExportInfo Exports;
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/
DCOFFObject.h95 struct Object { struct
96 bool IsPE = false;
98 object::dos_header DosHeader;
99 ArrayRef<uint8_t> DosStub;
101 object::coff_file_header CoffFileHeader;
103 bool Is64 = false;
104 object::pe32plus_header PeHeader;
105 uint32_t BaseOfData = 0; // pe32plus_header lacks this field.
107 std::vector<object::data_directory> DataDirectories;
109 ArrayRef<Symbol> getSymbols() const { return Symbols; } in getSymbols()
[all …]
/external/flatbuffers/tests/private_annotation_test/
Dobject_generated.rs15 pub(crate) struct Object(pub [u8; 4]); struct
16 impl Default for Object { implementation
21 impl core::fmt::Debug for Object { implementation
29 impl flatbuffers::SimpleToVerifyInSlice for Object {} implementation
30 impl<'a> flatbuffers::Follow<'a> for Object { implementation
37 impl<'a> flatbuffers::Follow<'a> for &'a Object { implementation
44 impl<'b> flatbuffers::Push for Object { implementation
48 …let src = ::core::slice::from_raw_parts(self as *const Object as *const u8, <Self as flatbuffers::… in push() constant
57 impl<'a> flatbuffers::Verifiable for Object { implementation
67 impl<'a> Object { implementation
[all …]
/external/clang/test/Parser/
Dnamelookup-bug-2.c4 typedef int Object; typedef
6 struct Object {int i1; } *P; argument
9 struct Object { int i2; } *X; in foo() struct
/external/jspecify/samples/annotatedBoundsOfWildcard/annotatedboundsofwildcard/
DAnnotatedBoundsOfWildcard.java44 ? extends @NullnessUnspecified Object, in noBounds()
67 Test<Object, Object, Object> aObjectNotNullNotNullNotNull, in main()
69 Test<Object, Object, @Nullable Object> aObjectNotNullNotNullNull, in main()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/XCOFF/
DXCOFFObject.h36 struct Object { struct
37 XCOFFFileHeader32 FileHeader;
38 XCOFFAuxiliaryHeader32 OptionalFileHeader;
39 std::vector<Section> Sections;
40 std::vector<Symbol> Symbols;
41 StringRef StringTable;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackReader.h75 struct Object { struct
94 Object() : Kind(Type::Int), Int(0) {} in Object() argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DMsgPackReader.h76 struct Object { struct
95 Object() : Kind(Type::Int), Int(0) {} in Object() argument
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dobject.h55 struct Object { struct
60 ObjectType object_type; argument
67 ObjectSize size; argument
69 std::variant<ObjectData, ObjectRef> object; argument
73 inline bool IsRef(const Object& object) { in IsRef() argument
/external/skia/modules/sksg/slides/
DSVGPongSlide.cpp217 struct Object { struct in PongSlide
218 void initialize(const SkRRect& rrect, const SkPoint& p, const SkVector& s) { in initialize()
227 void posTick(SkScalar dt) { in posTick()
231 void updateDom() { in updateDom()
243 sk_sp<sksg::RRect> objectNode,
244 shadowNode;
245 SkPoint pos;
246 SkVector spd;
247 SkSize size;
/external/rust/android-crates-io/crates/libbpf-rs/tests/common/
Dmod.rs46 pub fn get_test_object(filename: &str) -> Object { in get_test_object()
54 pub fn get_map<'obj>(object: &'obj Object, name: &str) -> Map<'obj> { in get_map()
63 pub fn get_map_mut<'obj>(object: &'obj mut Object, name: &str) -> MapMut<'obj> { in get_map_mut()
72 pub fn get_prog_mut<'obj>(object: &'obj mut Object, name: &str) -> ProgramMut<'obj> { in get_prog_mut()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/
DWasmObject.h30 struct Object { struct
31 llvm::wasm::WasmObjectHeader Header; argument
33 std::vector<Section> Sections;
/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DAttributeValue.java99 Function<Object, T> defaultFunction); in match()
122 Function<Object, T> defaultFunction); in match()
140 Function<Object, T> defaultFunction) { in match()
150 Function<Object, T> defaultFunction) { in match()
173 Function<Object, T> defaultFunction) { in match()
183 Function<Object, T> defaultFunction) { in match()
206 Function<Object, T> defaultFunction) { in match()
216 Function<Object, T> defaultFunction) { in match()
239 Function<Object, T> defaultFunction) { in match()
249 Function<Object, T> defaultFunction) { in match()
/external/llvm/lib/Object/
DModuleSummaryIndexObjectFile.cpp26 MemoryBufferRef Object, std::unique_ptr<ModuleSummaryIndex> I) in ModuleSummaryIndexObjectFile()
51 ModuleSummaryIndexObjectFile::findBitcodeInMemBuffer(MemoryBufferRef Object) { in findBitcodeInMemBuffer()
73 MemoryBufferRef Object, in hasGlobalValueSummaryInMemBuffer()
87 MemoryBufferRef Object, in create()
/external/pigweed/pw_preprocessor/
Dutil_test.cc32 struct Object { in TEST() struct
33 int a; in TEST()
34 uint64_t array[7]; in TEST()
/external/libchrome/dbus/
Dobject_manager.h335 struct Object { struct
339 ObjectProxy* object_proxy; argument
347 // Maps the object path of an object to the Object structure. argument
/external/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h83 struct Object { struct
88 Object(); argument
/external/clang/test/CodeGenCXX/
D2007-01-02-UnboundedArray.cpp7 struct Object { struct
12 new Object; in main() argument
/external/clang/test/SemaObjC/
Dwarn-selector-selection.m3 @interface Object interface
8 - (void)setWindow:(Object *)wdw;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h104 struct Object { struct
110 Object(); argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h103 struct Object { struct
109 Object(); argument
/external/llvm/unittests/Support/
DArrayRecyclerTest.cpp19 struct Object { struct
20 int Num;
21 Object *Other;
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGenerateDateTimeTestData.java372 private static String fieldStyleCombinationToSkeleton(Map<Object, Object> styleCombination) { in fieldStyleCombinationToSkeleton()
404 private static ZonedDateTime getZonedDateTimeFromTemporalDateInput(Map<Object, Object> input) { in getZonedDateTimeFromTemporalDateInput()
455 private static String getDateLength(Map<Object, Object> optionsMap) { in getDateLength()
466 private static String getTimeLength(Map<Object, Object> optionsMap) { in getTimeLength()
492 private static ImmutableMap<Object, Object> getTestCaseForZonedDateTime( in getTestCaseForZonedDateTime()
496 ImmutableMap.Builder<Object, Object> optionsBuilder, in getTestCaseForZonedDateTime()

12345678910>>...16