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

  /external/clang/lib/CodeGen/
SanitizerBlacklist.cpp 33 bool SanitizerBlacklist::isIn(const llvm::Module &M,
38 bool SanitizerBlacklist::isIn(const llvm::Function &F) const {
39 return isIn(*F.getParent()) ||
43 bool SanitizerBlacklist::isIn(const llvm::GlobalVariable &G,
45 return isIn(*G.getParent(), Category) ||
  /external/hamcrest/library/src/org/hamcrest/collection/
IsIn.java 11 public class IsIn<T> extends BaseMatcher<T> {
14 public IsIn(Collection<T> collection) {
18 public IsIn(T[] elements) {
32 public static <T> Matcher<T> isIn(Collection<T> collection) {
33 return new IsIn<T>(collection);
37 public static <T> Matcher<T> isIn(T[] elements) {
38 return new IsIn<T>(elements);
43 return isIn(elements);
  /external/hamcrest/library/src/org/hamcrest/
Matchers.java 213 public static <T> org.hamcrest.Matcher<T> isIn(java.util.Collection<T> collection) {
214 return org.hamcrest.collection.IsIn.isIn(collection);
217 public static <T> org.hamcrest.Matcher<T> isIn(T[] param1) {
218 return org.hamcrest.collection.IsIn.isIn(param1);
222 return org.hamcrest.collection.IsIn.isOneOf(elements);
  /external/chromium_org/third_party/icu/source/test/intltest/
tzbdtest.cpp 134 UBool isIn = tz->inDaylightTime(mid, status);
136 if (isIn == startsInDST) {
  /external/icu/icu4c/source/test/intltest/
tzbdtest.cpp 134 UBool isIn = tz->inDaylightTime(mid, status);
136 if (isIn == startsInDST) {
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 208 /// isIn - whether the pPtr is in the current chunk?
209 bool isIn(pointer pPtr) const {
216 /// isIn - whether the pPtr is allocated, and can be constructed.
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar 
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 142 bool isIn(const Function &F, const StringRef Category) const {
143 return isIn(*F.getParent(), Category) ||
151 bool isIn(const GlobalAlias &GA, const StringRef Category) const {
152 if (isIn(*GA.getParent(), Category))
163 bool isIn(const Module &M, const StringRef Category) const {
443 return !ABIList.isIn(*F, "uninstrumented");
447 return !ABIList.isIn(*GA, "uninstrumented");
455 if (ABIList.isIn(*F, "functional"))
457 if (ABIList.isIn(*F, "discard"))
459 if (ABIList.isIn(*F, "custom")
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 5930 milliseconds