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

12 3

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 651 static AssertionResult Compare(const char* expected_expression,
665 static AssertionResult Compare(const char* expected_expression,
679 // We define two overloaded versions of Compare(). The first
684 static AssertionResult Compare(const char* expected_expression,
695 static AssertionResult Compare(const char* expected_expression,
    [all...]
  /external/gtest/include/gtest/
gtest.h 697 static AssertionResult Compare(const char* expected_expression,
711 static AssertionResult Compare(const char* expected_expression,
725 // We define two overloaded versions of Compare(). The first
730 static AssertionResult Compare(const char* expected_expression,
741 static AssertionResult Compare(const char* expected_expression,
    [all...]
  /external/v8/src/
code-stubs.h 43 V(Compare) \
heap-profiler.cc 405 inline int ClustersCoarser::ClusterBackRefs::Compare(
413 int cmp = JSObjectsCluster::Compare(a.refs[i], b.refs[i]);
451 if (JSObjectsCluster::Compare(*self_, cluster) == 0) {
498 return !eq.is_null() && JSObjectsCluster::Compare(cluster, eq) != 0;
507 if (ClusterBackRefs::Compare(sim_list_[i], sim_list_[eq_to]) == 0) {
utils.h 89 static int Compare(const T& a, const T& b) {
101 return Compare<T>(*a, *b);
codegen.h 334 Major MajorKey() { return Compare; }
345 // names in the profile since most compare stubs end up in the snapshot.
  /frameworks/base/tools/localize/
Values.cpp 49 StringResource::Compare(const StringResource& that) const
  /external/chromium/base/
waitable_event_posix.cc 117 bool Compare(void* tag) {
384 if (*i == waiter && (*i)->Compare(tag)) {
waitable_event_watcher_posix.cc 79 bool Compare(void* tag) {
222 // We have a possible ABA issue here. If Dequeue was to compare only the
229 // virtual Compare function before the two are considered a match. So we need
scoped_variant_win.cc 87 int ScopedVariant::Compare(const VARIANT& var, bool ignore_case) const {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 189 // used to compare two StateIds. If a (single) state's order changes,
195 typedef C Compare;
508 typedef StateWeightCompare< StateId, NaturalLess<Weight> > Compare;
530 Compare *comp = 0;
533 comp = new Compare(distance, *less);
568 queues_[i] = new ShortestFirstQueue<StateId, Compare>(*comp);
  /external/skia/src/core/
SkPictureFlat.h 103 static int Compare(const SkFlatData* a, const SkFlatData* b) {
SkPictureRecord.cpp 543 bitmaps.count(), (SkFlatData*) flat, sizeof(flat), &SkFlatData::Compare);
558 matrices.count(), (SkFlatData*) flat, sizeof(flat), &SkFlatData::Compare);
576 paints.count(), (SkFlatData*) flat, sizeof(flat), &SkFlatData::Compare);
590 regions.count(), (SkFlatData*) flat, sizeof(flat), &SkFlatData::Compare);
  /external/webkit/SunSpider/
sunspider-compare-results 45 --parse-only Compare the parse-only benchmark results
161 system($jsShellPath, "-f", "$resultDirectory/sunspider-test-prefix.js", "-f", "$resultDirectory/sunspider-comparison-data.js", "-f", "resources/sunspider-compare-results.js", "-f", "resources/sunspider-standalone-compare.js");
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /external/srec/tools/grxmlcompile/
netw_arc.h 172 int Compare (NUANArc *test)
sub_supp.cpp 29 #define ARC_COMPARE(x,y) (arc[x]->Compare(arc[y]))
  /external/v8/test/cctest/
test-heap-profiler.cc 109 if (JSObjectsCluster::Compare(expected, value) != 0) {
128 if (JSObjectsCluster::Compare(expected, value) == 0) {
  /external/webkit/WebKit/android/nav/
CachedFrame.h 62 enum Compare {
203 int compare(BestData& testData, const BestData& bestData) const;
233 void* mFrame; // WebCore::Frame*, used only to compare pointers
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /external/easymock/src/org/easymock/
EasyMock.java     [all...]
  /external/webkit/WebKitTools/android/webkitmerge/
webkitmerge.cpp 503 int Compare(char* one, size_t len1, char* two, size_t len2)
854 int compare = strncmp(bind, st, strlen(bind) - 2);
855 if (compare < 0) { // add a file
873 } else if (compare > 0) {
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 439 return String(test_property.key()).Compare(key_) == 0;
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 501 return String(test_property.key()).Compare(key_) == 0;
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 507 return String(test_property.key()).Compare(key_) == 0;
    [all...]

Completed in 3843 milliseconds

12 3