Home
last modified time | relevance | path

Searched refs:item_type (Results 1 – 25 of 26) sorted by relevance

12

/third_party/openssl/test/
Dd2i_test.c25 static const ASN1_ITEM *item_type; variable
60 if (TEST_ptr_null(ASN1_item_d2i_bio(item_type, bio, NULL))) in test_bad_asn1()
74 value = ASN1_item_d2i(NULL, &buf_ptr, len, item_type); in test_bad_asn1()
81 derlen = ASN1_item_i2d(value, &der, item_type); in test_bad_asn1()
105 ASN1_item_free(value, item_type); in test_bad_asn1()
135 item_type = ASN1_ITEM_lookup(test_type_name); in setup_tests()
137 if (item_type == NULL) { in setup_tests()
/third_party/glib/gio/
Dgliststore.c52 GType item_type; member
111 g_value_set_gtype (value, store->item_type); in g_list_store_get_property()
131 store->item_type = g_value_get_gtype (value); in g_list_store_set_property()
166 return store->item_type; in g_list_store_get_item_type()
234 g_list_store_new (GType item_type) in g_list_store_new() argument
239 g_return_val_if_fail (g_type_is_a (item_type, G_TYPE_OBJECT), NULL); in g_list_store_new()
242 "item-type", item_type, in g_list_store_new()
271 g_return_if_fail (g_type_is_a (G_OBJECT_TYPE (item), store->item_type)); in g_list_store_insert()
310 g_return_val_if_fail (g_type_is_a (G_OBJECT_TYPE (item), store->item_type), 0); in g_list_store_insert_sorted()
368 g_return_if_fail (g_type_is_a (G_OBJECT_TYPE (item), store->item_type)); in g_list_store_append()
[all …]
Dgliststore.h39 GListStore * g_list_store_new (GType item_type);
/third_party/pulseaudio/src/pulsecore/
Ddbus-util.h89 int item_type,
94 void pa_dbus_append_basic_array(DBusMessageIter *iter, int item_type, const void *array, unsigned n…
95 void pa_dbus_append_basic_array_variant(DBusMessageIter *iter, int item_type, const void *array, un…
101 int item_type,
Ddbus-util.c557 int item_type, in pa_dbus_send_basic_array_variant_reply() argument
565 pa_assert(dbus_type_is_basic(item_type)); in pa_dbus_send_basic_array_variant_reply()
570 pa_dbus_append_basic_array_variant(&msg_iter, item_type, array, n); in pa_dbus_send_basic_array_variant_reply()
590 void pa_dbus_append_basic_array(DBusMessageIter *iter, int item_type, const void *array, unsigned n… in pa_dbus_append_basic_array() argument
596 pa_assert(dbus_type_is_basic(item_type)); in pa_dbus_append_basic_array()
599 item_size = basic_type_size(item_type); in pa_dbus_append_basic_array()
601 …age_iter_open_container(iter, DBUS_TYPE_ARRAY, signature_from_basic_type(item_type), &array_iter)); in pa_dbus_append_basic_array()
604 …pa_assert_se(dbus_message_iter_append_basic(&array_iter, item_type, &((uint8_t*) array)[i * item_s… in pa_dbus_append_basic_array()
621 void pa_dbus_append_basic_array_variant(DBusMessageIter *iter, int item_type, const void *array, un… in pa_dbus_append_basic_array_variant() argument
626 pa_assert(dbus_type_is_basic(item_type)); in pa_dbus_append_basic_array_variant()
[all …]
/third_party/glib/glib/
Dgvarianttypeinfo.c383 const GVariantType *item_type; in tuple_allocate_members() local
389 item_type = g_variant_type_first (type); in tuple_allocate_members()
390 while (item_type) in tuple_allocate_members()
394 member->type_info = g_variant_type_info_get (item_type); in tuple_allocate_members()
395 item_type = g_variant_type_next (item_type); in tuple_allocate_members()
399 else if (item_type == NULL) in tuple_allocate_members()
Dglib_gdb.py103 item_type = (
107 self._items = ptr.cast(item_type.pointer())
/third_party/boost/boost/geometry/core/
Dmutable_range.hpp67 >::type item_type; typedef
70 item_type const& item) in apply()
/third_party/icu/icu4c/source/test/depstest/
Ddepstest.py120 item_type = item["type"]
123 (item_type, name, parents))
150 print("Info: %s %s does not need to depend on %s\n" % (item_type, name, dep))
170 (item_type, name, file_name, symbol, neededItem))
/third_party/boost/libs/multi_index/example/
Dserialization.cpp50 typedef Item item_type; typedef in mru_list
55 void insert(const item_type& item) in insert()
/third_party/cJSON/tests/
Dcommon.h103 #define assert_has_type(item, item_type) TEST_ASSERT_BITS_MESSAGE(0xFF, item_type, item->type, "Ite… argument
/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Dmultipolygon.hpp104 typedef typename base::template partition_item<PolygonIterator, box_type> item_type; in are_polygon_interiors_disjoint() typedef
107 std::vector<item_type> polygon_iterators; in are_polygon_interiors_disjoint()
114 polygon_iterators.push_back(item_type(it)); in are_polygon_interiors_disjoint()
Dpolygon.hpp318 typedef partition_item<RingIterator, box_type> item_type; in are_holes_inside() typedef
321 std::vector<item_type> ring_iterators; in are_holes_inside()
328 ring_iterators.push_back(item_type(it)); in are_holes_inside()
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h268 Item(ProtoStreamObjectWriter* enclosing, ItemType item_type,
272 Item(Item* parent, ItemType item_type, bool is_placeholder, bool is_list);
387 void Push(StringPiece name, Item::ItemType item_type,
Dprotostream_objectwriter.cc445 ItemType item_type, bool is_placeholder, in Item() argument
450 item_type_(item_type), in Item()
456 if (item_type == MAP) { in Item()
462 ItemType item_type, bool is_placeholder, in Item() argument
467 item_type_(item_type), in Item()
470 if (item_type == ANY) { in Item()
473 if (item_type == MAP) { in Item()
1302 StringPiece name, Item::ItemType item_type, bool is_placeholder, in Push() argument
1309 new Item(current_.release(), item_type, is_placeholder, is_list)); in Push()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstqueue2.c2262 GstQueue2ItemType item_type) in gst_queue2_locked_enqueue() argument
2264 if (item_type == GST_QUEUE2_ITEM_TYPE_BUFFER) { in gst_queue2_locked_enqueue()
2287 } else if (item_type == GST_QUEUE2_ITEM_TYPE_BUFFER_LIST) { in gst_queue2_locked_enqueue()
2312 } else if (item_type == GST_QUEUE2_ITEM_TYPE_EVENT) { in gst_queue2_locked_enqueue()
2391 qitem.type = item_type; in gst_queue2_locked_enqueue()
2418 gst_queue2_locked_dequeue (GstQueue2 * queue, GstQueue2ItemType * item_type) in gst_queue2_locked_dequeue() argument
2442 *item_type = GST_QUEUE2_ITEM_TYPE_BUFFER; in gst_queue2_locked_dequeue()
2463 *item_type = GST_QUEUE2_ITEM_TYPE_EVENT; in gst_queue2_locked_dequeue()
2488 *item_type = GST_QUEUE2_ITEM_TYPE_BUFFER_LIST; in gst_queue2_locked_dequeue()
2508 *item_type = GST_QUEUE2_ITEM_TYPE_QUERY; in gst_queue2_locked_dequeue()
[all …]
/third_party/boost/boost/geometry/algorithms/detail/equals/
Dcollect_vectors.hpp325 typedef typename boost::range_value<Collection>::type item_type; typedef
326 typedef typename item_type::type calculation_type;
400 typedef typename boost::range_value<Collection>::type item_type; typedef
401 typedef typename item_type::type calculation_type;
/third_party/openssl/fuzz/
Dasn1.c40 static ASN1_ITEM_EXP *item_type[] = { variable
297 for (n = 0; item_type[n] != NULL; ++n) { in FuzzerTestOneInput()
300 const ASN1_ITEM *i = ASN1_ITEM_ptr(item_type[n]); in FuzzerTestOneInput()
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrload.c141 FT_UInt num_items, item_type, item_size; in pfr_extra_items_parse() local
151 item_type = PFR_NEXT_BYTE( p ); in pfr_extra_items_parse()
162 if ( extra->type == item_type ) in pfr_extra_items_parse()
/third_party/flutter/skia/third_party/externals/freetype/src/pfr/
Dpfrload.c141 FT_UInt num_items, item_type, item_size; in pfr_extra_items_parse() local
151 item_type = PFR_NEXT_BYTE( p ); in pfr_extra_items_parse()
162 if ( extra->type == item_type ) in pfr_extra_items_parse()
/third_party/freetype/src/pfr/
Dpfrload.c141 FT_UInt num_items, item_type, item_size; in pfr_extra_items_parse() local
151 item_type = PFR_NEXT_BYTE( p ); in pfr_extra_items_parse()
162 if ( extra->type == item_type ) in pfr_extra_items_parse()
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-expr.c369 … parser_object_literal_item_types_t item_type) /**< type of the item */ in parser_append_object_literal_item() argument
384 parser_stack_push_uint8 (context_p, (uint8_t) item_type); in parser_append_object_literal_item()
415 if (item_type == PARSER_OBJECT_PROPERTY_VALUE in parser_append_object_literal_item()
422 if (item_type == PARSER_OBJECT_PROPERTY_GETTER in parser_append_object_literal_item()
428 if (item_type == PARSER_OBJECT_PROPERTY_SETTER in parser_append_object_literal_item()
932 parser_object_literal_item_types_t item_type; in parser_parse_object_literal() local
940 item_type = PARSER_OBJECT_PROPERTY_GETTER; in parser_parse_object_literal()
948 item_type = PARSER_OBJECT_PROPERTY_SETTER; in parser_parse_object_literal()
964 parser_append_object_literal_item (context_p, literal_index, item_type); in parser_parse_object_literal()
/third_party/glib/gio/tests/
Dglistmodel.c44 GType item_type; in test_store_properties() local
47 g_object_get (store, "item-type", &item_type, NULL); in test_store_properties()
48 g_assert_cmpint (item_type, ==, G_TYPE_MENU_ITEM); in test_store_properties()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp1409 static int item_type = 1; in ShowDemoWindowWidgets() local
1412 ImGui::RadioButton("Text", &item_type, 0); in ShowDemoWindowWidgets()
1413 ImGui::RadioButton("Button", &item_type, 1); in ShowDemoWindowWidgets()
1414 ImGui::RadioButton("CheckBox", &item_type, 2); in ShowDemoWindowWidgets()
1415 ImGui::RadioButton("SliderFloat", &item_type, 3); in ShowDemoWindowWidgets()
1416 ImGui::RadioButton("ColorEdit4", &item_type, 4); in ShowDemoWindowWidgets()
1417 ImGui::RadioButton("ListBox", &item_type, 5); in ShowDemoWindowWidgets()
1420 …if (item_type == 0) { ImGui::Text("ITEM: Text"); } //… in ShowDemoWindowWidgets()
1421 …if (item_type == 1) { ret = ImGui::Button("ITEM: Button"); } //… in ShowDemoWindowWidgets()
1422 …if (item_type == 2) { ret = ImGui::Checkbox("ITEM: CheckBox", &b); } //… in ShowDemoWindowWidgets()
[all …]
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp2202 static int item_type = 4; in ShowDemoWindowWidgets() local
2204 …ImGui::Combo("Item Type", &item_type, item_names, IM_ARRAYSIZE(item_names), IM_ARRAYSIZE(item_name… in ShowDemoWindowWidgets()
2216 …if (item_type == 0) { ImGui::Text("ITEM: Text"); } //… in ShowDemoWindowWidgets()
2217 …if (item_type == 1) { ret = ImGui::Button("ITEM: Button"); } //… in ShowDemoWindowWidgets()
2218 …if (item_type == 2) { ImGui::PushButtonRepeat(true); ret = ImGui::Button("ITEM: Button"); ImGui::P… in ShowDemoWindowWidgets()
2219 …if (item_type == 3) { ret = ImGui::Checkbox("ITEM: Checkbox", &b); } //… in ShowDemoWindowWidgets()
2220 …if (item_type == 4) { ret = ImGui::SliderFloat("ITEM: SliderFloat", &col4f[0], 0.0f, 1.0f); } //… in ShowDemoWindowWidgets()
2221 …if (item_type == 5) { ret = ImGui::InputText("ITEM: InputText", &str[0], IM_ARRAYSIZE(str)); } //… in ShowDemoWindowWidgets()
2222 …if (item_type == 6) { ret = ImGui::InputFloat("ITEM: InputFloat", col4f, 1.0f); } //… in ShowDemoWindowWidgets()
2223 …if (item_type == 7) { ret = ImGui::InputFloat3("ITEM: InputFloat3", col4f); } //… in ShowDemoWindowWidgets()
[all …]

12