HomeSort by relevance Sort by last modified time
    Searched refs:comparison (Results 26 - 50 of 357) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/cloudwatch/
alarm.py 63 namespace=None, statistic=None, comparison=None,
85 :type comparison: str
86 :param comparison: Comparison used to compare statistic with threshold.
146 self.comparison = self._cmp_map.get(comparison)
170 self.comparison,
201 setattr(self, 'comparison', self._rev_cmp_map[value])
  /prebuilts/gdb/darwin-x86/include/python2.7/
graminit.h 55 #define comparison 308 macro
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symbol.py 65 comparison = 308 variable
  /prebuilts/gdb/linux-x86/include/python2.7/
graminit.h 55 #define comparison 308 macro
  /prebuilts/gdb/linux-x86/lib/python2.7/
symbol.py 65 comparison = 308 variable
  /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/v8/test/cctest/
log-eq-of-logging-and-traversal.js 141 var comparison = []; variable
143 // Do a merge-like comparison of entries. At the same address we expect to
168 comparison.push([entities_equal, address, entityA, entityB]);
170 return [equal, comparison];
177 var comparison = result[1];
178 for (var i = 0, l = comparison.length; i < l; ++i) {
179 var c = comparison[i];
  /art/compiler/optimizing/
codegen_test.cc 855 HInstruction* comparison = nullptr; local
861 comparison = new (&allocator) HEqual(op1, op2);
865 comparison = new (&allocator) HNotEqual(op1, op2);
869 comparison = new (&allocator) HLessThan(op1, op2);
873 comparison = new (&allocator) HLessThanOrEqual(op1, op2);
877 comparison = new (&allocator) HGreaterThan(op1, op2);
881 comparison = new (&allocator) HGreaterThanOrEqual(op1, op2);
885 comparison = new (&allocator) HBelow(op1, op2);
889 comparison = new (&allocator) HBelowOrEqual(op1, op2);
893 comparison = new (&allocator) HAbove(op1, op2)
    [all...]
  /development/perftests/panorama/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 );
Delaunay.h 91 int (CDelaunay::*comparison)(int,int),
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/cloudwatch/
test_connection.py 266 self.assertEquals(alarms[0].comparison, '<')
269 self.assertEquals(alarms[1].comparison, '>')
  /packages/apps/LegacyCamera/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 );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/detail/
div_base.hpp 19 # include <boost/preprocessor/comparison/less_equal.hpp>
  /external/testng/src/main/java/org/testng/internal/
TestResult.java 311 public int compareTo(ITestResult comparison) {
312 if( getStartMillis() > comparison.getStartMillis() ) {
314 } else if( getStartMillis() < comparison.getStartMillis()) {
  /libcore/libart/src/main/java/java/lang/reflect/
AbstractMethod.java 316 int comparison = aType.getName().compareTo(bType.getName()); local
317 if (comparison != 0) {
318 return comparison;
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 464 = {eq} [left]:equality eq [right]:comparison // x.y == a.b
466 | {ne} [left]:equality ne [right]:comparison // x.y != a.b
468 | {comparison} [value]:comparison // x.y
472 comparison {->expression}
473 = {lt} [left]:comparison lt [right]:add_subtract // x.y < a.b
475 | {gt} [left]:comparison gt [right]:add_subtract // x.y > a.b
477 | {lte} [left]:comparison lte [right]:add_subtract // x.y <= a.b
479 | {gte} [left]:comparison gte [right]:add_subtract // x.y >= a.b
  /cts/hostsidetests/theme/src/android/theme/cts/
ThemeHostTest.java 203 final File comparison = mCompletionService.take().get(); local
204 if (comparison != null) {
205 failures.add(comparison);
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
StdTypeList.java 311 int comparison = list1.getType(i).compareTo(list2.getType(i)); local
312 if (comparison != 0) {
313 return comparison;
  /dalvik/dx/src/com/android/dx/rop/type/
StdTypeList.java 311 int comparison = list1.getType(i).compareTo(list2.getType(i)); local
312 if (comparison != 0) {
313 return comparison;
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
StdTypeList.java 311 int comparison = list1.getType(i).compareTo(list2.getType(i)); local
312 if (comparison != 0) {
313 return comparison;
  /external/v8/src/
strtod.cc 382 int comparison = Bignum::Compare(input, boundary);
383 if (comparison < 0) {
385 } else if (comparison > 0) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
message_differencer.h 38 // Aug. 2008: Added Unknown Fields Comparison for messages.
40 // Apr. 2010: Moved field comparison to FieldComparator.
106 // multiple threads. Note that it's fine to call static comparison methods
114 // if some fields should be ignored in the comparison.
126 // if some fields should be ignored in the comparison.
138 // comparison.
153 // and Compare() if some fields should be ignored in the comparison.
258 // comparison has been skipped because the field was marked as
349 // for comparison purposes even if not explicitly
355 FULL, // All fields of both messages are considered in the comparison
    [all...]

Completed in 917 milliseconds

12 3 4 5 6 7 8 91011>>