Home
last modified time | relevance | path

Searched refs:expr (Results 1 – 7 of 7) sorted by relevance

/scripts/kconfig/
A Dkconfiglib.py2588 return expr
3132 return expr
5937 if expr.__class__ is tuple and expr[0] is AND and expr[2] is self.dep:
5940 return expr
6034 def expr_value(expr): argument
6054 if expr[0] is OR:
6131 if expr[0] is OR:
6150 def expr_items(expr): argument
6173 rec(expr)
6218 rec(expr)
[all …]
A Dkconfig.py176 for expr in mdeps:
177 estr = expr_str(expr)
178 if isinstance(expr, tuple):
A Dguiconfig.py2168 def _split_expr_info(expr, indent): argument
2177 if len(split_expr(expr, AND)) > 1:
2185 for i, term in enumerate(split_expr(expr, split_op)):
2205 def sis(expr, val, title): argument
2207 sis = [si for si in split_expr(expr, OR) if expr_value(si) == val]
2306 def _expr_str(expr): argument
2308 return expr_str(expr, _name_and_val_str)
A Dmenuconfig.py2693 def _split_expr_info(expr, indent): argument
2702 if len(split_expr(expr, AND)) > 1:
2710 for i, term in enumerate(split_expr(expr, split_op)):
2730 def sis(expr, val, title): argument
2732 sis = [si for si in split_expr(expr, OR) if expr_value(si) == val]
2838 def _expr_str(expr): argument
2840 return expr_str(expr, _name_and_val_str)
/scripts/build/
A Dgen_app_partitions.py277 def zephyr_linker_symbol(symbol, expr) : argument
278 return cmake_list_append("SYMBOLS", {'SYMBOL': symbol, 'EXPR':expr})
315 …zephyr_linker_symbol(symbol='z_data_smem_{partition}_part_size', expr='@z_data_smem_{partition}_pa…
316 …zephyr_linker_symbol(symbol='z_data_smem_{partition}_bss_size', expr='@z_data_smem_{partition}_bss…
/scripts/net/
A Drun-sample-tests.sh416 found=$(expr $found + 1)
/scripts/
A Dcheckpatch.pl5768 my $expr = '\s*\(\s*' . $tested . '\s*\)\s*;';
5769 …(kfree|usb_free_urb|debugfs_remove(?:_recursive)?|(?:kmem_cache|mempool|dma_pool)_destroy)$expr/) {

Completed in 54 milliseconds