/external/webkit/V8Binding/v8/src/ |
D | char-predicates.h | 45 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()
|
D | unicode.h | 215 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);
|
D | variables.h | 77 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()
|
D | unicode.cc | 178 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
|
D | dateparser-inl.h | 96 } else if (in.Is('(')) { in Parse() 99 } else if ((in.IsAsciiSign() || in.Is(')')) && in.HasReadNumber()) { in Parse()
|
D | ast.cc | 224 bool RegExpTree::Is##Name() { return false; } 232 bool RegExp##Name::Is##Name() { return true; }
|
D | dateparser.h | 119 bool Is(uint32_t c) const { return ch_ == c; } in Is() function
|
D | unicode-inl.h | 43 bool result = T::Is(code_point); in CalculateValue()
|
D | accessors.cc | 44 while (!Is<C>(obj)) { in FindInPrototypeChain()
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.compat | 43 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/ |
D | makeapps.com | 43 $! (That Is, If We Need To Link To One.) 52 $! The Architecture Is AXP. 60 $! The Architecture Is VAX. 482 $! Check To See If P1 Is Blank. 487 $! P1 Is NODEBUG, So Compile Without Debugger Information. 536 $! Check To See If P2 Is Blank. 855 $ WRITE SYS$OUTPUT "The Option ",P3," Is Invalid. The Valid Options Are:"
|
/external/dropbear/libtommath/ |
D | poster.tex | 21 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/icu4c/data/rbnf/ |
D | fr_CH.txt | 19 // these to rule sets. Also, I'm not 100% sure about Swiss French. Is 20 // this correct? Is "onze cents" commonly used for 1,100 in both France
|
/external/grub/docs/ |
D | kernel.c.texi | 78 /* @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/ |
D | ssl-lib.com | 278 $! Check To See If The File We Want To Compile Is Actually There. 542 $ WRITE SYS$OUTPUT "The Option ",P1," Is Invalid. The Valid Options Are:" 602 $ WRITE SYS$OUTPUT "The Option ",P2," Is Invalid. The Valid Options Are:"
|
/external/bison/tests/ |
D | atlocal | 14 # Is the compiler GCC?
|
D | atlocal.in | 14 # Is the compiler GCC?
|
/external/dbus/test/data/valid-messages/ |
D | dict.message | 45 STRING_ARRAY { 'Hello', 'This', 'Is', 'A', 'String', 'Array!' }
|
D | lots-of-arguments.message | 33 STRING_ARRAY { 'Hello', 'This', 'Is', 'A', 'String', 'Array!' }
|
/external/openssl/crypto/ |
D | crypto-lib.com | 473 $! Check To See If The File We Want To Compile Is Actually There. 780 $ WRITE SYS$OUTPUT "The Option ",P1," Is Invalid. The Valid Options Are:" 839 $ WRITE SYS$OUTPUT "The Option ",P2," Is Invalid. The Valid Options Are:"
|
/external/e2fsprogs/po/ |
D | at-expand.pl | 37 "#. %Is <inode> -> i_size\n",
|
/external/zlib/ |
D | FAQ | 10 1. Is zlib Y2K-compliant? 151 21. Is zlib thread-safe? 166 23. Is zlib under the GNU license? 225 30. Is there some simpler, easier to read version of inflate I can look at 276 34. Is there a Java version of zlib?
|
/external/webkit/WebKit/mac/DOM/ |
D | WebDOMOperations.mm | 96 // FIXME: Is deprecatedParseURL appropriate here?
|
/external/openssl/crypto/des/ |
D | des-lib.com | 653 $! P1 Is "ALL", So Build Everything.
|
/external/icu4c/data/ |
D | makedata.mak | 21 # Is the directory containing this file (makedata.mak) 22 # Is the directory into which most data is built (prior to packaging) 23 # Is icu\source\data\build
|