Home
last modified time | relevance | path

Searched refs:inList (Results 1 – 6 of 6) sorted by relevance

/external/doclava/src/com/google/doclava/
DSampleCode.java153 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
DPageMetadata.java436 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()
DMethodInfo.java384 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/
Dusettest.c27 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/
Dearley-boyer.js2910 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/
Drbnf.cpp319 UBool inList(UChar c, const UChar* list) const { in inList() function in LocDataParser
507 while (p < e && !inList(*p, terminators)) ++p; in nextString()