Home
last modified time | relevance | path

Searched refs:diff_cache (Results 1 – 25 of 25) sorted by relevance

/dports/textproc/py-parso/parso-0.8.3/test/
H A Dtest_cache.py134 def test_cache_last_used_update(diff_cache, use_file_io): argument
144 parse(file_io=f, cache=True, diff_cache=diff_cache)
146 parse('somecode2', cache=True, path=p, diff_cache=diff_cache)
190 parse(path=__file__, cache=True, diff_cache=True)
H A Dfuzz_diff_parser.py198 m = grammar.parse(code, diff_cache=True)
201 grammar.parse(modified_code, diff_cache=True)
205 m = grammar.parse(code, diff_cache=True)
H A Dtest_diff_parser.py21 module_a = grammar.parse('a', diff_cache=True)
22 assert grammar.parse('b', diff_cache=True) == module_a
52 self.module = parse(code, diff_cache=True, cache=True)
/dports/math/symengine/symengine-0.8.1/symengine/
H A Dmatrix.h205 DenseMatrix &result, bool diff_cache);
208 DenseMatrix &result, bool diff_cache);
212 DenseMatrix &result, bool diff_cache);
215 DenseMatrix &result, bool diff_cache);
455 bool diff_cache = true);
457 bool diff_cache = true);
483 bool diff_cache = true);
486 bool diff_cache = true);
490 bool diff_cache = true);
493 bool diff_cache = true);
H A Dsparse_matrix.cpp479 bool diff_cache) in jacobian() argument
491 auto elem = exprs[ri]->diff(x[ci], diff_cache); in jacobian()
504 bool diff_cache) in jacobian() argument
516 return CSRMatrix::jacobian(A.m_, syms, diff_cache); in jacobian()
H A Ddense_matrix.cpp514 bool diff_cache) in jacobian() argument
526 result.m_[i * result.col_ + j] = A.m_[i]->diff(x_, diff_cache); in jacobian()
541 bool diff_cache) in sjacobian() argument
552 result.m_[i * result.col_ + j] = A.m_[i]->diff(x_, diff_cache); in sjacobian()
557 ssubs(A.m_[i], {{x.m_[j], x_}})->diff(x_, diff_cache), in sjacobian()
567 bool diff_cache) in diff() argument
574 = A.m_[i * result.col_ + j]->diff(x, diff_cache); in diff()
580 bool diff_cache) in sdiff() argument
589 = A.m_[i * result.col_ + j]->diff(x_, diff_cache); in sdiff()
595 ->diff(x_, diff_cache), in sdiff()
/dports/devel/git-svn/git-2.34.1/contrib/hooks/
H A Dupdate-paranoid106 my %diff_cache;
224 my $d = $diff_cache{$base};
251 $diff_cache{$base} = $d;
/dports/devel/git-gui/git-2.34.1/contrib/hooks/
H A Dupdate-paranoid106 my %diff_cache;
224 my $d = $diff_cache{$base};
251 $diff_cache{$base} = $d;
/dports/devel/git-p4/git-2.34.1/contrib/hooks/
H A Dupdate-paranoid106 my %diff_cache;
224 my $d = $diff_cache{$base};
251 $diff_cache{$base} = $d;
/dports/devel/git/git-2.34.1/contrib/hooks/
H A Dupdate-paranoid106 my %diff_cache;
224 my $d = $diff_cache{$base};
251 $diff_cache{$base} = $d;
/dports/devel/git-cvs/git-2.34.1/contrib/hooks/
H A Dupdate-paranoid106 my %diff_cache;
224 my $d = $diff_cache{$base};
251 $diff_cache{$base} = $d;
/dports/devel/cgit/cgit-1.2.3/git/contrib/hooks/
H A Dupdate-paranoid106 my %diff_cache;
224 my $d = $diff_cache{$base};
251 $diff_cache{$base} = $d;
/dports/textproc/py-parso/parso-0.8.3/parso/
H A Dgrammar.py56 diff_cache=False, argument
123 if diff_cache:
158 if cache or diff_cache:
/dports/devel/cgit/cgit-1.2.3/git/
H A Ddiff-lib.c491 static int diff_cache(struct rev_info *revs, in diff_cache() function
530 if (diff_cache(revs, &ent->item->oid, ent->name, cached)) in run_diff_index()
549 if (diff_cache(&revs, tree_oid, NULL, 1)) in do_diff_cache()
/dports/devel/git-svn/git-2.34.1/
H A Ddiff-lib.c522 static int diff_cache(struct rev_info *revs, in diff_cache() function
622 if (diff_cache(revs, &oid, name, cached)) in run_diff_index()
642 if (diff_cache(&revs, tree_oid, NULL, 1)) in do_diff_cache()
/dports/devel/git-gui/git-2.34.1/
H A Ddiff-lib.c522 static int diff_cache(struct rev_info *revs, in diff_cache() function
622 if (diff_cache(revs, &oid, name, cached)) in run_diff_index()
642 if (diff_cache(&revs, tree_oid, NULL, 1)) in do_diff_cache()
/dports/devel/git-p4/git-2.34.1/
H A Ddiff-lib.c522 static int diff_cache(struct rev_info *revs,
622 if (diff_cache(revs, &oid, name, cached))
642 if (diff_cache(&revs, tree_oid, NULL, 1))
/dports/devel/git/git-2.34.1/
H A Ddiff-lib.c522 static int diff_cache(struct rev_info *revs, in diff_cache() function
622 if (diff_cache(revs, &oid, name, cached)) in run_diff_index()
642 if (diff_cache(&revs, tree_oid, NULL, 1)) in do_diff_cache()
/dports/devel/git-cvs/git-2.34.1/
H A Ddiff-lib.c522 static int diff_cache(struct rev_info *revs, in diff_cache() function
622 if (diff_cache(revs, &oid, name, cached)) in run_diff_index()
642 if (diff_cache(&revs, tree_oid, NULL, 1)) in do_diff_cache()
/dports/devel/py-jedi/jedi-0.18.0/jedi/inference/compiled/
H A Dmixed.py157 diff_cache=settings.fast_parser,
/dports/devel/py-jedi/jedi-0.18.0/jedi/inference/gradual/
H A Dtypeshed.py291 diff_cache=settings.fast_parser,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dpresubmit_support.py933 def __init__(self, path, action, repository_root, diff_cache): argument
940 self._diff_cache = diff_cache
1093 diff_cache = self._AFFECTED_FILES.DIFF_CACHE(self._upstream)
1095 self._AFFECTED_FILES(path, action.strip(), self._local_root, diff_cache)
/dports/devel/py-jedi/jedi-0.18.0/jedi/inference/
H A Dimports.py471 diff_cache=settings.fast_parser,
/dports/devel/py-jedi/jedi-0.18.0/jedi/api/
H A D__init__.py127 diff_cache=settings.fast_parser,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/tests/
H A Dpresubmit_unittest.py1568 diff_cache=mock.Mock())
1579 diff_cache=mock.Mock())