Home
last modified time | relevance | path

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

/external/srec/portable/src/
Dpmemory_ext.c147 int inList = FALSE; /* TRUE when found in list */ in RemoveFromAllocList() local
153 inList = TRUE; in RemoveFromAllocList()
157 PORT_ASSERT(inList == TRUE); /* MUST be in list */ in RemoveFromAllocList()
/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
DMethodInfo.java380 private boolean inList(ClassInfo item, ThrowsTagInfo[] list) { in inList() method in MethodInfo
403 if (documented == null || !inList(cl, documented)) { in throwsTags()
DPageMetadata.java435 public static boolean inList(String s, String[] list) { in inList() method in PageMetadata
456 if ((url != null) && (!url.equals("")) && (!inList(url, IMAGE_EXCLUDE))) { in getImageUrlNormalized()
/external/icu/icu4c/source/test/cintltst/
Dusettest.c28 const char* inList,
237 const char* inList, in expect() argument
248 expectContainment(set, inList, TRUE); in expect()
250 expectItems(set, inList); in expect()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dusettest.c28 const char* inList,
237 const char* inList, in expect() argument
248 expectContainment(set, inList, TRUE); in expect()
250 expectItems(set, inList); in expect()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Djavascript.js269 function inList(list) { function
277 if (inList(state.localVars)) return;
280 if (inList(state.globalVars)) return;
/external/chromium_org/third_party/icu/source/i18n/
Drbnf.cpp315 UBool inList(UChar c, const UChar* list) const { in inList() function in LocDataParser
501 while (p < e && !inList(*p, terminators)) ++p; in nextString()
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-earley-boyer.js2904 sc_Pair.prototype.sc_toWriteCircleString = function(symb, inList) { argument
2912 if (inList)
2927 if (inList)
2931 inList = false;
2934 if (!inList)
2945 if (!inList)
/external/chromium_org/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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-earley-boyer.js2904 sc_Pair.prototype.sc_toWriteCircleString = function(symb, inList) { argument
2912 if (inList)
2927 if (inList)
2931 inList = false;
2934 if (!inList)
2945 if (!inList)
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-earley-boyer.js2904 sc_Pair.prototype.sc_toWriteCircleString = function(symb, inList) { argument
2912 if (inList)
2927 if (inList)
2931 inList = false;
2934 if (!inList)
2945 if (!inList)
/external/icu/icu4c/source/i18n/
Drbnf.cpp318 UBool inList(UChar c, const UChar* list) const { in inList() function in LocDataParser
506 while (p < e && !inList(*p, terminators)) ++p; in nextString()