Searched defs:fix (Results 1 - 18 of 18) 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 {} }
318 fix: function() { return { prototype: { value: prototype } }; },
327 fix: function() { return { length: { value: 2 } } },
478 TestConstructThrow2(Proxy.createFunction({ fix: function() {return {};} },
480 TestConstructThrow2(Proxy.createFunction({ fix: function() {return {};} },
503 var handler = { fix: function() { return {} } }
/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 {} }
318 fix: function() { return { prototype: { value: prototype } }; },
327 fix: function() { return { length: { value: 2 } } },
478 TestConstructThrow2(Proxy.createFunction({ fix: function() {return {};} },
480 TestConstructThrow2(Proxy.createFunction({ fix: function() {return {};} },
503 var handler = { fix: function() { return {} } }
/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.c335 * offer to fix it if not.
354 ext2_ino_t e2fsck_get_lost_and_found(e2fsck_t ctx, int fix) argument
372 if (retval && !fix)
381 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/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/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/kernel-headers/original/linux/
H A Dfb.h852 struct fb_fix_screeninfo fix; /* Current fix */ member in struct:fb_info
1022 struct fb_fix_screeninfo *fix);
/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/chromium_org/third_party/gpsd/release-3.1/
H A Dgps.h63 * (lat/lon), and GPGSA (eph, epv). Most NMEA GPSes take a single fix
68 * like the Garmin 48, take a new fix before more than one of of
71 * 1 second) older than the fix time.
79 int mode; /* Mode of fix */
915 bool accuracy; /* fix quality */
918 unsigned int epfd; /* type of position fix device */
935 unsigned int epfd; /* type of position fix deviuce */
1348 unsigned int epfd; /* type of position fix deviuce */
1415 bool band_a; /* fix 1.5kHz band for channel A */
1416 bool band_b; /* fix 1.
1647 struct gps_fix_t fix; /* accumulated PVT data */ member in struct:gps_data_t
[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 300 milliseconds