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

/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/webkit/Source/JavaScriptCore/assembler/
H A DARMAssembler.cpp91 int ARMAssembler::genInt(int reg, ARMWord imm, bool positive) argument
189 if (positive) {
/external/webkit/Source/WebCore/rendering/
H A DRenderMarquee.cpp294 bool positive = range > 0; local
299 if (positive)
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGNonSpeculativeJIT.cpp277 MacroAssembler::Jump positive = m_jit.branch32(MacroAssembler::GreaterThanOrEqual, op1.registerID(), TrustedImm32(0)); local
279 positive.link(&m_jit);
/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/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
2559 leapadd(t, positive, rolling, count)
2561 const int positive;
2567 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/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/protobuf/gtest/src/
H A Dgtest.cc196 "exclude). A test is run if it matches one of the positive "
462 // positive filter and negative filter portions
465 String positive; local
468 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
471 positive = String(p, dash - p); // Everything up to the dash
473 if (positive.empty()) {
475 positive = kUniversalFilter;
481 return (MatchesFilter(full_name, positive.c_str()) &&
4471 " Run only the tests whose name matches one of the positive pattern
[all...]
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc2802 // Check the sign of the argument. If the argument is positive, just
2932 // Use truncating instruction (OK because input is positive).
2957 // Use truncating instruction (OK because input is positive).
2970 // If the sign is positive, we return +0.
3140 Label positive, done, zero; local
3143 __ j(above, &positive, Label::kNear);
3155 __ bind(&positive);
4089 // If input was positive, we are ok and return 0, otherwise

Completed in 443 milliseconds