HomeSort by relevance Sort by last modified time
    Searched refs:object_type (Results 1 - 24 of 24) sorted by null

  /external/libchrome/base/trace_event/
trace_event_memory_overhead.h 32 void Add(const char* object_type,
38 void Add(const char* object_type, size_t allocated_size_in_bytes);
49 // Retrieves the count, that is, the count of Add*(|object_type|, ...) calls.
50 size_t GetCount(const char* object_type) const;
66 void AddOrCreateInternal(const char* object_type,
trace_event_memory_overhead.cc 26 const char* object_type,
30 auto it = allocated_objects_.find(object_type);
33 object_type,
43 void TraceEventMemoryOverhead::Add(const char* object_type,
45 Add(object_type, allocated_size_in_bytes, allocated_size_in_bytes);
48 void TraceEventMemoryOverhead::Add(const char* object_type,
51 AddOrCreateInternal(object_type, 1, allocated_size_in_bytes,
125 size_t TraceEventMemoryOverhead::GetCount(const char* object_type) const {
126 const auto& it = allocated_objects_.find(object_type);
  /frameworks/native/vulkan/libvulkan/
debug_report.cpp 56 VkDebugReportObjectTypeEXT object_type,
66 node->callback(flags, object_type, object, location, message_code,
73 VkDebugReportObjectTypeEXT object_type,
86 info->pfnCallback(flags, object_type, object, location,
96 callbacks_->Message(flags, object_type, object, location, message_code,
102 VkDebugReportObjectTypeEXT object_type,
113 Message(flags, object_type, object, 0, 0, LOG_TAG, buf);
169 VkDebugReportObjectTypeEXT object_type,
177 instance, flags, object_type, object, location, message_code,
181 flags, object_type, object, location, message_code, layer_prefix
    [all...]
debug_report.h 51 VkDebugReportObjectTypeEXT object_type,
94 VkDebugReportObjectTypeEXT object_type,
154 VkDebugReportObjectTypeEXT object_type,
  /hardware/intel/common/wrs_omxil_core/utils/src/
audio_parser.c 450 object_type : 5; member in struct:audio_specific_config_s::__anon30325::__anon30326
458 object_type : 5,
576 *aot = config.object_type;
581 LOGV(" aot: 0x%x, %s\n", config.object_type,
582 aot_string[config.object_type]);
610 config.object_type = aot;
618 LOGV(" aot : %d, %s\n", config.object_type,
619 aot_string[config.object_type]);
  /development/host/windows/usb/api/
adb_object_handle.h 163 AdbObjectType object_type() const { function in class:AdbObjectHandle
adb_object_handle.cpp 141 return (obj_type == object_type());
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
util.py 211 def _register_json_primitive(object_type, encoder, decoder):
215 object_type: type of the object.
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/parameter-framework/asio-1.10.6/include/asio/detail/
handler_tracking.hpp 58 const char* object_type, void* object, const char* op_name);
99 ASIO_DECL static void operation(const char* object_type,
  /external/clang/tools/clang-format/
git-clang-format 200 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/
json_util.py 76 def _register_json_primitive(object_type, encoder, decoder):
80 object_type: type of the object.
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
  /hardware/intel/common/libmix/mix_video/src/
mixdisplay.c 448 * @object_type: the #MixDisplayType for the property
457 const char *blurb, GType object_type,
462 g_return_val_if_fail (g_type_is_a (object_type, MIX_TYPE_DISPLAY), NULL);
466 G_PARAM_SPEC (ospec)->value_type = object_type;
mixdisplay.h 222 const char *blurb, GType object_type,
  /external/autotest/client/cros/networking/
shill_proxy.py 561 def find_object(self, object_type, properties):
564 Return the first shill object of |object_type| whose properties match
567 @param object_type string representing the type of object to be
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/
xf86drmMode.h 481 uint32_t object_type);
484 uint32_t object_type, uint32_t property_id,
xf86drmMode.c 1077 uint32_t object_type)
1086 properties.obj_type = object_type;
1145 int drmModeObjectSetProperty(int fd, uint32_t object_id, uint32_t object_type,
1154 prop.obj_type = object_type;
    [all...]
  /art/runtime/verifier/
method_verifier.cc 4619 const RegType& object_type = work_line_->GetRegisterType(this, inst->VRegB_22c()); local
4744 const RegType& object_type = reg_line->GetRegisterType(this, inst->VRegB_22c()); local
    [all...]
  /external/v8/src/compiler/
typer.cc     [all...]
  /external/v8/src/heap/
heap.cc     [all...]
heap.h     [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 2095 Register object_type = x10; local
    [all...]
  /external/v8/include/
v8.h 5267 const char* object_type() { return object_type_; } function in class:v8::HeapObjectStatistics
    [all...]
  /external/v8/src/
api.cc 7515 const char* object_type; local
    [all...]

Completed in 917 milliseconds