Searched defs:comparison (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/
H A Dpending_extension_info.cc41 int comparison = version_.CompareTo(other.version_); local
43 // If the versions differ then return the version comparison result.
44 if (comparison != 0)
45 return comparison;
/external/chromium_org/v8/test/webkit/
H A Darray-every.js38 comparison: 11,
40 return (s >= comparison);
/external/chromium_org/v8/test/cctest/
H A Dlog-eq-of-logging-and-traversal.js137 var comparison = []; variable
139 // Do a merge-like comparison of entries. At the same address we expect to
164 comparison.push([entities_equal, address, entityA, entityB]);
166 return [equal, comparison];
173 var comparison = result[1];
174 for (var i = 0, l = comparison.length; i < l; ++i) {
175 var c = comparison[i];
/external/v8/test/cctest/
H A Dlog-eq-of-logging-and-traversal.js137 var comparison = []; variable
139 // Do a merge-like comparison of entries. At the same address we expect to
164 comparison.push([entities_equal, address, entityA, entityB]);
166 return [equal, comparison];
173 var comparison = result[1];
174 for (var i = 0, l = comparison.length; i < l; ++i) {
175 var c = comparison[i];
/external/chromium_org/base/
H A Dversion.cc130 const int comparison = CompareVersionComponents(components_, parsed); local
136 if (comparison == -1 || comparison == 0)
137 return comparison;
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A Drenderer9_utils.cpp20 D3DCMPFUNC ConvertComparison(GLenum comparison) argument
23 switch (comparison)
H A Drenderer11_utils.cpp104 D3D11_COMPARISON_FUNC ConvertComparison(GLenum comparison) argument
107 switch (comparison)
/external/chromium/chrome/browser/autofill/
H A Dcredit_card.cc364 int comparison = GetInfo(types[index]).compare( local
366 if (comparison != 0)
367 return comparison;
H A Dautofill_profile.cc403 int comparison = GetInfo(types[index]).compare( local
405 if (comparison != 0)
406 return comparison;
422 int comparison = GetInfo(single_value_types[i]).compare( local
424 if (comparison != 0)
425 return comparison;
445 int comparison = values_a[j].compare(values_b[j]); local
446 if (comparison != 0)
447 return comparison;
/external/chromium/base/
H A Dfile_path.cc596 // Perform character-wise upper case comparison rather than using the
1048 // comparison, we just use that value and flag it with DCHECK.
1166 // Generic (POSIX) implementation of file string comparison.
1170 int comparison = strcasecmp(string1.c_str(), string2.c_str()); local
1171 if (comparison < 0)
1173 if (comparison > 0)
/external/chromium_org/base/files/
H A Dfile_path.cc677 // Perform character-wise upper case comparison rather than using the
1129 // comparison, we just use that value and flag it with DCHECK.
1247 // Generic (POSIX) implementation of file string comparison.
1251 int comparison = strcasecmp(string1.c_str(), string2.c_str()); local
1252 if (comparison < 0)
1254 if (comparison > 0)
/external/chromium_org/components/autofill/core/browser/
H A Dcredit_card.cc568 int comparison = local
570 if (comparison != 0)
571 return comparison;
H A Dautofill_profile.cc456 int comparison = GetRawInfo(single_value_types[i]).compare( local
458 if (comparison != 0)
459 return comparison;
478 int comparison = values_a[j].compare(values_b[j]); local
479 if (comparison != 0)
480 return comparison;
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java69 * There are three different comparison operations each with different
74 * can compare longs. The result of the comparison is written to another
79 * point values. This comparison takes an extra parameter that sets
81 * the comparison is wrtten to another {@code int} local.
85 * {@code int} primitives. This comparison takes a {@link Label} that
86 * will be jumped to if the comparison is true. If the comparison is
101 * comparison using {@link #compare compare()}.
529 * Compare ints or references. If the comparison is true, execution jumps to
533 public <T> void compare(Comparison comparison, Labe argument
[all...]
/external/dropbear/libtommath/
H A Dbn.tex787 for any comparison.
807 \subsection{Unsigned comparison}
809 An unsigned comparison considers only the digits themselves and not the associated \textit{sign} flag of the
810 mp\_int structures. This is analogous to an absolute comparison. The function mp\_cmp\_mag() will compare two
865 \subsection{Signed comparison}
930 This will compare $a$ to the left of $b$ using a signed comparison. Note that it will always treat $b$ as
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java507 private Method branchingMethod(Comparison comparison) throws Exception { argument
510 * if (a comparison b) {
525 code.compare(comparison, ifBody, localA, localB);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp6488 // Next we put in the level of comparison
7288 int32_t comparison; local
7303 comparison = u_strCompareIter(sIt, tIt, TRUE);
7318 // but string comparison is usually done on relatively short strings.
7328 comparison = sColl->writableBuffer.compareCodePointOrder(tColl->writableBuffer);
7330 comparison = u_strCompare(sBuf, sLen, tBuf, tLen, TRUE);
7334 if (comparison < 0) {
7336 } else if (comparison == 0) {
7338 } else /* comparison > 0 */ {
7698 /* This is the secondary level of comparison */
[all...]
/external/icu4c/i18n/
H A Ducol.cpp6095 // Next we put in the level of comparison
6991 int32_t comparison; local
7006 comparison = u_strCompareIter(sIt, tIt, TRUE);
7021 // but string comparison is usually done on relatively short strings.
7031 comparison = sColl->writableBuffer.compareCodePointOrder(tColl->writableBuffer);
7033 comparison = u_strCompare(sBuf, sLen, tBuf, tLen, TRUE);
7037 if (comparison < 0) {
7039 } else if (comparison == 0) {
7041 } else /* comparison > 0 */ {
7401 /* This is the secondary level of comparison */
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
H A Dantsupportlib.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/ant/ org/eclipse/ant/internal/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar ... .eclipse.core.internal.dtree.NodeComparison comparison org.eclipse.core.internal.dtree. ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1462 milliseconds

12