HomeSort by relevance Sort by last modified time
    Searched defs:inList (Results 1 - 8 of 8) sorted by null

  /external/srec/portable/src/
pmemory_ext.c 147 int inList = FALSE; /* TRUE when found in list */
153 inList = TRUE;
157 PORT_ASSERT(inList == TRUE); /* MUST be in list */
  /external/doclava/src/com/google/doclava/
SampleCode.java 153 if (inList(path, IMAGES) || inList(path, VIDEOS) || inList(path, TEMPLATED)) {
206 if (inList(path, IMAGES)) {
220 } else if (inList(path, VIDEOS)) {
234 } else if (inList(path, TEMPLATED)) {
529 public static boolean inList(String s, String[] list) {
MethodInfo.java 380 private boolean inList(ClassInfo item, ThrowsTagInfo[] list) {
403 if (documented == null || !inList(cl, documented)) {
PageMetadata.java 435 public static boolean inList(String s, String[] list) {
456 if ((url != null) && (!url.equals("")) && (!inList(url, IMAGE_EXCLUDE))) {
  /external/chromium_org/third_party/icu/source/i18n/
rbnf.cpp 315 UBool inList(UChar c, const UChar* list) const {
501 while (p < e && !inList(*p, terminators)) ++p;
    [all...]
  /external/icu/icu4c/source/i18n/
rbnf.cpp 318 UBool inList(UChar c, const UChar* list) const {
506 while (p < e && !inList(*p, terminators)) ++p;
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-compat-3.2.1.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 1437 milliseconds