Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 92) sorted by relevance

1234

/AliOS-Things-master/components/py_engine/engine/tools/
A Duncrustify.cfg70 sp_do_brace_open = force # ignore/add/remove/force
73 sp_brace_close_while = force # ignore/add/remove/force
76 sp_while_paren_open = force # ignore/add/remove/force
84 sp_arith = force # ignore/add/remove/force
89 sp_arith_additive = force # ignore/add/remove/force
92 sp_assign = force # ignore/add/remove/force
163 sp_bool = force # ignore/add/remove/force
166 sp_compare = force # ignore/add/remove/force
245 # Default: force
343 # Default: force
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/
A Dautogen.sh9 aclocal --force -I /usr/local/share/aclocal
10 libtoolize --force --copy
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dautogen.sh9 aclocal --force -I /usr/local/share/aclocal
10 libtoolize --force --copy
/AliOS-Things-master/components/uvoice/audio/
A Daudio_mixer.c31 bool force) in device_select() argument
42 if (adev->out_device != device || force) { in device_select()
56 if (adev->in_device != device || force) { in device_select()
A Daudio_mixer.h10 int device_select(struct audio_device *adev, snd_device_t device, bool force);
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_mesh.c233 int genie_mesh_suspend(bool force) in genie_mesh_suspend() argument
235 BT_INFO("[%u]%s, force:%d", k_uptime_get_32(), __func__, force); in genie_mesh_suspend()
236 return bt_mesh_suspend(force); in genie_mesh_suspend()
A Dgenie_lpm.c217 int genie_lpm_enable(bool force) in genie_lpm_enable() argument
223 genie_mesh_suspend(force); in genie_lpm_enable()
230 if (force) in genie_lpm_enable()
/AliOS-Things-master/components/SDL2/src/hidapi/
A Dbootstrap2 autoreconf --install --verbose --force
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dautogen.sh3 libtoolize --force --copy
/AliOS-Things-master/components/littlevgl/scripts/
A Dcppcheck_run.sh1 …utput-file=cppcheck_res.txt --suppress=unusedFunction --suppress=preprocessorErrorDirective --force
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi.h39 #error Nope, you have to edit this file to force this off.
/AliOS-Things-master/components/genie_service/core/inc/
A Dgenie_mesh.h60 int genie_mesh_suspend(bool force);
A Dgenie_lpm.h86 int genie_lpm_enable(bool force);
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dlpn.h60 void bt_mesh_lpn_disable(bool force);
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dautogen.sh169 if autoreconf --warnings=all --force --install
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/
A Dawss_cmp_coap.c231 int awss_cmp_local_deinit(int force) in awss_cmp_local_deinit() argument
242 if (force) { in awss_cmp_local_deinit()
A Dawss_cmp.h43 int awss_cmp_local_deinit(int force);
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dlpn.c152 static void clear_friendship(bool force, bool disable);
205 static void clear_friendship(bool force, bool disable) in clear_friendship() argument
209 BT_DBG("force %u disable %u", force, disable); in clear_friendship()
211 if (!force && lpn->established && !lpn->clear_success && in clear_friendship()
396 void bt_mesh_lpn_disable(bool force) in bt_mesh_lpn_disable() argument
402 clear_friendship(force, true); in bt_mesh_lpn_disable()
A Dmain.c252 int bt_mesh_suspend(bool force) in bt_mesh_suspend() argument
267 if (force == false) { in bt_mesh_suspend()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/drivers/ana/haas1000/
A Dpmu_haas1000.h78 void pmu_wdt_set_force_reboot(uint32_t force);
/AliOS-Things-master/components/SDL2/src/image/debian/
A Dchangelog280 * re-run libtoolize --force --copy; aclocal; patch aclocal.m4 to include
301 * re-ran libtoolize --force --copy; aclocal; automake --foreign; autoconf
313 * re-ran libtoolize --force --copy; aclocal; automake --foreign; autoconf
332 * re-ran libtoolize --force --copy; aclocal; automake --foreign; autoconf
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitview.m152 * might happen after the current dimensions are queried, so we force a
223 if ([touch respondsToSelector:@selector(force)]) {
224 return (float) touch.force;
441 /* This is only called when the force of a press changes. */
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenevents.c631 SDL_bool force = SDL_FALSE; in Emscripten_HandleResize() local
637 force = SDL_TRUE; in Emscripten_HandleResize()
660 if (force) { in Emscripten_HandleResize()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Dmain.h421 int bt_mesh_suspend(bool force);
/AliOS-Things-master/components/SDL2/
A DCREDITS.txt35 * Edgar "bobbens" Simo for his force feedback API development during the

Completed in 33 milliseconds

1234