OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Diff_Timeout
(Results
1 - 2
of
2
) sorted by null
/external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch_test.java
528
dmp.
Diff_Timeout
= 0;
551
dmp.
Diff_Timeout
= 0.001f; // 1ms
560
dmp.
Diff_Timeout
= 0;
[
all
...]
diff_match_patch.java
59
public float
Diff_Timeout
= 1.0f;
414
long ms_end = System.currentTimeMillis() + (long) (
Diff_Timeout
* 1000);
435
if (
Diff_Timeout
> 0 && System.currentTimeMillis() > ms_end) {
[
all
...]
Completed in 468 milliseconds