/AliOS-Things-master/components/freetype/src/psnames/ |
A D | psmodule.c | 255 FT_UInt *states ) in ps_check_extra_glyph_name() argument 265 if ( states[n] == 0 ) in ps_check_extra_glyph_name() 268 states[n] = 1; in ps_check_extra_glyph_name() 280 FT_UInt *states ) in ps_check_extra_glyph_unicode() argument 290 states[n] = 2; in ps_check_extra_glyph_unicode()
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_core.h | 134 u64_t states; member
|
A D | hci_api.c | 788 __hci_api_weak__ int hci_api_le_read_support_states(uint64_t *states) in hci_api_le_read_support_states() argument 806 *states = sys_get_le64(rp->le_states); in hci_api_le_read_support_states()
|
A D | hci_core.c | 2492 if (BT_LE_STATES_SLAVE_CONN_ADV(bt_dev.le.states)) { in enh_conn_complete() 6010 bt_dev.le.states = sys_get_le64(rp->le_states); in le_read_supp_states_complete() 6445 err = hci_api_le_read_support_states(&bt_dev.le.states); in le_init()
|
/AliOS-Things-master/components/SDL2/src/render/metal/ |
A D | SDL_render_metal.m | 97 METAL_PipelineState *states; typedef 325 METAL_PipelineState *states = SDL_realloc(cache->states, (cache->count + 1) * sizeof(pipeline)); 334 if (states) { 335 states[cache->count++] = pipeline; 336 cache->states = states; 356 /* Create pipeline states for the default blend modes. Custom blend modes 370 CFBridgingRelease(cache->states[i].pipe); 373 SDL_free(cache->states); 438 if (cache->states[i].blendMode == blendmode) { 439 return (__bridge id<MTLRenderPipelineState>)cache->states[i].pipe;
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandwindow.c | 157 struct wl_array *states) in handle_configure_zxdg_toplevel() argument 164 wl_array_for_each(state, states) { in handle_configure_zxdg_toplevel() 267 struct wl_array *states) in handle_configure_xdg_toplevel() argument 274 wl_array_for_each(state, states) { in handle_configure_xdg_toplevel()
|
/AliOS-Things-master/components/ble_host/include/ |
A D | hci_api.h | 72 int hci_api_le_read_support_states(uint64_t *states);
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/ |
A D | configuration.proto | 214 // Generic definitions of EdgeTPU power states. 245 // Inactive power states between inferences. 258 // Inactive power states between inferences.
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | tarith.c | 277 start, fraction, exponent, states enumerator 290 state_characters[states] =
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | README | 120 starts with `start of text' state, walks around various states and 126 - possibility of state transitions to undefined states 142 - existence of states which the State Machine never transits to
|
/AliOS-Things-master/components/freetype/ |
A D | FTL.TXT | 117 states that the software is based in part of the work of the
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | hci.h | 147 #define BT_LE_STATES_SLAVE_CONN_ADV(states) (states & 0x0000004000000000) argument
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitview.m | 473 /* Swipe gestures don't trigger begin states. */
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/ |
A D | DLL_FAQ.txt | 251 internal states are kept intact. The Microsoft Knowledge Base 258 internal states, maybe by careful design, or maybe by fortune.
|
/AliOS-Things-master/components/littlevgl/ |
A D | README.md | 345 lv_btn_set_toggle(btn, true); /*Enable on/off states*/
|
/AliOS-Things-master/components/SDL2/src/hidapi/ios/ |
A D | hid.m | 206 …// see also the error-handling states in the peripheral delegate to re-open the device if it gets …
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/ |
A D | co_hci.h | 3675 struct le_states states; member
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | libpng-manual.txt | 1000 pre-multiplied into the color components. In addition the call states 4717 We implemented support for I/O states by adding png_ptr member io_state
|
A D | CHANGES | 2016 Implemented support for I/O states. Added png_ptr member io_state, and
|