HomeSort by relevance Sort by last modified time
    Searched refs:comparison (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/chrome/browser/extensions/
pending_extension_info.cc 41 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;
  /libcore/libart/src/main/java/java/lang/reflect/
Method.java 58 int comparison = a.getName().compareTo(b.getName());
59 if (comparison == 0) {
60 comparison = a.artMethod.findOverriddenMethodIfProxy().compareParameters(
62 if (comparison == 0) {
67 comparison = 0;
69 comparison = aReturnType.getName().compareTo(bReturnType.getName());
73 return comparison;
ArtMethod.java 150 * Performs a comparison of the parameters to this method with the given parameters.
162 int comparison = aType.getName().compareTo(bType.getName()); local
163 if (comparison != 0) {
164 return comparison;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_has_key.py 88 if arg.type in (syms.comparison, syms.not_test, syms.and_test,
100 new = pytree.Node(syms.comparison, (arg, n_op, before))
104 if node.parent.type in (syms.comparison, syms.expr, syms.xor_expr,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_has_key.py 88 if arg.type in (syms.comparison, syms.not_test, syms.and_test,
100 new = pytree.Node(syms.comparison, (arg, n_op, before))
104 if node.parent.type in (syms.comparison, syms.expr, syms.xor_expr,
  /external/skia/tools/
skdiff_image.cpp 101 "\n -L: first occurrence label for base, second occurrence label for comparison."
106 "\n comparisonFile: comparison image file"
137 for (int comparison = 0; comparison < DiffResource::kStatusCount; ++comparison) {
138 failOnStatusType[base][comparison] = false;
170 SkDebugf("failonstatus missing comparison status.\n");
179 for (int comparison = 0; comparison < DiffResource::kStatusCount; ++comparison) {
    [all...]
skdiff_main.cpp 53 for (int comparison = 0; comparison < DiffResource::kStatusCount; ++comparison) {
54 fStatusOfType[base][comparison].deleteAll();
89 for (int comparison = 0; comparison < DiffResource::kStatusCount; ++comparison) {
90 Status comparisonStatus = static_cast<Status>(comparison);
91 const FileArray& fileArray = fStatusOfType[base][comparison];
93 if (failOnStatusType[base][comparison]) {
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_DOUBLE.S 7 * destination register based on the results of the comparison.
27 @ Test for NaN with a second comparison. EABI forbids testing bit
TEMPLATE_CMPL_FLOAT.S 7 * destination register based on the results of the comparison.
45 @ Test for NaN with a second comparison. EABI forbids testing bit
  /external/chromium_org/base/
version.cc 130 const int comparison = CompareVersionComponents(components_, parsed); local
136 if (comparison == -1 || comparison == 0)
137 return comparison;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 630 // This comparison uses non-final fields so the sort order may change
635 int comparison = (another.isConnected() ? 1 : 0) - (isConnected() ? 1 : 0); local
636 if (comparison != 0) return comparison;
639 comparison = (another.getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0) -
641 if (comparison != 0) return comparison;
644 comparison = (another.mVisible ? 1 : 0) - (mVisible ? 1 : 0);
645 if (comparison != 0) return comparison;
    [all...]
  /libcore/libdvm/src/main/java/java/lang/reflect/
Method.java 57 int comparison = a.name.compareTo(b.name);
58 if (comparison != 0) {
59 return comparison;
66 comparison = aParameters[i].getName().compareTo(bParameters[i].getName());
67 if (comparison != 0) {
68 return comparison;
  /dalvik/vm/mterp/mips/
bincmp.S 5 * fragment that specifies the *reverse* comparison to perform, e.g.
15 b${revcmp} a2, a3, 1f # branch to 1 if comparison failed
zcmp.S 5 * fragment that specifies the *reverse* comparison to perform, e.g.
14 b${revcmp} a2, zero, 1f # branch to 1 if comparison failed
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
results.js 34 ui.results.Comparison = base.extends('table', {
37 this.className = 'comparison';
104 _addResult: function(comparison, constructor, resultsURLsByKind, kind)
109 comparison.update(kind, new constructor(url));
113 var comparison = new ui.results.Comparison();
116 this._addResult(comparison, constructor, resultsURLsByKind, results.kExpectedKind);
117 this._addResult(comparison, constructor, resultsURLsByKind, results.kActualKind);
118 this._addResult(comparison, constructor, resultsURLsByKind, results.kDiffKind);
120 this.appendChild(comparison);
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
renderer9_utils.h 21 D3DCMPFUNC ConvertComparison(GLenum comparison);
  /libcore/luni/src/main/native/
java_lang_StringToReal.cpp 338 int32_t k, comparison, comparison2; local
415 comparison = compareHighPrecision (x, xLength, y, yLength);
416 if (comparison > 0)
423 else if (comparison)
446 if (comparison < 0 && m == DOUBLE_NORMAL_MASK)
467 if (comparison < 0 && m == DOUBLE_NORMAL_MASK)
476 else if (comparison < 0)
487 else if (comparison < 0)
811 int32_t k, comparison, comparison2; local
889 comparison = compareHighPrecision (x, xLength, y, yLength)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 55 #define comparison 308 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 65 comparison = 308 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 55 #define comparison 308 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 65 comparison = 308 variable
  /external/chromium/chrome/browser/autofill/
autofill_profile.cc 403 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_org/v8/test/cctest/
log-eq-of-logging-and-traversal.js 137 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/
log-eq-of-logging-and-traversal.js 137 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];
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 367 int (CDelaunay::*comparison)(int,int),
384 if ( (this->*comparison)( si,sij ) > 0 ) {
387 if ( (this->*comparison)( sij,sj ) > 0 ) {
389 if ( (this->*comparison)( si,sij ) > 0 ) {
400 } while( (this->*comparison)( sL,temp ) > 0 );
403 } while( (this->*comparison)( temp,sk ) > 0 );
454 if ( (this->*comparison)( si,si+1 ) > 0 ) {
462 } while ( (this->*comparison)( sk,temp ) > 0 && sk>=lowelt );

Completed in 627 milliseconds

1 2 3 4 5 6 7