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

/external/chromium_org/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/
H A Dcheck_include_guards.py82 parser.add_option("-x", "--fix", action="store_true", dest="fix", default=False, help="attempt to fix include guards (use with caution)")
85 fix = options.fix variable
105 if not fix:
110 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/srec/tools/grxmlcompile/
H A Dsub_min.cpp65 int fix, six, fnxt, snxt, tof, tos, count; local
68 fix= FindFromIndex (firstId);
70 if (fix < 0 || six < 0)
77 while (fix < numArc && arc[forwardList[fix]]->GetFromId() == firstId
78 && arc[forwardList[fix]]->GetToId() == DISCARD_LABEL)
79 fix++;
80 if (fix < numArc && arc[forwardList[fix]]->GetFromId() == firstId)
81 fnxt= arc[forwardList[fix]]
184 int fix, six, firstId, secondId, vertEnd; local
260 int fix, six, fmiss, smiss, nmatch, symTst, newId; local
359 int fix, six, symTst, numStart; local
[all...]
H A Dsub_phon.cpp210 int ii, fix, bix, firstId, newId, modelCount, followCount, currId, count; local
227 fix= FindToIndex (arc[ii]->GetFromId());
228 if (fix < 0)
230 while (fix < sortRevNum
231 && arc[backwardList[fix]]->GetToId() == arc[ii]->GetFromId()) {
234 left= arc[backwardList[fix]]->GetLeft();
247 currId= arc[backwardList[fix]]->GetFromId();
251 arc[backwardList[fix]]->GetOutput(), currId, newId);
270 fix++;
307 fix
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dre.h16 struct CharPtn *fix; member in struct:CharPtn
21 CharPtn *fix; member in struct:CharSet
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dautopep8.py459 fix = getattr(self, fixed_methodname)
464 is_logical_fix = len(inspect.getargspec(fix).args) > 2
478 modified_lines = fix(result, logical)
480 modified_lines = fix(result)
491 elif modified_lines == []: # Empty list means no fix
497 else: # We assume one-line fix when None.
512 def fix(self): member in class:FixPEP8
527 print('---> {n} issue(s) to fix {progress}'.format(
642 # Optimize for comma case. This will fix all commas in the full source
1212 for code, fix i
[all...]
/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/qemu-pc-bios/bochs/bios/
H A Drombios32.c565 int i, vcnt, fix, wc; local
582 fix = mtrr_cap & 0x100;
584 if (!vcnt || !fix)
/external/valgrind/main/helgrind/
H A Dlibhb_core.c807 UInt fix = (UInt)lineZ->dict[1]; local
810 tl_assert(fix >= 0 && fix < sm->linesF_size);
811 lineF = &sm->linesF[fix];
845 UInt fix = (UInt)lineZ->dict[1]; local
848 tl_assert(fix >= 0 && fix < sm->linesF_size);
849 lineF = &sm->linesF[fix];
1276 Word zix, fix, csvalsUsed; local
1296 zix = fix
[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/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 325 milliseconds