Home
last modified time | relevance | path

Searched refs:object_type (Results 1 – 19 of 19) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_event_memory_overhead.cc26 const char* object_type, in AddOrCreateInternal() argument
30 auto it = allocated_objects_.find(object_type); in AddOrCreateInternal()
33 object_type, in AddOrCreateInternal()
43 void TraceEventMemoryOverhead::Add(const char* object_type, in Add() argument
45 Add(object_type, allocated_size_in_bytes, allocated_size_in_bytes); in Add()
48 void TraceEventMemoryOverhead::Add(const char* object_type, in Add() argument
51 AddOrCreateInternal(object_type, 1, allocated_size_in_bytes, in Add()
125 size_t TraceEventMemoryOverhead::GetCount(const char* object_type) const { in GetCount()
126 const auto& it = allocated_objects_.find(object_type); in GetCount()
Dtrace_event_memory_overhead.h32 void Add(const char* object_type,
38 void Add(const char* object_type, size_t allocated_size_in_bytes);
50 size_t GetCount(const char* object_type) const;
66 void AddOrCreateInternal(const char* object_type,
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
Dutil.py211 def _register_json_primitive(object_type, encoder, decoder): argument
222 if object_type not in _TYPE_TO_ENCODER:
223 _TYPE_TO_ENCODER[object_type] = encoder
224 _TYPE_NAME_TO_DECODER[object_type.__name__] = decoder
/external/clang/tools/clang-format/
Dgit-clang-format200 object_type = get_object_type(commit)
201 if object_type not in ('commit', 'tag'):
202 if object_type is None:
205 die("'%s' is a %s, but a commit was expected" % (commit, object_type))
225 object_type = get_object_type(value)
226 if object_type is None:
228 if object_type in ('commit', 'tag'):
231 (value, object_type))
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Djson_util.py76 def _register_json_primitive(object_type, encoder, decoder): argument
87 if object_type not in _TYPE_TO_ENCODER:
88 _TYPE_TO_ENCODER[object_type] = encoder
89 _TYPE_NAME_TO_DECODER[object_type.__name__] = decoder
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dhandler_tracking.hpp58 const char* object_type, void* object, const char* op_name);
99 ASIO_DECL static void operation(const char* object_type,
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dhandler_tracking.ipp75 const char* object_type, void* object, const char* op_name)
92 current_id, h->id_, object_type, object, op_name);
196 void handler_tracking::operation(const char* object_type,
210 current_id, object_type, object, op_name);
/external/autotest/client/cros/networking/
Dshill_proxy.py561 def find_object(self, object_type, properties): argument
576 if object_type not in self.OBJECT_TYPE_PROPERTY_MAP:
579 dbus_type, manager_property = self.OBJECT_TYPE_PROPERTY_MAP[object_type]
/external/libdrm/
Dxf86drmMode.h481 uint32_t object_type);
484 uint32_t object_type, uint32_t property_id,
Dxf86drmMode.c1077 uint32_t object_type) in drmModeObjectGetProperties() argument
1086 properties.obj_type = object_type; in drmModeObjectGetProperties()
1145 int drmModeObjectSetProperty(int fd, uint32_t object_id, uint32_t object_type, in drmModeObjectSetProperty() argument
1154 prop.obj_type = object_type; in drmModeObjectSetProperty()
/external/bison/tests/
Dexisting.at1821 ordinal object_type
1822 | optional_ordinal_last object_type
1825 object_type:
1855 | ORDINAL LAST object_type relative_path
1856 | LAST object_type relative_path
1857 | ORDINAL object_type relative_path
1954 …-48: warning: rule useless in parser due to conflicts: path: ORDINAL LAST object_type relative_path
2813 + 158 nth_primitive: . ordinal object_type
2814 + 159 | . optional_ordinal_last object_type
2980 + 158 nth_primitive: . ordinal object_type
[all …]
Dtestsuite136463 input.y:470.11-48: warning: rule useless in parser due to conflicts: path: ORDINAL LAST object_type
137477 input.y:470.11-48: warning: rule useless in parser due to conflicts: path: ORDINAL LAST object_type
/external/v8/src/compiler/
Dtyper.cc1847 MaybeHandle<Map> GetStableMapFromObjectType(Type* object_type) { in GetStableMapFromObjectType() argument
1848 if (object_type->IsConstant() && in GetStableMapFromObjectType()
1849 object_type->AsConstant()->Value()->IsHeapObject()) { in GetStableMapFromObjectType()
1851 Handle<HeapObject>::cast(object_type->AsConstant()->Value())->map()); in GetStableMapFromObjectType()
1853 } else if (object_type->IsClass()) { in GetStableMapFromObjectType()
1854 Handle<Map> object_map = object_type->AsClass()->Map(); in GetStableMapFromObjectType()
/external/v8/src/heap/
Dheap.cc6206 bool Heap::GetObjectTypeName(size_t index, const char** object_type, in GetObjectTypeName() argument
6213 *object_type = #name; \ in GetObjectTypeName()
6220 *object_type = "CODE_TYPE"; \ in GetObjectTypeName()
6227 *object_type = "FIXED_ARRAY_TYPE"; \ in GetObjectTypeName()
6235 *object_type = "CODE_TYPE"; \ in GetObjectTypeName()
Dheap.h1356 bool GetObjectTypeName(size_t index, const char** object_type,
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp5908 VkDebugReportObjectTypeEXT object_type) { in print_memory_range_error() argument
5909 if (object_type == VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_EXT) { in print_memory_range_error()
5910 …return log_msg(dev_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, object_type, object_handle, 0, in print_memory_range_error()
5914 …return log_msg(dev_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, object_type, object_handle, 0, in print_memory_range_error()
5921 VkDebugReportObjectTypeEXT object_type) { in validate_memory_range() argument
5931 … skip_call |= print_memory_range_error(dev_data, new_range.handle, range.handle, object_type); in validate_memory_range()
5938 … const vector<MEMORY_RANGE> &other_ranges, VkDebugReportObjectTypeEXT object_type) { in validate_buffer_image_aliasing() argument
5945 return validate_memory_range(dev_data, other_ranges, range, object_type); in validate_buffer_image_aliasing()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc2799 Register object_type = x10; in Generate() local
2800 __ JumpIfNotObjectType(function, object_type, object_type, JS_FUNCTION_TYPE, in Generate()
/external/v8/src/
Dapi.cc7339 const char* object_type; in GetHeapObjectStatisticsAtLastGC() local
7343 if (!heap->GetObjectTypeName(type_index, &object_type, &object_sub_type)) { in GetHeapObjectStatisticsAtLastGC()
7350 object_statistics->object_type_ = object_type; in GetHeapObjectStatisticsAtLastGC()
/external/v8/include/
Dv8.h5138 const char* object_type() { return object_type_; } in object_type() function