Home
last modified time | relevance | path

Searched refs:uuid_type (Results 51 – 75 of 83) sorted by relevance

1234

/dports/lang/parrot/parrot-8.1.0/examples/tools/
H A Dpbc_checker.cpp397 unsigned char uuid_type = pbcfile.get(); in read_header() local
399 "UUID type : " << desc_uuid_type(uuid_type) << in read_header()
400 " (" << (int) uuid_type << ")\n" in read_header()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/testing/
H A Djson_integration_test.cc1015 auto uuid_type = uuid(); in TEST() local
1020 ExtensionTypeGuard ext_guard(uuid_type); in TEST()
1025 Schema ex_schema({field("uuids", uuid_type), field("things", null())}); in TEST()
1035 AssertArraysEqual(*batch->column(0), UuidArray(uuid_type, storage_array)); in TEST()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/testing/
H A Djson_integration_test.cc1014 auto uuid_type = uuid(); in TEST() local
1019 ExtensionTypeGuard ext_guard(uuid_type); in TEST()
1024 Schema ex_schema({field("uuids", uuid_type), field("things", null())}); in TEST()
1034 AssertArraysEqual(*batch->column(0), UuidArray(uuid_type, storage_array)); in TEST()
/dports/lang/micropython/micropython-1.17/ports/nrf/modules/ubluepy/
H A Dubluepy_peripheral.c302 p_uuid->type = p_service_data->uuid_type; in disc_add_service()
325 p_uuid->type = p_desc_data->uuid_type; in disc_add_char()
/dports/sysutils/syslinux/syslinux-6.03/core/fs/pxe/
H A Dpxe.h182 extern uint8_t uuid_type;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/ipc/
H A Dtest_common.cc967 auto uuid_type = uuid(); in MakeUuid() local
968 auto storage_type = checked_cast<const ExtensionType&>(*uuid_type).storage_type(); in MakeUuid()
970 auto f0 = field("f0", uuid_type); in MakeUuid()
971 auto f1 = field("f1", uuid_type, /*nullable=*/false); in MakeUuid()
975 uuid_type, ArrayFromJSON(storage_type, R"(["0123456789abcdef", null])")); in MakeUuid()
977 uuid_type, in MakeUuid()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/ipc/
H A Dtest_common.cc971 auto uuid_type = uuid(); in MakeUuid() local
972 auto storage_type = checked_cast<const ExtensionType&>(*uuid_type).storage_type(); in MakeUuid()
974 auto f0 = field("f0", uuid_type); in MakeUuid()
975 auto f1 = field("f1", uuid_type, /*nullable=*/false); in MakeUuid()
979 uuid_type, ArrayFromJSON(storage_type, R"(["0123456789abcdef", null])")); in MakeUuid()
981 uuid_type, in MakeUuid()
/dports/devel/util-linux/util-linux-2.36/misc-utils/
H A Duuidparse.c160 type = uuid_type(buf); in fill_table_row()
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/uuid/
H A Duuid.h.in96 int uuid_type(const uuid_t uu);
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/uuid/
H A Duuid.h.in96 int uuid_type(const uuid_t uu);
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/uuid/
H A Duuid.h.in96 int uuid_type(const uuid_t uu);
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/isomedia/
H A Dbox_funcs.c93 u32 type, uuid_type, hdr_size, restore_type; in gf_isom_box_parse_ex() local
112 uuid_type = 0; in gf_isom_box_parse_ex()
183 uuid_type = gf_isom_solve_uuid_box(uuid); in gf_isom_box_parse_ex()
231 newBox = gf_isom_box_new_ex(uuid_type ? uuid_type : type, parent_type, skip_logs, is_root_box); in gf_isom_box_parse_ex()
238 ((GF_UUIDBox *)newBox)->internal_4cc = uuid_type; in gf_isom_box_parse_ex()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/isomedia/
H A Dbox_funcs.c93 u32 type, uuid_type, hdr_size, restore_type; in gf_isom_box_parse_ex() local
112 uuid_type = 0; in gf_isom_box_parse_ex()
183 uuid_type = gf_isom_solve_uuid_box(uuid); in gf_isom_box_parse_ex()
231 newBox = gf_isom_box_new_ex(uuid_type ? uuid_type : type, parent_type, skip_logs, is_root_box); in gf_isom_box_parse_ex()
238 ((GF_UUIDBox *)newBox)->internal_4cc = uuid_type; in gf_isom_box_parse_ex()
/dports/databases/pymongo/pymongo-3.12.0/bson/
H A D_cbsonmodule.c778 PyObject* uuid_type; local
1265 uuid_type = _get_object(state->UUID, "uuid", "UUID");
1266 if (uuid_type && PyObject_IsInstance(value, uuid_type)) {
1271 Py_DECREF(uuid_type);
1298 Py_XDECREF(uuid_type);
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Dbox_funcs.c57 u32 type, uuid_type, hdr_size; in gf_isom_parse_box_ex() local
68 uuid_type = 0; in gf_isom_parse_box_ex()
124 newBox = gf_isom_box_new(uuid_type ? uuid_type : type); in gf_isom_parse_box_ex()
131 ((GF_UnknownUUIDBox *)newBox)->internal_4cc = uuid_type; in gf_isom_parse_box_ex()
/dports/lang/parrot/parrot-8.1.0/frontend/pbc_dump/
H A Dmain.c300 header->uuid_type, header->uuid_size); in PackFile_header_dump()
/dports/www/kannel/gateway-1.4.4/gwlib/
H A Dgw_uuid.c608 int uuid_type(const uuid_t uu) in uuid_type() function
/dports/lang/micropython/micropython-1.17/ports/nrf/drivers/bluetooth/
H A Dble_drv.c1054 service.uuid_type = p_service->uuid.type; in ble_evt_handler()
1079 char_data.uuid_type = p_char->uuid.type; in ble_evt_handler()
/dports/lang/parrot/parrot-8.1.0/docs/pdds/draft/
H A Dpdd13_bytecode.pod648 =item uuid_type
677 =item uuid_type
684 Setting the uuid_type will not result in immediate re-computation of the
687 vtable function). Setting an invalid uuid_type value will cause an exception
/dports/lang/parrot/parrot-8.1.0/src/packfile/
H A Dapi.c1140 if (self->uuid_type == 0) { in PackFile_Header_read_uuid()
1143 else if (self->uuid_type == 1) { in PackFile_Header_read_uuid()
1164 "PackFile unpack: Invalid UUID type %d\n", self->uuid_type); in PackFile_Header_read_uuid()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/dev/archery/archery/integration/
H A Ddatagen.py1490 uuid_type = ExtensionType('uuid', 'uuid-serialized',
1497 ExtensionField('uuids', uuid_type),
/dports/databases/arrow/apache-arrow-6.0.1/dev/archery/archery/integration/
H A Ddatagen.py1532 uuid_type = ExtensionType('uuid', 'uuid-serialized',
1539 ExtensionField('uuids', uuid_type),
/dports/databases/erlang-epgsql/epgsql-4.1.0/test/
H A Depgsql_SUITE.erl60 uuid_type,
708 uuid_type(Config) -> function
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/dev/archery/archery/integration/
H A Ddatagen.py1450 uuid_type = ExtensionType('uuid', 'uuid-serialized',
1457 ExtensionField('uuids', uuid_type),
/dports/www/py-instabot/instabot-0.117.0/instabot/api/
H A Dapi.py1358 def generate_UUID(uuid_type): argument
1360 if uuid_type:

1234