| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | Configint.h | 128 * so these messages should be about the specific keyword and syntax in error. 134 "The Option keyword requires 1 or 2 quoted strings to follow it." 136 "\"%s\" is not a valid keyword in this section." 140 "Unexpected EOF. Missing EndSection keyword?" 142 "The %s keyword requires a quoted string to follow it." 144 "The %s keyword requires a number to follow it." 146 "The %s keyword requires a positive integer to follow it." 148 "The %s keyword requires a boolean to follow it." 150 "The ZAxisMapping keyword requires 2 positive numbers or X or Y to follow it." 152 "The DacSpeed keyword must be followed by a list of up to %d numbers." [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create_buildsys.py | 478 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/xserver/hw/xwin/man/ |
| H A D | XWinrc.man | 50 or could be parsed, ambiguously, as a misplaced keyword. 62 The \fBTRAYICON\fP keyword changes the icon \fIXWin\fP displays in the 67 The \fBSILENTEXIT\fP keyword, which takes no parameters, disables the 72 The \fBFORCEEXIT\fP keyword, which takes no parameters, disables the 174 \fIclass-or-name-of-window\fP \fIstyle-keyword-1\fP \fIstyle-keyword-2\fP 186 \fIstyle-keyword-1\fP 205 \fIstyle-keyword-2\fP 219 One keyword in \fIstyle-keyword-1\fP can be used with one keyword in \fIstyle-keyword-2\fP, 220 or any keyword can be used singly.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/contrib/vim/syntax/ |
| H A D | bitbake.vim | 37 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 110 hi def link bbDelimiter Keyword
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/host/rk_test/ |
| H A D | main.c | 25 } 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 D | main.c | 25 } 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 D | orangefs-debugfs.c | 58 * An array of client_debug_mask will be built to hold debug keyword/mask 62 char *keyword; member 431 * Map the keyword string from userspace into a valid debug mask. in orangefs_debug_write() 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() 635 * fill the client keyword/mask array and remember in orangefs_prepare_debugfs_help_string() 647 strlcat(new, cdm_array[i].keyword, string_size); in orangefs_prepare_debugfs_help_string() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | varhandlers.c | 64 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/kernel/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-feature.rst | 38 and run all probes, the **full** keyword should be used. 40 If the **macros** keyword (but not the **-j** option) is 49 Keyword **kernel** can be omitted. If no probe target 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/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/ |
| H A D | remove_typename.hpp | 25 // (subject ``check if a token is a keyword (was "BOOST_PP_IS_UNARY()")'') 27 // "keyword" as it is done by the macros below (even if `PP_IS_UNARY()` is 33 // with keyword to check. 40 // `is_front_macro(tokens)` is 1 iff `tokens` start with keyword to remove. 41 // `removing_prefix ## <keyword-to-remove>` must expand to nothing. 66 * leading \c typename keyword has been removed. If no typename keyword is present,
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | dtc-lexer.l | 103 DPRINT("Keyword: /dts-v1/\n"); 110 DPRINT("Keyword: /plugin/\n"); 115 DPRINT("Keyword: /memreserve/\n"); 121 DPRINT("Keyword: /bits/\n"); 127 DPRINT("Keyword: /delete-property/\n"); 134 DPRINT("Keyword: /delete-node/\n"); 141 DPRINT("Keyword: /omit-if-no-ref/\n");
|
| /OK3568_Linux_fs/buildroot/dl/gperf/ |
| HD | gperf-3.1.tar.gz | ... /options.h
gperf-3.1/src/keyword-list.cc
gperf-3.1/src/ ... |
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/ |
| H A D | query.py | 434 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/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/ |
| H A D | focaltech_test_ini.c | 253 struct ini_keyword *keyword; in print_ini_data() local 260 FTS_TEST_DBG("section num:%d, keyword num total:%d\n", in print_ini_data() 264 FTS_TEST_DBG("section name:[%s] keyword num:%d\n", in print_ini_data() 267 keyword = §ion->keyword[j]; in print_ini_data() 268 FTS_TEST_DBG("%s=%s\n", keyword->name, keyword->value); in print_ini_data() 327 FTS_TEST_ERROR("mark(=)in keyword line fail"); in ini_parse_keyword() 342 FTS_TEST_ERROR("keyword num(%d)>max(%d),please check MAX_KEYWORD_NUM", in ini_parse_keyword() 373 FTS_TEST_INFO("section:%s, keyword offset:%d", in ini_parse_section() 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 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | utresdecode.c | 4 * Module Name: utresdecode - Resource descriptor keyword strings 244 "/* UNKNOWN flow control keyword */" 255 "/* UNKNOWN parity keyword */", 256 "/* UNKNOWN parity keyword */", 257 "/* UNKNOWN parity keyword */"
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-lexer.l | 118 DPRINT("Keyword: /dts-v1/\n"); 125 DPRINT("Keyword: /plugin/\n"); 130 DPRINT("Keyword: /memreserve/\n"); 136 DPRINT("Keyword: /bits/\n"); 142 DPRINT("Keyword: /delete-property/\n"); 149 DPRINT("Keyword: /delete-node/\n");
|
| /OK3568_Linux_fs/kernel/security/keys/encrypted-keys/ |
| H A D | encrypted.c | 179 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() 230 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse() 231 "when called from .update method\n", keyword); in datablob_parse() 238 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse() 239 "when called from .update method\n", keyword); in datablob_parse() 251 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse() 253 keyword); in datablob_parse() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | tips.txt | 9 Search options using a keyword: perf report -h <keyword> 11 List events using substring match: perf list <keyword>
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | search.py | 27 keyword_rc = re.compile(args.keyword) 108 …parser_search.add_argument('keyword', help='Keyword to search for (regular expression syntax allow…
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | unifdef.c | 151 * Sometimes when editing a keyword the replacement text is longer, so 191 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() 672 /* no way can we deal with a continuation inside a 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() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/ |
| H A D | Makevars | 11 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | sisfb.rst | 56 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-qt5/lib/recipetool/ |
| H A D | create_qt5.py | 26 …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/buildroot/utils/ |
| H A D | size-stats-compare | 116 keyword = 'file' variable 118 keyword = 'package' variable 125 print('Size difference per %s (bytes), threshold = %s' % (keyword, args.threshold))
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ |
| H A D | codegen.py | 213 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)
|