Home
last modified time | relevance | path

Searched refs:object (Results 1 – 25 of 8055) sorted by relevance

12345678910>>...323

/external/flac/include/FLAC++/
Dmetadata.h130 Prototype(::FLAC__StreamMetadata *object, bool copy);
142 Prototype &assign_object(::FLAC__StreamMetadata *object, bool copy);
234 Prototype *construct_block(::FLAC__StreamMetadata *object);
243 inline bool Prototype::operator==(const Prototype &object) const
244 { return (bool)::FLAC__metadata_object_is_equal(object_, object.object_); }
246 inline bool Prototype::operator==(const ::FLAC__StreamMetadata &object) const
247 { return (bool)::FLAC__metadata_object_is_equal(object_, &object); }
249 inline bool Prototype::operator==(const ::FLAC__StreamMetadata *object) const
250 { return (bool)::FLAC__metadata_object_is_equal(object_, object); }
256 inline bool Prototype::operator!=(const Prototype &object) const
[all …]
/external/igt-gpu-tools/tests/i915/
Dgem_softpin.c50 struct drm_i915_gem_exec_object2 object; in test_invalid() local
53 execbuf.buffers_ptr = to_user_pointer(&object); in test_invalid()
56 memset(&object, 0, sizeof(object)); in test_invalid()
57 object.handle = gem_create(fd, 2*4096); in test_invalid()
58 object.flags = EXEC_OBJECT_SUPPORTS_48B_ADDRESS | EXEC_OBJECT_PINNED; in test_invalid()
59 gem_write(fd, object.handle, 0, &bbe, sizeof(bbe)); in test_invalid()
62 object.offset = 4096; in test_invalid()
63 object.alignment = 64*1024; in test_invalid()
65 object.alignment = 0; in test_invalid()
68 object.offset = -4096ULL; in test_invalid()
[all …]
/external/flac/src/libFLAC/
Dmetadata_object.c164 static void seektable_calculate_length_(FLAC__StreamMetadata *object) in seektable_calculate_length_() argument
166 FLAC__ASSERT(object != NULL); in seektable_calculate_length_()
167 FLAC__ASSERT(object->type == FLAC__METADATA_TYPE_SEEKTABLE); in seektable_calculate_length_()
169 object->length = object->data.seek_table.num_points * FLAC__STREAM_METADATA_SEEKPOINT_LENGTH; in seektable_calculate_length_()
192 static void vorbiscomment_calculate_length_(FLAC__StreamMetadata *object) in vorbiscomment_calculate_length_() argument
196 FLAC__ASSERT(object->type == FLAC__METADATA_TYPE_VORBIS_COMMENT); in vorbiscomment_calculate_length_()
198 object->length = (FLAC__STREAM_METADATA_VORBIS_COMMENT_ENTRY_LENGTH_LEN) / 8; in vorbiscomment_calculate_length_()
199 object->length += object->data.vorbis_comment.vendor_string.length; in vorbiscomment_calculate_length_()
200 object->length += (FLAC__STREAM_METADATA_VORBIS_COMMENT_NUM_COMMENTS_LEN) / 8; in vorbiscomment_calculate_length_()
201 for (i = 0; i < object->data.vorbis_comment.num_comments; i++) { in vorbiscomment_calculate_length_()
[all …]
/external/elfutils/lib/
Dstdatomic-fbsd.h265 #define atomic_compare_exchange_strong_explicit(object, expected, \ argument
267 __c11_atomic_compare_exchange_strong(object, expected, desired, \
269 #define atomic_compare_exchange_weak_explicit(object, expected, \ argument
271 __c11_atomic_compare_exchange_weak(object, expected, desired, \
273 #define atomic_exchange_explicit(object, desired, order) \ argument
274 __c11_atomic_exchange(object, desired, order)
275 #define atomic_fetch_add_explicit(object, operand, order) \ argument
276 __c11_atomic_fetch_add(object, operand, order)
277 #define atomic_fetch_and_explicit(object, operand, order) \ argument
278 __c11_atomic_fetch_and(object, operand, order)
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-unhandled-self-assignment.cpp38 PtrField &operator=(const PtrField &object);
44 PtrField &PtrField::operator=(const PtrField &object) { in operator =() argument
53 InlineDefinition &operator=(const InlineDefinition &object) { in operator =() argument
65 UniquePtrField &operator=(const UniquePtrField &object) { in operator =() argument
77 SharedPtrField &operator=(const SharedPtrField &object) { in operator =() argument
89 WeakPtrField &operator=(const WeakPtrField &object) { in operator =() argument
101 AutoPtrField &operator=(const AutoPtrField &object) { in operator =() argument
114 CArrayField &operator=(const CArrayField &object) { in operator =() argument
128 CopyConstruct &operator=(const CopyConstruct &object) { in operator =() argument
144 AssignOperator &operator=(const AssignOperator &object) { in operator =() argument
[all …]
/external/rust/crates/serde_json/src/
Dmacros.rs143 (@object $object:ident () () ()) => {};
146 (@object $object:ident [$($key:tt)+] ($value:expr) , $($rest:tt)*) => {
147 let _ = $object.insert(($($key)+).into(), $value);
148 json_internal!(@object $object () ($($rest)*) ($($rest)*));
152 (@object $object:ident [$($key:tt)+] ($value:expr) $unexpected:tt $($rest:tt)*) => {
157 (@object $object:ident [$($key:tt)+] ($value:expr)) => {
158 let _ = $object.insert(($($key)+).into(), $value);
162 (@object $object:ident ($($key:tt)+) (: null $($rest:tt)*) $copy:tt) => {
163 json_internal!(@object $object [$($key)+] (json_internal!(null)) $($rest)*);
167 (@object $object:ident ($($key:tt)+) (: true $($rest:tt)*) $copy:tt) => {
[all …]
/external/apache-commons-bcel/docs/
Dgeneric.mdl2 (object Petal
7 (object Design "Logical View"
10 defaults (object defaults
21 defaultFont (object Font
33 root_usecase_package (object Class_Category "Use Case View"
39 (object UseCaseDiagram "Main"
48 root_category (object Class_Category "Logical View"
55 (object Class "ClassGen"
58 (object Inheritance_Relationship
63 (object Operation "addInterface"
[all …]
Dclassfile.mdl2 (object Petal
7 (object Design "Logical View"
10 defaults (object defaults
21 defaultFont (object Font
33 root_usecase_package (object Class_Category "Use Case View"
39 (object UseCaseDiagram "Main"
48 root_category (object Class_Category "Logical View"
55 (object Class "JavaClass"
58 (object Inheritance_Relationship
63 (object Operation "getInterfaceNames"
[all …]
/external/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DCommonSymbols_allocation.s17 .type o1,@object #
19 .type o2,@object #
21 .type o3,@object #
23 .type o4,@object #
25 .type o5,@object #
27 .type o6,@object #
29 .type o7,@object #
31 .type o8,@object #
33 .type o9,@object #
35 .type o10,@object #
[all …]
/external/webrtc/rtc_base/
Dbind_unittest.cc53 void RefArgument(const scoped_refptr<LifeTimeCheck>& object) { in RefArgument()
54 EXPECT_TRUE(object.get() != nullptr); in RefArgument()
128 MethodBindTester object = {0}; in TEST() local
129 EXPECT_EQ(0, object.call_count); in TEST()
130 Bind(&MethodBindTester::NullaryVoid, &object)(); in TEST()
131 EXPECT_EQ(1, object.call_count); in TEST()
132 EXPECT_EQ(1, Bind(&MethodBindTester::NullaryInt, &object)()); in TEST()
133 EXPECT_EQ(2, object.call_count); in TEST()
135 static_cast<const MethodBindTester*>(&object))()); in TEST()
136 EXPECT_EQ(3, object.call_count); in TEST()
[all …]
/external/python/cpython3/Lib/
Dpprint.py47 def pprint(object, stream=None, indent=1, width=80, depth=None, *, argument
53 printer.pprint(object)
55 def pformat(object, indent=1, width=80, depth=None, *, argument
59 compact=compact, sort_dicts=sort_dicts).pformat(object)
61 def pp(object, *args, sort_dicts=False, **kwargs): argument
63 pprint(object, *args, sort_dicts=sort_dicts, **kwargs)
65 def saferepr(object): argument
67 return _safe_repr(object, {}, None, 0, True)[0]
69 def isreadable(object): argument
71 return _safe_repr(object, {}, None, 0, True)[1]
[all …]
/external/llvm-project/llvm/test/Bitcode/
Dmetadata-2.ll3 …%0 = type { %object.ModuleInfo.__vtbl*, i8*, %"byte[]", %1, %"ClassInfo[]", i32, void ()*, void ()…
4 %1 = type { i64, %object.ModuleInfo* } ; type %1
6 %"ClassInfo[]" = type { i64, %object.ClassInfo** }
7 %"Interface[]" = type { i64, %object.Interface* }
8 %"ModuleInfo[]" = type { i64, %object.ModuleInfo** }
9 %ModuleReference = type { %ModuleReference*, %object.ModuleInfo* }
10 %"OffsetTypeInfo[]" = type { i64, %object.OffsetTypeInfo* }
12object.ClassInfo = type { %object.ClassInfo.__vtbl*, i8*, %"byte[]", %"byte[]", %"void*[]", %"Inte…
13object.ClassInfo.__vtbl = type { %object.ClassInfo*, %"byte[]" (%object.Object*)*, i64 (%object.Ob…
14 %object.Interface = type { %object.ClassInfo*, %"void*[]", i64 }
[all …]
/external/llvm/test/Bitcode/
Dmetadata-2.ll3 …%0 = type { %object.ModuleInfo.__vtbl*, i8*, %"byte[]", %1, %"ClassInfo[]", i32, void ()*, void ()…
4 %1 = type { i64, %object.ModuleInfo* } ; type %1
6 %"ClassInfo[]" = type { i64, %object.ClassInfo** }
7 %"Interface[]" = type { i64, %object.Interface* }
8 %"ModuleInfo[]" = type { i64, %object.ModuleInfo** }
9 %ModuleReference = type { %ModuleReference*, %object.ModuleInfo* }
10 %"OffsetTypeInfo[]" = type { i64, %object.OffsetTypeInfo* }
12object.ClassInfo = type { %object.ClassInfo.__vtbl*, i8*, %"byte[]", %"byte[]", %"void*[]", %"Inte…
13object.ClassInfo.__vtbl = type { %object.ClassInfo*, %"byte[]" (%object.Object*)*, i64 (%object.Ob…
14 %object.Interface = type { %object.ClassInfo*, %"void*[]", i64 }
[all …]
/external/python/cpython2/Lib/
Dinspect.py51 def ismodule(object): argument
57 return isinstance(object, types.ModuleType)
59 def isclass(object): argument
65 return isinstance(object, (type, types.ClassType))
67 def ismethod(object): argument
76 return isinstance(object, types.MethodType)
78 def ismethoddescriptor(object): argument
92 return (hasattr(object, "__get__")
93 and not hasattr(object, "__set__") # else it's a data descriptor
94 and not ismethod(object) # mutual exclusion
[all …]
Dpprint.py55 def pprint(object, stream=None, indent=1, width=80, depth=None): argument
59 printer.pprint(object)
61 def pformat(object, indent=1, width=80, depth=None): argument
63 return PrettyPrinter(indent=indent, width=width, depth=depth).pformat(object)
65 def saferepr(object): argument
67 return _safe_repr(object, {}, None, 0)[0]
69 def isreadable(object): argument
71 return _safe_repr(object, {}, None, 0)[1]
73 def isrecursive(object): argument
75 return _safe_repr(object, {}, None, 0)[2]
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DObject.c52 OBJECT *object in ObjectFlush() argument
55 object->attributes.occupied = CLEAR; in ObjectFlush()
62 OBJECT *object in ObjectSetInUse() argument
65 object->attributes.occupied = SET; in ObjectSetInUse()
104 OBJECT *object = &s_objects[i]; in ObjectCleanupEvict() local
105 if(object->attributes.evict == SET) in ObjectCleanupEvict()
106 ObjectFlush(object); in ObjectCleanupEvict()
144 OBJECT *object // IN: handle to be checked in ObjectIsSequence() argument
147 pAssert(object != NULL); in ObjectIsSequence()
148 return (object->attributes.hmacSeq == SET in ObjectIsSequence()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkRefUtilImpl.inl191 VkInstance object = 0; local
192 VK_CHECK(vk.createInstance(pCreateInfo, pAllocator, &object));
193 return Move<VkInstance>(check<VkInstance>(object), Deleter<VkInstance>(vk, object, pAllocator));
198 VkDevice object = 0; local
199 VK_CHECK(vk.createDevice(physicalDevice, pCreateInfo, pAllocator, &object));
200 …return Move<VkDevice>(check<VkDevice>(object), Deleter<VkDevice>(vkp, instance, object, pAllocator…
205 VkDeviceMemory object = 0; local
206 VK_CHECK(vk.allocateMemory(device, pAllocateInfo, pAllocator, &object));
207 …return Move<VkDeviceMemory>(check<VkDeviceMemory>(object), Deleter<VkDeviceMemory>(vk, device, pAl…
212 VkFence object = 0; local
[all …]
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.h38 PyObjectRef(T *referrent, pybind11::object object) in PyObjectRef() argument
39 : referrent(referrent), object(std::move(object)) { in PyObjectRef()
42 assert(this->object && "cannot construct PyObjectRef with null object"); in PyObjectRef()
45 : referrent(other.referrent), object(std::move(other.object)) { in PyObjectRef()
47 assert(!other.object); in PyObjectRef()
50 : referrent(other.referrent), object(other.object /* copies */) {} in PyObjectRef()
54 if (!object) in getRefCount()
56 return object.ref_count(); in getRefCount()
62 pybind11::object releaseObject() { in releaseObject()
63 assert(referrent && object); in releaseObject()
[all …]
/external/harfbuzz_ng/src/
Dhb-shaper.hh72 #define HB_SHAPER_DATA_TYPE(shaper, object) hb_##shaper##_##object##_data_t argument
73 #define HB_SHAPER_DATA_CREATE_FUNC(shaper, object) _hb_##shaper##_shaper_##object##_data_create argument
74 #define HB_SHAPER_DATA_DESTROY_FUNC(shaper, object) _hb_##shaper##_shaper_##object##_data_destroy argument
76 #define HB_SHAPER_DATA_INSTANTIATE_SHAPERS(shaper, object) \ argument
78 struct HB_SHAPER_DATA_TYPE (shaper, object); /* Type forward declaration. */ \
79 extern "C" HB_INTERNAL HB_SHAPER_DATA_TYPE (shaper, object) * \
80 HB_SHAPER_DATA_CREATE_FUNC (shaper, object) (hb_##object##_t *object); \
82 …HB_SHAPER_DATA_DESTROY_FUNC (shaper, object) (HB_SHAPER_DATA_TYPE (shaper, object) *shaper##_##obj…
85 struct hb_shaper_object_data_type_t<HB_SHAPER_ORDER (shaper), hb_##object##_t> \
87 typedef HB_SHAPER_DATA_TYPE(shaper, object) value; \
[all …]
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_4_5_6.pass.cpp46 TestMemberObject() : object() {} in TestMemberObject()
47 Tp object; member
78 MemPtr M = &TestType::object; in doTest()
79 runTestDispatch<E>(M, obj, &obj.object); in doTest()
80 runTestDispatch<E>(M, der, &der.object); in doTest()
81 runTestDispatch<E>(M, dref2, &dref2.object.object); in doTest()
82 runTestPropCVDispatch<E>(M, obj_ptr, &obj_ptr->object); in doTest()
83 runTestPropCVDispatch<E>(M, der_ptr, &der_ptr->object); in doTest()
85 runTestPropCVDispatch<E>(M, rref, &(rref.get().object)); in doTest()
86 runTestPropCVDispatch<E>(M, drref, &(drref.get().object)); in doTest()
[all …]
/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_4_5_6.pass.cpp49 TestMemberObject() : object() {} in TestMemberObject()
50 Tp object; member
81 MemPtr M = &TestType::object; in doTest()
82 runTestDispatch<E>(M, obj, &obj.object); in doTest()
83 runTestDispatch<E>(M, der, &der.object); in doTest()
84 runTestDispatch<E>(M, dref2, &dref2.object.object); in doTest()
85 runTestPropCVDispatch<E>(M, obj_ptr, &obj_ptr->object); in doTest()
86 runTestPropCVDispatch<E>(M, der_ptr, &der_ptr->object); in doTest()
88 runTestPropCVDispatch<E>(M, rref, &(rref.get().object)); in doTest()
89 runTestPropCVDispatch<E>(M, drref, &(drref.get().object)); in doTest()
[all …]
/external/replicaisland/src/com/replica/replicaisland/
DGameObjectFactory.java370 public void destroy(GameObject object) {
371 object.commitUpdates();
372 final int componentCount = object.getCount();
374 GameComponent component = (GameComponent)object.get(x);
379 object.removeAll();
380 object.commitUpdates();
381 mGameObjectPool.release(object);
587 GameObject object = spawn(type, worldX, worldY, false);
588 if (object != null) {
589 if (object.height < tileHeight) {
[all …]
/external/mdnsresponder/mDNSWindows/DLLX/
DDNSSD.cpp17 CComObject<CDNSSDService> * object = NULL; in Browse() local
36 object = new CComObject<CDNSSDService>(); in Browse()
40 object = NULL; in Browse()
43 require_action( object != NULL, exit, err = kDNSServiceErr_NoMemory ); in Browse()
44 hr = object->FinalConstruct(); in Browse()
46 object->AddRef(); in Browse()
48 …ifIndex, regtypeUTF8.c_str(), domainUTF8.c_str(), ( DNSServiceBrowseReply ) &BrowseReply, object ); in Browse()
51 object->SetServiceRef( sref ); in Browse()
52 object->SetListener( listener ); in Browse()
54 err = object->Run(); in Browse()
[all …]
/external/llvm-project/clang/test/Modules/
Dmethod_pool.m14 void testMethod1(id object) {
15 [object method1];
18 void testMethod2(id object) {
19 [object method2:1];
22 void testMethod4(id object) {
23 …[object method4]; // expected-warning{{instance method '-method4' not found (return type defaults …
26 void testMethod5(id object, D* d) {
27 [object method5:d];
32 void testMethod1Again(id object) {
33 [object method1];
[all …]
/external/clang/test/Modules/
Dmethod_pool.m14 void testMethod1(id object) {
15 [object method1];
18 void testMethod2(id object) {
19 [object method2:1];
22 void testMethod4(id object) {
23 …[object method4]; // expected-warning{{instance method '-method4' not found (return type defaults …
26 void testMethod5(id object, D* d) {
27 [object method5:d];
32 void testMethod1Again(id object) {
33 [object method1];
[all …]

12345678910>>...323