/external/webkit/WebCore/inspector/front-end/ |
D | SourceJavaScriptTokenizer.re2js | 55 DIV: 0, 139 <DIV,NODIV> LineComment { this.tokenType = "javascript-comment"; return cursor; } 140 <DIV,NODIV> Comment { this.tokenType = "javascript-comment"; return cursor; } 141 … <DIV,NODIV> CommentStart => COMMENT { this.tokenType = "javascript-comment"; return cursor; } 145 <DIV,NODIV> StringLiteral { this.tokenType = "javascript-string"; return cursor; } 146 … <DIV,NODIV> DoubleStringStart => DSTRING { this.tokenType = "javascript-string"; return cursor; } 149 … <DIV,NODIV> SingleStringStart => SSTRING { this.tokenType = "javascript-string"; return cursor; } 158 … <DIV,NODIV> NumericLiteral => DIV { this.tokenType = "javascript-number"; return cursor; } 159 <DIV,NODIV> Identifier => DIV 168 <DIV,NODIV> RightParen => DIV { this.tokenType = null; return cursor; } [all …]
|
D | SourceJavaScriptTokenizer.js | 56 DIV: 0, property 1178 this.setLexCondition(this._lexConditions.DIV); 1207 this.setLexCondition(this._lexConditions.DIV); 1270 this.setLexCondition(this._lexConditions.DIV);
|
/external/clearsilver/imd/ |
D | imd.cs | 70 <DIV ALIGN=RIGHT> 96 </DIV> 108 <DIV ALIGN=RIGHT> 134 </DIV> 137 <DIV ALIGN=RIGHT> 155 </DIV>
|
/external/tinyxml/docs/ |
D | doxygen.css | 1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { selector 18 DIV.qindex { 27 DIV.nav { 36 DIV.navtab { 98 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top… 107 DIV.groupHeader { 113 DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% }
|
/external/v8/src/mips/ |
D | constants-mips.cc | 246 case DIV: in InstructionType()
|
D | constants-mips.h | 229 DIV = ((3 << 3) + 2), enumerator
|
D | disasm-mips.cc | 483 case DIV: in DecodeTypeRegister()
|
D | simulator-mips.cc | 957 case DIV: in DecodeTypeRegister() 1142 case DIV: in DecodeTypeRegister()
|
/external/v8/src/ |
D | token.h | 102 T(DIV, "/", 13) \
|
D | builtins.h | 140 V(DIV, 1) \
|
D | runtime.js | 222 function DIV(y) { class
|
D | ast.cc | 106 case Token::ASSIGN_DIV: return Token::DIV; in binary_op()
|
D | assembler.cc | 758 case Token::DIV: in double_fp_operation()
|
D | fast-codegen.cc | 408 case Token::DIV: in VisitBinaryOperation()
|
D | rewriter.cc | 449 case Token::DIV: in VisitBinaryOperation()
|
/external/tcpdump/tests/ |
D | print-AA.new | 164 <DIV align="center"> 171 </DIV>
|
D | print-AA.out | 164 <DIV align="center"> 171 </DIV>
|
D | print-A.out | 164 <DIV align="center"> 171 </DIV>
|
D | print-A.new | 164 <DIV align="center"> 171 </DIV>
|
D | print-XX.new | 365 0x1410: 0a0a 3c44 4956 2061 6c69 676e 3d22 6365 ..<DIV.align="ce 382 0x1520: 3c2f 613e 0a3c 2f44 4956 3e0a 0a3c 212d </a>.</DIV>..<!-
|
/external/v8/src/ia32/ |
D | codegen-ia32.cc | 893 (op_ == Token::DIV))) { in Generate() 952 case Token::DIV: __ divsd(xmm0, xmm1); break; in Generate() 1102 case Token::DIV: in GenericBinaryOperation() 1139 case Token::DIV: in FoldConstantSmis() 1204 if (op == Token::DIV || op == Token::MOD) { in LikelySmiBinaryOperation() 1273 (op == Token::DIV) ? eax : edx, in LikelySmiBinaryOperation() 1299 if (op == Token::DIV) { in LikelySmiBinaryOperation() 1952 case Token::DIV: in ConstantSmiBinaryOperation() 7502 if (op_ == Token::DIV || op_ == Token::MOD) { in GenerateSmiCode() 7535 case Token::DIV: in GenerateSmiCode() [all …]
|
D | codegen-ia32.h | 769 || op_ == Token::MUL || op_ == Token::DIV; in ArgsInRegistersSupported()
|
/external/v8/src/arm/ |
D | codegen-arm.h | 494 if (op == Token::DIV) return constant_rhs >= 2 && constant_rhs <= 3; in RhsIsOneWeWantToOptimizeFor()
|
/external/v8/src/x64/ |
D | codegen-x64.cc | 5312 case Token::DIV: in GenericBinaryOperation() 5661 if (op == Token::DIV || op == Token::MOD) { in LikelySmiBinaryOperation() 5730 (op == Token::DIV) ? rax : rdx, in LikelySmiBinaryOperation() 5736 if (op == Token::DIV) { in LikelySmiBinaryOperation() 6528 case Token::DIV: in FoldConstantSmis() 8451 if (op_ == Token::DIV || op_ == Token::MOD) { in GenerateSmiCode() 8494 case Token::DIV: in GenerateSmiCode() 8556 case Token::DIV: { in GenerateSmiCode() 8558 if (op_ == Token::DIV) { in GenerateSmiCode() 8569 case Token::DIV: __ divsd(xmm4, xmm5); break; in GenerateSmiCode() [all …]
|
D | codegen-x64.h | 736 || (op_ == Token::MUL) || (op_ == Token::DIV); in ArgsInRegistersSupported()
|