/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_ssl.py | 150 major, minor, fix, patch, status = t 155 self.assertGreaterEqual(fix, 0) 156 self.assertLess(fix, 256) 162 self.assertTrue(s.startswith("OpenSSL {:d}.{:d}.{:d}".format(major, minor, fix)), [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_ssl.py | 150 major, minor, fix, patch, status = t 155 self.assertGreaterEqual(fix, 0) 156 self.assertLess(fix, 256) 162 self.assertTrue(s.startswith("OpenSSL {:d}.{:d}.{:d}".format(major, minor, fix)), [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ssl.py | 150 major, minor, fix, patch, status = t 155 self.assertGreaterEqual(fix, 0) 156 self.assertLess(fix, 256) 162 self.assertTrue(s.startswith("OpenSSL {:d}.{:d}.{:d}".format(major, minor, fix)), [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ssl.py | 150 major, minor, fix, patch, status = t 155 self.assertGreaterEqual(fix, 0) 156 self.assertLess(fix, 256) 162 self.assertTrue(s.startswith("OpenSSL {:d}.{:d}.{:d}".format(major, minor, fix)), [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-nds32.c | [all...] |
tc-metag.c | 6851 int bytes, fix; local [all...] |
tc-alpha.c | 5370 int bytes, fix; local [all...] |
tc-aarch64.c | 5854 int bytes, fix, noop_size; local [all...] |
/external/chromium-trace/catapult/third_party/jquery/ |
jquery-2.1.4.js | [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_mfqe_sse2.asm | 12 ; TODO(jackychen): Find a way to fix the duplicate.
|
/external/pdfium/core/ |
pdfiumfpdfapi.mk | 14 # Mask some warnings. These are benign, but we probably want to fix them
|
/hardware/invensense/6515/libsensors_iio/ |
Android.mk | 37 # to a newer OS version. I will fix this problem in a subsequent change, but for now,
|
/ndk/build/core/ |
build-local.mk | 44 $(info Android NDK: Please re-install to a different location to fix the issue !)
|
add-application.mk | 185 $(call __ndk_info,Please fix the APP_ABI definition in $(_application_mk))
|
/ndk/sources/host-tools/nawk-20071023/ |
FIXES | 29 minor fix in lib.c: increase inputFS to 100, change malloc 37 fiddle in makefile to fix for BSD make; thanks to igor sobrado. 44 who actually did the fix (in b.c), and to wolfgang seeberg for finding 116 this one but for providing a fix, in some of the most mysterious 268 noticing this and providing a fix. 361 is unlikely to fix it. 405 and suggesting the fix. 478 a null byte in output. thanks to ken stailey for the fix. 590 trivial fix to printf to limit string size in sub(). 654 increased buffer in gsub. a very crude fix to a general problem [all...] |
/external/e2fsprogs/e2fsck/ |
pass1.c | 34 * inode to fix it.) 308 goto fix; 318 goto fix; 325 goto fix; 335 goto fix; 342 fix: 897 * easily. But we will fix the root directory 994 * inconsistent is to fix i_size, instead of releasing [all...] |
/external/libpng/contrib/libtests/ |
pngvalid.c | 244 fix(double d) function [all...] |
/external/chromium-trace/catapult/third_party/flot/ |
jquery.flot.navigate.js | 96 * Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix. 103 (function(d){function e(a){var b=a||window.event,c=[].slice.call(arguments,1),f=0,e=0,g=0,a=d.event.fix(b);a.type="mousewheel";b.wheelDelta&&(f=b.wheelDelta/120);b.detail&&(f=-b.detail/3);g=f;void 0!==b.axis&&b.axis===b.HORIZONTAL_AXIS&&(g=0,e=-1*f);void 0!==b.wheelDeltaY&&(g=b.wheelDeltaY/120);void 0!==b.wheelDeltaX&&(e=-1*b.wheelDeltaX/120);c.unshift(a,f,e,g);return(d.event.dispatch||d.event.handle).apply(this,c)}var c=["DOMMouseScroll","mousewheel"];if(d.event.fixHooks)for(var h=c.length;h;)d.event.fixHooks[c[--h]]=d.event.mouseHooks;d.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=c.length;a;)this.addEventListener(c[--a],e,!1);else this.onmousewheel=e},teardown:function(){if(this.removeEventListener)for(var a=c.length;a;)this.removeEventListener(c[--a],e,!1);else this.onmousewheel=null}};d.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery);
|
jquery.flot.navigate.min.js | 7 (function(a){function e(h){var k,j=this,l=h.data||{};if(l.elem)j=h.dragTarget=l.elem,h.dragProxy=d.proxy||j,h.cursorOffsetX=l.pageX-l.left,h.cursorOffsetY=l.pageY-l.top,h.offsetX=h.pageX-h.cursorOffsetX,h.offsetY=h.pageY-h.cursorOffsetY;else if(d.dragging||l.which>0&&h.which!=l.which||a(h.target).is(l.not))return;switch(h.type){case"mousedown":return a.extend(l,a(j).offset(),{elem:j,target:h.target,pageX:h.pageX,pageY:h.pageY}),b.add(document,"mousemove mouseup",e,l),i(j,!1),d.dragging=null,!1;case!d.dragging&&"mousemove":if(g(h.pageX-l.pageX)+g(h.pageY-l.pageY)<l.distance)break;h.target=l.target,k=f(h,"dragstart",j),k!==!1&&(d.dragging=j,d.proxy=h.dragProxy=a(k||j)[0]);case"mousemove":if(d.dragging){if(k=f(h,"drag",j),c.drop&&(c.drop.allowed=k!==!1,c.drop.handler(h)),k!==!1)break;h.type="mouseup"}case"mouseup":b.remove(document,"mousemove mouseup",e),d.dragging&&(c.drop&&c.drop.handler(h),f(h,"dragend",j)),i(j,!0),d.dragging=d.proxy=l.elem=!1}return!0}function f(b,c,d){b.type=c;var e=a.event.dispatch.call(d,b);return e===!1?!1:e||b.result}function g(a){return Math.pow(a,2)}function h(){return d.dragging===!1}function i(a,b){a&&(a.unselectable=b?"off":"on",a.onselectstart=function(){return b},a.style&&(a.style.MozUserSelect=b?"":"none"))}a.fn.drag=function(a,b,c){return b&&this.bind("dragstart",a),c&&this.bind("dragend",c),a?this.bind("drag",b?b:a):this.trigger("drag")};var b=a.event,c=b.special,d=c.drag={not:":input",distance:0,which:1,dragging:!1,setup:function(c){c=a.extend({distance:d.distance,which:d.which,not:d.not},c||{}),c.distance=g(c.distance),b.add(this,"mousedown",e,c),this.attachEvent&&this.attachEvent("ondragstart",h)},teardown:function(){b.remove(this,"mousedown",e),this===d.dragging&&(d.dragging=d.proxy=!1),i(this,!0),this.detachEvent&&this.detachEvent("ondragstart",h)}};c.dragstart=c.dragend={setup:function(){},teardown:function(){}}})(jQuery);(function(d){function e(a){var b=a||window.event,c=[].slice.call(arguments,1),f=0,e=0,g=0,a=d.event.fix(b);a.type="mousewheel";b.wheelDelta&&(f=b.wheelDelta/120);b.detail&&(f=-b.detail/3);g=f;void 0!==b (…)
|
jquery.js | [all...] |
/external/iputils/doc/ |
docbook2man-spec.pl | 32 Add new element handling and fix existing handling. Be robust.
|
/hardware/ti/omap4xxx/hwc/ |
hwc.c | 2030 struct fb_fix_screeninfo fix; local [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/ |
opcodes.s | 443 .ifdef TEST_C3X & fix_AF: & fix R1, R0 & fix R0 & fix @start, AR0 & fix *+AR0(5), AR0 & fix 3.5, AR0 & .endif 444 .ifdef TEST_C3X & fix_sti_P: & fix *+AR0(1), R0 &|| sti R1, *+AR1(1) & sti R1, *+AR1(1) &|| fix *+AR0(1), R0 & .endif & .ifdef TEST_ENH & fix_sti_P_enh: & fix R0, R0 &|| sti R1, *+AR1(1) & fix R0 &|| sti R1, *+AR1(1) & sti R1, *+AR1(1) &|| fix R0, R0 & sti R1, *+AR1(1) &|| fix R0 & .endif [all...] |
/external/curl/packages/vms/ |
build_vms.com | 153 $! source within zip archive. Not a pretty fix. [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
quantize_ssse3_x86_64.asm | 18 ; TODO(yunqingwang)fix quantize_b code for skip=1 case.
|