HomeSort by relevance Sort by last modified time
    Searched full:switch (Results 26 - 50 of 11629) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/Generic/
2006-06-12-LowerSwitchCrash.ll 4 switch i32 %tmp12771278, label %bb1279 [
  /external/llvm/test/Verifier/
2004-05-21-SwitchConstantMismatch.ll 7 switch uint 0, label %brt0 [int 3, label %brt1 ]
  /dalvik/dx/tests/072-dex-switch-edge-cases/
Blort.java 19 // Empty switch statement. (Note: This is the same as a default-only
20 // switch statement, since under the covers every switch statement
23 switch (x) {
32 switch (x) {
41 switch (x) {
50 switch (x) {
59 switch (x) {
69 switch (x) {
79 switch (x)
    [all...]
expected.txt 14 0003: packed-switch v2, 000c // +0009
21 000c: packed-switch-payload // for switch @ 0003
28 0003: packed-switch v2, 000c // +0009
35 000c: packed-switch-payload // for switch @ 0003
42 0003: packed-switch v2, 000c // +0009
49 000c: packed-switch-payload // for switch @ 0003
56 0003: sparse-switch v2, 0010 // +000
    [all...]
  /external/libvpx/build/x86-msvs/
yasm.rules 22 Switch="-D [value]"
31 Switch="-I [value]"
40 Switch="-U [value]"
49 Switch="-o [value]"
57 Switch="-l [value]"
64 Switch="-P [value]"
71 Switch="-g cv8"
82 Switch="-rnasm"
87 Switch="-rraw"
101 Switch="-pnasm"
    [all...]
  /external/v8/test/mjsunit/
switch.js 29 switch (0) {
30 // switch deliberately left empty
37 switch (x) {
43 assertEquals("f1", f1(0), "default-switch.0");
44 assertEquals("f1", f1(1), "default-switch.1");
48 switch (x) {
67 assertEquals("zero", f2(0), "0-1-switch.0");
68 assertEquals("one", f2(1), "0-1-switch.1");
69 assertEquals("default", f2(7), "0-1-switch.2");
70 assertEquals("default", f2(-1), "0-1-switch.-1")
    [all...]
  /external/llvm/test/Transforms/SimplifyCFG/
switch_switch_fold.ll 2 ; RUN: grep switch | count 1
4 ; Test that a switch going to a switch on the same value can be merged. All
16 switch i32 %V, label %F [
23 switch i32 %V, label %F [
38 switch i32 %V, label %F [
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
switch-003.js 2 * File Name: switch-003.js
4 * Description: The switch Statement
12 var SECTION = "switch-003";
14 var TITLE = "The switch statement";
38 switch ( input ) {
51 "switch with no breaks: input is " + input,
  /packages/inputmethods/LatinIME/java/res/xml/
kbd_symbols_f1.xml 24 <switch>
29 <switch>
42 </switch>
46 <switch>
61 </switch>
63 </switch>
  /packages/inputmethods/LatinIME/java/res/xml-sw600dp/
kbd_qwerty_f2.xml 24 <switch>
35 <switch>
47 </switch>
52 <switch>
66 </switch>
72 </switch>
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/statements/
switch.js 23 Filename: switch.js
24 Description: 'Tests the switch statement'
35 var TITLE = 'statements: switch';
38 writeHeaderToLog("Executing script: switch.js");
49 switch (var1)
60 testcases[count++] = new TestCase ( SECTION, 'switch statement',
63 testcases[count++] = new TestCase ( SECTION, 'switch statement',
66 testcases[count++] = new TestCase ( SECTION, 'switch statement',
77 switch (var2)
80 /* switch (var1
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.cc 29 switch (metahandle_field) {
39 switch (base_version) {
49 switch (int64_field) {
66 switch (id_field) {
81 switch (indexed_bit_field) {
93 switch (is_del_field) {
103 switch (bit_field) {
116 switch (string_field) {
130 switch (proto_field) {
142 switch (bit_temp)
    [all...]
  /external/clang/test/SemaObjC/
arc-jump-block.m 20 switch (button) {
24 case 2: // expected-error {{switch case is in protected scope}}
27 case 3: // expected-error {{switch case is in protected scope}}
32 case 4: // expected-error {{switch case is in protected scope}}
37 switch (button) {
55 switch (button) {
64 switch (button) {
  /dalvik/vm/mterp/armv5te/
OP_PACKED_SWITCH.S 4 * Handle a packed-switch or sparse-switch instruction. In both cases
7 * We don't really expect backward branches in a switch statement, but
13 * for: packed-switch, sparse-switch
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Switches.java 22 import android.widget.Switch;
28 * Demonstrates the use of the toggle switch widget.
37 Switch s = (Switch) findViewById(R.id.monitored_switch);
45 Toast.makeText(this, "Monitored switch is " + (isChecked ? "on" : "off"),
  /dalvik/dx/tests/067-dex-switch-and-try/
expected.txt 6 0003: packed-switch v3, 0012 // +000f
17 0012: packed-switch-payload // for switch @ 0003
25 0003: packed-switch v3, 0018 // +0015
40 0018: packed-switch-payload // for switch @ 0003
52 0003: packed-switch v3, 0018 // +0015
67 0018: packed-switch-payload // for switch @ 0003
79 0003: packed-switch v3, 0018 // +001
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uconfig.h 32 * This switch turns off modules that are not needed for collation.
63 * ICU will not completely build with this switch turned on.
64 * This switch turns off all converters.
78 * This switch turns off all converters except for
94 * This switch turns off normalization.
116 * This switch turns off break iteration.
126 * This switch turns off IDNA.
138 * This switch turns off collation and collation-based string search.
148 * This switch turns off formatting and calendar/timezone services.
158 * This switch turns off transliteration
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uconfig.h 32 * This switch turns off modules that are not needed for collation.
63 * ICU will not completely build with this switch turned on.
64 * This switch turns off all converters.
78 * This switch turns off all converters except for
94 * This switch turns off normalization.
116 * This switch turns off break iteration.
126 * This switch turns off IDNA.
138 * This switch turns off collation and collation-based string search.
148 * This switch turns off formatting and calendar/timezone services.
158 * This switch turns off transliteration
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uconfig.h 32 * This switch turns off modules that are not needed for collation.
63 * ICU will not completely build with this switch turned on.
64 * This switch turns off all converters.
78 * This switch turns off all converters except for
94 * This switch turns off normalization.
116 * This switch turns off break iteration.
126 * This switch turns off IDNA.
138 * This switch turns off collation and collation-based string search.
148 * This switch turns off formatting and calendar/timezone services.
158 * This switch turns off transliteration
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uconfig.h 32 * This switch turns off modules that are not needed for collation.
63 * ICU will not completely build with this switch turned on.
64 * This switch turns off all converters.
78 * This switch turns off all converters except for
94 * This switch turns off normalization.
116 * This switch turns off break iteration.
126 * This switch turns off IDNA.
138 * This switch turns off collation and collation-based string search.
148 * This switch turns off formatting and calendar/timezone services.
158 * This switch turns off transliteration
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/Script/
switch-001.js 23 File Name: switch-001.js
35 var SECTION = "switch-001";
37 var TITLE = "switch-001";
45 result = "fail: did not enter switch";
47 switch (true) {
60 "switch / case should use strict equality in version of JS < 1.4",
  /dalvik/vm/mterp/c/
OP_PACKED_SWITCH.cpp 9 ILOGV("|packed-switch v%d +0x%04x", vsrc1, vsrc2);
17 dvmThrowInternalError("bad packed switch");
OP_SPARSE_SWITCH.cpp 9 ILOGV("|sparse-switch v%d +0x%04x", vsrc1, vsrc2);
17 dvmThrowInternalError("bad sparse switch");
  /external/chromium/chrome/browser/prerender/
prerender_field_trial.h 12 // Parse the --prerender= command line switch, which controls both prerendering
13 // and prefetching. If the switch is unset, or is set to "auto", then the user
  /external/clang/test/CXX/stmt.stmt/stmt.label/
p1.cpp 19 switch (x)
22 default:; // expected-error{{multiple default labels in one switch}}

Completed in 424 milliseconds

12 3 4 5 6 7 8 91011>>