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

12

/external/bluetooth/glib/tests/
H A Dscannerapi.c31 scanner_fixture_setup (ScannerFixture *fix, argument
34 fix->scanner = g_scanner_new (NULL);
35 g_assert (fix->scanner != NULL);
38 scanner_fixture_teardown (ScannerFixture *fix, argument
41 g_assert (fix->scanner != NULL);
42 g_scanner_destroy (fix->scanner);
54 test_scanner_warn (ScannerFixture *fix, argument
57 fix->scanner->msg_handler = scanner_msg_func;
58 g_scanner_warn (fix->scanner, "test");
62 test_scanner_error (ScannerFixture *fix, argument
85 test_scanner_symbols(ScannerFixture *fix, gconstpointer test_data) argument
105 test_scanner_tokens(ScannerFixture *fix, gconstpointer test_data) argument
[all...]
/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/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/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/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.
/external/webkit/Tools/Scripts/
H A Dcheck-Xcode-source-file-types65 'f|fix' => \$shouldFixIssues,
78 -f|--fix fix mismatched types in Xcode project file
H A Dresolve-ChangeLogs73 'f|fix-merged:s' => \&parseFixMerged,
97 print STDERR "ERROR: --fix-merged may only be used with a git repository\n";
113 -f|--fix-merged [revision-range] fix git-merged ChangeLog entries; if a revision-range
/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/elfutils/libdwfl/
H A DAndroid.mk66 # to fix machine-dependent issues
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp553 const FixItHint &fix = *it; local
554 if (fix.isNull())
558 Writer.AddCharSourceRangeToRecord(fix.RemoveRange, Record, SM);
559 Writer.Record.push_back(fix.CodeToInsert.size());
561 fix.CodeToInsert);
/external/libvpx/examples/includes/geshi/geshi/
H A Dwinbatch.php26 * Subroutine's name, but it's not a perfect fix. I should use a RegEx in
/external/elfutils/libdw/
H A DAndroid.mk139 # to fix machine-dependent issues
/external/elfutils/libelf/
H A DAndroid.mk158 # to fix machine-dependent issues
/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/mesa3d/docs/
H A DMESA_ycbcr_texture.spec204 3 April 2004 - fix assorted inaccuracies
/external/strace/linux/arm/
H A Dsyscallent.h436 #error fix me
460 #error fix me
/external/strace/linux/i386/
H A Dsyscallent.h435 #error fix me
459 #error fix me
/external/strace/linux/sh/
H A Dsyscallent.h437 #error fix me
461 #error fix me

Completed in 1381 milliseconds

12