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

<<11121314151617181920>>

  /external/llvm/test/Transforms/CodeExtractor/
2004-03-14-NoSwitchSupport.ll 23 switch i16 0, label %codeReplTail [
  /external/llvm/test/Transforms/LoopSimplify/
2003-04-25-AssertFail.ll 15 switch i32 0, label %loopexit.2 [
2004-04-12-LoopSimplify-SwitchBackedges.ll 11 switch i32 0, label %label.7 [
  /external/llvm/test/Transforms/SimplifyCFG/
basictest.ll 30 switch i32 %A, label %return [
  /external/proguard/examples/dictionaries/
keywords.txt 41 switch
  /external/qemu/hw/
arm_pic.c 28 switch (irq) {
  /external/skia/include/utils/android/
AndroidKeyToSkKey.h 26 switch (keycode) {
  /external/srtp/googlepatches/
google-6-srtp-driver-fix.patch 28 switch (q) {
  /external/valgrind/main/none/tests/
threaded-fork.c 26 switch( childpid ) {
  /external/webkit/LayoutTests/fast/xpath/
nsresolver-function.xhtml 13 switch (sPrefix) {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Statements/
switch-001.js 22 * SUMMARY: Testing the switch statement
24 * See ECMA3 Section 12.11, "The switch Statement"
29 var summary = 'Testing the switch statement';
78 switch (x)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regress/
regress-144834.js 38 * SUMMARY: Testing local var having same name as switch label inside function
46 var summary = 'Local var having same name as switch label inside function';
56 switch (i)
71 s += ' switch (i)';
  /external/webkit/Source/WebCore/manual-tests/
bugzilla-5768.html 14 switch(i) {
  /external/webkit/Source/WebCore/platform/graphics/cg/
ColorCG.cpp 54 switch (numComponents) {
75 switch (colorSpace) {
96 switch (color.rgb()) {
135 switch (colorSpace) {
  /external/webkit/Source/WebCore/svg/
svgtags.in 97 switch
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleAPICast.h 75 switch (action) {
92 switch (affinity) {
106 switch (wkInjectedTime) {
119 switch (wkInjectedFrames) {
  /external/webkit/Tools/mangleme/
mangle.cgi.c 32 switch (R(31)) {
76 switch (R(10)) {
85 switch (R(32)) {
92 switch (R(32)) {
remangle.cgi.c 31 switch (R(31)) {
75 switch (R(10)) {
84 switch (R(32)) {
91 switch (R(32)) {
  /packages/apps/Phone/src/com/android/phone/
CLIRListPreference.java 66 switch (tmpClirArray[1]) {
70 switch (tmpClirArray[0]) {
93 switch (value) {
113 switch (msg.what) {
  /packages/inputmethods/LatinIME/java/res/xml-sw768dp/
kbd_phone.xml 104 <switch>
115 </switch>
128 <switch>
142 </switch>
kbd_rows_symbols_shift.xml 128 <switch>
134 </switch>
139 <switch>
148 </switch>
  /system/core/init/
parser.c 80 switch (*x) {
115 switch (*x) {
130 switch (*x) {
145 switch (*x) {
  /bionic/libc/kernel/arch-x86/asm/
percpu_32.h 25 #define percpu_to_op(op,var,val) do { typedef typeof(var) T__; if (0) { T__ tmp__; tmp__ = (val); } switch (sizeof(var)) { case 1: asm(op "b %1,"__percpu_seg"%0" : "+m" (var) :"ri" ((T__)val)); break; case 2: asm(op "w %1,"__percpu_seg"%0" : "+m" (var) :"ri" ((T__)val)); break; case 4: asm(op "l %1,"__percpu_seg"%0" : "+m" (var) :"ri" ((T__)val)); break; default: __bad_percpu_size(); } } while (0)
27 #define percpu_from_op(op,var) ({ typeof(var) ret__; switch (sizeof(var)) { case 1: asm(op "b "__percpu_seg"%1,%0" : "=r" (ret__) : "m" (var)); break; case 2: asm(op "w "__percpu_seg"%1,%0" : "=r" (ret__) : "m" (var)); break; case 4: asm(op "l "__percpu_seg"%1,%0" : "=r" (ret__) : "m" (var)); break; default: __bad_percpu_size(); } ret__; })
  /dalvik/vm/mterp/portable/
stubdefs.cpp 28 * Instruction framing. For a switch-oriented implementation this is
79 * started. If so, switch to a different "goto" table.
  /dalvik/vm/mterp/x86-atom/
OP_PACKED_SWITCH.S 21 * For: packed-switch, sparse-switch

Completed in 613 milliseconds

<<11121314151617181920>>