/build/make/tools/droiddoc/templates-pdk/assets/ |
android-developer-resource-browser.js | 20 // Watch for keypresses in the keyword filter textbox, and update 21 // search results to reflect the keyword filter. 22 $('#resource-browser-keyword-filter').keyup(function() { 23 // Filter results on screen by keyword. 40 * Returns whether or not the given search result contains the given keyword. 42 function resultMatchesKeyword(result, keyword) { 43 keyword = keyword.toLowerCase(); 45 result.title.en.toLowerCase().indexOf(keyword) >= 0) 48 result.description.en.toLowerCase().indexOf(keyword) >= 0 [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
selfmt.h | 103 * <p>The resulting keyword is provided to <code>MessageFormat</code> as a 140 * for each user-defined keyword. 141 * The pattern is a sequence of (keyword, message) pairs. 142 * A keyword is a "pattern identifier": [^[[:Pattern_Syntax:][:Pattern_White_Space:]]]+</p> 146 * <p>You always have to define a phrase for the default keyword 147 * <code>other</code>; this phrase is returned when the keyword 149 * the <code>format</code> method matches no other keyword. 212 * for the keyword rules. 227 * Selects the phrase for the given keyword 229 * @param keyword The keyword that is used to select an alternative [all...] |
/external/llvm/test/MC/AsmParser/ |
macros-argument-parsing-diagnostics.s | 16 # CHECK: error: cannot mix positional and keyword arguments
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSQLiteQueryBuilder.java | 43 private static void conditionallyAppend(StringBuilder sb, String keyword, String value) { 45 sb.append(keyword);
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug053.go | 10 var len int; // len should not be a keyword - this doesn't compile
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug053.go | 10 var len int; // len should not be a keyword - this doesn't compile
|
/external/libcups/cups/ |
ppd-private.h | 132 char *custom_max_keyword, /* Maximum custom size PWG keyword */ 133 *custom_min_keyword, /* Minimum custom size PWG keyword */ 186 const char *keyword); 188 const char *keyword); 190 const char *keyword); 192 const char *keyword, int *exact); 207 extern ppd_attr_t *_ppdLocalizedAttr(ppd_file_t *ppd, const char *keyword,
|
ppd-conflicts.c | 112 if (_cups_strcasecmp(cptr->option->keyword, option)) 115 num_options = cupsAddOption(cptr->option->keyword, 119 cptr->option->keyword)) != NULL) 120 num_options = cupsAddOption(cptr->option->keyword, marked->choice, 392 (!_cups_strcasecmp(constptr->option->keyword, option) || 394 !_cups_strcasecmp(constptr->option->keyword, "PageRegion")) || 396 !_cups_strcasecmp(constptr->option->keyword, "PageSize")))) 403 if ((value = cupsGetOption(constptr->option->keyword, num_newopts, 406 if (!_cups_strcasecmp(constptr->option->keyword, "PageSize") || 407 !_cups_strcasecmp(constptr->option->keyword, "PageRegion") [all...] |
pwg.h | 44 char *pwg, /* PWG media keyword */ 45 *ppd; /* PPD option keyword */ 73 extern int pwgFormatSizeName(char *keyword, size_t keysize,
|
ppd-cache.c | 68 const char *keyword, /* PWG keyword */ local 93 if ((keyword = cupsGetOption("job-password-encryption", num_options, options)) == NULL) 94 keyword = "none"; 96 if (!strcmp(keyword, "none")) 113 if ((hashlen = cupsHashData(keyword, password, strlen(password), hash, sizeof(hash))) > 0) 118 ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, "job-password-encryption", NULL, keyword); 123 if ((keyword = cupsGetOption("job-account-id", num_options, options)) == NULL) 124 keyword = cupsGetOption("job-billing", num_options, options); 126 if (keyword) 3584 const char *keyword = ippGetString(attr, i, NULL); local 3615 const char *keyword = ippGetString(attr, i, NULL); local 3715 const char *keyword = ippGetString(attr, 0, NULL); local [all...] |
ppd.h | 127 PPD_ILLEGAL_MAIN_KEYWORD, /* Illegal main keyword string */ 128 PPD_ILLEGAL_OPTION_KEYWORD, /* Illegal option keyword string */ 132 PPD_MISSING_OPTION_KEYWORD, /* Missing option keyword */ 170 char keyword[PPD_MAX_NAME]; /* Option keyword name ("PageSize", etc.) */ member in struct:ppd_option_s 184 **** the group's keyword name. 197 char option1[PPD_MAX_NAME]; /* First keyword */ 199 char option2[PPD_MAX_NAME]; /* Second keyword */ 283 char keyword[PPD_MAX_NAME]; /* Name of option that is being extended... */ member in struct:ppd_coption_s 384 const char *keyword) [all...] |
/external/pdfium/core/fpdfapi/parser/ |
cpdf_cross_ref_avail.cpp | 102 const ByteString keyword = parser_->GetKeyword(); local 106 if (keyword != kCrossRefKeyword) { 118 const ByteString keyword = parser_->GetKeyword(); local 122 if (keyword.IsEmpty()) { 127 if (keyword == kTrailerKeyword)
|
/external/tensorflow/tensorflow/contrib/specs/python/ |
specs_lib.py | 48 ValueError: raised if spec contains a prohibited keyword. 53 raise ValueError("keyword '%s' found in spec" % match.group(1)) 57 """Interpolates keyword arguments into argument lists. 64 kw: keyword dictionary 68 (new_args, new_kw), new argument lists and keyword dictionaries
|
/external/ImageMagick/coders/ |
svg.c | 799 *keyword, 837 keyword=(const char *) attributes[i]; 839 switch (*keyword) 844 if (LocaleCompare(keyword,"cx") == 0) 850 if (LocaleCompare(keyword,"cy") == 0) 861 if (LocaleCompare(keyword,"fx") == 0) 867 if (LocaleCompare(keyword,"fy") == 0) 878 if (LocaleCompare(keyword,"height") == 0) 889 if (LocaleCompare(keyword,"id") == 0) 899 if (LocaleCompare(keyword,"r") == 0 795 *keyword, local 3626 keyword[MagickPathExtent], local [all...] |
miff.c | 408 keyword[MagickPathExtent], 506 (void) ResetMagickMemory(keyword,0,sizeof(keyword)); 567 Get the keyword. 570 p=keyword; 575 if ((size_t) (p-keyword) < (MagickPathExtent-1)) 586 Get the keyword value. 624 Assign a value to the specified keyword. 626 switch (*keyword) 631 if (LocaleCompare(keyword,"alpha-color") == 0 403 keyword[MagickPathExtent], local [all...] |
/external/ImageMagick/MagickCore/ |
coder.c | 827 keyword[MagickPathExtent], 861 (void) CopyMagickString(keyword,token,MagickPathExtent); 862 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0) 871 if (LocaleNCompare(keyword,"<!--",4) == 0) 880 if (LocaleCompare(keyword,"<include") == 0) 887 (void) CopyMagickString(keyword,token,MagickPathExtent); 892 if (LocaleCompare(keyword,"file") == 0) 923 if (LocaleCompare(keyword,"<coder") == 0) 939 if (LocaleCompare(keyword,"/>") == 0) 955 switch (*keyword) 813 keyword[MagickPathExtent], local [all...] |
policy.c | 758 keyword[MagickPathExtent], 792 (void) CopyMagickString(keyword,token,MagickPathExtent); 793 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0) 802 if (LocaleNCompare(keyword,"<!--",4) == 0) 811 if (LocaleCompare(keyword,"<include") == 0) 818 (void) CopyMagickString(keyword,token,MagickPathExtent); 823 if (LocaleCompare(keyword,"file") == 0) 854 if (LocaleCompare(keyword,"<policy") == 0) 870 if (LocaleCompare(keyword,"/>") == 0) 885 switch (*keyword) 744 keyword[MagickPathExtent], local [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/ |
UnicodeLocaleExtension.java | 61 for (Entry<String, String> keyword : _keywords.entrySet()) { 62 String key = keyword.getKey(); 63 String value = keyword.getValue();
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/javadoc/description/ |
JavadocInlineTag.java | 63 this.keyword = screamingToCamelCase(name()); 66 private String keyword; field in class:JavadocInlineTag.Type 70 if (t.keyword.equals(tagName)) {
|
/libcore/ojluni/src/main/java/sun/util/locale/ |
UnicodeLocaleExtension.java | 77 for (Entry<String, String> keyword : this.keywords.entrySet()) { 78 String key = keyword.getKey(); 79 String value = keyword.getValue();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidContentAssist.java | 559 * - Pair of Strings: the first value is the keyword to insert, and the second value 573 String keyword = null; local 579 keyword = ((ElementDescriptor)choice).getXmlName(); 587 keyword = ((AttributeDescriptor)choice).getXmlLocalName(); 606 keyword = (String) choice; 613 keyword = pair.getFirst(); 620 keyword = type.getFullyQualifiedName(); 626 String nsKeyword = nsPrefix == null ? keyword : (nsPrefix + keyword); 629 keyword = nsKeyword 714 String keyword = proposal.getDisplayString(); local [all...] |
/libcore/ojluni/src/main/java/sun/security/x509/ |
AVA.java | 141 * keyword/OID map. 163 * @param keywordMap a Map where a keyword String maps to a corresponding 164 * OID String. Each AVA keyword will be mapped to the corresponding OID. 166 * keyword/OID mapping. 178 * First get the keyword indicating the attribute's type, 710 * OID/keyword map. 729 * OID/keyword map. 1198 private String keyword; field in class:AVAKeyword [all...] |
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/ |
hlslScanContext.h | 104 EHlslTokenClass keyword; member in class:glslang::HlslScanContext
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
PluralFormat.java | 86 * selector = explicitValue | keyword 88 * keyword = [^[[:Pattern_Syntax:][:Pattern_White_Space:]]]+ 103 * If there is no exact-number match, then a keyword is selected by calling 106 * If there is no clause with that keyword, then the "other" clauses is returned. 163 * <code>String</code>(plural case keyword) --> <code>String</code> 426 * @param selector the PluralSelector for mapping the number (minus offset) to a keyword. 444 // The keyword is null until we need to match against a non-explicit, not-"other" value. 445 // Then we get the keyword from the selector. 447 // or if the only non-explicit keyword is "other".) 448 String keyword=null local 705 String keyword = null; local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
PluralFormat.java | 85 * selector = explicitValue | keyword 87 * keyword = [^[[:Pattern_Syntax:][:Pattern_White_Space:]]]+ 102 * If there is no exact-number match, then a keyword is selected by calling 105 * If there is no clause with that keyword, then the "other" clauses is returned. 163 * <code>String</code>(plural case keyword) --> <code>String</code> 441 * @param selector the PluralSelector for mapping the number (minus offset) to a keyword. 459 // The keyword is null until we need to match against a non-explicit, not-"other" value. 460 // Then we get the keyword from the selector. 462 // or if the only non-explicit keyword is "other".) 463 String keyword=null local 724 String keyword = null; local [all...] |