/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/function_test/core/ |
A D | locationclient_ft.cc | 42 std::vector<std::string> protocols = ep.protocols; in TEST() local 44 it = std::find(protocols.begin(), protocols.end(), string("HTTP")); in TEST() 47 it = std::find(protocols.begin(), protocols.end(), string("HTTPS")); in TEST() 79 std::vector<std::string> protocols = ep.protocols; in TEST() local 81 it = std::find(protocols.begin(), protocols.end(), string("HTTP")); in TEST() 84 it = std::find(protocols.begin(), protocols.end(), string("HTTPS")); in TEST() 116 std::vector<std::string> protocols = ep.protocols; in TEST() local 118 it = std::find(protocols.begin(), protocols.end(), string("HTTP")); in TEST() 153 std::vector<std::string> protocols = ep.protocols; in TEST() local 155 it = std::find(protocols.begin(), protocols.end(), string("HTTP")); in TEST() [all …]
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/ |
A D | locationclient_ut.cc | 57 std::vector<std::string> protocols = ep.protocols; in TEST() local 58 it = std::find(protocols.begin(), protocols.end(), string("HTTP")); in TEST() 60 it = std::find(protocols.begin(), protocols.end(), string("HTTPS")); in TEST() 94 std::vector<std::string> protocols = ep.protocols; in TEST() local 95 it = std::find(protocols.begin(), protocols.end(), string("HTTP")); in TEST() 97 it = std::find(protocols.begin(), protocols.end(), string("HTTPS")); in TEST() 128 std::vector<std::string> protocols = ep.protocols; in TEST() local 129 it = std::find(protocols.begin(), protocols.end(), string("HTTP")); in TEST() 131 it = std::find(protocols.begin(), protocols.end(), string("HTTPS")); in TEST() 164 std::vector<std::string> protocols = ep.protocols; in TEST() local [all …]
|
A D | location_model_describeendpoints_result_ut.cc | 20 EXPECT_TRUE(res.endpoints()[0].protocols.size() == 2); in TEST() 21 EXPECT_TRUE(res.endpoints()[0].protocols[0] == "a"); in TEST() 22 EXPECT_TRUE(res.endpoints()[0].protocols[1] == "b"); in TEST() 34 std::vector<std::string> protocols; in TEST() local 35 protocols.push_back("p1"); in TEST() 36 protocols.push_back("p2"); in TEST() 43 ep.protocols = protocols; in TEST() 55 EXPECT_TRUE(res.endpoints()[0].protocols.size() == 2); in TEST() 56 EXPECT_TRUE(res.endpoints()[0].protocols[0] == "p1"); in TEST() 57 EXPECT_TRUE(res.endpoints()[0].protocols[1] == "p2"); in TEST()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | demand.c | 113 for (i = 0; (protp = protocols[i]) != NULL; ++i) in demand_conf() 133 for (i = 0; (protp = protocols[i]) != NULL; ++i) in demand_block() 150 for (i = 0; (protp = protocols[i]) != NULL; ++i) in demand_discard() 176 for (i = 0; (protp = protocols[i]) != NULL; ++i) in demand_unblock() 455 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
|
A D | utils.c | 455 for (i = 0; (protp = protocols[i]) != NULL; ++i) in ppp_format_packet() 465 for (i = 0; (protp = protocols[i]) != NULL; ++i) in ppp_format_packet()
|
A D | ppp.c | 171 const struct protent* const protocols[] = { variable 714 for (i = 0; (protp = protocols[i]) != NULL; ++i) { in ppp_new() 923 for (i = 0; (protp = protocols[i]) != NULL; ++i) { in ppp_input()
|
A D | auth.c | 720 for (i = 0; (protp = protocols[i]) != NULL; ++i) { in upper_layers_down() 752 for (i = 0; (protp = protocols[i]) != NULL; ++i) in link_established() 943 for (i = 0; (protp = protocols[i]) != NULL; ++i) in start_networks() 978 for (i = 0; (protp = protocols[i]) != NULL; ++i) in continue_networks()
|
A D | lcp.c | 593 for (i = 0; (protp = protocols[i]) != NULL; ++i) in lcp_rprotrej()
|
/AliOS-Things-master/components/ble_host/ble_profiles/ |
A D | build.mk | 25 L_INCS += $(L_PATH) kernel/protocols/bluetooth/include
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/location/model/ |
A D | DescribeEndpointsResult.h | 36 std::vector<std::string> protocols; member
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/location/model/ |
A D | DescribeEndpointsResult.cc | 51 region.protocols.push_back(item.asString()); in parse()
|
/AliOS-Things-master/components/ble_host/bt_host/ |
A D | build.mk | 140 @make -C kernel/protocols/bluetooth/
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11window.c | 609 Atom protocols[3]; in X11_CreateWindow() local 612 … protocols[proto_count++] = data->WM_DELETE_WINDOW; /* Allow window to be deleted by the WM */ in X11_CreateWindow() 613 …protocols[proto_count++] = data->WM_TAKE_FOCUS; /* Since we will want to set input focus explicitl… in X11_CreateWindow() 617 protocols[proto_count++] = data->_NET_WM_PING; /* Respond so WM knows we're alive */ in X11_CreateWindow() 620 SDL_assert(proto_count <= sizeof(protocols) / sizeof(protocols[0])); in X11_CreateWindow() 622 X11_XSetWMProtocols(display, w, protocols, proto_count); in X11_CreateWindow()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/ |
A D | ppp_impl.h | 321 extern const struct protent* const protocols[];
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/ |
A D | ppp_impl.h | 321 extern const struct protent* const protocols[];
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/kernel/include/network/curl/ |
A D | curl.h | 2737 const char * const *protocols; member
|
/AliOS-Things-master/components/SDL2/ |
A D | Makefile | 49 …c.in SDL2Config.cmake src test VisualC.html VisualC VisualC-WinRT Xcode Xcode-iOS wayland-protocols
|
A D | configure | 25582 …WAYLAND_PROTOCOLS=`cd $srcdir/wayland-protocols ; for p in *.xml ; do echo -n "\$p" |sed 's,\\.xml…
|
/AliOS-Things-master/components/SDL2/src/hidapi/ |
A D | LICENSE-gpl3.txt | 335 protocols for communication across the network.
|