Searched defs:Is (Results 1 - 25 of 35) sorted by relevance

12

/external/v8/src/
H A Dchar-predicates.h42 static inline bool Is(uc32 c) { function in struct:v8::internal::IdentifierStart
44 return unibrow::ID_Start::Is(c);
56 static inline bool Is(uc32 c) { function in struct:v8::internal::IdentifierPart
58 return unibrow::ID_Start::Is(c) || unibrow::ID_Continue::Is(c);
70 static inline bool Is(uc32 c) { return unibrow::WhiteSpace::Is(c); } function in struct:v8::internal::WhiteSpace
77 static inline bool Is(uc32 c) { function in struct:v8::internal::WhiteSpaceOrLineTerminator
78 return WhiteSpace::Is(c) || unibrow::LineTerminator::Is(
[all...]
H A Ddateparser.h106 bool Is(uint32_t c) const { return ch_ == c; } function in class:v8::internal::DateParser::BASE_EMBEDDED
H A Dunicode.cc177 if (next != 0 && Letter::Is(next)) {
528 bool Uppercase::Is(uchar c) { function in class:unibrow::Uppercase
714 bool Lowercase::Is(uchar c) { function in class:unibrow::Lowercase
906 bool Letter::Is(uchar c) { function in class:unibrow::Letter
1128 bool ID_Start::Is(uchar c) { function in class:unibrow::ID_Start
1268 bool ID_Continue::Is(uchar c) { function in class:unibrow::ID_Continue
1295 bool WhiteSpace::Is(uchar c) { function in class:unibrow::WhiteSpace
1319 bool LineTerminator::Is(uchar c) { function in class:unibrow::LineTerminator
H A Dobjects-inl.h135 bool HeapObject::Is##type() const { \
208 bool Object::Is##type_() const { \
209 return IsHeapObject() && HeapObject::cast(this)->Is##type_(); \
215 bool Object::Is##Type(Isolate* isolate) const { \
218 bool HeapObject::Is##Type(Isolate* isolate) const { \
450 inline bool Is<JSFunction>(Object* obj) { function in namespace:v8::internal
472 inline bool Is<JSArray>(Object* obj) { function in namespace:v8::internal
574 bool Object::Is##Name() const { \
575 return IsHeapObject() && HeapObject::cast(this)->Is##Name(); \
577 bool HeapObject::Is##Nam
[all...]
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
H A DIs.java17 public class Is<T> extends BaseMatcher<T> { class in inherits:BaseMatcher
20 public Is(Matcher<T> matcher) { method in class:Is
49 return new Is<T>(matcher);
/external/protobuf/src/google/protobuf/
H A Dany.h74 bool Is() const { function in class:google::protobuf::internal::AnyMetadata
H A Dany.pb.h66 template<typename T> bool Is() const { function in class:google::protobuf::Any
67 return _any_metadata_.Is<T>();
/external/deqp/framework/common/
H A DtcuEither.hpp114 struct Is;
117 struct Is<First, First, Second> struct in namespace:tcu::EitherDetail
126 struct Is<Second, First, Second> struct in namespace:tcu::EitherDetail
137 return Is<Type, First, Second>::is(either);
/external/llvm/include/llvm/MC/
H A DMachineLocation.h56 void setIsRegister(bool Is) { IsRegister = Is; } argument
/external/skia/src/core/
H A DSkRecordPattern.h21 class Is { class in namespace:SkRecords
23 Is() : fPtr(nullptr) {} function in class:SkRecords::Is
/external/skqp/src/core/
H A DSkRecordPattern.h21 class Is { class in namespace:SkRecords
23 Is() : fPtr(nullptr) {} function in class:SkRecords::Is
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMachineLocation.h54 void setIsRegister(bool Is) { IsRegister = Is; } argument
/external/protobuf/python/google/protobuf/internal/
H A Dwell_known_types.py80 if not self.Is(descriptor):
90 def Is(self, descriptor): member in class:Any
/external/v8/src/compiler/
H A Dtypes.h61 // T1->Is(T2) -- tests whether T1 is included in T2 (i.e., T1 <= T2)
65 // T->Is(SignedSmall())), and the latter to check whether a specific case needs
72 // Consequently, do not normally use Equals for type tests, always use Is!
236 static bool Is(bitset bits1, bitset bits2) { function
571 bool Is(Type* that) { return this == that || this->SlowIs(that); } function in class:v8::internal::compiler::BitsetType::Type
573 bool Equals(Type* that) { return this->Is(that) && that->Is(this); }
H A Dnode-matchers.h40 bool Is##Opcode() const { return opcode() == IrOpcode::k##Opcode; }
117 bool Is(const T& value) const { function in struct:v8::internal::compiler::final
155 bool Is(const T& value) const { function in struct:v8::internal::compiler::final
162 return this->Is(0.0) && std::signbit(this->Value());
166 bool IsZero() const { return this->Is(0.0) && !std::signbit(this->Value()); }
194 bool Is(Handle<HeapObject> const& value) const { function in struct:v8::internal::compiler::final
205 bool Is(const ExternalReference& value) const { function in struct:v8::internal::compiler::final
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVType.h735 bool Is = Ty->getOpCode() == T2::OC; local
736 if (!Is)
H A DSPIRVInstruction.h482 void setIsConstant(bool Is) { argument
483 if (Is)
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h230 Container<R_SExpr> &Is, R_SExpr T) {
231 return (As.Success && Is.Success && T);
229 reduceBasicBlock(BasicBlock &Orig, Container<R_SExpr> &As, Container<R_SExpr> &Is, R_SExpr T) argument
H A DThreadSafetyTIL.h1552 BasicBlock(BasicBlock &B, MemRegionRef A, InstrArray &&As, InstrArray &&Is, argument
1555 Args(std::move(As)), Instrs(std::move(Is)), TermInstr(T) {}
/external/flatbuffers/src/
H A Didl_parser.cpp421 bool Parser::Is(int t) { function in class:flatbuffers::Parser
440 while (Is('.')) {
774 if (Is(kTokenStringConstant)) {
856 bool is_nested_vector = struct_def && Is('[');
864 if ((!opts.strict_json || !fieldn) && Is(terminator)) break;
873 if (Is(kTokenStringConstant)) {
878 if (!opts.protobuf_ascii_alike || !(Is('{') || Is('['))) EXPECT(':');
881 if (Is(terminator)) break;
1050 if ((!opts.strict_json || !count) && Is(']')) brea
[all...]
/external/python/cpython2/Include/
H A DPython-ast.h24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator in enum:_cmpop
/external/v8/src/arm64/
H A Dassembler-arm64-inl.h107 inline bool CPURegister::Is(const CPURegister& other) const { function in class:v8::internal::CPURegister
357 return reg_.Is(NoReg);
525 return (addrmode_ == Offset) && regoffset_.Is(NoReg);
530 return (addrmode_ == Offset) && !regoffset_.Is(NoReg);
/external/v8/src/ast/
H A Dast-types.h111 // T1->Is(T2) -- tests whether T1 is included in T2 (i.e., T1 <= T2)
115 // T->Is(SignedSmall())), and the latter to check whether a specific case needs
122 // Consequently, do not normally use Equals for type tests, always use Is!
308 static bool Is(bitset bits1, bitset bits2) { function
799 bool Is(AstType* that) { return this == that || this->SlowIs(that); } function in class:v8::internal::AstBitsetType::AstType
801 bool Equals(AstType* that) { return this->Is(that) && that->Is(this); }
803 // Equivalent to Constant(val)->Is(this), but avoiding allocation.
971 DCHECK(lower->Is(upper));
984 if (!lower->Is(uppe
[all...]
/external/python/cpython3/Include/
H A DPython-ast.h24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator in enum:_cmpop
/external/v8/tools/
H A Dgrokdump.py1047 def Is(self, cls): member in class:HeapObject
1459 if self.shared.script.Is(Script) and self.shared.script.name.Is(String):
1473 if self.shared is not None and self.shared.Is(SharedFunctionInfo):
1482 if not self.shared.script.Is(Script): return source
1484 if not script_source.Is(String): return source

Completed in 631 milliseconds

12