Home
last modified time | relevance | path

Searched defs:diff (Results 1 – 25 of 10083) sorted by relevance

12345678910>>...404

/dports/devel/py-nbdime/nbdime-3.1.1/packages/nbdime/test/src/patch/
H A Dpatching.spec.ts68 let diff = null; variable
90 let diff = [ variable
214 let diff = null; variable
229 let diff = makeAdd('b', 42); variable
284 let diff = makeRemove('c'); variable
300 let diff = makeRemove('a'); variable
316 let diff = makeRemove('d'); variable
533 let diff = null; variable
551 let diff = makePatch(1, [ variable
648 let diff = null; variable
[all …]
/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/test/unit/SFCGAL/algorithm/
H A DDifferenceTest.cpp68 std::unique_ptr<Geometry> diff = algorithm::difference( *ls1, *ls2 ); in BOOST_AUTO_TEST_CASE() local
75 std::unique_ptr<Geometry> diff = algorithm::difference( *ls1, *ls2 ); in BOOST_AUTO_TEST_CASE() local
82 std::unique_ptr<Geometry> diff = algorithm::difference( *ls1, *ls2 ); in BOOST_AUTO_TEST_CASE() local
89 std::unique_ptr<Geometry> diff = algorithm::difference( *ls1, *ls2 ); in BOOST_AUTO_TEST_CASE() local
96 std::unique_ptr<Geometry> diff = algorithm::difference( *ls1, *ls2 ); in BOOST_AUTO_TEST_CASE() local
103 std::unique_ptr<Geometry> diff = algorithm::difference( *ls1, *ls2 ); in BOOST_AUTO_TEST_CASE() local
110 std::unique_ptr<Geometry> diff = algorithm::difference( *ls1, *ls2 ); in BOOST_AUTO_TEST_CASE() local
134 std::unique_ptr<Geometry> diff = algorithm::difference( *ls1, *ls2 ); in BOOST_AUTO_TEST_CASE() local
142 std::unique_ptr<Geometry> diff = algorithm::difference( *ls1, *ls2 ); in BOOST_AUTO_TEST_CASE() local
151 std::unique_ptr<Geometry> diff = algorithm::difference( *ls1, *ls2 ); in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/observable/
H A DDiffs_ListDiffTests.java65 ListDiff diff = new ListDiff() { in testListDiffToStringDoesNotThrowNPEForNullListDiff() local
82 ListDiff diff = new ListDiff() { in testListDiffToStringDoesNotThrowNPEForNullListDiffEntry() local
99 ListDiff diff = diff(null, null); in testDiffScenario1() local
103 private ListDiff diff(String[] oldArray, String[] newArray) { in diff() method in Diffs_ListDiffTests
112 ListDiff diff = diff(new String[] { "a" }, null); in testDiffScenario2() local
119 ListDiff diff = diff(null, new String[] { "a" }); in testDiffScenario3() local
126 ListDiff diff = diff(new String[] { "a" }, new String[] { "a" }); in testDiffScenario4() local
132 ListDiff diff = diff(new String[] { "a" }, new String[] { "b" }); in testDiffScenario5() local
141 ListDiff diff = diff(new String[] { "a" }, new String[] { "a", "b" }); in testDiffScenario6() local
149 ListDiff diff = diff(new String[] { "a" }, new String[] { "b", "a" }); in testDiffScenario7() local
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/ghc-events-0.15.1/test/
H A DUtils.hs32 diff _ [] [] = "Logs match" function
33 diff l [] (n:ns) = "Extra lines in new log at line " ++ show l ++ ":\n" ++ function
35 diff l (o:os) [] = "Missing lines in new log at line " ++ show l ++ ":\n" ++ function
37 diff l (o:os) (n:ns) = if (o == n) function
/dports/devel/hs-ghc-events/ghc-events-0.17.0/test/
H A DUtils.hs33 diff _ [] [] = "Logs match" function
34 diff l [] (n:ns) = "Extra lines in new log at line " ++ show l ++ ":\n" ++ function
36 diff l (o:os) [] = "Missing lines in new log at line " ++ show l ++ ":\n" ++ function
38 diff l (o:os) (n:ns) = if (o == n) function
/dports/devel/libgit2/libgit2-1.3.0/tests/apply/
H A Dboth.c31 git_diff *diff; in test_apply_both__generated_diff() local
68 git_diff *diff; in test_apply_both__parsed_diff() local
93 git_diff *diff; in test_apply_both__removes_file() local
117 git_diff *diff; in test_apply_both__adds_file() local
143 git_diff *diff; in test_apply_both__application_failure_leaves_index_unmodified() local
175 git_diff *diff; in test_apply_both__index_must_match_workdir() local
209 git_diff *diff; in test_apply_both__index_mode_must_match_workdir() local
226 git_diff *diff; in test_apply_both__application_failure_leaves_workdir_unmodified() local
261 git_diff *diff; in test_apply_both__keeps_nonconflicting_changes() local
315 git_diff *diff; in test_apply_both__can_apply_nonconflicting_file_changes() local
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/palette-0.5.0/src/
H A Dequality.rs90 let diff: T = (*self - *other).to_degrees(); localVariable
94 let diff: T = (*self - *other).to_degrees(); localVariable
107 let diff: T = (*self - *other).to_degrees(); localVariable
111 let diff: T = (*self - *other).to_degrees(); localVariable
124 let diff: T = (*self - *other).to_degrees(); localVariable
128 let diff: T = (*self - *other).to_degrees(); localVariable
/dports/devel/py-nbdime/nbdime-3.1.1/packages/nbdime/test/src/diff/
H A Dutil.spec.ts21 let diff = util.getSubDiffByKey([], 'not_present'); variable
26 let diff = util.getSubDiffByKey(null, 'not_present'); variable
32 let diff = [opPatch('a', subdiff)]; variable
39 let diff = [opPatch('a', subdiff)]; variable
46 let diff = [opPatch('a', subdiff), opAdd('b', subdiff)]; variable
57 let diff = util.flattenStringDiff('test', []); variable
62 let diff = util.flattenStringDiff(['test'], []); variable
101 let diff = util.flattenStringDiff(sourceA, sourceDiffA); variable
/dports/games/tuxpaint-config/tuxpaint-config-0.0.13/src/
H A Ddefaults.cxx34 int diff = 0; in DEF_videoandsound() local
70 int diff = 0; in DEF_mouseandkeyboard() local
122 int diff = 0; in DEF_simplification() local
176 int diff = 0; in DEF_locale() local
200 int diff = 0; in DEF_printing() local
252 int diff = 0; in DEF_saving() local
278 int diff = 0; in DEF_data() local
295 int diff = 0; in DEF_accessibility() local
308 int diff = 0; in DEF_joystick() local
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/fortran/mpif-h/
H A Daint_add_f.c44 MPI_Aint PMPI_AINT_ADD(MPI_Aint *base, MPI_Aint *diff) { return pompi_aint_add_f(base, diff); } in PMPI_AINT_ADD()
45 MPI_Aint pmpi_aint_add(MPI_Aint *base, MPI_Aint *diff) { return pompi_aint_add_f(base, diff); } in pmpi_aint_add()
46 MPI_Aint pmpi_aint_add_(MPI_Aint *base, MPI_Aint *diff) { return pompi_aint_add_f(base, diff); } in pmpi_aint_add_()
47 MPI_Aint pmpi_aint_add__(MPI_Aint *base, MPI_Aint *diff) { return pompi_aint_add_f(base, diff); } in pmpi_aint_add__()
61 MPI_Aint MPI_AINT_ADD(MPI_Aint *base, MPI_Aint *diff) { return ompi_aint_add_f(base, diff); } in MPI_AINT_ADD()
62 MPI_Aint mpi_aint_add(MPI_Aint *base, MPI_Aint *diff) { return ompi_aint_add_f(base, diff); } in mpi_aint_add()
63 MPI_Aint mpi_aint_add_(MPI_Aint *base, MPI_Aint *diff) { return ompi_aint_add_f(base, diff); } in mpi_aint_add_()
64 MPI_Aint mpi_aint_add__(MPI_Aint *base, MPI_Aint *diff) { return ompi_aint_add_f(base, diff); } in mpi_aint_add__()
70 MPI_Aint ompi_aint_add_f(MPI_Aint *base, MPI_Aint *diff) in ompi_aint_add_f()
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/fortran/mpif-h/
H A Daint_add_f.c44 MPI_Aint PMPI_AINT_ADD(MPI_Aint *base, MPI_Aint *diff) { return pompi_aint_add_f(base, diff); } in PMPI_AINT_ADD()
45 MPI_Aint pmpi_aint_add(MPI_Aint *base, MPI_Aint *diff) { return pompi_aint_add_f(base, diff); } in pmpi_aint_add()
46 MPI_Aint pmpi_aint_add_(MPI_Aint *base, MPI_Aint *diff) { return pompi_aint_add_f(base, diff); } in pmpi_aint_add_()
47 MPI_Aint pmpi_aint_add__(MPI_Aint *base, MPI_Aint *diff) { return pompi_aint_add_f(base, diff); } in pmpi_aint_add__()
61 MPI_Aint MPI_AINT_ADD(MPI_Aint *base, MPI_Aint *diff) { return ompi_aint_add_f(base, diff); } in MPI_AINT_ADD()
62 MPI_Aint mpi_aint_add(MPI_Aint *base, MPI_Aint *diff) { return ompi_aint_add_f(base, diff); } in mpi_aint_add()
63 MPI_Aint mpi_aint_add_(MPI_Aint *base, MPI_Aint *diff) { return ompi_aint_add_f(base, diff); } in mpi_aint_add_()
64 MPI_Aint mpi_aint_add__(MPI_Aint *base, MPI_Aint *diff) { return ompi_aint_add_f(base, diff); } in mpi_aint_add__()
70 MPI_Aint ompi_aint_add_f(MPI_Aint *base, MPI_Aint *diff) in ompi_aint_add_f()
/dports/devel/py-nbdime/nbdime-3.1.1/nbdime/
H A Dpatching.py18 def patch_list(obj, diff): argument
68 def patch_string(obj, diff): argument
78 def patch_singleline_string(obj, diff): argument
85 def patch_dict(obj, diff): argument
117 def patch(obj, diff): argument
139 def patch_notebook(nb, diff): argument
/dports/devel/elfsh/elfsh-0.51b3/libelfsh/
H A Dremap.c14 int elfsh_reloc_pht(elfshobj_t *file, u_long diff) in elfsh_reloc_pht()
40 int elfsh_reloc_sht(elfshobj_t *file, u_long diff) in elfsh_reloc_sht()
61 int elfsh_reloc_symtab(elfshsect_t *s, u_long diff) in elfsh_reloc_symtab()
92 int elfsh_reloc_raw(elfshsect_t *cur, u_long diff) in elfsh_reloc_raw()
132 int elfsh_reloc_dynamic(elfshsect_t *sect, u_long diff) in elfsh_reloc_dynamic()
162 int elfsh_reloc_rel(elfshsect_t *sect, u_long diff) in elfsh_reloc_rel()
215 int elfsh_reloc_got(elfshsect_t *sect, u_long diff) in elfsh_reloc_got()
226 int elfsh_reloc_ctors(elfshsect_t *sect, u_long diff) in elfsh_reloc_ctors()
237 int elfsh_reloc_dtors(elfshsect_t *sect, u_long diff) in elfsh_reloc_dtors()
249 int elfsh_reloc_hash(elfshsect_t *sect, u_long diff) in elfsh_reloc_hash()
[all …]
/dports/games/lincity-ng/lincity-ng-2.0/src/lincity-ng/
H A DPBar.cpp65 #define pbar_adjust_pop(diff) 2 * diff argument
66 #define pbar_adjust_tech(diff) diff > 0 ? diff / 4 + 1 : -((-diff+1)/ 2) argument
67 #define pbar_adjust_food(diff) diff > 0 ? diff / 2 + 1 : diff argument
68 #define pbar_adjust_jobs(diff) diff > 0 ? diff / 2 + 1 : diff argument
69 #define pbar_adjust_coal(diff) diff > 0 ? diff / 2 + 1 : diff argument
70 #define pbar_adjust_goods(diff) diff > 0 ? diff / 2 + 1 : diff argument
71 #define pbar_adjust_ore(diff) diff > 0 ? diff / 2 + 1 : diff argument
72 #define pbar_adjust_steel(diff) diff > 0 ? diff / 2 + 1 : diff argument
73 #define pbar_adjust_money(diff) diff > 0 ? diff / 800 + 1 : diff / 400 argument
76 LCPBar::setValue(int num, int value, int diff) in setValue()
/dports/devel/stxxl/stxxl-1.4.1/lib/io/
H A Diostats.cpp135 double diff = now - p_begin_write; in write_started() local
143 double diff = now - p_begin_io; in write_started() local
166 double diff = now - p_begin_write; in write_finished() local
174 double diff = now - p_begin_io; in write_finished() local
197 double diff = now - p_begin_read; in read_started() local
205 double diff = now - p_begin_io; in read_started() local
228 double diff = now - p_begin_read; in read_finished() local
236 double diff = now - p_begin_io; in read_finished() local
258 double diff = now - p_begin_wait; in wait_started() local
284 double diff = now - p_begin_wait; in wait_finished() local
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/db/
H A Dzm_update-1.31.36.sql17 declare diff BIGINT default 0; local
45 declare diff BIGINT default 0; local
73 declare diff BIGINT default 0; local
101 declare diff BIGINT default 0; local
H A Dzm_update-1.31.35.sql17 declare diff BIGINT default 0; local
40 declare diff BIGINT default 0; local
63 declare diff BIGINT default 0; local
86 declare diff BIGINT default 0; local
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Text_Diff/Horde/Text/Diff/Engine/
H A DString.php38 public function diff($diff, $mode = 'autodetect') function in Horde_Text_Diff_Engine_String
91 public function parseUnifiedDiff($diff)
146 public function parseContextDiff(&$diff)
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/Text/Diff/Engine/
H A Dstring.php38 function diff($diff, $mode = 'autodetect') function in Text_Diff_Engine_string
91 function parseUnifiedDiff($diff)
146 function parseContextDiff(&$diff)
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/Text/Diff/Engine/
H A Dstring.php38 function diff($diff, $mode = 'autodetect') function in Text_Diff_Engine_string
91 function parseUnifiedDiff($diff)
146 function parseContextDiff(&$diff)
/dports/www/limesurvey/limesurvey/framework/gii/components/Pear/Text/Diff/Engine/
H A Dstring.php40 function diff($diff, $mode = 'autodetect') argument
93 function parseUnifiedDiff($diff)
148 function parseContextDiff(&$diff)
/dports/devel/pear-Text_Diff/Text_Diff-1.2.2/Text/Diff/Engine/
H A Dstring.php40 function diff($diff, $mode = 'autodetect') argument
93 function parseUnifiedDiff($diff)
148 function parseContextDiff(&$diff)
/dports/textproc/pear-Horde_Text_Diff/Horde_Text_Diff-2.2.1/lib/Horde/Text/Diff/Engine/
H A DString.php38 public function diff($diff, $mode = 'autodetect') function in Horde_Text_Diff_Engine_String
91 public function parseUnifiedDiff($diff)
146 public function parseContextDiff(&$diff)
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/gii/components/Pear/Text/Diff/Engine/
H A Dstring.php40 function diff($diff, $mode = 'autodetect') argument
80 function parseUnifiedDiff($diff)
135 function parseContextDiff(&$diff)
/dports/www/mybb/mybb-mybb_1829/inc/3rdparty/diff/Diff/Engine/
H A DString.php45 public function diff($diff, $mode = 'autodetect') function in Horde_Text_Diff_Engine_String
98 public function parseUnifiedDiff($diff)
153 public function parseContextDiff(&$diff)

12345678910>>...404