Home
last modified time | relevance | path

Searched refs:ep (Results 1 – 25 of 36) sorted by relevance

12

/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/function_test/core/
A Dlocationclient_ft.cc37 EXPECT_TRUE(ep.id == "cn-hangzhou"); in TEST()
38 EXPECT_TRUE(ep.namespace_ == "26842" || ep.namespace_.empty()); in TEST()
39 EXPECT_TRUE(ep.type == "openAPI"); in TEST()
74 EXPECT_TRUE(ep.id == "cn-hangzhou"); in TEST()
75 EXPECT_TRUE(ep.namespace_ == "26842" || ep.namespace_.empty()); in TEST()
76 EXPECT_TRUE(ep.type == "openAPI"); in TEST()
112 EXPECT_TRUE(ep.namespace_ == "26842" || ep.namespace_.empty()); in TEST()
113 EXPECT_TRUE(ep.type == "openAPI"); in TEST()
149 EXPECT_TRUE(ep.namespace_ == "26842" || ep.namespace_.empty()); in TEST()
150 EXPECT_TRUE(ep.type == "openAPI"); in TEST()
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dmultilink.c463 ep->length = 6;
493 epdisc_to_str(ep) in epdisc_to_str() argument
501 if (ep->class == EPD_NULL && ep->length == 0)
503 if (ep->class == EPD_IP && ep->length == 4) {
513 if (ep->class == EPD_MAC && ep->length == 6)
515 else if (ep->class == EPD_MAGIC && (ep->length % 4) == 0)
565 ep->class = i;
567 ep->length = 0;
583 ep->length = 6;
599 ep->value[l] = (ep->value[l] << 4) + hexc_val(*str++);
[all …]
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A Dlocationclient_ut.cc52 EXPECT_TRUE(ep.id == "cn-hangzhou"); in TEST()
54 EXPECT_TRUE(ep.type == "test-type"); in TEST()
55 EXPECT_TRUE(ep.protocols.size() == 2); in TEST()
89 EXPECT_TRUE(ep.id == "cn-hangzhou"); in TEST()
91 EXPECT_TRUE(ep.type == "test-type"); in TEST()
92 EXPECT_TRUE(ep.protocols.size() == 2); in TEST()
123 EXPECT_TRUE(ep.id == "cn-hangzhou"); in TEST()
125 EXPECT_TRUE(ep.type == "test-type"); in TEST()
126 EXPECT_TRUE(ep.protocols.size() == 2); in TEST()
159 EXPECT_TRUE(ep.id == "cn-hangzhou"); in TEST()
[all …]
A Dlocation_model_describeendpoints_result_ut.cc37 Location::Model::DescribeEndpointsResult::Endpoint ep; in TEST() local
38 ep.endpoint = "ep"; in TEST()
39 ep.id = "id"; in TEST()
40 ep.namespace_ = "ns"; in TEST()
41 ep.serivceCode = "sc"; in TEST()
42 ep.type = "t"; in TEST()
43 ep.protocols = protocols; in TEST()
45 endpoints_.push_back(ep); in TEST()
A Dendpointprovider_ut.cc117 EndpointProvider ep(credentials, configuration, "cn-hangzhou", "arms", "arms"); in TEST() local
118 EndpointProvider::EndpointOutcome out = ep.getEndpoint(); in TEST()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_usb.h197 int hal_usb_activate_epn(enum EP_DIR dir, uint8_t ep, uint8_t type, uint16_t mps);
198 int hal_usb_deactivate_epn(enum EP_DIR dir, uint8_t ep);
199 int hal_usb_update_recv_epn_mps(uint8_t ep, uint16_t mps);
200 int hal_usb_update_send_epn_mc(uint8_t ep, uint8_t mc);
202 void hal_usb_disable_ep(enum EP_DIR dir, uint8_t ep);
204 void hal_usb_stall_ep(enum EP_DIR dir, uint8_t ep);
205 void hal_usb_unstall_ep(enum EP_DIR dir, uint8_t ep);
206 int hal_usb_get_ep_stall_state(enum EP_DIR dir, uint8_t ep);
208 void hal_usb_stop_ep(enum EP_DIR dir, uint8_t ep);
210 int hal_usb_recv_epn(uint8_t ep, uint8_t *buffer, uint32_t size);
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/drivers/usb/usb_host/inc/
A Dusb_host.h371 int ep,
379 int usbhost_remove_endpoint(int device, int ep);
381 USBHOST_ENDPOINT_T* usbhost_get_endpoint(int device, int ep);
419 int usbhost_wait_io_done(int device, int ep);
421 int32_t usbhost_transfer(int device, int ep, uint8_t flags, uint8_t* data, int length, USBHOST_CALL…
423 int32_t usbhost_control_transfer(int device, int ep, int request_type, int request, int value, int …
425 int32_t usbhost_interrupt_transfer(int device, int ep, uint8_t* data, int length, USBHOST_CALLBACK…
427 int32_t usbhost_bulk_transfer(int device, int ep, uint8_t* data, int length, USBHOST_CALLBACK call…
429 int32_t usbhost_transfer_abort(int device, int ep);
478 int32_t usbhost_hcd_get_mps_size(int device, int ep);
A Dusb_hcd.h201 uint8_t ep; member
207 uint8_t ep; member
215 uint8_t ep; member
227 uint8_t ep; member
244 uint8_t ep; member
A Dusb_mass_storage.h31 void usb_mass_storage_set_read_ep(uint8_t ep);
33 void usb_mass_storage_set_write_ep(uint8_t ep);
A Dusb_hcd_test.h46 int test_usb_bulk_tracefer_req(int device, int ep, uint8_t* data, int length, HCD_TRANSFER_CALLBAC…
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Ddwc_otg_pcd.h262 extern _LONG_CALL_ void dwc_otg_request_nuke(dwc_otg_pcd_ep_t * ep);
263 extern _LONG_CALL_ void dwc_otg_request_done(dwc_otg_pcd_ep_t * ep,
266 _LONG_CALL_ void dwc_otg_iso_buffer_done(dwc_otg_pcd_t * pcd, dwc_otg_pcd_ep_t * ep,
269 dwc_otg_pcd_ep_t * ep);
A Dusb.h1448 #define usb_gettoggle(dev, ep, out) (((dev)->toggle[out] >> ep) & 1)
1449 #define usb_dotoggle(dev, ep, out) ((dev)->toggle[out] ^= (1 << ep))
1452 ~(1 << ep)) | ((bit) << ep))
1456 #define usb_endpoint_halt(dev, ep, out) ((dev)->halted[out] |= (1 << (ep)))
1457 #define usb_endpoint_running(dev, ep, out) ((dev)->halted[out] &= ~(1 << (ep)))
1458 #define usb_endpoint_halted(dev, ep, out) ((dev)->halted[out] & (1 << (ep)))
1548 #define usb_gettoggle(dev, ep, out) (((dev)->toggle[out] >> (ep)) & 1) argument
1549 #define usb_dotoggle(dev, ep, out) ((dev)->toggle[out] ^= (1 << (ep))) argument
1550 #define usb_settoggle(dev, ep, out, bit) \ argument
1551 ((dev)->toggle[out] = ((dev)->toggle[out] & ~(1 << (ep))) | \
[all …]
A Dhcd.h66 struct usb_host_endpoint *ep);
71 struct usb_host_endpoint *ep);
A Ddwc_otg_cil.h769 dwc_ep_t *ep; member
1116 dwc_ep_t * ep);
1118 dwc_ep_t * ep);
1219 dwc_ep_t * ep);
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dgenpng.c134 char *ep = NULL; in width_of() local
135 double w = strtod(arg, &ep); in width_of()
137 if (ep != NULL && *ep == 0 && w > 0) in width_of()
148 char *ep = NULL; in coordinate_of() local
149 double w = strtod(arg, &ep); in coordinate_of()
151 if (ep != NULL && *ep == 0) in coordinate_of()
692 char *ep = NULL; in read_wh() local
693 unsigned long ul = strtoul(str, &ep, 10); in read_wh()
695 if (ep != NULL && *ep == 0 && ul > 0 && ul <= 0x7fffffff) in read_wh()
A Dcvtcolor.c36 char *ep; in component() local
37 unsigned long c = strtoul(arg, &ep, 0); in component()
39 if (ep <= arg || *ep || c > 65535 || (issRGB && c > 255)) in component()
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdflib.c610 for ( ; *ep && !sbitset( seps, *ep ); ep++ ) in _bdf_list_split()
624 sp = ep; in _bdf_list_split()
630 for ( ; *ep && sbitset( seps, *ep ); ep++ ) in _bdf_list_split()
638 final_empty = ( ep > sp && *ep == 0 ); in _bdf_list_split()
639 sp = ep; in _bdf_list_split()
1245 while ( *ep && *ep != ' ' && *ep != '\t' ) in _bdf_is_atom()
1246 ep++; in _bdf_is_atom()
1249 if ( *ep ) in _bdf_is_atom()
1267 sp = ep; in _bdf_is_atom()
1284 ( *( ep - 1 ) == ' ' || *( ep - 1 ) == '\t' ) ) in _bdf_is_atom()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/examples/
A Diccfrompng.c107 const char *ep = strrchr(filename, '.'); in extract_one_file() local
109 if (ep != NULL) in extract_one_file()
110 len = ep-filename; in extract_one_file()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngwutil.c1186 png_sPLT_entryp ep; in png_write_sPLT() local
1208 for (ep = spalette->entries; ep<spalette->entries + spalette->nentries; ep++) in png_write_sPLT()
1212 entrybuf[0] = (png_byte)ep->red; in png_write_sPLT()
1213 entrybuf[1] = (png_byte)ep->green; in png_write_sPLT()
1214 entrybuf[2] = (png_byte)ep->blue; in png_write_sPLT()
1215 entrybuf[3] = (png_byte)ep->alpha; in png_write_sPLT()
1231 ep=spalette->entries; in png_write_sPLT()
1236 entrybuf[0] = (png_byte)ep[i].red; in png_write_sPLT()
1237 entrybuf[1] = (png_byte)ep[i].green; in png_write_sPLT()
1238 entrybuf[2] = (png_byte)ep[i].blue; in png_write_sPLT()
[all …]
A Dpngtrans.c499 png_bytep ep = row + row_info->rowbytes; /* One beyond end of row */ in png_do_strip_channel() local
522 while (sp < ep) in png_do_strip_channel()
539 while (sp < ep) in png_do_strip_channel()
570 while (sp < ep) in png_do_strip_channel()
587 while (sp < ep) in png_do_strip_channel()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_packbits.c70 uint8* ep; in PackBitsEncode() local
78 ep = tif->tif_rawdata + tif->tif_rawdatasize; in PackBitsEncode()
91 if (op + 2 >= ep) { /* insure space for new data */ in PackBitsEncode()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dmakepng.c750 const char **ep = png_get_error_ptr(png_ptr); in makepng_warning() local
753 if (ep != NULL && *ep != NULL) in makepng_warning()
754 name = *ep; in makepng_warning()
1646 char *ep = arg; in parse_color() local
1648 unsigned long ul = strtoul(arg, &ep, 0); in parse_color()
1656 if (ep == arg) in parse_color()
1662 if (*ep) ++ep; /* skip a separator */ in parse_color()
1663 arg = ep; in parse_color()
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/
A Dhid.c1048 const struct libusb_endpoint_descriptor *ep in hid_open_path() local
1054 (ep->bmAttributes & LIBUSB_TRANSFER_TYPE_MASK) in hid_open_path()
1057 (ep->bEndpointAddress & LIBUSB_ENDPOINT_DIR_MASK) in hid_open_path()
1060 (ep->bEndpointAddress & LIBUSB_ENDPOINT_DIR_MASK) in hid_open_path()
1067 dev->input_endpoint = ep->bEndpointAddress; in hid_open_path()
1068 dev->input_ep_max_packet_size = ep->wMaxPacketSize; in hid_open_path()
1073 dev->output_endpoint = ep->bEndpointAddress; in hid_open_path()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Danim_util.c355 ExtensionBlock* ep = &GifFile->SavedImages[ImageIndex].ExtensionBlocks[i]; in DGifSavedExtensionToGCB() local
356 if (ep->Function == GRAPHICS_EXT_FUNC_CODE) { in DGifSavedExtensionToGCB()
358 ep->ByteCount, (const GifByteType*)ep->Bytes, gcb); in DGifSavedExtensionToGCB()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drun-test262.c867 namelist_t *ep = &exclude_list; in update_exclude_dirs() local
873 for (count = i = 0; i < ep->count; i++) { in update_exclude_dirs()
874 name = ep->array[i]; in update_exclude_dirs()
879 ep->array[count++] = name; in update_exclude_dirs()
882 ep->count = count; in update_exclude_dirs()

Completed in 64 milliseconds

12