Searched defs:fix (Results 1 - 12 of 12) sorted by relevance

/external/v8/test/mjsunit/harmony/
H A Dproxies-hash.js43 function TestSet(construct, fix) {
44 TestWithProxies(TestSet2, construct, fix)
47 function TestSet2(construct, fix, create) {
48 var handler = {fix: function() { return {} }}
52 fix(p3)
61 fix(p1)
62 fix(p2)
80 function TestMap(construct, fix) {
81 TestWithProxies(TestMap2, construct, fix)
84 function TestMap2(construct, fix, creat
[all...]
H A Dproxies-function.js34 if (handler.fix === undefined) handler.fix = function() { return {} }
316 fix: function() { return { prototype: { value: prototype } }; },
325 fix: function() { return { length: { value: 2 } } },
476 TestConstructThrow2(Proxy.createFunction({ fix: function() {return {};} },
478 TestConstructThrow2(Proxy.createFunction({ fix: function() {return {};} },
501 var handler = { fix: function() { return {} } }
/external/deqp/scripts/src_util/
H A Dcheck_include_guards.py111 parser.add_option("-x", "--fix", action="store_true", dest="fix", default=False, help="attempt to fix include guards (use with caution)")
114 fix = options.fix variable
134 if not fix:
139 if fix:
/external/javassist/src/main/javassist/
H A DClassMap.java83 * <code>fix</code> method.
87 * @see #fix(String)
143 public void fix(CtClass clazz) { method in class:ClassMap
144 fix(clazz.getName());
150 public void fix(String name) { method in class:ClassMap
/external/e2fsprogs/e2fsck/
H A Dpass3.c337 * offer to fix it if not.
356 ext2_ino_t e2fsck_get_lost_and_found(e2fsck_t ctx, int fix) argument
374 if (retval && !fix)
383 if (!fix)
/external/marisa-trie/lib/marisa/
H A Dvector-inline.h43 temp.fix();
182 void Vector<T>::fix() { function in class:marisa::Vector
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dvector-inline.h43 temp.fix();
182 void Vector<T>::fix() { function in class:marisa_alpha::Vector
/external/opencv/cv/src/
H A Dcvcolor.cpp471 #define fix(x,n) (int)((x)*(1 << (n)) + 0.5) macro
480 #define cscGr fix(cscGr_32f,csc_shift)
481 #define cscGg fix(cscGg_32f,csc_shift)
482 #define cscGb /*fix(cscGb_32f,csc_shift)*/ ((1 << csc_shift) - cscGr - cscGg)
682 #define yuvYr fix(yuvYr_32f,yuv_shift)
683 #define yuvYg fix(yuvYg_32f,yuv_shift)
684 #define yuvYb fix(yuvYb_32f,yuv_shift)
685 #define yuvCr fix(yuvCr_32f,yuv_shift)
686 #define yuvCb fix(yuvCb_32f,yuv_shift)
696 #define yuvRCr fix(yuvRCr_32
[all...]
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp621 #define fix(x, n) (int)((x)*(1 << (n)) + .5) macro
625 #define C0_707 fix( 0.707106781f, fixb )
626 #define C0_924 fix( 0.923879533f, fixb )
627 #define C0_541 fix( 0.541196100f, fixb )
628 #define C0_382 fix( 0.382683432f, fixb )
629 #define C1_306 fix( 1.306562965f, fixb )
631 #define C1_082 fix( 1.082392200f, fixb )
632 #define C1_414 fix( 1.414213562f, fixb )
633 #define C1_847 fix( 1.847759065f, fixb )
634 #define C2_613 fix( 2.61312593
[all...]
/external/libpng/contrib/libtests/
H A Dpngvalid.c199 fix(double d) function
2134 * TODO: fix this in libpng
2797 g = fix(gammad);
2838 me->wx = fix(chromaticity_x(white));
2839 me->wy = fix(chromaticity_y(white));
2841 me->rx = fix(chromaticity_x(encoding->red));
2842 me->ry = fix(chromaticity_y(encoding->red));
2843 me->gx = fix(chromaticity_x(encoding->green));
2844 me->gy = fix(chromaticity_y(encoding->green));
2845 me->bx = fix(chromaticity_
[all...]
/external/valgrind/helgrind/
H A Dlibhb_core.c1468 Word zix, fix, csvalsUsed; local
1488 zix = fix = -1;
5533 /* Writing at this level. Need to fix up 'descr'. */
5536 more. The assignments below will fix it up. */
5581 /* Writing at this level. Need to fix up 'descr'. */
5584 more. The assignments below will fix it up. */
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 420 milliseconds