Home
last modified time | relevance | path

Searched refs:keyword (Results 1 – 25 of 219) sorted by relevance

123456789

/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate_buildsys.py478 def process_macro(keyword, value): argument
480 …if handler.process_macro(srctree, keyword, value, process_value, libdeps, pcdeps, deps, outlines, …
482 logger.debug('Found keyword %s with value "%s"' % (keyword, value))
483 if keyword == 'PKG_CHECK_MODULES':
490 elif keyword == 'PKG_CHECK_EXISTS':
497 elif keyword in ('AM_GNU_GETTEXT', 'AM_GLIB_GNU_GETTEXT', 'GETTEXT_PACKAGE'):
499 elif keyword in ('AC_PROG_INTLTOOL', 'IT_PROG_INTLTOOL'):
501 elif keyword == 'AM_PATH_GLIB_2_0':
503 elif keyword in ('AC_CHECK_PROG', 'AC_PATH_PROG', 'AX_WITH_PROG'):
509 … if handler.process_prog(srctree, keyword, value, prog, deps, outlines, inherits, values):
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/host/rk_test/
H A Dmain.c25 } keyword[] = { variable
47 for (int i = 0; keyword[i].word; i++) in printf_main_cmd()
48 printf(" %s\n", keyword[i].word); in printf_main_cmd()
53 for (int i = 0; keyword[i].word; i++) in config_main_cmd()
54 if (strcasecmp(cp, keyword[i].word) == 0) in config_main_cmd()
55 return keyword[i].main_cmd; in config_main_cmd()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/rk_test/
H A Dmain.c25 } keyword[] = { variable
53 for (int i = 0; keyword[i].word; i++) in printf_main_cmd()
54 printf(" %s\n", keyword[i].word); in printf_main_cmd()
59 for (int i = 0; keyword[i].word; i++) in config_main_cmd()
60 if (strcasecmp(cp, keyword[i].word) == 0) in config_main_cmd()
61 return keyword[i].main_cmd; in config_main_cmd()
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dorangefs-debugfs.c62 char *keyword; member
552 cdm_array[i].keyword = kzalloc(keyword_len + 1, GFP_KERNEL); in orangefs_prepare_cdm_array()
553 if (!cdm_array[i].keyword) { in orangefs_prepare_cdm_array()
560 cdm_array[i].keyword, in orangefs_prepare_cdm_array()
564 if (!strcmp(cdm_array[i].keyword, ORANGEFS_VERBOSE)) in orangefs_prepare_cdm_array()
567 if (!strcmp(cdm_array[i].keyword, ORANGEFS_ALL)) in orangefs_prepare_cdm_array()
647 strlcat(new, cdm_array[i].keyword, string_size); in orangefs_prepare_debugfs_help_string()
657 strlcat(new, s_kmod_keyword_mask_map[i].keyword, string_size); in orangefs_prepare_debugfs_help_string()
743 if (keyword_is_amalgam((char *) s_kmod_keyword_mask_map[index].keyword)) in do_k_string()
748 strlen(s_kmod_keyword_mask_map[index].keyword)) in do_k_string()
[all …]
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dvarhandlers.c64 int spk_chartab_get_value(char *keyword) in spk_chartab_get_value() argument
68 if (!strcmp(keyword, "ALPHA")) in spk_chartab_get_value()
70 else if (!strcmp(keyword, "B_CTL")) in spk_chartab_get_value()
72 else if (!strcmp(keyword, "WDLM")) in spk_chartab_get_value()
74 else if (!strcmp(keyword, "A_PUNC")) in spk_chartab_get_value()
76 else if (!strcmp(keyword, "PUNC")) in spk_chartab_get_value()
78 else if (!strcmp(keyword, "NUM")) in spk_chartab_get_value()
80 else if (!strcmp(keyword, "A_CAP")) in spk_chartab_get_value()
82 else if (!strcmp(keyword, "B_CAPSYM")) in spk_chartab_get_value()
84 else if (!strcmp(keyword, "B_SYM")) in spk_chartab_get_value()
/OK3568_Linux_fs/yocto/poky/bitbake/contrib/vim/syntax/
H A Dbitbake.vim37 syn keyword bbTodo COMBAK FIXME TODO XXX contained
52 syn keyword bbExportFlag export contained nextgroup=bbIdentifier skipwhite
65 syn keyword bbInclude inherit include require contained
70 syn keyword bbStatement addtask deltask addhandler after before EXPORT_FUNCTIONS contained
75 syn keyword bbOEFunctions do_fetch do_unpack do_patch do_configure do_compile do_stage do_ins…
80 syn keyword bbOverrideOperator append prepend remove contained
87 syn keyword bbShFakeRootFlag fakeroot contained
95 syn keyword bbPyFlag python contained
100 syn keyword bbPyDef def contained
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H A Dbpftool-feature.rst38 and run all probes, the **full** keyword should be used.
40 If the **macros** keyword (but not the **-j** option) is
52 When the **unprivileged** keyword is used, bpftool will dump
57 **unprivileged** keyword: This is to avoid misdetection if
59 keyword is unavailable if bpftool was compiled without
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/
H A Dquery.py434 m, keyword = self.match_require_include(line)
442 … self.print_cross_files(bbpath, keyword, layername, f, needed_file, args.filenames, ignore_layers)
460 m, keyword = self.match_require_include(line)
464 m, keyword = self.match_inherit(line)
468 …self.print_cross_files(bbpath, keyword, layername, f, m.group(1) + bbclass, args.filenames, ignore…
471 …def print_cross_files(self, bbpath, keyword, layername, f, needed_filename, show_filenames, ignore… argument
481 logger.plain("%s %s %s" %(f, keyword, needed_file))
490 keyword = "requires"
493 keyword = "includes"
494 return (m, keyword)
[all …]
/OK3568_Linux_fs/buildroot/utils/
H A Dsize-stats-compare116 keyword = 'file' variable
118 keyword = 'package' variable
125 print('Size difference per %s (bytes), threshold = %s' % (keyword, args.threshold))
/OK3568_Linux_fs/kernel/scripts/
H A Dunifdef.c191 static char *keyword; /* used for editing #elif's */ variable
453 static void Mpass (void) { memcpy(keyword, "if ", 4); Pelif(); } in Mpass()
522 snprintf(keyword, tline + sizeof(tline) - keyword, in keywordedit()
669 keyword = tline + (cp - tline); in parseline()
671 kwlen = cp - keyword; in parseline()
676 if (strlcmp("ifdef", keyword, kwlen) == 0 || in parseline()
677 strlcmp("ifndef", keyword, kwlen) == 0) { in parseline()
682 retval = (keyword[2] == 'n') in parseline()
692 } else if (strlcmp("if", keyword, kwlen) == 0) in parseline()
694 else if (strlcmp("elif", keyword, kwlen) == 0) in parseline()
[all …]
/OK3568_Linux_fs/yocto/meta-qt5/lib/recipetool/
H A Dcreate_qt5.py26 …def process_macro(self, srctree, keyword, value, process_value, libdeps, pcdeps, deps, outlines, i… argument
27 if keyword == 'AX_HAVE_QT':
36 def process_prog(self, srctree, keyword, value, prog, deps, outlines, inherits, values): argument
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/
H A Dfocaltech_test_ini.c253 struct ini_keyword *keyword; in print_ini_data() local
267 keyword = &section->keyword[j]; in print_ini_data()
268 FTS_TEST_DBG("%s=%s\n", keyword->name, keyword->value); in print_ini_data()
375 section->keyword = (struct ini_keyword *)&ini->tmp[ini->keyword_num_total]; in ini_parse_section()
430 struct ini_keyword *keyword; in ini_get_key() local
449 keyword = &section->keyword[j]; in ini_get_key()
451 if (key_len == strlen(keyword->name)) { in ini_get_key()
452 if (0 == fts_strncmp(keyword->name, key_name, key_len)) { in ini_get_key()
453 key_len = strlen(keyword->value); in ini_get_key()
454 memcpy(value, keyword->value, key_len); in ini_get_key()
/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-debugifc.c106 const char *keyword) in debugifc_match_keyword() argument
109 if (!keyword) return 0; in debugifc_match_keyword()
110 kl = strlen(keyword); in debugifc_match_keyword()
112 return !memcmp(buf,keyword,kl); in debugifc_match_keyword()
/OK3568_Linux_fs/kernel/security/keys/encrypted-keys/
H A Dencrypted.c179 char *p, *keyword; in datablob_parse() local
181 keyword = strsep(&datablob, " \t"); in datablob_parse()
182 if (!keyword) { in datablob_parse()
186 key_cmd = match_token(keyword, key_tokens, args); in datablob_parse()
231 "when called from .update method\n", keyword); in datablob_parse()
239 "when called from .update method\n", keyword); in datablob_parse()
253 keyword); in datablob_parse()
260 keyword); in datablob_parse()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/
H A DMakevars11 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
/OK3568_Linux_fs/yocto/poky/bitbake/lib/
H A Dcodegen.py213 for keyword in node.keywords:
215 self.write(keyword.arg + '=')
216 self.visit(keyword.value)
378 for keyword in node.keywords:
380 self.write(keyword.arg + '=')
381 self.visit(keyword.value)
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dtips.txt9 Search options using a keyword: perf report -h <keyword>
11 List events using substring match: perf list <keyword>
/OK3568_Linux_fs/kernel/lib/
H A Ddynamic_debug.c384 char *keyword = words[i]; in ddebug_parse_query() local
387 if (!strcmp(keyword, "func")) { in ddebug_parse_query()
389 } else if (!strcmp(keyword, "file")) { in ddebug_parse_query()
406 } else if (!strcmp(keyword, "module")) { in ddebug_parse_query()
408 } else if (!strcmp(keyword, "format")) { in ddebug_parse_query()
413 } else if (!strcmp(keyword, "line")) { in ddebug_parse_query()
417 pr_err("unknown keyword \"%s\"\n", keyword); in ddebug_parse_query()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dproviders.py90 def versionVariableMatch(cfgData, keyword, pn): argument
97 ver = cfgData.getVar("%s_VERSION:pn-%s" % (keyword, pn))
99 ver = cfgData.getVar("%s_VERSION_%s" % (keyword, pn))
101 ver = cfgData.getVar("%s_VERSION" % keyword)
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/
H A D0001-limit-number-of-LTO-jobs.patch7 branch uses quite old llvm that doesn't support this keyword.
59 + # Upstream chromium uses "all" keyword that is available since llvm 13.
/OK3568_Linux_fs/kernel/tools/bootconfig/samples/
H A Dbad-no-keyword.bconf1 # No keyword
H A Dbad-dotword.bconf1 # do not start keyword with .
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dsisfb.rst56 described above or the vesa keyword instead of mode). If compiled as a module,
74 The desired display mode can be specified using the keyword "mode" with
88 Additionally, sisfb understands the keyword "vesa" followed by a VESA mode
106 You should *not* compile-in vesafb. And please do not use the "vga=" keyword
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0027-RH-warn-on-invalid-regex-instead-of-failing.patch125 extern struct keyword * find_keyword(vector keywords, vector v, char * name);
126 int snprint_keyword(char *buff, int len, char *fmt, struct keyword *kw,
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core-debian/
H A DNonnull.patch1 Description: Bring Clang's _Nonnull keyword to GCC

123456789