/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | uncrustify.cfg | 130 # Add or remove space in 'NS_ENUM ('. 259 # Add or remove space before '<'. 265 # Add or remove space inside '<>'. 271 # Add or remove space after '>'. 325 # Add or remove space before ';'. 361 # Add or remove space before '[]'. 377 # Add or remove space before ','. 419 # Add or remove space after class ':'. 431 # Add or remove space before case ':'. 496 # Add or remove space inside '{}'. [all …]
|
/AliOS-Things-master/components/a2sa/src/driver/core/ |
A D | control.c | 229 unsigned int offset, space, jidx; in audio_ctl_elem_list() local 238 space = list->space; in audio_ctl_elem_list() 239 LOGD(LOG_TAG, "%s:%d, ----offset: %d, space: %d", __func__, __LINE__, offset, space); in audio_ctl_elem_list() 240 if(space > 16384) { in audio_ctl_elem_list() 248 if(space > 0) { in audio_ctl_elem_list() 249 dst = malloc(space * sizeof(struct audio_ctl_elem_id)); in audio_ctl_elem_list() 271 while(space > 0 && node != &dev->kcontrol_list) { in audio_ctl_elem_list() 273 for (jidx = offset; space > 0 && jidx < kctl->count; jidx++) { in audio_ctl_elem_list() 284 space--; in audio_ctl_elem_list()
|
/AliOS-Things-master/components/SDL2/src/video/haiku/ |
A D | SDL_bmodes.cc | 213 int32 bpp = HAIKU_ColorSpaceToBitsPerPixel(bmode->space); in _BDisplayModeToSdlDisplayMode() 279 if (bmodes[i].space == this_bmode.space) { in HAIKU_GetDisplayModes() 304 if( bmode_list[i].space == bmode->space && in HAIKU_SetDisplayMode()
|
A D | SDL_bframebuffer.cc | 67 int32 bpp = HAIKU_ColorSpaceToBitsPerPixel(bmode.space); in HAIKU_CreateWindowFramebuffer() 76 bitmap = new BBitmap(bwin->Bounds(), (color_space)bmode.space, in HAIKU_CreateWindowFramebuffer()
|
/AliOS-Things-master/components/kv/src/ |
A D | kv.c | 147 g_kv_mgr.block_info[blk_idx].space = KV_BLOCK_SIZE - KV_BLOCK_HDR_SIZE; in kv_block_format() 173 if (blk_info->space > len) { in kv_calc_position() 174 if (((blk_info->space - len) < KV_ITEM_MAX_LEN) && \ in kv_calc_position() 188 if(blk_info_tmp->space >= len + KV_ITEM_MAX_LEN){ in kv_calc_position() 200 if ((blk_info->space) > len) { in kv_calc_position() 396 g_kv_mgr.block_info[idx].space -= len; in __item_gc_cb() 513 g_kv_mgr.block_info[idx].space -= store.len; in kv_item_store() 640 g_kv_mgr.block_info[i].space; in kv_init_internal() 806 g_kv_mgr.block_info[blk_idx].space = end - pos; in kv_item_traverse() 808 g_kv_mgr.block_info[blk_idx].space = KV_ITEM_HDR_SIZE; in kv_item_traverse() [all …]
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | doxygen.css | 202 white-space: nowrap; 375 white-space: nowrap; 384 white-space: nowrap; 420 white-space: nowrap; 488 white-space: nowrap; 493 white-space: nowrap; 570 white-space: nowrap; 601 white-space: nowrap; 661 white-space: nowrap; 769 white-space: nowrap; [all …]
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsmessagebox.c | 190 static SDL_bool ExpandDialogSpace(WIN_DialogData *dialog, size_t space) in ExpandDialogSpace() argument 199 if (SIZE_MAX - sizestep < space) { in ExpandDialogSpace() 200 size = space; in ExpandDialogSpace() 201 } else if (space > size) { in ExpandDialogSpace() 202 size = (space + sizestep) & ~(sizestep - 1); in ExpandDialogSpace() 204 } else if (SIZE_MAX - dialog->used < space) { in ExpandDialogSpace() 207 } else if (SIZE_MAX - (dialog->used + space) < sizestep) { in ExpandDialogSpace() 209 size = dialog->used + space; in ExpandDialogSpace() 210 } else if (size < dialog->used + space) { in ExpandDialogSpace() 212 size = dialog->used + space; in ExpandDialogSpace()
|
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/ |
A D | app.acss | 34 justify-content: space-around; 43 justify-content: space-around;
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/scripts/ |
A D | submods.mk | 9 $(addprefix $(1)/,$(firstword $(subst /,$(space),$m))))
|
A D | build.mk | 311 echo addmod $(subst $(space),$(comma),$(strip $(filter-out %.a,$(1)))) && \ 403 …$(LD) -Wl$(comma)$(subst $(space),$(comma),$(strip $(ld_flags) --partial)) -nostdlib $(LINK_CFLAGS… 407 …$(LD) -Wl$(comma)$(subst $(space),$(comma),$(strip $(ld_flags) -r)) -nostdlib -nostartfiles $(LINK… 467 …cmd_link_multi-y = $(LD) -Wl,$(subst $(space),$(comma),$(strip $(ld_flags) --partial)) -nostdlib $… 469 …cmd_link_multi-y = $(LD) -Wl,$(subst $(space),$(comma),$(strip $(ld_flags) -r --whole-archive)) -n…
|
/AliOS-Things-master/documentation/doxygen/style/ |
A D | doxygen-custom.css | 305 white-space: pre; 319 white-space: pre; 394 white-space: nowrap; 595 white-space: nowrap; 747 white-space: nowrap; 752 white-space: nowrap; 793 white-space: nowrap; 812 white-space: nowrap; 1140 white-space: nowrap; 1164 white-space: nowrap; [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/ |
A D | Makefile | 555 REVISION_INFO := $(subst $(space),-,$(strip $(REVISION_INFO))) 556 SOFTWARE_VERSION := $(subst $(space),-,$(strip $(SOFTWARE_VERSION))) 571 BUILD_HOSTNAME := $(subst $(space),-,$(strip $(BUILD_HOSTNAME))) 572 BUILD_USERNAME := $(subst $(space),-,$(strip $(BUILD_USERNAME))) 587 LST_SECTION_OPTS += $(foreach m,$(subst $(comma),$(space),$(LST_ONLY_SECTION)),--only=$m ) 589 LST_SECTION_OPTS += $(foreach m,$(subst $(comma),$(space),$(LST_ONLY_SECTION)),-j $m ) 595 LST_SECTION_OPTS += $(foreach m,$(subst $(comma),$(space),$(LST_RM_SECTION)),--ignore_section=$m ) 597 LST_SECTION_OPTS += $(foreach m,$(subst $(comma),$(space),$(LST_RM_SECTION)),-R $m ) 845 -Wl,$(subst $(space),$(comma),$(strip \ 860 -Wl,$(subst $(space),$(comma),$(strip \
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/ |
A D | tcp_priv.h | 165 #define TCP_EVENT_SENT(pcb,space,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ argument 166 LWIP_EVENT_SENT, NULL, space, ERR_OK) 187 #define TCP_EVENT_SENT(pcb,space,ret) \ argument 190 (ret) = (pcb)->sent((pcb)->callback_arg,(pcb),(space)); \
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/ |
A D | tcp_priv.h | 165 #define TCP_EVENT_SENT(pcb,space,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ argument 166 LWIP_EVENT_SENT, NULL, space, ERR_OK) 187 #define TCP_EVENT_SENT(pcb,space,ret) \ argument 190 (ret) = (pcb)->sent((pcb)->callback_arg,(pcb),(space)); \
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/ |
A D | README | 33 unsigned long *destlen, /* amount of output space */ 44 If destlen is not enough space for the uncompressed data, then inflate will 50 output space. This is done by passing dest equal to (unsigned char *)0. Then
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/doc/ |
A D | depgraph.sh | 125 if [[ "${line}" =~ ^[[:space:]]+\" ]]; then
|
/AliOS-Things-master/hardware/board/haas100/startup/ |
A D | startup_gcc.s | 46 .space Stack_Size 62 .space Heap_Size
|
/AliOS-Things-master/hardware/board/haaseduk1/startup/ |
A D | startup_gcc.s | 46 .space Stack_Size 62 .space Heap_Size
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/ |
A D | InputManager.asset | 93 positiveButton: space 271 altPositiveButton: space
|
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/ |
A D | README.md | 5 micropython to use less space. In short, instead of storing and printing something like 14 directory modify this process to produce a more space efficient error lookup table with
|
/AliOS-Things-master/components/kv/internal/ |
A D | kv_types.h | 166 kv_size_t space; member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | tcp_out.c | 442 u16_t space; in tcp_write() local 452 space = mss_local - (last_unsent->len + unsent_optlen); in tcp_write() 469 LWIP_ASSERT("inconsistent oversize vs. space", oversize_used <= space); in tcp_write() 471 oversize_used = LWIP_MIN(space, LWIP_MIN(oversize, len)); in tcp_write() 474 space -= oversize_used; in tcp_write() 487 if ((pos < len) && (space > 0) && (last_unsent->len > 0)) { in tcp_write() 488 u16_t seglen = space < len - pos ? space : len - pos; in tcp_write() 496 …if ((concat_p = tcp_pbuf_prealloc(PBUF_RAW, seglen, space, &oversize, pcb, apiflags, 1)) == NULL) { in tcp_write()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | utf8.txt | 137 each followed by a space character: | 143 each followed by a space character: | 148 each followed by a space character: | 153 each followed by a space character: | 158 each followed by a space character: |
|
/AliOS-Things-master/components/SDL2/ |
A D | sdl2-config.cmake.in | 14 …# Remove -lSDL2 as that is handled by CMake, note the space at the end so it does not replace e.g.…
|
A D | sdl2-config.cmake | 14 …# Remove -lSDL2 as that is handled by CMake, note the space at the end so it does not replace e.g.…
|