Searched defs:positive (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium/chrome/browser/autofill/
H A Dautofill_xml_parser_unittest.cc215 double positive = 0; local
217 AutofillUploadXmlParser parse_handler(&positive, &negative);
221 EXPECT_DOUBLE_EQ(0.5, positive);
229 double positive = 0; local
232 new AutofillUploadXmlParser(&positive, &negative));
236 EXPECT_DOUBLE_EQ(0, positive);
242 parse_handler.reset(new AutofillUploadXmlParser(&positive, &negative));
246 EXPECT_DOUBLE_EQ(0, positive);
250 parse_handler.reset(new AutofillUploadXmlParser(&positive, &negative));
254 EXPECT_DOUBLE_EQ(0, positive);
[all...]
/external/stlport/test/unit/
H A Dunary.h15 struct positive : public unary_function<int, bool> { struct in inherits:unary_function
/external/proguard/src/proguard/gui/
H A DFilterBuilder.java53 StringBuffer positive = new StringBuffer();
56 buildFilter("", positive, negative);
58 return positive.length() <= negative.length() ?
59 positive.toString() :
67 * @param positive the filter to be extended, assuming the matching
73 StringBuffer positive,
101 // Extend the positive filter with exceptions and return.
102 if (positive.length() > 0)
104 positive.append(',');
106 positive
72 buildFilter(String prefix, StringBuffer positive, StringBuffer negative) argument
[all...]
/external/eigen/test/eigen2/
H A Deigen2_svd.cpp58 MatrixType unitary, positive; local
59 svd.computeUnitaryPositive(&unitary, &positive);
61 VERIFY_IS_APPROX(positive, positive.adjoint());
62 for(int i = 0; i < rows; i++) VERIFY(positive.diagonal()[i] >= 0); // cheap necessary (not sufficient) condition for positivity
63 VERIFY_IS_APPROX(unitary*positive, a);
65 svd.computePositiveUnitary(&positive, &unitary);
67 VERIFY_IS_APPROX(positive, positive.adjoint());
68 for(int i = 0; i < rows; i++) VERIFY(positive
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMarquee.cpp300 bool positive = range > 0; local
305 if (positive)
/external/chromium_org/tools/traceline/traceline/
H A Dassembler.h88 positive = not_sign enumerator in enum:Condition
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
H A Dwebrequest_condition_attribute.cc546 bool positive)
548 positive_(positive) {}
641 bool positive)
643 positive_(positive) {}
544 WebRequestConditionAttributeRequestHeaders( scoped_ptr<const HeaderMatcher> header_matcher, bool positive) argument
639 WebRequestConditionAttributeResponseHeaders( scoped_ptr<const HeaderMatcher> header_matcher, bool positive) argument
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_execute.c53 * Set x to positive or negative infinity.
84 * Return TRUE for +0 and other positive values, FALSE otherwise.
88 positive(float x) function
1387 if (positive(r)) {
/external/mesa3d/src/mesa/program/
H A Dprog_execute.c53 * Set x to positive or negative infinity.
84 * Return TRUE for +0 and other positive values, FALSE otherwise.
88 positive(float x) function
1387 if (positive(r)) {
/external/v8/src/arm/
H A Dassembler-arm.cc402 bool positive = (instr & B23) == B23; local
404 return positive ? offset : -offset;
410 bool positive = offset >= 0; local
411 if (!positive) offset = -offset;
414 instr = (instr & ~B23) | (positive ? B23 : 0);
427 bool positive = offset >= 0; local
428 if (!positive) offset = -offset;
431 instr = (instr & ~B23) | (positive ? B23 : 0);
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_unittest.cc3734 int positive[] = {1, 2, 3}; local
3738 positive, positive + 3));
3740 positive, positive + 3));
3742 positive, positive));
3744 positive + 1, positive + 1));
3746 positive, positiv
[all...]
/external/opencv/cv/src/
H A Dcvhaar.cpp137 CV_ERROR( CV_StsOutOfRange, "Number of stages should be positive" );
220 "(has null pointers or non-positive classfier count)", i );
451 CV_ERROR( CV_StsOutOfRange, "Scale must be positive" );
1011 int positive = 0; local
1026 positive = (ssz.width/ystep)*((ssz.height + ystep-1)/ystep);
1031 for( y = y1, positive = 0; y < y2; y += ystep )
1041 mask1.data.ptr + y1*mask1.step, mask1.step, ssz, &positive,
1045 positive = 0;
1048 if( positive <= 0 )
1054 for( y = y1, positive
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc154 "exclude). A test is run if it matches one of the positive "
363 // positive filter and negative filter portions
366 String positive; local
369 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
372 positive.Set(p, dash - p); // Everything up to the dash
374 if (positive.empty()) {
376 positive = kUniversalFilter;
382 return (MatchesFilter(full_name, positive.c_str()) &&
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c131 static void leapadd(zic_t t, int positive, int rolling, int count);
1329 register int positive; local
1333 positive = FALSE;
1336 positive = FALSE;
1339 positive = TRUE;
1342 positive = TRUE;
1354 leapadd(tadd(t, tod), positive, lp->l_value, count); local
2559 leapadd(t, positive, rolling, count)
2561 const int positive;
2567 if (leapcnt + (positive
[all...]
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc596 bool positive = (instr & B23) == B23; local
598 return positive ? offset : -offset;
604 bool positive = (instr & B23) == B23; local
607 return positive ? offset : -offset;
613 bool positive = offset >= 0; local
614 if (!positive) offset = -offset;
617 instr = (instr & ~B23) | (positive ? B23 : 0);
626 bool positive = offset >= 0; local
627 if (!positive) offset = -offset;
630 instr = (instr & ~B23) | (positive
643 bool positive = offset >= 0; local
[all...]
H A Dlithium-codegen-arm.cc1404 Label positive; local
1409 __ b(pl, &positive);
1412 __ bind(&positive);
3708 // Check the sign of the argument. If the argument is positive, just
3767 // if input is positive.
/external/icu4c/tools/tzcode/
H A Dzic.c131 static void leapadd(zic_t t, int positive, int rolling, int count);
1329 register int positive; local
1333 positive = FALSE;
1336 positive = FALSE;
1339 positive = TRUE;
1342 positive = TRUE;
1354 leapadd(tadd(t, tod), positive, lp->l_value, count); local
2565 leapadd(t, positive, rolling, count)
2567 const int positive;
2573 if (leapcnt + (positive
[all...]
/external/chromium/testing/gtest/src/
H A Dgtest.cc212 "exclude). A test is run if it matches one of the positive "
481 // positive filter and negative filter portions
484 String positive; local
487 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
490 positive = String(p, dash - p); // Everything up to the dash
492 if (positive.empty()) {
494 positive = kUniversalFilter;
500 return (MatchesFilter(full_name, positive.c_str()) &&
4714 " Run only the tests whose name matches one of the positive pattern
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc215 "exclude). A test is run if it matches one of the positive "
481 // positive filter and negative filter portions
484 std::string positive; local
487 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
490 positive = std::string(p, dash); // Everything up to the dash
492 if (positive.empty()) {
494 positive = kUniversalFilter;
500 return (MatchesFilter(full_name, positive.c_str()) &&
4542 " Run only the tests whose name matches one of the positive pattern
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc212 "exclude). A test is run if it matches one of the positive "
481 // positive filter and negative filter portions
484 String positive; local
487 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
490 positive = String(p, dash - p); // Everything up to the dash
492 if (positive.empty()) {
494 positive = kUniversalFilter;
500 return (MatchesFilter(full_name, positive.c_str()) &&
4714 " Run only the tests whose name matches one of the positive pattern
[all...]
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc3869 // Check the sign of the argument. If the argument is positive, just
3995 // Use truncating instruction (OK because input is positive).
4069 // If the sign is positive, we return +0.
4161 Label positive, done, zero; local
4164 __ j(above, &positive, Label::kNear);
4175 __ bind(&positive);
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc3420 // Check the sign of the argument. If the argument is positive, just
3548 // Use truncating instruction (OK because input is positive).
3721 Label positive, done, zero; local
3724 __ j(above, &positive, Label::kNear);
3737 __ bind(&positive);
/external/gtest/src/
H A Dgtest.cc212 "exclude). A test is run if it matches one of the positive "
481 // positive filter and negative filter portions
484 String positive; local
487 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
490 positive = String(p, dash - p); // Everything up to the dash
492 if (positive.empty()) {
494 positive = kUniversalFilter;
500 return (MatchesFilter(full_name, positive.c_str()) &&
4714 " Run only the tests whose name matches one of the positive pattern
[all...]
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc212 "exclude). A test is run if it matches one of the positive "
481 // positive filter and negative filter portions
484 String positive; local
487 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
490 positive = String(p, dash - p); // Everything up to the dash
492 if (positive.empty()) {
494 positive = kUniversalFilter;
500 return (MatchesFilter(full_name, positive.c_str()) &&
4682 " Run only the tests whose name matches one of the positive pattern
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest.cc212 "exclude). A test is run if it matches one of the positive "
481 // positive filter and negative filter portions
484 String positive; local
487 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
490 positive = String(p, dash - p); // Everything up to the dash
492 if (positive.empty()) {
494 positive = kUniversalFilter;
500 return (MatchesFilter(full_name, positive.c_str()) &&
4714 " Run only the tests whose name matches one of the positive pattern
[all...]

Completed in 1726 milliseconds

12