Home
last modified time | relevance | path

Searched defs:Is (Results 1 – 23 of 23) sorted by relevance

/external/v8/src/
Dchar-predicates.h42 static inline bool Is(uc32 c) { in Is() function
56 static inline bool Is(uc32 c) { in Is() function
70 static inline bool Is(uc32 c) { return unibrow::WhiteSpace::Is(c); } in Is() function
77 static inline bool Is(uc32 c) { in Is() function
Dunicode.cc472 bool Uppercase::Is(uchar c) { in Is() function in unibrow::Uppercase
658 bool Lowercase::Is(uchar c) { in Is() function in unibrow::Lowercase
850 bool Letter::Is(uchar c) { in Is() function in unibrow::Letter
1072 bool ID_Start::Is(uchar c) { in Is() function in unibrow::ID_Start
1212 bool ID_Continue::Is(uchar c) { in Is() function in unibrow::ID_Continue
1239 bool WhiteSpace::Is(uchar c) { in Is() function in unibrow::WhiteSpace
1263 bool LineTerminator::Is(uchar c) { in Is() function in unibrow::LineTerminator
Dtypes.h297 static bool Is(bitset bits1, bitset bits2) { in Is() function
766 bool Is(Type* that) { return this == that || this->SlowIs(that); } in Is() function
Ddateparser.h106 bool Is(uint32_t c) const { return ch_ == c; } in Is() function
/external/hamcrest/src/org/hamcrest/core/
DIs.java17 public class Is<T> extends BaseMatcher<T> { class
21 public Is(Matcher<T> matcher) { in Is() method in Is
/external/deqp/framework/common/
DtcuEither.hpp117 struct Is<First, First, Second> struct
119 static bool is (const Either<First, Second>& either) in is()
126 struct Is<Second, First, Second> struct
128 static bool is (const Either<First, Second>& either) in is()
/external/skia/src/core/
DSkRecordPattern.h22 Is() : fPtr(nullptr) {} in Is() function
/external/llvm/include/llvm/MC/
DMachineLocation.h56 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister()
/external/llvm/unittests/ADT/
DPointerUnionTest.cpp57 TEST_F(PointerUnionTest, Is) { in TEST_F() argument
/external/v8/src/compiler/
Dtype-hints.cc109 bool BinaryOperationHints::Is(Hint h1, Hint h2) { in Is() function in v8::internal::compiler::BinaryOperationHints
Dnode-matchers.h114 bool Is(const T& value) const { in Is() function
151 bool Is(const T& value) const { in Is() function
182 bool Is(const ExternalReference& value) const { in Is() function
/external/llvm/include/llvm/Support/
DFormat.h84 index_sequence<Is...>) const { in snprint_tuple()
/external/v8/src/arm64/
Dassembler-arm64-inl.h121 inline bool CPURegister::Is(const CPURegister& other) const { in Is() function
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dconfig.cpp74 inline bool Is(unsigned long f) {return (state & f) == f;} in Is() function in CNfcConfig
/external/libnfc-nci/src/adaptation/
Dconfig.cpp74 inline bool Is(unsigned long f) {return (state & f) == f;} in Is() function in CNfcConfig
/external/libnfc-nci/halimpl/pn54x/utils/
DphNxpConfig.cpp111 inline bool Is(unsigned long f) {return (state & f) == f;} in Is() function in CNfcConfig
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h230 Container<R_SExpr> &Is, R_SExpr T) { in reduceBasicBlock()
DThreadSafetyTIL.h1552 BasicBlock(BasicBlock &B, MemRegionRef A, InstrArray &&As, InstrArray &&Is, in BasicBlock()
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
Dmox.py1366 class Is(Comparator): class
/external/chromium-trace/catapult/third_party/mox3/mox3/
Dmox.py1366 class Is(Comparator): class
/external/vixl/src/vixl/a64/
Dassembler-a64.h172 bool Is(const CPURegister& other) const { in Is() function
/external/v8/tools/
Dgrokdump.py1046 def Is(self, cls): member in HeapObject
/external/clang/include/clang/Sema/
DSema.h1347 llvm::index_sequence<Is...>) const { in emit()