/third_party/openssl/test/ |
H A D | d2i_test.c | 25 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() 140 item_type = ASN1_ITEM_lookup(test_type_name); in setup_tests() 142 if (item_type == NULL) { in setup_tests()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | dbus-util.c | 557 int item_type, in pa_dbus_send_basic_array_variant_reply() 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 pa_assert_se(dbus_message_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_size])); in pa_dbus_append_basic_array() 621 void pa_dbus_append_basic_array_variant(DBusMessageIter *iter, int item_type, const void *array, unsigned n) { in pa_dbus_append_basic_array_variant() argument 626 pa_assert(dbus_type_is_basic(item_type)); in pa_dbus_append_basic_array_variant() 554 pa_dbus_send_basic_array_variant_reply( DBusConnection *c, DBusMessage *in_reply_to, int item_type, void *array, unsigned n) pa_dbus_send_basic_array_variant_reply() argument 652 pa_dbus_append_basic_array_variant_dict_entry( DBusMessageIter *dict_iter, const char *key, int item_type, const void *array, unsigned n) pa_dbus_append_basic_array_variant_dict_entry() argument [all...] |
H A D | dbus-util.h | 89 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, unsigned n); 101 int item_type,
|
/third_party/icu/icu4c/source/test/depstest/ |
H A D | depstest.py | 120 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/cJSON/tests/ |
H A D | common.h | 103 #define assert_has_type(item, item_type) TEST_ASSERT_BITS_MESSAGE(0xFF, item_type, item->type, "Item doesn't have expected type.")
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectwriter.h | 268 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,
|
H A D | protostream_objectwriter.cc | 445 ItemType item_type, bool is_placeholder, in Item() 450 item_type_(item_type), in Item() 456 if (item_type == MAP) { in Item() 462 ItemType item_type, bool is_placeholder, in Item() 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() 1309 new Item(current_.release(), item_type, is_placeholder, is_list)); in Push() 444 Item(ProtoStreamObjectWriter* enclosing, ItemType item_type, bool is_placeholder, bool is_list) Item() argument 461 Item(ProtoStreamObjectWriter::Item* parent, ItemType item_type, bool is_placeholder, bool is_list) Item() argument 1301 Push( StringPiece name, Item::ItemType item_type, bool is_placeholder, bool is_list) Push() argument
|
/third_party/node/deps/openssl/openssl/fuzz/ |
H A D | asn1.c | 43 static ASN1_ITEM_EXP *item_type[] = { variable 308 for (n = 0; item_type[n] != NULL; ++n) { in FuzzerTestOneInput() 311 const ASN1_ITEM *i = ASN1_ITEM_ptr(item_type[n]); in FuzzerTestOneInput()
|
/third_party/openssl/fuzz/ |
H A D | asn1.c | 43 static ASN1_ITEM_EXP *item_type[] = { variable 308 for (n = 0; item_type[n] != NULL; ++n) { in FuzzerTestOneInput() 311 const ASN1_ITEM *i = ASN1_ITEM_ptr(item_type[n]); in FuzzerTestOneInput()
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
H A D | pfrload.c | 141 FT_UInt num_items, item_type, item_size; in FT_LOCAL_DEF() local 151 item_type = PFR_NEXT_BYTE( p ); in FT_LOCAL_DEF() 162 if ( extra->type == item_type ) in FT_LOCAL_DEF()
|
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-parser-expr.c | 369 parser_object_literal_item_types_t item_type) /**< type of the item */ in parser_append_object_literal_item() 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() 367 parser_append_object_literal_item(parser_context_t *context_p, uint16_t item_index, parser_object_literal_item_types_t item_type) parser_append_object_literal_item() argument
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 2202 static int item_type = 4; in ShowDemoWindowWidgets() local 2204 ImGui::Combo("Item Type", &item_type, item_names, IM_ARRAYSIZE(item_names), IM_ARRAYSIZE(item_names)); in ShowDemoWindowWidgets() 2216 if (item_type == 0) { ImGui::Text("ITEM: Text"); } // Testing text items with no identifier/interaction in ShowDemoWindowWidgets() 2217 if (item_type == 1) { ret = ImGui::Button("ITEM: Button"); } // Testing button in ShowDemoWindowWidgets() 2218 if (item_type == 2) { ImGui::PushButtonRepeat(true); ret = ImGui::Button("ITEM: Button"); ImGui::PopButtonRepeat(); } // Testing button (with repeater) in ShowDemoWindowWidgets() 2219 if (item_type == 3) { ret = ImGui::Checkbox("ITEM: Checkbox", &b); } // Testing checkbox in ShowDemoWindowWidgets() 2220 if (item_type == 4) { ret = ImGui::SliderFloat("ITEM: SliderFloat", &col4f[0], 0.0f, 1.0f); } // Testing basic item in ShowDemoWindowWidgets() 2221 if (item_type == 5) { ret = ImGui::InputText("ITEM: InputText", &str[0], IM_ARRAYSIZE(str)); } // Testing input text (which handles tabbing) in ShowDemoWindowWidgets() 2222 if (item_type == 6) { ret = ImGui::InputFloat("ITEM: InputFloat", col4f, 1.0f); } // Testing +/- buttons on scalar input in ShowDemoWindowWidgets() 2223 if (item_type in ShowDemoWindowWidgets() [all...] |
/third_party/python/Lib/test/ |
H A D | test_posix.py | 1005 item_type = str 1007 item_type = bytes 1009 self.assertEqual(type(k), item_type) 1010 self.assertEqual(type(v), item_type)
|
/third_party/python/Modules/_ctypes/ |
H A D | _ctypes.c | 2806 PyObject *item_type = PyCData_item_type((PyObject*)Py_TYPE(myself)); in PyCData_NewGetBuffer() local 2807 StgDictObject *item_dict = PyType_stgdict(item_type); in PyCData_NewGetBuffer()
|