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

/external/v8/src/
H A Dchar-predicates.h47 static inline bool Is(uc32 c) { function in struct:v8::internal::IdentifierStart
50 default: return unibrow::Letter::Is(c);
57 static inline bool Is(uc32 c) { function in struct:v8::internal::IdentifierPart
58 return IdentifierStart::Is(c)
59 || unibrow::Number::Is(c)
62 || unibrow::CombiningMark::Is(c)
63 || unibrow::ConnectorPunctuation::Is(c);
H A Ddateparser.h144 bool Is(uint32_t c) const { return ch_ == c; } function in class:v8::internal::DateParser::BASE_EMBEDDED
H A Dunicode.cc194 if (next != 0 && Letter::Is(next)) {
450 bool Uppercase::Is(uchar c) { function in class:unibrow::Uppercase
561 bool Lowercase::Is(uchar c) { function in class:unibrow::Lowercase
685 bool Letter::Is(uchar c) { function in class:unibrow::Letter
724 bool Space::Is(uchar c) { function in class:unibrow::Space
755 bool Number::Is(uchar c) { function in class:unibrow::Number
779 bool WhiteSpace::Is(uchar c) { function in class:unibrow::WhiteSpace
800 bool LineTerminator::Is(uchar c) { function in class:unibrow::LineTerminator
865 bool CombiningMark::Is(uchar c) { function in class:unibrow::CombiningMark
895 bool ConnectorPunctuation::Is(ucha function in class:unibrow::ConnectorPunctuation
[all...]
H A Dobjects-inl.h71 bool Object::Is##type() { \
79 ASSERT(object->Is##type()); \
607 template <> inline bool Is<JSFunction>(Object* obj) { function in namespace:v8::internal
639 template <> inline bool Is<JSArray>(Object* obj) { function in namespace:v8::internal
767 bool Object::Is##Name() { \
/external/hamcrest/src/org/hamcrest/core/
H A DIs.java17 public class Is<T> extends BaseMatcher<T> { class in inherits:BaseMatcher
21 public Is(Matcher<T> matcher) { method in class:Is
42 return new Is<T>(matcher);
/external/llvm/include/llvm/MC/
H A DMachineLocation.h54 void setIsRegister(bool Is) { IsRegister = Is; } argument
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp75 inline bool Is(unsigned long f) {return (state & f) == f;} function in class:CNfcConfig
299 if (Is(IsStringValue) && base == 16 && i > 0)
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp75 inline bool Is(unsigned long f) {return (state & f) == f;} function in class:CNfcConfig
299 if (Is(IsStringValue) && base == 16 && i > 0)
/external/v8/tools/
H A Dgrokdump.py644 def Is(self, cls): member in class:HeapObject
811 if self.shared.script.Is(Script) and self.shared.script.name.Is(String):
825 if self.shared.Is(SharedFunctionInfo):
834 if not self.shared.script.Is(Script): return source
836 if not script_source.Is(String): return source
/external/robolectric/lib/main/
H A Dhamcrest-core-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ LICENSE ...

Completed in 227 milliseconds