Searched refs:inList (Results 1 – 6 of 6) sorted by relevance
/external/doclava/src/com/google/doclava/ |
D | SampleCode.java | 153 if (inList(path, IMAGES) || inList(path, VIDEOS) || inList(path, TEMPLATED)) { in setProjectStructure() 206 if (inList(path, IMAGES)) { in writeProjectDirectory() 220 } else if (inList(path, VIDEOS)) { in writeProjectDirectory() 234 } else if (inList(path, TEMPLATED)) { in writeProjectDirectory() 529 public static boolean inList(String s, String[] list) { in inList() method in SampleCode
|
D | PageMetadata.java | 436 public static boolean inList(String s, String[] list) { in inList() method in PageMetadata 457 if ((url != null) && (!url.equals("")) && (!inList(url, IMAGE_EXCLUDE))) { in getImageUrlNormalized()
|
D | MethodInfo.java | 384 private boolean inList(ClassInfo item, ThrowsTagInfo[] list) { in inList() method in MethodInfo 407 if (documented == null || !inList(cl, documented)) { in throwsTags()
|
/external/icu/icu4c/source/test/cintltst/ |
D | usettest.c | 27 const char* inList, 236 const char* inList, in expect() argument 247 expectContainment(set, inList, TRUE); in expect() 249 expectItems(set, inList); in expect()
|
/external/v8/benchmarks/ |
D | earley-boyer.js | 2910 sc_Pair.prototype.sc_toWriteCircleString = function(symb, inList) { argument 2918 if (inList) 2933 if (inList) 2937 inList = false; 2940 if (!inList) 2951 if (!inList)
|
/external/icu/icu4c/source/i18n/ |
D | rbnf.cpp | 319 UBool inList(UChar c, const UChar* list) const { in inList() function in LocDataParser 507 while (p < e && !inList(*p, terminators)) ++p; in nextString()
|