/prebuilts/go/darwin-x86/test/ken/ |
simpbool.go | 23 if !a { panic(1); } 24 if b { panic(2); } 25 if !!!a { panic(3); } 26 if !!b { panic(4); } 29 if !a { panic(5); } 30 if !!!a { panic(6); } 37 if !x.a { panic(7); } 38 if x.b { panic(8); } 39 if !!!x.a { panic(9); } 40 if !!x.b { panic(10); [all...] |
/prebuilts/go/linux-x86/test/ken/ |
simpbool.go | 23 if !a { panic(1); } 24 if b { panic(2); } 25 if !!!a { panic(3); } 26 if !!b { panic(4); } 29 if !a { panic(5); } 30 if !!!a { panic(6); } 37 if !x.a { panic(7); } 38 if x.b { panic(8); } 39 if !!!x.a { panic(9); } 40 if !!x.b { panic(10); [all...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue2615.go | 7 // Issue 2615: a long chain of else if's causes an overflow 14 if x[0]&(1<<0) != 0 { 16 } else if x[0]&(1<<1) != 0 { 18 } else if x[0]&(1<<2) != 0 { 20 } else if x[0]&(1<<3) != 0 { 22 } else if x[0]&(1<<4) != 0 { 24 } else if x[0]&(1<<5) != 0 { 26 } else if x[0]&(1<<6) != 0 { 28 } else if x[0]&(1<<7) != 0 { 30 } else if x[0]&(1<<8) != 0 [all...] |
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue2615.go | 7 // Issue 2615: a long chain of else if's causes an overflow 14 if x[0]&(1<<0) != 0 { 16 } else if x[0]&(1<<1) != 0 { 18 } else if x[0]&(1<<2) != 0 { 20 } else if x[0]&(1<<3) != 0 { 22 } else if x[0]&(1<<4) != 0 { 24 } else if x[0]&(1<<5) != 0 { 26 } else if x[0]&(1<<6) != 0 { 28 } else if x[0]&(1<<7) != 0 { 30 } else if x[0]&(1<<8) != 0 [all...] |
/external/v8/test/mjsunit/asm/sqlite3/ |
sqlite.js | 1 var Module;if(!Module)Module=(typeof Module!=="undefined"?Module:null)||{};var moduleOverrides={};for(var key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var ENVIRONMENT_IS_NODE=typeof process==="object"&&typeof require==="function";var ENVIRONMENT_IS_WEB=typeof window==="object";var ENVIRONMENT_IS_WORKER=typeof importScripts==="function";var ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER;if(ENVIRONMENT_IS_NODE){if(!Module["print"])Module["print"]=function print(x){process["stdout"].write(x+"\n")};if(!Module["printErr"])Module["printErr"]=function printErr(x){process["stderr"].write(x+"\n")};var nodeFS=require("fs");var nodePath=require("path");Module["read"]=function read(filename,binary){filename=nodePath["normalize"](filename);var ret=nodeFS["readFileSync"](filename);if(!ret&&filename!=nodePath["resolve"](filename)){filename=path.join(__dirname,"..","src",filename);ret=nodeFS["readFileSync"](filename)}if(ret&&!binary)ret=ret.toString();return ret};Module["readBinary"]=function readBinary(filename){return Module["read"](filename,true)};Module["load"]=function load(f){globalEval(read(f))};if(!Module["thisProgram"]){if(process["argv"].length>1){Module["thisProgram"]=process["argv"][1].replace(/\\/g,"/")}else{Module["thisProgram"]="unknown-program"}}Module["arguments"]=process["argv"].slice(2);if(typeof module!=="undefined"){module["exports"]=Module}process["on"]("uncaughtException",(function( (…) [all...] |
sqlite-change-heap.js | 1 var Module;if(!Module)Module=(typeof Module!=="undefined"?Module:null)||{};var moduleOverrides={};for(var key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var ENVIRONMENT_IS_NODE=typeof process==="object"&&typeof require==="function";var ENVIRONMENT_IS_WEB=typeof window==="object";var ENVIRONMENT_IS_WORKER=typeof importScripts==="function";var ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER;if(ENVIRONMENT_IS_NODE){if(!Module["print"])Module["print"]=function print(x){process["stdout"].write(x+"\n")};if(!Module["printErr"])Module["printErr"]=function printErr(x){process["stderr"].write(x+"\n")};var nodeFS=require("fs");var nodePath=require("path");Module["read"]=function read(filename,binary){filename=nodePath["normalize"](filename);var ret=nodeFS["readFileSync"](filename);if(!ret&&filename!=nodePath["resolve"](filename)){filename=path.join(__dirname,"..","src",filename);ret=nodeFS["readFileSync"](filename)}if(ret&&!binary)ret=ret.toString();return ret};Module["readBinary"]=function readBinary(filename){return Module["read"](filename,true)};Module["load"]=function load(f){globalEval(read(f))};if(!Module["thisProgram"]){if(process["argv"].length>1){Module["thisProgram"]=process["argv"][1].replace(/\\/g,"/")}else{Module["thisProgram"]="unknown-program"}}Module["arguments"]=process["argv"].slice(2);if(typeof module!=="undefined"){module["exports"]=Module}process["on"]("uncaughtException",(function( (…) [all...] |
sqlite-pointer-masking.js | 1 var Module;if(!Module)Module=(typeof Module!=="undefined"?Module:null)||{};var moduleOverrides={};for(var key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var ENVIRONMENT_IS_NODE=typeof process==="object"&&typeof require==="function";var ENVIRONMENT_IS_WEB=typeof window==="object";var ENVIRONMENT_IS_WORKER=typeof importScripts==="function";var ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER;if(ENVIRONMENT_IS_NODE){if(!Module["print"])Module["print"]=function print(x){process["stdout"].write(x+"\n")};if(!Module["printErr"])Module["printErr"]=function printErr(x){process["stderr"].write(x+"\n")};var nodeFS=require("fs");var nodePath=require("path");Module["read"]=function read(filename,binary){filename=nodePath["normalize"](filename);var ret=nodeFS["readFileSync"](filename);if(!ret&&filename!=nodePath["resolve"](filename)){filename=path.join(__dirname,"..","src",filename);ret=nodeFS["readFileSync"](filename)}if(ret&&!binary)ret=ret.toString();return ret};Module["readBinary"]=function readBinary(filename){return Module["read"](filename,true)};Module["load"]=function load(f){globalEval(read(f))};if(!Module["thisProgram"]){if(process["argv"].length>1){Module["thisProgram"]=process["argv"][1].replace(/\\/g,"/")}else{Module["thisProgram"]="unknown-program"}}Module["arguments"]=process["argv"].slice(2);if(typeof module!=="undefined"){module["exports"]=Module}process["on"]("uncaughtException",(function( (…) [all...] |
sqlite-safe-heap.js | 1 var Module;if(!Module)Module=(typeof Module!=="undefined"?Module:null)||{};var moduleOverrides={};for(var key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var ENVIRONMENT_IS_NODE=typeof process==="object"&&typeof require==="function";var ENVIRONMENT_IS_WEB=typeof window==="object";var ENVIRONMENT_IS_WORKER=typeof importScripts==="function";var ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER;if(ENVIRONMENT_IS_NODE){if(!Module["print"])Module["print"]=function print(x){process["stdout"].write(x+"\n")};if(!Module["printErr"])Module["printErr"]=function printErr(x){process["stderr"].write(x+"\n")};var nodeFS=require("fs");var nodePath=require("path");Module["read"]=function read(filename,binary){filename=nodePath["normalize"](filename);var ret=nodeFS["readFileSync"](filename);if(!ret&&filename!=nodePath["resolve"](filename)){filename=path.join(__dirname,"..","src",filename);ret=nodeFS["readFileSync"](filename)}if(ret&&!binary)ret=ret.toString();return ret};Module["readBinary"]=function readBinary(filename){return Module["read"](filename,true)};Module["load"]=function load(f){globalEval(read(f))};if(!Module["thisProgram"]){if(process["argv"].length>1){Module["thisProgram"]=process["argv"][1].replace(/\\/g,"/")}else{Module["thisProgram"]="unknown-program"}}Module["arguments"]=process["argv"].slice(2);if(typeof module!=="undefined"){module["exports"]=Module}process["on"]("uncaughtException",(function( (…) [all...] |
/prebuilts/go/darwin-x86/test/ |
float_lit.go | 14 if pow < 0 { 17 if pow > 0 { 27 if da == 0 || db == 0 { 28 if da == 0 && db == 0 { 35 if de < 0 { 39 if de < 1e-14 { 42 if !bad { 50 if !close(0., 0, 1, 0) { 53 if !close(+10., 10, 1, 0) { 56 if !close(-210., -210, 1, 0) [all...] |
label1.go | 19 if x == 0 { 22 if x == 1 { 31 if x == 0 { 34 if x == 1 { 43 if x == 11 { 46 if x == 12 { 53 if true { 54 if x == 13 { 57 if x == 14 { 60 if x == 15 [all...] |
/prebuilts/go/linux-x86/test/ |
float_lit.go | 14 if pow < 0 { 17 if pow > 0 { 27 if da == 0 || db == 0 { 28 if da == 0 && db == 0 { 35 if de < 0 { 39 if de < 1e-14 { 42 if !bad { 50 if !close(0., 0, 1, 0) { 53 if !close(+10., 10, 1, 0) { 56 if !close(-210., -210, 1, 0) [all...] |
label1.go | 19 if x == 0 { 22 if x == 1 { 31 if x == 0 { 34 if x == 1 { 43 if x == 11 { 46 if x == 12 { 53 if true { 54 if x == 13 { 57 if x == 14 { 60 if x == 15 [all...] |
/external/v8/test/mjsunit/asm/poppler/ |
poppler.js | 24 if (nMod4 === 3 || nInLen - nInIdx === 1) { 45 // closure compiler if necessary. There are various ways Module can be used: 52 // elsewhere (e.g. case 4 above). We also need to check if Module 54 // Note that if you want to run closure, and also to use Module 59 if (!Module) Module = eval('(function() { try { return Module || {} } catch(e) { return {} } })()'); 68 if (Module.hasOwnProperty(key)) { 80 if (ENVIRONMENT_IS_NODE) { 83 if (!Module['print']) Module['print'] = function print(x) { 86 if (!Module['printErr']) Module['printErr'] = function printErr(x) { 96 // The path is absolute if the normalized version is the same as the resolved [all...] |
/build/kati/testcase/ |
if.mk | 4 $(if ${TRUE}, $(info PASS1)) 5 $(if ${FALSE}, $(info FAIL1)) 6 $(if ${TRUE}, $(info PASS2), $(info FAIL2)) 7 $(if ${FALSE}, $(info FAIL3), $(info PASS3)) 8 $(info $(if ${TRUE}, PASS4, FAIL4)) 10 $(info $(if ${FALSE}, FAIL5, PASS5, PASS6)) 11 $(info $(if ${FALSE} , FAIL6, PASS7))
|
/external/v8/test/mjsunit/compiler/ |
osr-backedges1.js | 10 if (i == 0) { i = 1; continue; } 11 if (i == 1) { i = 2; continue; } 12 if (i == 2) { i = 3; continue; } 13 if (i == 3) { i = 4; continue; } 14 if (i == 4) { i = 5; continue; } 15 if (i == 5) { i = 6; continue; } 16 if (i == 6) { i = 7; continue; } 17 if (i == 7) { i = 8; continue; } 18 for (var j = 0; j < 10; j++) { if (i == 5) %OptimizeOsr(); }
|
/external/v8/tools/profviz/ |
gnuplot-4.6.3-emscripten.js | 42 // if ((axmin*axmax > 0) && precision > 4) 75 if (typeof module === "object") { 78 if (ENVIRONMENT_IS_NODE) { 92 // The path is absolute if the normalized version is the same as the resolved. 93 if (!ret && filename != nodePath['resolve'](filename)) { 97 if (ret && !binary) ret = ret.toString(); 104 if (!Module['arguments']) { 108 if (ENVIRONMENT_IS_SHELL) { 110 if (typeof printErr != 'undefined') Module['printErr'] = printErr; // not present in v8 or older sm 115 if (!Module['arguments']) [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/testdata/cgocover/ |
p.go | 14 if b {
|
/prebuilts/go/darwin-x86/src/cmd/go/testdata/testimport/ |
p_test.go | 10 if F() != p1.F() {
|
/prebuilts/go/darwin-x86/test/fixedbugs/issue4326.dir/ |
q2.go | 8 if y != 1 {
|
/prebuilts/go/linux-x86/src/cmd/go/testdata/cgocover/ |
p.go | 14 if b {
|
/prebuilts/go/linux-x86/src/cmd/go/testdata/testimport/ |
p_test.go | 10 if F() != p1.F() {
|
/prebuilts/go/linux-x86/test/fixedbugs/issue4326.dir/ |
q2.go | 8 if y != 1 {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/static/ |
jquery.json-2.2.min.js | 3 {if(typeof(JSON)=='object'&&JSON.stringify) 4 return JSON.stringify(o);var type=typeof(o);if(o===null) 5 return"null";if(type=="undefined") 6 return undefined;if(type=="number"||type=="boolean") 7 return o+"";if(type=="string") 8 return $.quoteString(o);if(type=='object') 9 {if(typeof o.toJSON=="function") 10 return $.toJSON(o.toJSON());if(o.constructor===Date) 11 {var month=o.getUTCMonth()+1;if(month<10)month='0'+month;var day=o.getUTCDate();if(day<10)day='0'+day;var year=o.getUTCFullYear();var hours=o.getUTCHours();if(hours<10)hours='0'+hou (…) [all...] |
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/static/ |
jquery.json-2.2.min.js | 3 {if(typeof(JSON)=='object'&&JSON.stringify) 4 return JSON.stringify(o);var type=typeof(o);if(o===null) 5 return"null";if(type=="undefined") 6 return undefined;if(type=="number"||type=="boolean") 7 return o+"";if(type=="string") 8 return $.quoteString(o);if(type=='object') 9 {if(typeof o.toJSON=="function") 10 return $.toJSON(o.toJSON());if(o.constructor===Date) 11 {var month=o.getUTCMonth()+1;if(month<10)month='0'+month;var day=o.getUTCDate();if(day<10)day='0'+day;var year=o.getUTCFullYear();var hours=o.getUTCHours();if(hours<10)hours='0'+hou (…) [all...] |
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
jquery.json.min.js | 3 {if(typeof(JSON)=='object'&&JSON.stringify) 4 return JSON.stringify(o);var type=typeof(o);if(o===null) 5 return"null";if(type=="undefined") 6 return undefined;if(type=="number"||type=="boolean") 7 return o+"";if(type=="string") 8 return $.quoteString(o);if(type=='object') 9 {if(typeof o.toJSON=="function") 10 return $.toJSON(o.toJSON());if(o.constructor===Date) 11 {var month=o.getUTCMonth()+1;if(month<10)month='0'+month;var day=o.getUTCDate();if(day<10)day='0'+day;var year=o.getUTCFullYear();var hours=o.getUTCHours();if(hours<10)hours='0'+hou (…) [all...] |