Searched refs:fix (Results 1 - 25 of 950) sorted by relevance

1234567891011>>

/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/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 {} } }
H A Dproxies.js1875 fix: function() { return {} }
1879 fix: function() {
1891 fix: function() { return this.fix2() },
1898 get fix() {
1906 function TestFixFunction(fix) {
1908 fix: function() { return {} }
1910 fix(f1)
1914 fix: function() { return {length: {value: 3}} }
1916 fix(f2)
1920 fix
[all...]
/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 {} } }
H A Dproxies.js1852 fix: function() { return {} }
1856 fix: function() {
1868 fix: function() { return this.fix2() },
1875 get fix() {
1883 function TestFixFunction(fix) {
1885 fix: function() { return {} }
1887 fix(f1)
1891 fix: function() { return {length: {value: 3}} }
1893 fix(f2)
1897 fix
[all...]
/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/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRFileStream.m96 #pragma mark fix these NSLog calls
101 #pragma mark fix these NSLog calls
/external/strace/
H A Dstrace.spec110 - build fix for newer kernel headers (#457291)
111 - fix CLONE_VFORK handling (#455078)
117 - fix biarch stat64 decoding (#222275)
118 - fix spurious "..." in printing of environment strings (#358241)
120 - fix hang wait on exited child with exited child (#354261)
121 - fix biarch fork/vfork (-f) tracing (#447475)
122 - fix biarch printing of negative argument kill (#430585)
123 - fix biarch decoding of error return values (#447587)
124 - fix -f tracing of CLONE_VFORK (#455078)
125 - fix ia6
[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/chromium_org/components/policy/tools/
H A Dsyntax_check_policy_template_json.py365 if self.options.fix:
376 if self.options.fix:
381 if self.options.fix:
392 if self.options.fix:
402 if self.options.fix:
411 if self.options.fix:
414 # If --fix is specified: backup the file (deleting any existing backup),
416 if self.options.fix:
485 parser.add_option('--fix', action='store_true',
486 help='Automatically fix formattin
[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/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
H A Dactions.c256 x->fix = s->fix;
257 s->fix = x;
267 for(; s->fix; s->fix = s->fix->fix)
268 if(s->fix->card)
269 s->fix->nxt = NULL;
/external/valgrind/main/none/tests/s390x/
H A Dop_exception.stderr.exp12 you are not sure, please let us know and we'll try to fix it.
25 you are not sure, please let us know and we'll try to fix it.
38 you are not sure, please let us know and we'll try to fix it.
51 you are not sure, please let us know and we'll try to fix it.
/external/elfutils/
H A Delfutils.spec214 - elfcmp: bug fix for non-allocated section handling
279 - elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks
288 - elflint: fix tests of dynamic section content.
373 - libelf: fix a numbe rof problems with elf_update
374 - elfcmp: fix a few bugs. Compare gaps.
387 - strip: fix bug introduced in last change
391 - strip: fix bug introduced in last change
444 - update to 0.89 (fix eu-strip)
447 - update to 0.86 (fix eu-strip on s390x/alpha)
454 - upgrade to 0.83 (fix invali
[all...]
/external/chromium_org/skia/
H A Dskia_opts_neon.target.darwin-arm.mk231 -Wl,--fix-cortex-a8 \
252 -Wl,--fix-cortex-a8 \
271 # Enable grouping to fix circular references
H A Dskia_opts_neon.target.linux-arm.mk231 -Wl,--fix-cortex-a8 \
252 -Wl,--fix-cortex-a8 \
271 # Enable grouping to fix circular references
/external/marisa-trie/lib/marisa/
H A Dvector.h41 void fix();
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dvector.h41 void fix();
/external/webrtc/
H A DAndroid.mk15 include $(MY_WEBRTC_ROOT_PATH)/src/modules/audio_coding/codecs/isac/fix/source/Android.mk
30 include $(MY_WEBRTC_ROOT_PATH)/src/modules/audio_coding/codecs/isac/fix/source/Android.mk
/external/bison/
H A DMakefile.am76 --amend=$(srcdir)/build-aux/git-log-fix \
/external/chromium_org/chrome_frame/
H A Dexception_barrier_lowlevel.asm9 ; and this is an attempted fix until we understand why.

Completed in 647 milliseconds

1234567891011>>