/external/chromium_org/v8/src/ |
D | char-predicates.h | 26 static inline bool Is(uc32 c) { in Is() function 36 static inline bool Is(uc32 c) { in Is() function 49 static inline bool Is(uc32 c) { in Is() function 62 static inline bool Is(uc32 c) { in Is() function
|
D | unicode.cc | 421 bool Uppercase::Is(uchar c) { in Is() function in unibrow::Uppercase 533 bool Lowercase::Is(uchar c) { in Is() function in unibrow::Lowercase 658 bool Letter::Is(uchar c) { in Is() function in unibrow::Letter 708 bool Number::Is(uchar c) { in Is() function in unibrow::Number 733 bool WhiteSpace::Is(uchar c) { in Is() function in unibrow::WhiteSpace 755 bool LineTerminator::Is(uchar c) { in Is() function in unibrow::LineTerminator 821 bool CombiningMark::Is(uchar c) { in Is() function in unibrow::CombiningMark 852 bool ConnectorPunctuation::Is(uchar c) { in Is() function in unibrow::ConnectorPunctuation
|
D | types.h | 390 bool Is(TypeImpl* that) { return this == that || this->SlowIs(that); } in Is() function 392 bool Is(TypeHandle that) { return this->Is(*that); } in Is() function 592 static bool Is(bitset bits1, bitset bits2) { in Is() function
|
D | dateparser.h | 121 bool Is(uint32_t c) const { return ch_ == c; } in Is() function
|
/external/hamcrest/src/org/hamcrest/core/ |
D | Is.java | 17 public class Is<T> extends BaseMatcher<T> { class 21 public Is(Matcher<T> matcher) { in Is() method in Is
|
/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
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
D | testharness.h | 61 Tester& Is(bool b, const char* msg) { in Is() function
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkRecordPattern.h | 15 Is() : fPtr(NULL) {} in Is() function
|
/external/skia/src/core/ |
D | SkRecordPattern.h | 15 Is() : fPtr(NULL) {} in Is() function
|
/external/chromium_org/v8/src/arm64/ |
D | assembler-arm64-inl.h | 116 inline bool CPURegister::Is(const CPURegister& other) const { in Is() function
|
/external/chromium_org/v8/src/compiler/ |
D | node-matchers.h | 54 bool Is(const T& value) const { in Is() function
|
/external/libnfc-nci/src/adaptation/ |
D | config.cpp | 74 inline bool Is(unsigned long f) {return (state & f) == f;} in Is() function in CNfcConfig
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | config.cpp | 74 inline bool Is(unsigned long f) {return (state & f) == f;} in Is() function in CNfcConfig
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTraverse.h | 237 Container<Variable *> &Is, R_SExpr T) { in reduceBasicBlock() 370 Container<Variable *> &Is, R_SExpr T) { in reduceBasicBlock()
|
D | ThreadSafetyTIL.h | 1415 BasicBlock(BasicBlock &B, VarArray &&As, VarArray &&Is, SExpr *T) in BasicBlock()
|
/external/chromium_org/v8/test/cctest/ |
D | test-types.cc | 874 void Is() { in Is() function 2029 TEST(Is) { in TEST() argument
|
/external/vixl/src/a64/ |
D | assembler-a64.h | 147 bool Is(const CPURegister& other) const { in Is() function
|
/external/chromium_org/v8/tools/ |
D | grokdump.py | 938 def Is(self, cls): member in HeapObject
|
/external/chromium_org/third_party/dom_distiller_js/package/js/ |
D | domdistiller.js | 38 function Is(a){this.b=a} class
|