/AliOS-Things-master/components/py_engine/modules/minicv/base/include/ |
A D | IHaasDataInput.h | 90 virtual int Close() = 0;
|
A D | IHaasVideoCodec.h | 76 virtual int Close() = 0;
|
A D | IHaasImageProc.h | 74 virtual int Close() = 0;
|
/AliOS-Things-master/components/SDL2/src/sensor/ |
A D | SDL_syssensor.h | 91 void (*Close)(SDL_Sensor * sensor); member
|
A D | SDL_sensor.c | 415 sensor->driver->Close(sensor); in SDL_SensorClose()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/ |
A D | visual-basic.txt | 104 Close #1 120 Close #1 138 Close #1 151 Close #1
|
/AliOS-Things-master/components/SDL2/src/joystick/haiku/ |
A D | SDL_haikujoystick.cc | 80 joystick.Close(); in HAIKU_JoystickInit() 223 joystick->hwdata->stick->Close(); in HAIKU_JoystickClose()
|
/AliOS-Things-master/components/SDL2/src/joystick/ |
A D | SDL_sysjoystick.h | 134 void (*Close)(SDL_Joystick * joystick); member
|
A D | SDL_joystick.c | 940 joystick->driver->Close(joystick); in SDL_JoystickClose()
|
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/c/src/ |
A D | WrapperIHaasDataInput.cpp | 83 int ret = mIHaasDataInput->Close(); in DataInputClose()
|
A D | WrapperIHaasVideoCodec.cpp | 66 int ret = mIHaasVideoCodec->Close(); in VideoCodecClose()
|
A D | WrapperIHaasImageProc.cpp | 67 int ret = mIHaasImageProc->Close(); in ImageProcClose()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/lib/ |
A D | release_note.txt | 89 1. Close Controller to Host flow control
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | makeproj.mac | 106 Close Project 141 Close Project 176 Close Project 207 Close Project
|
A D | jmemdosa.asm | 76 ; Close the file handle
|
/AliOS-Things-master/hardware/chip/rtl872xd/tools/AmebaZ/Image_Tool/ |
A D | ChangeLog.txt | 20 (3) Close COM would throw exception when image download is ongoing. Fix it.
|
/AliOS-Things-master/hardware/chip/rtl872xd/release/write_flash_gui/ |
A D | ChangeLog.txt | 20 (3) Close COM would throw exception when image download is ongoing. Fix it.
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftoutln.c | 220 goto Close; in FT_Outline_Decompose() 265 goto Close; in FT_Outline_Decompose() 275 Close: in FT_Outline_Decompose()
|
A D | ftstroke.c | 2184 goto Close; in FT_Stroker_ParseOutline() 2215 goto Close; in FT_Stroker_ParseOutline() 2220 Close: in FT_Stroker_ParseOutline()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ |
A D | README-ENG.md | 169 // Close the SDK 242 // Close the SDK
|
A D | README-CN.md | 237 // Close the SDK
|
/AliOS-Things-master/components/SDL2/src/hidapi/android/ |
A D | hid.cpp | 680 void Close( bool bDeleteDevice ) in Close() function in CHIDDevice 946 pDevice->Close( false ); in HID_DEVICE_MANAGER_JAVA_INTERFACE() 1147 pDevice->Close( true ); in hid_close()
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | ftgrays.c | 1686 goto Close; in FT_Outline_Decompose() 1731 goto Close; in FT_Outline_Decompose() 1741 Close: in FT_Outline_Decompose()
|
/AliOS-Things-master/components/freetype/src/raster/ |
A D | ftraster.c | 1961 goto Close; in Decompose_Curve() 2001 goto Close; in Decompose_Curve() 2010 Close: in Decompose_Curve()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoaevents.m | 396 [windowMenu addItemWithTitle:@"Close" action:@selector(performClose:) keyEquivalent:@"w"];
|