/AliOS-Things-master/components/oss/src/model/ |
A D | GetVodPlaylistRequest.cc | 73 ParameterCollection collection; in specialParameters() local 74 collection["startTime"] = std::to_string(startTime_); in specialParameters() 75 collection["endTime"] = std::to_string(endTime_); in specialParameters() 76 collection["vod"] = ""; in specialParameters() 77 return collection; in specialParameters()
|
A D | GetLiveChannelHistoryRequest.cc | 36 ParameterCollection collection; in specialParameters() local 37 collection["live"] = ""; in specialParameters() 38 collection["comp"] = "history"; in specialParameters() 39 return collection; in specialParameters()
|
A D | GetLiveChannelStatRequest.cc | 36 ParameterCollection collection; in specialParameters() local 37 collection["live"] = ""; in specialParameters() 38 collection["comp"] = "stat"; in specialParameters() 39 return collection; in specialParameters()
|
A D | PostVodPlaylistRequest.cc | 60 ParameterCollection collection; in specialParameters() local 61 collection["vod"] = ""; in specialParameters() 62 collection["endTime"] = std::to_string(endTime_); in specialParameters() 63 collection["startTime"] = std::to_string(startTime_); in specialParameters() 64 return collection; in specialParameters()
|
A D | PutLiveChannelStatusRequest.cc | 42 ParameterCollection collection; in specialParameters() local 43 collection["live"] = ""; in specialParameters() 44 collection["status"] = ToLiveChannelStatusName(status_); in specialParameters() 45 return collection; in specialParameters()
|
A D | DeleteLiveChannelRequest.cc | 32 ParameterCollection collection; in specialParameters() local 33 collection["live"] = ""; in specialParameters() 34 return collection; in specialParameters()
|
A D | GetLiveChannelInfoRequest.cc | 36 ParameterCollection collection; in specialParameters() local 37 collection["live"] = ""; in specialParameters() 38 return collection; in specialParameters()
|
A D | GenerateRTMPSignedUrlRequest.cc | 37 ParameterCollection collection; in Parameters() local 40 collection["playlistName"] = playList_; in Parameters() 42 return collection; in Parameters()
|
A D | PutLiveChannelRequest.cc | 190 ParameterCollection collection; in specialParameters() local 191 collection["live"] = ""; in specialParameters() 192 return collection; in specialParameters()
|
/AliOS-Things-master/components/SDL2/src/audio/wasapi/ |
A D | SDL_wasapi_win32.c | 387 IMMDeviceCollection *collection = NULL; in WASAPI_EnumerateEndpointsForFlow() local 394 …numAudioEndpoints(enumerator, iscapture ? eCapture : eRender, DEVICE_STATE_ACTIVE, &collection))) { in WASAPI_EnumerateEndpointsForFlow() 398 if (FAILED(IMMDeviceCollection_GetCount(collection, &total))) { in WASAPI_EnumerateEndpointsForFlow() 399 IMMDeviceCollection_Release(collection); in WASAPI_EnumerateEndpointsForFlow() 411 if (SUCCEEDED(IMMDeviceCollection_Item(collection, i, &device))) { in WASAPI_EnumerateEndpointsForFlow() 433 IMMDeviceCollection_Release(collection); in WASAPI_EnumerateEndpointsForFlow()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | README.md | 59 <li> Garbage collection using reference counting (to reduce memory usage
|
/AliOS-Things-master/components/py_engine/engine/ |
A D | README.md | 84 writing some assembly code for the exception handling and garbage collection.
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | README | 8 `gxvalid' is a module to validate TrueType GX tables: a collection of 262 collection of segments which are specified by `firstGlyph' and
|
/AliOS-Things-master/components/SDL2/test/ |
A D | utf8.txt | 13 systematic collection of unusual inputs. Experience so far suggests
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | quickjs.texi | 48 @item Garbage collection using reference counting (to reduce memory usage and have deterministic be… 1008 @subsection Garbage collection 1014 collection roots need to be manipulated in the C code.
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | ChangeLog | 31 * Added OSX Xcode3+ template files to Other Builds collection
|
A D | README | 109 The imagefilter functions are a collection of MMX optimized routines that
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 3250 tiffcrop.sh into a collection of many specific tests. Re-wrote 3831 * test/images: Added a small collection of test images for use by
|