Searched refs:string_index (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/ |
A D | string_util.h | 105 StringRef GetString(const void* raw_buffer, int string_index); 106 StringRef GetString(const TfLiteTensor* tensor, int string_index);
|
/AliOS-Things-master/components/freetype/include/internal/services/ |
A D | svpscmap.h | 47 (*PS_Adobe_Std_StringsFunc)( FT_UInt string_index ); 79 FT_UInt string_index );
|
/AliOS-Things-master/components/SDL2/src/hidapi/linux/ |
A D | hid.cpp | 307 int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *device, int string_index, wchar_t *strin… in hid_get_indexed_string() argument 312 …return HIDRAW::hid_get_indexed_string( (HIDRAW::hid_device*)device, string_index, string, maxlen ); in hid_get_indexed_string() 314 …return HIDUSB::hid_get_indexed_string( (HIDUSB::hid_device*)device, string_index, string, maxlen ); in hid_get_indexed_string()
|
A D | hid.c | 883 int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *dev, int string_index, wchar_t *string, … in hid_get_indexed_string() argument
|
/AliOS-Things-master/components/SDL2/src/hidapi/hidapi/ |
A D | hidapi.h | 387 …int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *device, int string_index, wchar_t *stri…
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffload.c | 1449 CFF_IndexRec string_index; in cff_font_load() local 1454 FT_ZERO( &string_index ); in cff_font_load() 1484 FT_SET_ERROR( cff_index_init( &string_index, in cff_font_load() 1488 FT_SET_ERROR( cff_index_get_pointers( &string_index, in cff_font_load() 1493 font->num_strings = string_index.count; in cff_font_load() 1652 cff_index_done( &string_index ); in cff_font_load()
|
/AliOS-Things-master/components/SDL2/src/hidapi/windows/ |
A D | hid.c | 145 …typedef BOOLEAN (__stdcall *HidD_GetIndexedString_)(HANDLE handle, ULONG string_index, PVOID buffe… 972 int HID_API_EXPORT_CALL HID_API_CALL hid_get_indexed_string(hid_device *dev, int string_index, wcha… in hid_get_indexed_string() argument 976 …res = HidD_GetIndexedString(dev->device_handle, string_index, string, (ULONG)(sizeof(wchar_t) * MI… in hid_get_indexed_string()
|
/AliOS-Things-master/components/SDL2/src/hidapi/ |
A D | SDL_hidapi.c | 738 int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *device, int string_index, wchar_t *strin… in hid_get_indexed_string() argument 741 return wrapper->backend->hid_get_indexed_string(wrapper->device, string_index, string, maxlen); in hid_get_indexed_string()
|
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/ |
A D | hid.c | 1387 int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *dev, int string_index, wchar_t *string, … in hid_get_indexed_string() argument 1391 str = get_usb_string(dev->device_handle, string_index); in hid_get_indexed_string()
|
/AliOS-Things-master/components/SDL2/src/hidapi/mac/ |
A D | hid.c | 1089 int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *dev, int string_index, wchar_t *string, … in hid_get_indexed_string() argument
|
/AliOS-Things-master/components/SDL2/src/hidapi/android/ |
A D | hid.cpp | 1200 int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *device, int string_index, wchar_t *strin… in hid_get_indexed_string() argument
|
Completed in 24 milliseconds