/external/openssh/ |
readconf.c | 111 /* Keyword tokens. */ 357 char *s, **charptr, *endofnumber, *keyword, *arg, *arg2; local 374 /* Get the keyword. (Each line is supposed to begin with a keyword). */ 375 if ((keyword = strdelim(&s)) == NULL) 378 if (*keyword == '\0') 379 keyword = strdelim(&s); 380 if (keyword == NULL || !*keyword || *keyword == '\n' || *keyword == '#' [all...] |
ssh_config.0 | 31 is of the format ``keyword arguments''. Configuration options may be 42 keyword) to be only for those hosts that match one of the 43 patterns given after the keyword. If more than one pattern is 77 argument to this keyword must be ``yes'' or ``no''. The default 358 offers more identities. The argument to this keyword must be 399 The argument to this keyword must be ``yes'' or ``no''. The 475 host authentication for localhost. The argument to this keyword 481 argument to this keyword must be an integer. The default is 3. 485 to this keyword must be ``yes'' or ``no''. The default is 495 keyword is the PKCS#11 shared library ssh(1) should use t [all...] |
ssh_config.5 | 80 .Dq keyword arguments . 103 keyword) to be only for those hosts that match one of the patterns 104 given after the keyword. 157 The argument to this keyword must be 606 The argument to this keyword must be 694 The argument to this keyword must be 805 The argument to this keyword must be 812 The argument to this keyword must be an integer. 816 The argument to this keyword must be 837 The argument to this keyword is the PKCS#11 shared librar [all...] |
/external/chromium/chrome/browser/importer/ |
profile_import_process_messages.h | 260 WriteParam(m, p.keyword()); 287 string16 keyword; local 311 !ReadParam(m, iter, &keyword) || 345 p->set_keyword(keyword); 436 int, /* default keyword index */
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
javascripttokenizer.py | 147 # Match a keyword string followed by a non-identifier character in order to 149 KEYWORD = re.compile('(%s)((?=[^%s])|$)' % ( 265 Matcher(KEYWORD, Type.KEYWORD), 308 # Matchers for code after the function keyword.
|
/ndk/sources/host-tools/nawk-20071023/ |
lex.c | 40 typedef struct Keyword { 44 } Keyword; 46 Keyword keywords[] ={ /* keep sorted: binary searched */ 437 int binsearch(char *w, Keyword *kp, int n) 457 Keyword *kp;
|
/tools/motodev/src/plugins/videos/src/com/motorola/studio/android/videos/ui/views/ |
VideoComposite.java | 498 * Highlight the given keyword in the composite
500 * @param keyword the keyword to be highlighted
502 public void highlightKeyword(String keyword)
506 UiUtilities.highlightKeywords(styledText, keyword, highlightTextColor);
|
/external/icu4c/common/unicode/ |
locid.h | 256 * @param keywordsAndValues A string consisting of keyword/values pairs, such as 438 * Get the value for a keyword. 440 * @param keywordName name of the keyword for which we want the value. Case insensitive. 441 * @param buffer The buffer to receive the keyword value. 444 * @return the length of the keyword value 451 * Set the value for a keyword. 453 * @param keywordName name of the keyword to be set. Case insensitive. 454 * @param keywordValue value of the keyword to be set. If 0-length or 455 * NULL, will result in the keyword being removed. No error is given if 456 * that keyword does not exist [all...] |
/external/proguard/src/proguard/ |
ConfigurationParser.java | 432 readNextWord("keyword '" + ConfigurationConstants.CLASS_KEYWORD + 442 readNextWord("keyword '" + ConfigurationConstants.ALLOW_SHRINKING_SUBOPTION + 460 throw new ParseException("Expecting keyword '" + ConfigurationConstants.ALLOW_SHRINKING_SUBOPTION + 492 readNextWord("keyword '" + ConfigurationConstants.CLASS_KEYWORD + 512 // Parse the class annotations and access modifiers until the class keyword. 547 readNextWord("annotation type or keyword '" + ClassConstants.EXTERNAL_ACC_INTERFACE + "'", false); 584 // The interface or enum keyword. Stop parsing the class flags. 588 readNextWord("keyword '" + ConfigurationConstants.CLASS_KEYWORD + [all...] |
/external/libvpx/examples/includes/geshi/ |
geshi.php | 145 /** The key of the regex array defining a custom keyword to use 512 * Default target for keyword links 911 * Sets the style for a keyword group. If $preserve_defaults is 915 * @param int The key of the keyword group to change the styles of 922 //Set the style for this keyword group 936 * Turns highlighting on/off for a keyword group 938 * @param int The key of the keyword group to turn on or off 3097 $keyword = $match[0]; variable [all...] |
/external/icu4c/i18n/ |
ucol_res.cpp | 188 /* we try to find stuff from keyword */ 192 // if there is a keyword, we pick it up and try to get elements 195 // no keyword. we try to find the default setting, which will give us the keyword value 789 ucol_getKeywordValues(const char *keyword, UErrorCode *status) { 793 // hard-coded to accept exactly one collation keyword 794 // modify if additional collation keyword is added later 795 if (keyword==NULL || uprv_strcmp(keyword, KEYWORDS[0])!=0) 823 * -values is the temp location for the keyword value [all...] |
ucol_sit.cpp | 272 /* 04 KEYWORD */ {keywordArg, _processLocaleElement, 4 }, // keyword 394 // if there is a collation keyword, add that too 437 /* we try to find stuff from keyword */ 441 // if there is a keyword, we pick it up and try to get elements 443 // no keyword. we try to find the default setting, which will give us the keyword value
|
/external/chromium/chrome/browser/policy/ |
configuration_policy_pref_store_unittest.cc | 541 const char* const keyword = "MyKeyword"; local 551 Value::CreateStringValue(keyword)); 573 EXPECT_TRUE(StringValue(keyword).Equals(value)); 594 const char* const keyword = "MyKeyword"; local 602 Value::CreateStringValue(keyword)); 634 const char* const keyword = "MyKeyword"; local 644 Value::CreateStringValue(keyword));
|
/external/clang/include/clang/AST/ |
DeclarationName.h | 394 // Locations (if any) for the tilde (destructor) or operator keyword 400 // The location (if any) of the operator keyword is stored elsewhere. 406 // The location (if any) of the operator keyword is stored elsewhere. 477 /// (without the operator keyword). Assumes it is a (non-literal) operator. 486 /// (without the operator keyword). Assumes it is a C++ operator. 494 /// operator name (not the operator keyword). 502 /// operator name (not the operator keyword).
|
/external/clang/lib/Lex/ |
Preprocessor.cpp | 467 // Look up this token, see if it is a macro, or if it is a language keyword. 571 // If this identifier is a keyword in C++11, produce a warning. Don't warn if 578 // Don't diagnose this keyword again in this translation unit. 595 // If this is the '__experimental_modules_import' contextual keyword, note 599 // keyword when we're in a caching lexer, because caching lexers only get 610 /// \brief Lex a token following the 'import' contextual keyword. 624 // contextual keyword, so now we're looking for the identifiers.
|
/external/icu4c/i18n/unicode/ |
plurfmt.h | 96 * selector = explicitValue | keyword 98 * keyword = [^[[:Pattern_Syntax:][:Pattern_White_Space:]]]+ 114 * If there is no exact-number match, then a keyword is selected by calling 117 * If there is no clause with that keyword, then the "other" clauses is returned. 490 * Given a number, returns the appropriate PluralFormat keyword. 494 * @return The selected PluralFormat keyword. 538 * @param selector the PluralSelector for mapping the number (minus offset) to a keyword.
|
/external/markdown/markdown/ |
__init__.py | 190 Keyword arguments: 320 Keyword aurguments: 365 Keyword arguments: 432 Keyword arguments: 470 Keyword arguments: 497 Keyword arguments: 578 Keyword arguments:
|
/external/chromium/chrome/browser/search_engines/ |
search_provider_install_data_unittest.cc | 27 const std::string& keyword) { 30 t_url->set_keyword(UTF8ToUTF16(keyword)); 31 t_url->set_short_name(UTF8ToUTF16(keyword));
|
/external/clang/include/clang/Lex/ |
Token.h | 92 /// in raw mode) or a non-keyword identifier (when lexing in non-raw mode). 251 /// \brief Return true if we have an ObjC keyword identifier. 254 /// \brief Return the ObjC keyword kind.
|
/external/ppp/pppd/plugins/radius/ |
config.c | 155 error("%s: auth_order: unknown keyword: %s", filename, p); 167 error("%s: auth_order: unknown or unexpected keyword: %s", filename, p); 219 error("%s: line %d: unrecognized keyword: %s", filename, line, p);
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ucol.h | 555 * collation. At this point, the only recognized keyword for this 566 * Given a keyword, create a string enumeration of all values 567 * for that keyword that are currently in use. 568 * @param keyword a particular keyword as enumerated by 569 * ucol_getKeywords. If any other keyword is passed in, *status is set 572 * @return a string enumeration over collation keyword values, or NULL 577 ucol_getKeywordValues(const char *keyword, UErrorCode *status); 581 * requested locale, with respect to given keyword, for the 596 * @param keyword a particular keyword as enumerated b [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ucol.h | 555 * collation. At this point, the only recognized keyword for this 566 * Given a keyword, create a string enumeration of all values 567 * for that keyword that are currently in use. 568 * @param keyword a particular keyword as enumerated by 569 * ucol_getKeywords. If any other keyword is passed in, *status is set 572 * @return a string enumeration over collation keyword values, or NULL 577 ucol_getKeywordValues(const char *keyword, UErrorCode *status); 581 * requested locale, with respect to given keyword, for the 596 * @param keyword a particular keyword as enumerated b [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/ |
cdefs.h | 102 #define __inline inline /* convert to C++ keyword */ 105 #define __inline /* delete GCC keyword */ 224 * C99 defines the restrict type qualifier keyword, which was made available
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/ |
cdefs.h | 102 #define __inline inline /* convert to C++ keyword */ 105 #define __inline /* delete GCC keyword */ 224 * C99 defines the restrict type qualifier keyword, which was made available
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/ |
cdefs.h | 102 #define __inline inline /* convert to C++ keyword */ 105 #define __inline /* delete GCC keyword */ 224 * C99 defines the restrict type qualifier keyword, which was made available
|