Home
last modified time | relevance | path

Searched refs:Is (Results 1 – 25 of 114) sorted by relevance

12345

/external/v8/src/
Dchar-predicates.h45 static inline bool Is(uc32 c) { in Is() function
48 default: return unibrow::Letter::Is(c); in Is()
55 static inline bool Is(uc32 c) { in Is() function
56 return IdentifierStart::Is(c) in Is()
57 || unibrow::Number::Is(c) in Is()
58 || unibrow::CombiningMark::Is(c) in Is()
59 || unibrow::ConnectorPunctuation::Is(c); in Is()
Dunicode.h215 static bool Is(uchar c);
218 static bool Is(uchar c);
221 static bool Is(uchar c);
224 static bool Is(uchar c);
227 static bool Is(uchar c);
230 static bool Is(uchar c);
233 static bool Is(uchar c);
236 static bool Is(uchar c);
239 static bool Is(uchar c);
Dvariables.h77 bool Is(Kind kind) const { return kind_ == kind; } in Is() function
79 bool IsKnown() const { return !Is(UNKNOWN); } in IsKnown()
80 bool IsUnknown() const { return Is(UNKNOWN); } in IsUnknown()
81 bool IsLikelySmi() const { return Is(LIKELY_SMI); } in IsLikelySmi()
Dunicode.cc178 if (next != 0 && Letter::Is(next)) { in LookupMapping()
341 bool Uppercase::Is(uchar c) { in Is() function in unibrow::Uppercase
370 bool Lowercase::Is(uchar c) { in Is() function in unibrow::Lowercase
403 bool Letter::Is(uchar c) { in Is() function in unibrow::Letter
432 bool Space::Is(uchar c) { in Is() function in unibrow::Space
452 bool Number::Is(uchar c) { in Is() function in unibrow::Number
475 bool WhiteSpace::Is(uchar c) { in Is() function in unibrow::WhiteSpace
489 bool LineTerminator::Is(uchar c) { in Is() function in unibrow::LineTerminator
511 bool CombiningMark::Is(uchar c) { in Is() function in unibrow::CombiningMark
539 bool ConnectorPunctuation::Is(uchar c) { in Is() function in unibrow::ConnectorPunctuation
Ddateparser-inl.h98 } else if (in.Is('(')) { in Parse()
101 } else if ((in.IsAsciiSign() || in.Is(')')) && in.HasReadNumber()) { in Parse()
Dast.cc203 bool RegExpTree::Is##Name() { return false; }
211 bool RegExp##Name::Is##Name() { return true; }
Ddateparser.h119 bool Is(uint32_t c) const { return ch_ == c; } in Is() function
Dunicode-inl.h43 bool result = T::Is(code_point); in CalculateValue()
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.compat43 ATTRIBUTE User-Name-Is-Star 1035 integer
44 VALUE User-Name-Is-Star No 0
45 VALUE User-Name-Is-Star Yes 1
/external/openssl/apps/
Dmakeapps.com44 $! (That Is, If We Need To Link To One.)
53 $! The Architecture Is VAX.
61 $! The Architecture Is Alpha, IA64 or whatever comes in the future.
199 $! -1 Means The Application File Name Is To Be Used.
512 $! Check To See If P1 Is Blank.
517 $! P1 Is NODEBUG, So Compile Without Debugger Information.
566 $! Check To See If P2 Is Blank.
885 $ WRITE SYS$OUTPUT "The Option ",P3," Is Invalid. The Valid Options Are:"
/external/dropbear/libtommath/
Dposter.tex21 Is Zero? & {\tt mp\_iszero(\&a)} & $c = a^{-1} \mod b$ & {\tt mp\_invmod(\&a, \&b, \&c)} \\
22 Is Even? & {\tt mp\_iseven(\&a)} & $d = a^b \mod c$ & {\tt mp\_exptmod(\&a, \&b, \&c, \&d)} \\
23 Is Odd ? & {\tt mp\_isodd(\&a)} \\
/external/grub/docs/
Dkernel.c.texi78 /* @r{Is boot_device valid?} */
82 /* @r{Is the command line passed?} */
110 /* @r{Is the symbol table of a.out valid?} */
122 /* @r{Is the section header table of ELF valid?} */
/external/openssl/ssl/
Dssl-lib.com279 $! Check To See If The File We Want To Compile Is Actually There.
543 $ WRITE SYS$OUTPUT "The Option ",P1," Is Invalid. The Valid Options Are:"
604 $ WRITE SYS$OUTPUT "The Option ",P2," Is Invalid. The Valid Options Are:"
/external/bison/tests/
Datlocal14 # Is the compiler GCC?
Datlocal.in14 # Is the compiler GCC?
/external/dbus/test/data/valid-messages/
Ddict.message45 STRING_ARRAY { 'Hello', 'This', 'Is', 'A', 'String', 'Array!' }
Dlots-of-arguments.message33 STRING_ARRAY { 'Hello', 'This', 'Is', 'A', 'String', 'Array!' }
/external/e2fsprogs/po/
Dat-expand.pl37 "#. %Is <inode> -> i_size\n",
/external/stlport/doc/
DFAQ18 Q2.4 When I switch to STLport in my application, I get errors. Is STLport
24 are looked for in /usr/include/3.3.1. Is it a STLport bug?
44 Q6.1 Is STLport a replacement for headers and libraries that shipout
46 Q6.2 My tool detects memory leaks in applications with STLport. Is this leak
301 Q2.4 When I switch to STLport in my application, I get errors. Is STLport
321 are looked for in /usr/include/3.3.1. Is it a STLport bug?
460 Q6.1 Is STLport a replacement for headers and libraries that shipout
470 Q6.2 My tool detects memory leaks in application with STLport. Is this leak
/external/zlib/
DFAQ10 1. Is zlib Y2K-compliant?
150 21. Is zlib thread-safe?
165 23. Is zlib under the GNU license?
226 30. Is there some simpler, easier to read version of inflate I can look at to
280 34. Is there a Java version of zlib?
359 43. Is zlib subject to export controls? What is its ECCN?
/external/protobuf/src/solaris/
Dlibstdc++.la43 # Is this an already installed library?
/external/chromium/sdch/open-vcdiff/src/solaris/
Dlibstdc++.la43 # Is this an already installed library?
/external/icu4c/data/locales/
Dmt.txt79 "Is-Sibt",
/external/openssl/crypto/
Dcrypto-lib.com769 $! Check To See If P1 Is Blank.
774 $! P1 Is Blank, So Build Everything.
/external/webkit/WebKit/mac/DOM/
DWebDOMOperations.mm96 // FIXME: Is deprecatedParseURL appropriate here?

12345