Home
last modified time | relevance | path

Searched full:no (Results 1 – 25 of 1590) sorted by relevance

12345678910>>...64

/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A DDoxyfile9 CREATE_SUBDIRS = NO
11 USE_WINDOWS_ENCODING = NO
25 ALWAYS_DETAILED_SEC = NO
26 INLINE_INHERITED_MEMB = NO
33 MULTILINE_CPP_IS_BRIEF = NO
36 SEPARATE_MEMBER_PAGES = NO
40 OPTIMIZE_OUTPUT_JAVA = NO
41 BUILTIN_STL_SUPPORT = NO
42 DISTRIBUTE_GROUP_DOC = NO
47 EXTRACT_ALL = NO
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A DDoxyfile9 CREATE_SUBDIRS = NO
11 USE_WINDOWS_ENCODING = NO
25 ALWAYS_DETAILED_SEC = NO
26 INLINE_INHERITED_MEMB = NO
30 SHORT_NAMES = NO
31 JAVADOC_AUTOBRIEF = NO
32 MULTILINE_CPP_IS_BRIEF = NO
33 DETAILS_AT_TOP = NO
35 DISTRIBUTE_GROUP_DOC = NO
39 OPTIMIZE_OUTPUT_JAVA = NO
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/
H A Dlwip.Doxyfile69 # The default value is: NO.
71 CREATE_SUBDIRS = NO
74 # characters to appear in the names of generated files. If set to NO, non-ASCII
77 # The default value is: NO.
79 ALLOW_UNICODE_NAMES = NO
98 # documentation (similar to Javadoc). Set to NO to disable this.
106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
136 # The default value is: NO.
138 ALWAYS_DETAILED_SEC = NO
144 # The default value is: NO.
[all …]
H A Dlwip.Doxyfile.cmake.in69 # The default value is: NO.
71 CREATE_SUBDIRS = NO
74 # characters to appear in the names of generated files. If set to NO, non-ASCII
77 # The default value is: NO.
79 ALLOW_UNICODE_NAMES = NO
98 # documentation (similar to Javadoc). Set to NO to disable this.
106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
136 # The default value is: NO.
138 ALWAYS_DETAILED_SEC = NO
144 # The default value is: NO.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/doxygen/
H A Dlwip.Doxyfile69 # The default value is: NO.
71 CREATE_SUBDIRS = NO
74 # characters to appear in the names of generated files. If set to NO, non-ASCII
77 # The default value is: NO.
79 ALLOW_UNICODE_NAMES = NO
98 # documentation (similar to Javadoc). Set to NO to disable this.
106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
136 # The default value is: NO.
138 ALWAYS_DETAILED_SEC = NO
144 # The default value is: NO.
[all …]
/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Ddoxygen.xml87 # The default value is: NO.
89 CREATE_SUBDIRS = NO
92 # characters to appear in the names of generated files. If set to NO, non-ASCII
95 # The default value is: NO.
97 ALLOW_UNICODE_NAMES = NO
116 # documentation (similar to Javadoc). Set to NO to disable this.
124 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
144 # The default value is: NO.
146 ALWAYS_DETAILED_SEC = NO
152 # The default value is: NO.
[all …]
/nrf52832-nimble/rt-thread/documentation/
H A DDoxyfile64 CREATE_SUBDIRS = NO
82 # Set to NO to disable this.
84 BRIEF_MEMBER_DESC = NO
88 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
91 REPEAT_BRIEF = NO
119 ALWAYS_DETAILED_SEC = NO
126 INLINE_INHERITED_MEMB = NO
130 # to NO the shortest path that makes the file name unique will be used.
156 SHORT_NAMES = NO
160 # comment as the brief description. If set to NO, the JavaDoc
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/m4/
H A Dltoptions.m471 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
73 _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
76 dnl If no reference was made to various pairs of opposing options, then
82 _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
164 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
166 [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
173 no) enable_shared=no ;;
175 enable_shared=no
194 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
198 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
[all …]
H A Dlibtool.m412 # This is free software; see the source for copying conditions. There is NO
284 # 'config.status' has no value for ac_aux_dir unless we are using Automake,
368 [tagged?], [m4_ifval([$5], [yes], [no])])])
492 m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
547 # A function that is used when there is no print builtin or printf.
937 # If no C compiler was specified, use CC.
940 # If no C compiler flags were specified, use CFLAGS.
997 [lt_cv_apple_cc_single_mod=no
1027 [lt_cv_ld_exported_symbols_list=no
1033 [lt_cv_ld_exported_symbols_list=no])
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Derrno.h23 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
49 #define ENOENT 2 /* No such file or directory */
50 #define ESRCH 3 /* No such process */
53 #define ENXIO 6 /* No such device or address */
57 #define ECHILD 10 /* No child processes */
66 #define ENODEV 19 /* No such device */
75 #define ENOSPC 28 /* No space left on device */
84 #define ENOLCK 37 /* No record locks available */
89 #define ENOMSG 42 /* No message of desired type */
97 #define ENOCSI 50 /* No CSI structure available */
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Derrno.h23 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
49 #define ENOENT 2 /* No such file or directory */
50 #define ESRCH 3 /* No such process */
53 #define ENXIO 6 /* No such device or address */
57 #define ECHILD 10 /* No child processes */
66 #define ENODEV 19 /* No such device */
75 #define ENOSPC 28 /* No space left on device */
84 #define ENOLCK 37 /* No record locks available */
89 #define ENOMSG 42 /* No message of desired type */
97 #define ENOCSI 50 /* No CSI structure available */
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A Dconfigure.ac67 [build with -Werror (default=no)])],
84 [no], [root_menu=],
98 [no], [config_prefix=],
172 [eval enable_$f=no])
186 [need_curses=no])
192 [need_pkgconfig=no ])
275 [has_gettext=no])])
280 [has_gettext=no],
289 [has_gettext=no])
293 [test "$has_gettext" = "no"],
[all …]
H A Dconfigure91 # Find who we are. Look in the path if we contain no directory separator.
140 _as_can_reexec=no; export _as_can_reexec;
213 as_have_required=no
502 _as_can_reexec=no; export _as_can_reexec
536 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
585 cross_compiling=no
1001 eval enable_$ac_useropt=no ;;
1103 with_fp=no ;;
1105 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1106 | --no-cr | --no-c | -n)
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Darch.h18 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
80 #define ENOENT 2 /* No such file or directory */
81 #define ESRCH 3 /* No such process */
84 #define ENXIO 6 /* No such device or address */
88 #define ECHILD 10 /* No child processes */
97 #define ENODEV 19 /* No such device */
106 #define ENOSPC 28 /* No space left on device */
115 #define ENOLCK 37 /* No record locks available */
120 #define ENOMSG 42 /* No message of desired type */
128 #define ENOCSI 50 /* No CSI structure available */
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dsymbol.c24 .curr = { "n", no },
28 .curr = { "", no },
70 else if (modules_val == no) in sym_get_type()
121 if (prop->visible.tri != no) in sym_get_default_prop()
133 if (prop->visible.tri != no) in sym_get_range_prop()
216 tri = no; in sym_calc_visibility()
230 prop->visible.tri = no; in sym_calc_visibility()
234 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
242 /* defaulting to "yes" if no explicit "depends on" are given */ in sym_calc_visibility()
252 tri = no; in sym_calc_visibility()
[all …]
H A Dconfdata.c145 sym->def[def].tri = no; in conf_set_sym_val()
274 if (expr_calc_value(prop->visible.expr) == no || in conf_read_simple()
310 sym->def[def].tri = no; in conf_read_simple()
343 sym->def[def].tri = no; in conf_read_simple()
387 case no: in conf_read_simple()
396 if (cs->def[def].tri != no) in conf_read_simple()
443 /* no previous value and not saved */ in conf_read()
456 if (sym->visible == no && !conf_unsaved) in conf_read()
887 * If there is no old value, only 'no' (unset) in conf_split_config()
893 if (sym_get_tristate_value(sym) == no) in conf_split_config()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gatt.h156 * updates; null for no callback.
171 * updates; null for no callback.
185 * updates; null for no callback.
204 * updates; null for no callback.
224 * updates; null for no callback.
246 * updates; null for no callback.
266 * updates; null for no callback.
283 * updates; null for no callback.
302 * updates; null for no callback.
319 * updates; null for no callback.
[all …]
/nrf52832-nimble/rt-thread/components/drivers/can/
H A Dcan.c94 /* no data, enable interrupt and break out */ in _can_int_rx()
139 rt_uint32_t no; in _can_int_tx() local
150no = ((rt_uint32_t)tx_tosnd - (rt_uint32_t)tx_fifo->buffer) / sizeof(struct rt_can_sndbxinx_list); in _can_int_tx()
152 if (can->ops->sendmsg(can, data, no) != RT_EOK) in _can_int_tx()
201 rt_uint32_t no, result; in _can_int_tx_priv() local
212 no = data->priv; in _can_int_tx_priv()
213 if (no >= can->config.sndboxnumber) in _can_int_tx_priv()
219 if ((tx_fifo->buffer[no].result != RT_CAN_SND_RESULT_OK)) in _can_int_tx_priv()
223 rt_completion_wait(&(tx_fifo->buffer[no].completion), RT_WAITING_FOREVER); in _can_int_tx_priv()
226 tx_fifo->buffer[no].result = RT_CAN_SND_RESULT_WAIT; in _can_int_tx_priv()
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A DFAQ80 Not by itself, no. See the directory contrib/minizip in the zlib
85 No, sorry. You have to spawn an uncompress or gunzip subprocess, or adapt
168 No. Please read the license in zlib.h.
200 It should. It has been tested on 64-bit machines, and has no dependence
206 No. The PKWare DCL uses a completely different compressed data format
212 No, not without some preparation. If when compressing you periodically
233 As far as we know, no. In fact, that was originally the whole point behind
243 type, but there is no limit to the number of chunks. Note however that the
259 is compiled to use sprintf() or vsprintf(), then there is no protection
263 normally be the case, then there is no vulnerability. The ./configure
[all …]
/nrf52832-nimble/packages/NimBLE-latest/
H A DCODING_STANDARDS.md26 ```no-highlight
94 } <-- no new line between else
139 * No C++ style comments allowed.
172 ```no-highlight
183 ```no-highlight
193 * Names should be as short as possible, but no shorter.
210 * No spaces after function names when calling a function, i.e, do:
/nrf52832-nimble/rt-thread/components/drivers/sensors/
H A Dsensor.h130 * wake-up: no this sensor shall not wake-up the SoC, events are dropped
185 * conditions. No other event is sent until the sensor get
197 * NO SENSOR OF THAT TYPE MUST BE RETURNED (*get_sensors_list)()
228 * wake-up sensor: no
263 * wake-up sensor: no
281 * wake-up sensor: no
321 * wake-up sensor: no
341 * wake-up sensor: no
350 * wake-up sensor: no
374 * wake-up sensor: no
[all …]
/nrf52832-nimble/packages/NimBLE-latest/porting/examples/linux/
H A DREADME.md37 ```no-highlight
48 ```no-highlight
60 ```no-highlight
70 ```no-highlight
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_hs_pvcy_test.c250 /*** No persisted IRKs. */ in TEST_CASE()
296 /** No active GAP procedures. */
328 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE()
355 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE()
379 /* Ensure no GAP procedures are allowed. */ in TEST_CASE()
393 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE()
432 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE()
468 /* Ensure no GAP procedures are allowed. */ in TEST_CASE()
482 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/rpc/
H A Drpc.h18 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
22 * Sun RPC is provided with no support and without any obligation on the
26 * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
30 * In no event will Sun Microsystems, Inc. be liable for any lost revenue
H A Dtypes.h17 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
21 * Sun RPC is provided with no support and without any obligation on the
25 * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
29 * In no event will Sun Microsystems, Inc. be liable for any lost revenue

12345678910>>...64