Searched defs:type_id (Results 1 - 18 of 18) sorted by relevance

/external/libchrome/base/trace_event/
H A Dheap_profiler_heap_dump_writer.h51 int type_id; member in struct:base::trace_event::internal::Entry
/external/v8/src/inspector/build/
H A Dgenerate_protocol_externs.py54 def full_qualified_type_id(domain_name, type_id):
55 if type_id.find(".") == -1:
56 return "%s.%s" % (domain_name, type_id)
57 return type_id
89 type_id = full_qualified_type_id(domain_name, param["$ref"])
90 if type_id in ref_types:
91 return ref_types[type_id]
93 print "Type not found: " + type_id
94 return "!! Type not found: " + type_id
122 type_id variable
[all...]
/external/freetype/src/winfonts/
H A Dwinfnt.h127 FT_UShort type_id; member in struct:WinResourceInfoRec_
H A Dwinfnt.c340 FT_UShort type_id, count; local
343 type_id = FT_GET_USHORT_LE();
344 if ( !type_id )
349 if ( type_id == 0x8008U )
/external/libchrome/base/metrics/
H A Dpersistent_memory_allocator.h201 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const { argument
202 return allocator_->GetAsArray<T>(ref, type_id, count);
207 // point to an object of the specified |type_id|.
208 Reference GetAsReference(const void* memory, uint32_t type_id) const {
209 return allocator_->GetAsReference(memory, type_id);
342 // Get an object referenced by a |ref|. For safety reasons, the |type_id|
344 // and cannot return an object outside of the memory segment. A |type_id| of
412 T* GetAsArray(Reference ref, uint32_t type_id, size_t count) { argument
415 GetBlockData(ref, type_id, count * sizeof(T))));
418 const T* GetAsArray(Reference ref, uint32_t type_id, size_ argument
653 GetBlock(Reference ref, uint32_t type_id, uint32_t size, bool queue_ok, bool free_ok) argument
663 GetBlockData(Reference ref, uint32_t type_id, uint32_t size) argument
[all...]
H A Dpersistent_memory_allocator_unittest.cc827 uint32_t type_id; local
829 while ((ref = iter.GetNext(&type_id)) != 0) {
H A Dpersistent_memory_allocator.cc99 std::atomic<uint32_t> type_id; // Arbitrary number indicating data type. member in struct:__anon10894::base::PersistentMemoryAllocator::BlockHeader
238 *type_return = block->type_id.load(std::memory_order_relaxed);
367 first_block->type_id.load(std::memory_order_relaxed) != 0 ||
503 uint32_t type_id) const {
513 if (!GetBlockData(ref, type_id, kSizeAny))
537 return block->type_id.load(std::memory_order_relaxed);
559 if (!block->type_id.compare_exchange_strong(
586 bool success = block->type_id.compare_exchange_strong(
595 return block->type_id.compare_exchange_strong(from_type_id, to_type_id,
602 uint32_t type_id) {
600 Allocate( size_t req_size, uint32_t type_id) argument
616 AllocateImpl( size_t req_size, uint32_t type_id) argument
839 GetBlock(Reference ref, uint32_t type_id, uint32_t size, bool queue_ok, bool free_ok) const argument
887 GetBlockData( Reference ref, uint32_t type_id, uint32_t size) const argument
[all...]
/external/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc602 // required int32 type_id = 2;
607 // If we see message data before the type_id, we'll append it to this so
617 uint32 type_id; local
618 if (!input->ReadVarint32(&type_id)) return false;
619 last_type_id = type_id;
622 // We saw some message data before the type_id. Have to parse it
640 // We haven't seen a type_id yet. Append this data to message_data.
650 // Already saw type_id, so we can parse this directly.
716 // type_id
H A Dwire_format.cc713 // required int32 type_id = 2;
718 // Once we see a type_id, we'll look up the FieldDescriptor for the
722 // If we see message data before the type_id, we'll append it to this so
732 uint32 type_id; local
733 if (!input->ReadVarint32(&type_id)) return false;
734 last_type_id = type_id;
735 field = message_reflection->FindKnownExtensionByNumber(type_id);
738 // We saw some message data before the type_id. Have to parse it
755 // We haven't seen a type_id yet. Append this data to message_data.
765 // Already saw type_id, s
[all...]
H A Dwire_format_unittest.cc445 raw.item(0).type_id());
448 raw.item(1).type_id());
449 EXPECT_EQ(kUnknownTypeId, raw.item(2).type_id());
572 // type_id.
583 uint32 type_id = message.GetDescriptor()->extension(0)->number(); local
585 type_id, &coded_output);
/external/scapy/scapy/contrib/
H A Dhttp2.py1419 type_id = 0 variable in class:H2DataFrame
1495 type_id = 1 variable in class:H2HeadersFrame
1643 type_id = 2 variable in class:H2PriorityFrame
1698 type_id = 3 variable in class:H2ResetFrame
1738 type_id = 4 variable in class:H2SettingsFrame
1776 type_id = 5 variable in class:H2PushPromiseFrame
1851 type_id = 6 variable in class:H2PingFrame
1882 type_id = 7 variable in class:H2GoAwayFrame
1897 type_id = 8 variable in class:H2WindowUpdateFrame
1924 type_id variable in class:H2ContinuationFrame
[all...]
/external/tensorflow/tensorflow/core/kernels/hexagon/
H A Dgraph_transferer.cc848 const string& type, const int type_id,
857 node_info.set_soc_op_id(type_id);
943 const int id, const string& type, const int type_id, const int padding,
954 AppendNodeParams(name, id, type, type_id, padding, inputs_size, extra_inputs,
847 AppendNodeParams(const string& name, const int id, const string& type, const int type_id, const int padding, const int inputs_size, const std::vector<int>& extra_inputs, const int outputs_size) argument
941 AppendNodeParamsWithIoParams( const ShapeRefiner& shape_refiner, const Node& node, const string& name, const int id, const string& type, const int type_id, const int padding, const int inputs_size, const std::vector<int>& extra_inputs, const int outputs_size, const bool append_input_params, const bool append_output_params) argument
/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp50 uint32_t type_id; member in struct:interface_var
457 uint32_t id, uint32_t type_id, bool is_patch, int /*first_location*/) {
458 // Walk down the type_id presented, trying to determine whether it's actually an interface block.
459 auto type = get_struct_type(src, src->get_def(type_id), is_array_of_verts && !is_patch);
509 v.type_id = member_type_id;
599 v.type_id = type;
631 v.type_id = def.word(1);
676 v.type_id = insn.word(1);
747 unsigned input_type = get_fundamental_type(vs, it_b->second.type_id);
754 string_VkFormat(it_a->second->format), a_first, describe_type(vs, it_b->second.type_id)
455 collect_interface_block_members(shader_module const *src, std::map<location_t, interface_var> *out, std::unordered_map<unsigned, unsigned> const &blocks, bool is_array_of_verts, uint32_t id, uint32_t type_id, bool is_patch, int ) argument
1036 descriptor_type_match(shader_module const *module, uint32_t type_id, VkDescriptorType descriptor_type, unsigned &descriptor_count) argument
1253 descriptor_type_to_reqs(shader_module const *module, uint32_t type_id) argument
[all...]
/external/selinux/checkpolicy/
H A Dpolicy_define.c1389 static int define_typebounds_helper(char *bounds_id, char *type_id) argument
1404 if (!is_id_in_scope(SYM_TYPES, type_id)) {
1405 yyerror2("type %s is not within scope", type_id);
1409 type = hashtab_search(policydbp->p_types.table, type_id);
1411 yyerror2("type %s is not declared", type_id);
1425 type_id,
/external/boringssl/include/openssl/
H A Dx509v3.h171 ASN1_OBJECT *type_id; member in struct:otherName_st
/external/boringssl/src/include/openssl/
H A Dx509v3.h171 ASN1_OBJECT *type_id; member in struct:otherName_st
/external/python/cpython2/Mac/Modules/cf/
H A D_CFmodule.c3636 CFTypeID type_id; local
3641 &type_id))
3643 _rv = CFCopyTypeIDDescription(type_id);
4716 PyDoc_STR("(CFTypeID type_id) -> (CFStringRef _rv)")},
/external/kernel-headers/original/uapi/linux/
H A Dethtool.h247 __u32 type_id; member in struct:ethtool_tunable

Completed in 669 milliseconds