/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_subprocess.py | 239 'import sys; sys.stdout.write("orange")'], 242 self.assertEqual(p.stdout.read(), "orange") 249 'import sys; sys.stdout.write("orange")'], 253 self.assertEqual(os.read(d, 1024), "orange") 259 'import sys; sys.stdout.write("orange")'], 263 self.assertEqual(tf.read(), "orange") 300 'sys.stderr.write("orange")'], 313 'sys.stderr.write("orange")'], 358 newenv["FRUIT"] = "orange" 365 self.assertEqual(p.stdout.read(), "orange") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_subprocess.py | 239 'import sys; sys.stdout.write("orange")'], 242 self.assertEqual(p.stdout.read(), "orange") 249 'import sys; sys.stdout.write("orange")'], 253 self.assertEqual(os.read(d, 1024), "orange") 259 'import sys; sys.stdout.write("orange")'], 263 self.assertEqual(tf.read(), "orange") 300 'sys.stderr.write("orange")'], 313 'sys.stderr.write("orange")'], 358 newenv["FRUIT"] = "orange" 365 self.assertEqual(p.stdout.read(), "orange") [all...] |
/external/mdnsresponder/mDNSPosix/ |
parselog.py | 53 # Filled orange circle: Probe (service starting) Hollow orange circle: First probe (requesting unicast reply) 180 # PM/PU orange solid/hollow
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/ |
ApplicationCacheItemsView.js | 120 statusInformation[applicationCache.CHECKING] = { className: "orange-ball", text: "CHECKING" }; 121 statusInformation[applicationCache.DOWNLOADING] = { className: "orange-ball", text: "DOWNLOADING" };
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/ |
test_parser_unittest.py | 60 <link rel="match" href="orange-box-ref.xht" /> 85 <link rel="mismatch" href="orange-box-notref.xht" />
|
/cts/tests/tests/preference2/res/values/ |
arrays.xml | 20 <item>orange</item>
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
provided_file_systems.css | 158 background-color: orange;
|
/external/chromium_org/chrome/browser/ |
upgrade_detector.h | 33 UPGRADE_ANNOYANCE_SEVERE, // Orange.
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
themes.html | 20 width="200" height="125" alt="jus d'orange theme" />
|
/external/chromium_org/native_client_sdk/src/web/ |
manifest.html | 42 background-color: orange;
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
animate-none.html | 89 background-color: orange;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
TracingTimelineUIUtils.js | 287 var orange = "rgb(255, 178, 23)"; 291 return orange; 299 case recordTypes.TimeStamp: return orange; [all...] |
/external/chromium_org/third_party/lcov/ |
lcovrc | 13 # MED: med_limit <= rate < hi_limit graph color: orange
|
/external/chromium_org/third_party/markdown/extensions/ |
def_list.py | 46 Orange
|
/external/chromium_org/third_party/polymer/components-chromium/core-style/ |
core-style.html | 58 document._currentScript.ownerDocument.getElementById('x-test').myColor = 'orange';
|
/external/chromium_org/third_party/sqlite/src/test/ |
tkt2192.test | 61 or description like '%ORANGE%'
|
/external/ipsec-tools/src/racoon/doc/ |
FAQ | 101 http://orange.kame.net/dev/send-pr.html has the guideline.
|
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
MarshalQueryableEnum.java | 119 // match a class like: "public enum Fruits { Apple, Orange; }"
|
/frameworks/base/core/java/android/widget/ |
ImageButton.java | 39 * orange one for when focused, and a yellow one for when pressed. An easy way to
|
TabWidget.java | 370 * navigating up and down the list, moving the UI focus (orange 451 * @param index The tab that you want focused (highlighted in orange)
|
/frameworks/base/packages/SystemUI/res/values/ |
colors.xml | 40 <color name="system_warning_color">#fff4511e</color><!-- deep orange 600 -->
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
serial.h | 86 #define ASYNCB_SAK 2 /* Secure Attention Key (Orange book) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
serial.h | 86 #define ASYNCB_SAK 2 /* Secure Attention Key (Orange book) */
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
Kube.java | 39 GLColor orange = new GLColor(one, half, 0); local 101 mCubes[i].setFaceColor(Cube.kTop, orange);
|
/external/chromium_org/third_party/flot/ |
jquery.colorhelpers.min.js | 21 */(function(e){e.color={},e.color.make=function(t,n,r,i){var s={};return s.r=t||0,s.g=n||0,s.b=r||0,s.a=i!=null?i:1,s.add=function(e,t){for(var n=0;n<e.length;++n)s[e.charAt(n)]+=t;return s.normalize()},s.scale=function(e,t){for(var n=0;n<e.length;++n)s[e.charAt(n)]*=t;return s.normalize()},s.toString=function(){return s.a>=1?"rgb("+[s.r,s.g,s.b].join(",")+")":"rgba("+[s.r,s.g,s.b,s.a].join(",")+")"},s.normalize=function(){function e(e,t,n){return t<e?e:t>n?n:t}return s.r=e(0,parseInt(s.r),255),s.g=e(0,parseInt(s.g),255),s.b=e(0,parseInt(s.b),255),s.a=e(0,s.a,1),s},s.clone=function(){return e.color.make(s.r,s.b,s.g,s.a)},s.normalize()},e.color.extract=function(t,n){var r;do{r=t.css(n).toLowerCase();if(r!=""&&r!="transparent")break;t=t.parent()}while(!e.nodeName(t.get(0),"body"));return r=="rgba(0, 0, 0, 0)"&&(r="transparent"),e.color.parse(r)},e.color.parse=function(n){var r,i=e.color.make;if(r=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(n))return i(parseInt(r[1],10),parseInt(r[2],10),parseInt(r[3],10));if(r=/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(n))return i(parseInt(r[1],10),parseInt(r[2],10),parseInt(r[3],10),parseFloat(r[4]));if(r=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(n))return i(parseFloat(r[1])*2.55,parseFloat(r[2])*2.55,parseFloat(r[3])*2.55);if(r=/rgba\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(n))return i(parseFloat(r[1])*2.55,parseFloat(r[2])*2.55,parseFloat(r[3])*2.55,parseFloat(r[4]));if(r=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(n))return i(parseInt(r[1],16),parseInt(r[2],16),parseInt(r[3],16));if(r=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(n))return i(parseInt(r[1]+r[1],16),parseInt(r[2]+r[2],16),parseInt(r[3]+r[3],16));var s=e.trim(n).toLowerCase();return s=="transparent"?i(255,255,255,0):(r=t[s]||[0,0,0],i(r[0],r[1],r[2]))};var t={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192 (…)
|