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

1 2

  /external/proguard/src/proguard/optimize/evaluation/
TracedBranchUnit.java 42 int conditional)
44 if (conditional == Value.ALWAYS)
49 else if (conditional != Value.NEVER)
52 super.branchConditionally(clazz, codeAttribute, offset, branchTarget, conditional);
  /external/proguard/src/proguard/evaluation/
BranchUnit.java 44 * conditional branch.
50 int conditional);
BasicBranchUnit.java 100 int conditional)
Processor.java 868 int conditional = indexValue.equal(valueFactory.createIntegerValue( local
896 int conditional = indexValue.equal(valueFactory.createIntegerValue( local
    [all...]
  /external/webkit/WebCore/dom/
make_names.pl 112 'conditional' => 0
322 my $conditional = $tags{$tagName}{conditional};
323 if ($conditional) {
324 my $conditionalString = "ENABLE(" . join(") && ENABLE(", split(/&/, $conditional)) . ")";
331 if ($conditional) {
355 my $conditional = $tags{$tagName}{conditional};
356 if ($conditional) {
357 my $conditionalString = "ENABLE(" . join(") && ENABLE(", split(/&/, $conditional)) . ")"
    [all...]
  /build/core/combo/arch/arm/
armv4t.mk 6 # in StrongArm and arm8). Supporting armv4 will require a lot of conditional
  /dalvik/vm/jdwp/
JdwpEvent.h 37 } conditional; member in union:JdwpEventMod
JdwpHandler.c     [all...]
  /dalvik/vm/mterp/armv4t/
OP_AGET_WIDE.S 22 @ branch prediction (if any) handles conditional forward branches vs.
OP_APUT_WIDE.S 21 @ branch prediction (if any) handles conditional forward branches vs.
  /dalvik/vm/mterp/armv5te/
OP_AGET_WIDE.S 22 @ branch prediction (if any) handles conditional forward branches vs.
OP_APUT_WIDE.S 23 @ branch prediction (if any) handles conditional forward branches vs.
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorJS.pm 486 my $conditional = $dataNode->extendedAttributes->{"Conditional"};
498 if ($conditional) {
499 $conditionalString = "ENABLE(" . join(") && ENABLE(", split(/&/, $conditional)) . ")";
    [all...]
CodeGeneratorV8.pm 214 # If the node has a [Conditional=XXX] attribute, returns an "ENABLE(XXX)" string for use in an #if.
218 my $conditional = $node->extendedAttributes->{"Conditional"};
219 if ($conditional) {
220 return "ENABLE(" . join(") && ENABLE(", split(/&/, $conditional)) . ")";
    [all...]
CodeGeneratorObjC.pm     [all...]
  /external/v8/test/mjsunit/
debug-conditional-breakpoints.js 51 // Conditional breakpoint which syntax error.
59 // Conditional breakpoint which evaluates to false.
67 // Conditional breakpoint which evaluates to true.
75 // Conditional breakpoint which different types of quotes.
105 // Conditional breakpoint which checks global variable.
117 // Conditional breakpoint which checks global variable.
127 // Conditional breakpoint which checks a parameter.
137 // Conditional breakpoint which checks a local variable.
147 // Multiple conditional breakpoint which the same condition.
160 // Multiple conditional breakpoint which different conditions
    [all...]
  /external/webkit/WebCore/inspector/front-end/
SourceFrame.js 277 this._textViewer.addDecoration(lineNumber, "webkit-breakpoint-conditional");
279 this._textViewer.removeDecoration(lineNumber, "webkit-breakpoint-conditional");
380 this._textViewer.addDecoration(lineNumber, "webkit-breakpoint-conditional");
391 this._textViewer.removeDecoration(lineNumber, "webkit-breakpoint-conditional");
417 contextMenu.appendItem(WebInspector.UIString("Add Conditional Breakpoint..."), addConditionalBreakpoint.bind(this));
580 _drawBreakpointImagesIfNeeded: function(conditional)
585 function drawBreakpoint(ctx, disabled, conditional)
596 ctx.fillStyle = conditional ? "rgb(217, 142, 1)" : "rgb(1, 142, 217)";
597 ctx.strokeStyle = conditional ? "rgb(205, 103, 0)" : "rgb(0, 103, 205)";
639 // Conditional breakpoints
    [all...]
  /build/tools/droiddoc/templates/
macros.cs 42 <?cs # a conditional link.
  /ndk/build/core/
definitions.mk 433 # Note the tricky use of conditional recursion to work around the fact that
434 # the GNU Make language does not have any conditional looping construct
    [all...]
  /external/v8/src/
debug-debugger.js 182 // Check for conditional break point.
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv4t.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]

Completed in 1618 milliseconds

1 2