/external/srec/portable/src/ |
D | pmemory_ext.c | 147 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/ |
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 | MethodInfo.java | 380 private boolean inList(ClassInfo item, ThrowsTagInfo[] list) { in inList() method in MethodInfo 403 if (documented == null || !inList(cl, documented)) { in throwsTags()
|
D | PageMetadata.java | 435 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/ |
D | usettest.c | 28 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/ |
D | usettest.c | 28 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/ |
D | javascript.js | 269 function inList(list) { function 277 if (inList(state.localVars)) return; 280 if (inList(state.globalVars)) return;
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | rbnf.cpp | 315 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/ |
D | v8-earley-boyer.js | 2904 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/ |
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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
D | v8-earley-boyer.js | 2904 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/ |
D | v8-earley-boyer.js | 2904 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/ |
D | rbnf.cpp | 318 UBool inList(UChar c, const UChar* list) const { in inList() function in LocDataParser 506 while (p < e && !inList(*p, terminators)) ++p; in nextString()
|