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

  /external/llvm/lib/Transforms/Instrumentation/
BlackList.cpp 87 bool BlackList::isIn(const Function &F) const {
88 return isIn(*F.getParent()) || inSection("fun", F.getName());
91 bool BlackList::isIn(const GlobalVariable &G) const {
92 return isIn(*G.getParent()) || inSection("global", G.getName());
95 bool BlackList::isIn(const Module &M) const {
111 return (isIn(*G.getParent()) ||
  /external/skia/tests/
RoundRectTest.cpp 139 static const bool isIn[] = { false, true, false, true, false, true, false, true, true };
141 SkASSERT(SK_ARRAY_COUNT(pts) == SK_ARRAY_COUNT(isIn));
161 REPORTER_ASSERT(reporter, isIn[i] == rr1.contains(pts[i].fX, pts[i].fY));
174 REPORTER_ASSERT(reporter, isIn[i] == rr2.contains(pts[i].fX, pts[i].fY));
206 static const bool isIn[] = { false, true, false, true, false, true, false, true, true };
208 SkASSERT(SK_ARRAY_COUNT(pts) == SK_ARRAY_COUNT(isIn));
220 REPORTER_ASSERT(reporter, isIn[i] == rr1.contains(pts[i].fX, pts[i].fY));
244 static const bool isIn[] = { false, true, false, true, false, true, false, true, true };
246 SkASSERT(SK_ARRAY_COUNT(pts) == SK_ARRAY_COUNT(isIn));
255 REPORTER_ASSERT(reporter, isIn[i] == rr1.contains(pts[i].fX, pts[i].fY))
    [all...]
  /external/icu4c/test/intltest/
tzbdtest.cpp 134 UBool isIn = tz->inDaylightTime(mid, status);
136 if (isIn == startsInDST) {
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 211 /// isIn - whether the pPtr is in the current chunk?
212 bool isIn(pointer pPtr) const {
219 /// isIn - whether the pPtr is allocated, and can be constructed.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 337 milliseconds