Home
last modified time | relevance | path

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

123456

/external/google-diff-match-patch/name/fraser/neil/plaintext/
Ddiff_match_patch_test.java41 private diff_match_patch.Operation EQUAL = diff_match_patch.Operation.EQUAL; field in diff_match_patch_test
127 assertTrue("diff_charsToLines:", new Diff(EQUAL, "a").equals(new Diff(EQUAL, "a"))); in testDiffCharsToLines()
129 assertEquals("diff_charsToLines:", new Diff(EQUAL, "a"), new Diff(EQUAL, "a")); in testDiffCharsToLines()
132 …LinkedList<Diff> diffs = diffList(new Diff(EQUAL, "\u0001\u0002\u0001"), new Diff(INSERT, "\u0002\… in testDiffCharsToLines()
138 …assertEquals("diff_charsToLines:", diffList(new Diff(EQUAL, "alpha\nbeta\nalpha\n"), new Diff(INSE… in testDiffCharsToLines()
166 diffs = diffList(new Diff(EQUAL, "a"), new Diff(DELETE, "b"), new Diff(INSERT, "c")); in testDiffCleanupMerge()
168 …assertEquals("diff_cleanupMerge: No change case.", diffList(new Diff(EQUAL, "a"), new Diff(DELETE,… in testDiffCleanupMerge()
170 diffs = diffList(new Diff(EQUAL, "a"), new Diff(EQUAL, "b"), new Diff(EQUAL, "c")); in testDiffCleanupMerge()
172 assertEquals("diff_cleanupMerge: Merge equalities.", diffList(new Diff(EQUAL, "abc")), diffs); in testDiffCleanupMerge()
182 …T, "b"), new Diff(DELETE, "c"), new Diff(INSERT, "d"), new Diff(EQUAL, "e"), new Diff(EQUAL, "f")); in testDiffCleanupMerge()
[all …]
Ddiff_match_patch.java124 DELETE, INSERT, EQUAL enumConstant
162 diffs.add(new Diff(Operation.EQUAL, text1)); in diff_main()
183 diffs.addFirst(new Diff(Operation.EQUAL, commonprefix)); in diff_main()
186 diffs.addLast(new Diff(Operation.EQUAL, commonsuffix)); in diff_main()
228 diffs.add(new Diff(Operation.EQUAL, shorttext)); in diff_compute()
248 diffs.add(new Diff(Operation.EQUAL, mid_common)); in diff_compute()
282 diffs.add(new Diff(Operation.EQUAL, "")); in diff_compute()
299 case EQUAL: in diff_compute()
576 if (last_op == Operation.EQUAL) { in diff_path1()
579 path.addFirst(new Diff(Operation.EQUAL, text1.substring(x, x + 1))); in diff_path1()
[all …]
/external/chromium_org/third_party/icu/source/test/intltest/
Dallcoll.cpp68 Collator::EQUAL,
69 Collator::EQUAL,
70 Collator::EQUAL, /* 20 */
73 Collator::EQUAL,
74 Collator::EQUAL,
75 Collator::EQUAL,
78 Collator::EQUAL,
79 Collator::EQUAL,
80 Collator::EQUAL,
81 Collator::EQUAL,
[all …]
Ddecoll.cpp89 { Collator::EQUAL, Collator::LESS },
93 { Collator::EQUAL, Collator::LESS },
94 { Collator::EQUAL, Collator::EQUAL },
96 { Collator::EQUAL, Collator::GREATER },
97 { Collator::EQUAL, Collator::EQUAL },
99 { Collator::EQUAL, Collator::GREATER }
Dencoll.cpp139 Collator::EQUAL,
146 Collator::EQUAL,
166 Collator::EQUAL,
172 Collator::EQUAL,
173 Collator::EQUAL,
175 Collator::EQUAL,
176 Collator::EQUAL, /* 40 */
178 Collator::EQUAL,
179 Collator::EQUAL,
183 Collator::EQUAL,
[all …]
Ddadrcoll.cpp111 el.relation = Collator::EQUAL; in getNextInSequence()
262 Collator::EComparisonResult relation = Collator::EQUAL; in processSequence()
276 relation = Collator::EQUAL; in processSequence()
281 if(relation == Collator::EQUAL && source->relation != Collator::EQUAL) { in processSequence()
Descoll.cpp78 Collator::EQUAL,
80 Collator::EQUAL
/external/icu/icu4c/source/test/intltest/
Dallcoll.cpp68 Collator::EQUAL,
69 Collator::EQUAL,
70 Collator::EQUAL, /* 20 */
73 Collator::EQUAL,
74 Collator::EQUAL,
75 Collator::EQUAL,
78 Collator::EQUAL,
79 Collator::EQUAL,
80 Collator::EQUAL,
81 Collator::EQUAL,
[all …]
Ddecoll.cpp89 { Collator::EQUAL, Collator::LESS },
93 { Collator::EQUAL, Collator::LESS },
94 { Collator::EQUAL, Collator::EQUAL },
96 { Collator::EQUAL, Collator::GREATER },
97 { Collator::EQUAL, Collator::EQUAL },
99 { Collator::EQUAL, Collator::GREATER }
Dencoll.cpp139 Collator::EQUAL,
146 Collator::EQUAL,
166 Collator::EQUAL,
172 Collator::EQUAL,
173 Collator::EQUAL,
175 Collator::EQUAL,
176 Collator::EQUAL, /* 40 */
178 Collator::EQUAL,
179 Collator::EQUAL,
183 Collator::EQUAL,
[all …]
Descoll.cpp78 Collator::EQUAL,
80 Collator::EQUAL
/external/chromium_org/third_party/icu/source/data/unidata/
DBidiMirroring.txt81 2243; 22CD # ASYMPTOTICALLY EQUAL TO
82 2252; 2253 # APPROXIMATELY EQUAL TO OR THE IMAGE OF
83 2253; 2252 # IMAGE OF OR APPROXIMATELY EQUAL TO
86 2264; 2265 # LESS-THAN OR EQUAL TO
87 2265; 2264 # GREATER-THAN OR EQUAL TO
88 2266; 2267 # LESS-THAN OVER EQUAL TO
89 2267; 2266 # GREATER-THAN OVER EQUAL TO
90 2268; 2269 # [BEST FIT] LESS-THAN BUT NOT EQUAL TO
91 2269; 2268 # [BEST FIT] GREATER-THAN BUT NOT EQUAL TO
96 2270; 2271 # [BEST FIT] NEITHER LESS-THAN NOR EQUAL TO
[all …]
/external/chromium_org/third_party/skia/third_party/harfbuzz/contrib/tables/
DBidiMirroring.txt72 2243; 22CD # ASYMPTOTICALLY EQUAL TO
73 2252; 2253 # APPROXIMATELY EQUAL TO OR THE IMAGE OF
74 2253; 2252 # IMAGE OF OR APPROXIMATELY EQUAL TO
77 2264; 2265 # LESS-THAN OR EQUAL TO
78 2265; 2264 # GREATER-THAN OR EQUAL TO
79 2266; 2267 # LESS-THAN OVER EQUAL TO
80 2267; 2266 # GREATER-THAN OVER EQUAL TO
81 2268; 2269 # [BEST FIT] LESS-THAN BUT NOT EQUAL TO
82 2269; 2268 # [BEST FIT] GREATER-THAN BUT NOT EQUAL TO
87 2270; 2271 # [BEST FIT] NEITHER LESS-THAN NOR EQUAL TO
[all …]
/external/eigen/cmake/
Dlanguage_support.cmake43 if(return_code EQUAL 0)
52 if(return_code EQUAL 0)
54 else(return_code EQUAL 0)
56 endif(return_code EQUAL 0)
57 else(return_code EQUAL 0)
59 endif(return_code EQUAL 0)
/external/llvm/cmake/modules/
DGetHostTriple.cmake12 if( CMAKE_SIZEOF_VOID_P EQUAL 8 )
23 if( NOT TT_RV EQUAL 0 )
25 endif( NOT TT_RV EQUAL 0 )
DVersionFromVCS.cmake32 if( git_result EQUAL 0 )
46 if( git_result EQUAL 0 )
48 if( git_head_svn_rev_number EQUAL git_svn_rev_number )
61 if( git_result EQUAL 0 AND NOT is_git_svn_rev_exact )
/external/compiler-rt/test/BlocksRuntime/
Drettypepromotion.c23 enum { LESS = -1, EQUAL, GREATER }; enumerator
31 if (random()) return EQUAL; in main()
/external/eigen/bench/btl/cmake/
DMacroOptionalAddSubdirectory.cmake22 IF(${ARGC} EQUAL 2)
24 ELSE(${ARGC} EQUAL 2)
26 ENDIF(${ARGC} EQUAL 2)
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
DVecMath_Parser.g317 : ID EQUAL expr -> ^( EQUAL ID expr )
/external/deqp/framework/delibs/cmake/
DDefs.cmake106 if (DE_PTR_SIZE EQUAL 8)
121 #if (NOT ((DE_PTR_SIZE EQUAL 4) OR (DE_PTR_SIZE EQUAL 8)))
122 if (DE_PTR_SIZE EQUAL 4)
123 elseif (DE_PTR_SIZE EQUAL 8)
/external/smali/smali/src/test/resources/LexerTest/
DRealSmaliFileTest.tokens15 EQUAL("=")
23 EQUAL("=")
35 EQUAL("=")
43 EQUAL("=")
56 EQUAL("=")
65 EQUAL("=")
74 EQUAL("=")
83 EQUAL("=")
92 EQUAL("=")
101 EQUAL("=")
[all …]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DBase64.java28 private static final byte EQUAL = -3; field in Base64
70 ascii[0x3d] = EQUAL;
208 while (srcLen > 0 && src[srcLen - 1] == EQUAL) in decode()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglcpp-parse.h69 EQUAL = 287, enumerator
107 #define EQUAL 287 macro
Dglcpp-parse.output57 38 | expression EQUAL expression
126 97 | EQUAL
194 EQUAL (287) 38 97
289 EQUAL shift, and go to state 29
364 EQUAL shift, and go to state 29
423 EQUAL shift, and go to state 29
490 EQUAL shift, and go to state 29
550 EQUAL shift, and go to state 29
711 97 operator: EQUAL .
922 EQUAL shift, and go to state 29
[all …]
/external/chromium_org/sandbox/win/src/
Dhandle_policy.cc27 ::GetCurrentProcessId(), EQUAL)) { in GenerateRules()
35 ::GetCurrentProcessId(), EQUAL)) { in GenerateRules()

123456