/external/libbrillo/brillo/glib/ |
D | object.h | 351 : object_(0) { 355 : object_(x) { 363 return iterator(object_ ? object_->pdata : nullptr); 369 return const_iterator(object_ ? object_->pdata : nullptr); 378 if (!object_) 379 object_ = ::g_ptr_array_sized_new(1); 380 ::g_ptr_array_add(object_, ::gpointer(x)); 389 return object_ ? object_->len : 0; 393 if (object_) { 395 ::g_ptr_array_free(object_, true); [all …]
|
D | dbus.h | 40 BusConnection(const BusConnection& x) : object_(x.object_) { in BusConnection() 41 if (object_) in BusConnection() 42 ::dbus_g_connection_ref(object_); in BusConnection() 46 if (object_) in ~BusConnection() 47 ::dbus_g_connection_unref(object_); in ~BusConnection() 56 DCHECK(object_) << "referencing an empty connection"; in g_connection() 57 return object_; in g_connection() 60 operator bool() const { return object_; } 62 bool HasConnection() const { return object_; } in HasConnection() 72 BRILLO_PRIVATE explicit BusConnection(::DBusGConnection* x) : object_(x) {} in BusConnection() [all …]
|
D | dbus.cc | 127 : object_(nullptr) { in Proxy() 137 : object_(GetGProxy( in Proxy() 146 : object_(GetGProxy(connection, name, path, interface, false)) { in Proxy() 153 : object_(GetGPeerProxy(connection, path, interface)) { in Proxy() 157 : object_(x.object_) { in Proxy() 158 if (object_) in Proxy() 159 ::g_object_ref(object_); in Proxy() 163 if (object_) in ~Proxy() 164 ::g_object_unref(object_); in ~Proxy() 176 result = ::dbus_g_proxy_new_for_name_owner(connection.object_, in GetGProxy() [all …]
|
/external/v8/src/snapshot/ |
D | serializer.cc | 341 serializer_->code_address_map_->Lookup(object_->address()); in SerializePrologue() 343 CodeNameEvent(object_->address(), sink_->Position(), code_name)); in SerializePrologue() 351 if (object_->IsCode()) { in SerializePrologue() 364 int fill = serializer_->PutAlignmentPrefix(object_); in SerializePrologue() 377 serializer_->reference_map()->Add(object_, back_reference); in SerializePrologue() 387 DCHECK(object_->IsExternalString()); in SerializeExternalString() 388 DCHECK(object_->map() != isolate->heap()->native_source_string_map()); in SerializeExternalString() 389 ExternalString* string = ExternalString::cast(object_); in SerializeExternalString() 396 bool internalized = object_->IsInternalizedString(); in SerializeExternalString() 397 if (object_->IsExternalOneByteString()) { in SerializeExternalString() [all …]
|
/external/v8/src/ |
D | prototype.h | 36 object_(NULL), in isolate_() 49 object_(receiver), in isolate_() 59 object_(receiver_map->GetPrototypeChainRootMap(isolate_)->prototype()), 61 is_at_end_(object_->IsNull(isolate_)), 64 DCHECK(object_->IsJSReceiver()); 65 Map* map = JSReceiver::cast(object_)->map(); 73 object_(NULL), 102 return T::cast(object_); in GetCurrent() 108 DCHECK(iterator.object_ == NULL); in GetCurrent() 113 if (handle_.is_null() && object_->IsJSProxy()) { in Advance() [all …]
|
D | global-handles.cc | 43 DCHECK(offsetof(Node, object_) == 0); in FromLocation() 65 object_ = reinterpret_cast<Object*>(kGlobalHandleZapValue); in ~Node() 77 object_ = reinterpret_cast<Object*>(kGlobalHandleZapValue); in Initialize() 88 object_ = object; in Acquire() 101 object_ = reinterpret_cast<Object*>(kGlobalHandleZapValue); in Zap() 108 object_ = reinterpret_cast<Object*>(kGlobalHandleZapValue); in Release() 117 Object* object() const { return object_; } in object() 118 Object** location() { return &object_; } in location() 236 CHECK_NE(object_, reinterpret_cast<Object*>(kGlobalHandleZapValue)); in MakeWeak() 255 CHECK_NE(object_, reinterpret_cast<Object*>(kGlobalHandleZapValue)); in MakeWeak() [all …]
|
/external/v8/src/x64/ |
D | code-stubs-x64.h | 183 object_(object), in RegisterAllocation() 187 scratch1_ = GetRegThatIsNotRcxOr(object_, address_, scratch0_); in RegisterAllocation() 189 scratch0_ = GetRegThatIsNotRcxOr(object_, address_, scratch1_); in RegisterAllocation() 192 object_ = GetRegThatIsNotRcxOr(address_, scratch0_, scratch1_); in RegisterAllocation() 195 address_ = GetRegThatIsNotRcxOr(object_, scratch0_, scratch1_); in RegisterAllocation() 197 DCHECK(!AreAliased(scratch0_, object_, address_, rcx)); in RegisterAllocation() 201 DCHECK(!address_orig_.is(object_)); in Save() 202 DCHECK(object_.is(object_orig_) || address_.is(address_orig_)); in Save() 203 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save() 205 DCHECK(!AreAliased(object_, address_orig_, scratch1_, scratch0_)); in Save() [all …]
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.h | 190 object_(object), in RegisterAllocation() 194 scratch1_ = GetRegThatIsNotEcxOr(object_, address_, scratch0_); in RegisterAllocation() 196 scratch0_ = GetRegThatIsNotEcxOr(object_, address_, scratch1_); in RegisterAllocation() 199 object_ = GetRegThatIsNotEcxOr(address_, scratch0_, scratch1_); in RegisterAllocation() 202 address_ = GetRegThatIsNotEcxOr(object_, scratch0_, scratch1_); in RegisterAllocation() 204 DCHECK(!AreAliased(scratch0_, object_, address_, ecx)); in RegisterAllocation() 208 DCHECK(!address_orig_.is(object_)); in Save() 209 DCHECK(object_.is(object_orig_) || address_.is(address_orig_)); in Save() 210 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save() 212 DCHECK(!AreAliased(object_, address_orig_, scratch1_, scratch0_)); in Save() [all …]
|
/external/v8/src/x87/ |
D | code-stubs-x87.h | 187 object_(object), in RegisterAllocation() 191 scratch1_ = GetRegThatIsNotEcxOr(object_, address_, scratch0_); in RegisterAllocation() 193 scratch0_ = GetRegThatIsNotEcxOr(object_, address_, scratch1_); in RegisterAllocation() 196 object_ = GetRegThatIsNotEcxOr(address_, scratch0_, scratch1_); in RegisterAllocation() 199 address_ = GetRegThatIsNotEcxOr(object_, scratch0_, scratch1_); in RegisterAllocation() 201 DCHECK(!AreAliased(scratch0_, object_, address_, ecx)); in RegisterAllocation() 205 DCHECK(!address_orig_.is(object_)); in Save() 206 DCHECK(object_.is(object_orig_) || address_.is(address_orig_)); in Save() 207 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save() 209 DCHECK(!AreAliased(object_, address_orig_, scratch1_, scratch0_)); in Save() [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_baseexception.py | 24 for object_ in builtins.__dict__.values(): 26 if issubclass(object_, BaseException): 27 exc_set.add(object_.__name__) 120 def raise_fails(self, object_): argument 123 raise object_ 126 self.fail("TypeError expected for raising %s" % type(object_)) 128 def catch_fails(self, object_): argument 133 except object_: 138 self.fail("TypeError expected when catching %s" % type(object_)) 143 except (object_,): [all …]
|
/external/mesa3d/include/CL/ |
D | cl.hpp | 1096 cl_type object_; member in cl::detail::Wrapper 1099 Wrapper() : object_(NULL) { } in Wrapper() 1103 if (object_ != NULL) { release(); } in ~Wrapper() 1108 object_ = rhs.object_; in Wrapper() 1109 if (object_ != NULL) { retain(); } in Wrapper() 1114 if (object_ != NULL) { release(); } in operator =() 1115 object_ = rhs.object_; in operator =() 1116 if (object_ != NULL) { retain(); } in operator =() 1120 cl_type operator ()() const { return object_; } in operator ()() 1122 cl_type& operator ()() { return object_; } in operator ()() [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_pep352.py | 149 def raise_fails(self, object_): argument 152 raise object_ 155 self.fail("TypeError expected for raising %s" % type(object_)) 157 def catch_fails(self, object_): argument 162 except object_: 167 self.fail("TypeError expected when catching %s" % type(object_)) 172 except (object_,): 178 "tuple" % type(object_))
|
/external/v8/src/crankshaft/ |
D | hydrogen-check-elimination.cc | 66 HValue* object_; // The object being approximated. NULL => invalid entry. member 183 new_entry->object_ = old_entry->object_; in Copy() 323 if (this_entry->object_->IsPhi() && in Merge() 324 this_entry->object_->block() == succ) { in Merge() 325 HPhi* phi = HPhi::cast(this_entry->object_); in Merge() 330 that_entry = that->Find(this_entry->object_); in Merge() 338 this_entry->object_ = NULL; in Merge() 399 entry->object_ = NULL; in ReduceCheckMaps() 679 DCHECK_NOT_NULL(entry->object_); in KillUnstableEntries() 681 entry->object_ = NULL; in KillUnstableEntries() [all …]
|
D | hydrogen-load-elimination.cc | 24 HValue* object_; member in v8::internal::HFieldApproximation 31 copy->object_ = this->object_; in Copy() 174 HFieldApproximation* other = that->Find(approx->object_, i); in Merge() 312 if (aliasing_->MustAlias(object, approx->object_)) return approx; in Find() 326 if (aliasing_->MustAlias(object, approx->object_)) return approx; in FindOrCreate() 340 approx->object_ = object; in FindOrCreate() 356 if (aliasing_->MayAlias(object, approx->object_)) { in KillFieldInternal() 421 PrintF("[o%d =", a->object_->id()); in Print()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | callback.h | 144 : object_(object), method_(method), self_deleting_(self_deleting) {} in MethodClosure0() 149 (object_->*method_)(); in Run() 154 Class* object_; 189 : object_(object), method_(method), self_deleting_(self_deleting), in MethodClosure1() 195 (object_->*method_)(arg1_); in Run() 200 Class* object_; 237 : object_(object), method_(method), self_deleting_(self_deleting), in MethodClosure2() 243 (object_->*method_)(arg1_, arg2_); in Run() 248 Class* object_; 356 : object_(object), in MethodResultCallback_5_2() [all …]
|
/external/webrtc/webrtc/base/ |
D | bind.h | 138 : method_(method), object_(object) {} 140 return (object_->*method_)(); } 143 typename detail::PointerType<ObjectT>::type object_; 205 : method_(method), object_(object), 208 return (object_->*method_)(p1_); } 211 typename detail::PointerType<ObjectT>::type object_; 287 : method_(method), object_(object), 291 return (object_->*method_)(p1_, p2_); } 294 typename detail::PointerType<ObjectT>::type object_; 384 : method_(method), object_(object), [all …]
|
/external/v8/src/mips/ |
D | code-stubs-mips.h | 166 : object_(object), in RegisterAllocation() 170 scratch1_ = GetRegisterThatIsNotOneOf(object_, address_, scratch0_); in RegisterAllocation() 174 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save() 202 inline Register object() { return object_; } in object() 208 Register object_;
|
/external/v8/src/arm/ |
D | code-stubs-arm.h | 135 : object_(object), in RegisterAllocation() 139 scratch1_ = GetRegisterThatIsNotOneOf(object_, address_, scratch0_); in RegisterAllocation() 143 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save() 171 inline Register object() { return object_; } in object() 177 Register object_;
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.h | 167 : object_(object), in RegisterAllocation() 171 scratch1_ = GetRegisterThatIsNotOneOf(object_, address_, scratch0_); in RegisterAllocation() 175 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save() 203 inline Register object() { return object_; } in object() 209 Register object_;
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.h | 155 : object_(object), address_(address), scratch0_(scratch0) { in RegisterAllocation() 157 scratch1_ = GetRegisterThatIsNotOneOf(object_, address_, scratch0_); in RegisterAllocation() 161 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save() 193 inline Register object() { return object_; } in object() 199 Register object_;
|
/external/vulkan-validation-layers/libs/vkjson/ |
D | vkjson.cc | 872 JsonWriterVisitor() : object_(cJSON_CreateObject()) {} in JsonWriterVisitor() 875 if (object_) in ~JsonWriterVisitor() 876 cJSON_Delete(object_); in ~JsonWriterVisitor() 880 cJSON_AddItemToObjectCS(object_, key, ToJsonValue(*value)); in Visit() 887 cJSON_AddItemToObjectCS(object_, key, ArrayToJsonValue(count, *value)); in VisitArray() 891 cJSON* get_object() const { return object_; } in get_object() 893 cJSON* object = object_; in take_object() 894 object_ = nullptr; in take_object() 899 cJSON* object_; member in __anonec2cdd150111::JsonWriterVisitor 1054 : object_(object), errors_(errors) {} in JsonReaderVisitor() [all …]
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_object_walker.h | 23 const CPDF_Object* object() const { return object_; } in object() 32 const CPDF_Object* object_;
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDebugReportUtil.hpp | 55 deUint64 object_, in DebugReportMessage() 62 , object (object_) in DebugReportMessage()
|
D | vkRef.hpp | 43 explicit inline Checked (T object_) : object(object_) {} in Checked() 231 RefData (T object_, Deleter<T> deleter_) in RefData() 232 : object (object_) in RefData()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawBufferObjectUtil.cpp | 34 Buffer::Buffer (const vk::DeviceInterface& vk, vk::VkDevice device, vk::Move<vk::VkBuffer> object_) in Buffer() argument 36 , m_object (object_) in Buffer()
|