HomeSort by relevance Sort by last modified time
    Searched refs:DIV (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/webkit/Source/WebCore/inspector/front-end/
SourceJavaScriptTokenizer.re2js 55 DIV: 0,
140 <DIV,NODIV> LineComment { this.tokenType = "javascript-comment"; return cursor; }
141 <DIV,NODIV> Comment { this.tokenType = "javascript-comment"; return cursor; }
142 <DIV,NODIV> CommentStart => COMMENT { this.tokenType = "javascript-comment"; return cursor; }
146 <DIV,NODIV> StringLiteral { this.tokenType = "javascript-string"; return cursor; }
147 <DIV,NODIV> DoubleStringStart => DSTRING { this.tokenType = "javascript-string"; return cursor; }
150 <DIV,NODIV> SingleStringStart => SSTRING { this.tokenType = "javascript-string"; return cursor; }
159 <DIV,NODIV> NumericLiteral => DIV { this.tokenType = "javascript-number"; return cursor; }
160 <DIV,NODIV> Identifier => DI
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 92 public static final int DIV = 17;
330 case DIV: return "div";
DexTranslationAdvice.java 75 case RegOps.DIV:
Rops.java 261 new Rop(RegOps.DIV, Type.INT, StdTypeList.INT_INT,
262 Exceptions.LIST_Error_ArithmeticException, "div-int");
266 new Rop(RegOps.DIV, Type.LONG, StdTypeList.LONG_LONG,
267 Exceptions.LIST_Error_ArithmeticException, "div-long");
271 new Rop(RegOps.DIV, Type.FLOAT, StdTypeList.FLOAT_FLOAT, "div-float");
275 new Rop(RegOps.DIV, Type.DOUBLE, StdTypeList.DOUBLE_DOUBLE,
276 "div-double");
422 new Rop(RegOps.DIV, Type.INT, StdTypeList.INT,
423 Exceptions.LIST_Error_ArithmeticException, "div-const-int")
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 92 public static final int DIV = 17;
330 case DIV: return "div";
DexTranslationAdvice.java 82 case RegOps.DIV:
Rops.java 261 new Rop(RegOps.DIV, Type.INT, StdTypeList.INT_INT,
262 Exceptions.LIST_Error_ArithmeticException, "div-int");
266 new Rop(RegOps.DIV, Type.LONG, StdTypeList.LONG_LONG,
267 Exceptions.LIST_Error_ArithmeticException, "div-long");
271 new Rop(RegOps.DIV, Type.FLOAT, StdTypeList.FLOAT_FLOAT, "div-float");
275 new Rop(RegOps.DIV, Type.DOUBLE, StdTypeList.DOUBLE_DOUBLE,
276 "div-double");
422 new Rop(RegOps.DIV, Type.INT, StdTypeList.INT,
423 Exceptions.LIST_Error_ArithmeticException, "div-const-int")
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegOps.java 92 public static final int DIV = 17;
330 case DIV: return "div";
DexTranslationAdvice.java 82 case RegOps.DIV:
Rops.java 261 new Rop(RegOps.DIV, Type.INT, StdTypeList.INT_INT,
262 Exceptions.LIST_Error_ArithmeticException, "div-int");
266 new Rop(RegOps.DIV, Type.LONG, StdTypeList.LONG_LONG,
267 Exceptions.LIST_Error_ArithmeticException, "div-long");
271 new Rop(RegOps.DIV, Type.FLOAT, StdTypeList.FLOAT_FLOAT, "div-float");
275 new Rop(RegOps.DIV, Type.DOUBLE, StdTypeList.DOUBLE_DOUBLE,
276 "div-double");
422 new Rop(RegOps.DIV, Type.INT, StdTypeList.INT,
423 Exceptions.LIST_Error_ArithmeticException, "div-const-int")
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
view.js 75 * DivView is an implementation of View that wraps a DIV.
86 // Initialize the default values to those of the DIV.
107 * Returns the wrapped DIV
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
basic-single-touch-events.js 1 var div = document.createElement("div"); variable
2 div.id = "touchtarget";
3 div.style.width = "100px";
4 div.style.height = "100px";
5 div.style.backgroundColor = "blue";
29 div.addEventListener("touchstart", touchEventCallback, false);
30 div.addEventListener("touchmove", touchEventCallback, false);
31 div.addEventListener("touchend", touchEventCallback, false);
32 document.body.insertBefore(div, document.body.firstChild)
    [all...]
  /external/v8/src/mips/
constants-mips.cc 253 case DIV:
constants-mips.h 322 DIV = ((3 << 3) + 2),
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 420 case RegOps.DIV:
481 // Find move-result-pseudo result for int div and int rem
482 if (opcode == RegOps.DIV || opcode == RegOps.REM) {
512 case RegOps.DIV:
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SCCP.java 420 case RegOps.DIV:
481 // Find move-result-pseudo result for int div and int rem
482 if (opcode == RegOps.DIV || opcode == RegOps.REM) {
512 case RegOps.DIV:
  /external/v8/src/
token.h 105 T(DIV, "/", 13) \
builtins.h 233 V(DIV, 1) \
  /external/webkit/LayoutTests/fast/js/resources/
select-options-remove.js 7 value = document.createElement("DIV");
111 value = document.createElement("DIV");
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 65 an rtx code for a non-commutative binary operation (e.g., MINUS, DIV)
443 DEF_RTL_EXPR(DIV, "div", "ee", RTX_BIN_ARITH)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 65 an rtx code for a non-commutative binary operation (e.g., MINUS, DIV)
443 DEF_RTL_EXPR(DIV, "div", "ee", RTX_BIN_ARITH)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 65 an rtx code for a non-commutative binary operation (e.g., MINUS, DIV)
443 DEF_RTL_EXPR(DIV, "div", "ee", RTX_BIN_ARITH)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 65 an rtx code for a non-commutative binary operation (e.g., MINUS, DIV)
443 DEF_RTL_EXPR(DIV, "div", "ee", RTX_BIN_ARITH)
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc     [all...]

Completed in 825 milliseconds

1 2 3 4