/external/v8/src/ |
D | char-predicates.h | 42 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
|
D | unicode.cc | 528 bool Uppercase::Is(uchar c) { in Is() function in unibrow::Uppercase 714 bool Lowercase::Is(uchar c) { in Is() function in unibrow::Lowercase 906 bool Letter::Is(uchar c) { in Is() function in unibrow::Letter 1128 bool ID_Start::Is(uchar c) { in Is() function in unibrow::ID_Start 1268 bool ID_Continue::Is(uchar c) { in Is() function in unibrow::ID_Continue 1295 bool WhiteSpace::Is(uchar c) { in Is() function in unibrow::WhiteSpace 1319 bool LineTerminator::Is(uchar c) { in Is() function in unibrow::LineTerminator
|
D | dateparser.h | 106 bool Is(uint32_t c) const { return ch_ == c; } in Is() function
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
D | Is.java | 17 public class Is<T> extends BaseMatcher<T> { class 20 public Is(Matcher<T> matcher) { in Is() method in Is
|
/external/deqp/framework/common/ |
D | tcuEither.hpp | 117 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/protobuf/src/google/protobuf/ |
D | any.h | 74 bool Is() const { in Is() function
|
D | any.pb.h | 66 template<typename T> bool Is() const { in Is() function
|
/external/vixl/src/aarch32/ |
D | instructions-aarch32.h | 131 bool Is(CPURegister ref) const { return GetReg() == ref.GetReg(); } in Is() function 142 bool Is(Register ref) const { return GetCode() == ref.GetCode(); } in Is() function 305 bool Is(DataType type) const { return value_ == type.value_; } in Is() function 306 bool Is(DataTypeValue value) const { return value_ == value; } in Is() function 307 bool Is(DataTypeType type) const { return GetType() == type; } in Is() function 311 bool Is(DataTypeType type, uint32_t size) const { in Is() function 779 bool Is(SpecialRegister value) const { return reg_ == value.reg_; } in Is() function 780 bool Is(uint32_t value) const { return reg_ == value; } in Is() function 887 bool Is(MaskedSpecialRegister value) const { return reg_ == value.reg_; } in Is() function 888 bool Is(uint32_t value) const { return reg_ == value; } in Is() function [all …]
|
/external/golang-protobuf/ptypes/ |
D | any.go | 132 func Is(any *any.Any, pb proto.Message) bool { func
|
/external/skia/src/core/ |
D | SkRecordPattern.h | 23 Is() : fPtr(nullptr) {} in Is() function
|
/external/skqp/src/core/ |
D | SkRecordPattern.h | 23 Is() : fPtr(nullptr) {} in Is() function
|
/external/llvm/include/llvm/MC/ |
D | MachineLocation.h | 56 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister()
|
/external/llvm/unittests/ADT/ |
D | PointerUnionTest.cpp | 57 TEST_F(PointerUnionTest, Is) { in TEST_F() argument
|
D | PointerSumTypeTest.cpp | 46 TEST_F(PointerSumTypeTest, Is) { in TEST_F() argument
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MachineLocation.h | 54 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister()
|
/external/v8/src/compiler/ |
D | node-matchers.h | 117 bool Is(const T& value) const { in Is() function 155 bool Is(const T& value) const { in Is() function 194 bool Is(Handle<HeapObject> const& value) const { in Is() function 205 bool Is(const ExternalReference& value) const { in Is() function
|
D | types.h | 236 static bool Is(bitset bits1, bitset bits2) { in Is() function 571 bool Is(Type* that) { return this == that || this->SlowIs(that); } in Is() function
|
/external/llvm/include/llvm/Support/ |
D | Format.h | 84 index_sequence<Is...>) const { in snprint_tuple()
|
/external/v8/src/arm64/ |
D | assembler-arm64-inl.h | 107 inline bool CPURegister::Is(const CPURegister& other) const { in Is() function
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVInstruction.h | 482 void setIsConstant(bool Is) { in setIsConstant()
|
D | SPIRVType.h | 735 bool Is = Ty->getOpCode() == T2::OC; variable
|
/external/v8/src/ast/ |
D | ast-types.h | 308 static bool Is(bitset bits1, bitset bits2) { in Is() function 799 bool Is(AstType* that) { return this == that || this->SlowIs(that); } in Is() function
|
/external/protobuf/python/google/protobuf/internal/ |
D | well_known_types.py | 90 def Is(self, descriptor): member in Any
|
/external/vixl/src/aarch64/ |
D | operands-aarch64.h | 173 bool Is(const CPURegister& other) const { in Is() function
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTraverse.h | 230 Container<R_SExpr> &Is, R_SExpr T) { in reduceBasicBlock()
|