HomeSort by relevance Sort by last modified time
    Searched defs:positive (Results 1 - 21 of 21) sorted by null

  /external/stlport/test/unit/
unary.h 15 struct positive : public unary_function<int, bool> { struct in inherits:unary_function
  /ndk/tests/device/test-gnustl-full/unit/
unary.h 15 struct positive : public unary_function<int, bool> { struct in inherits:unary_function
  /ndk/tests/device/test-stlport/unit/
unary.h 15 struct positive : public unary_function<int, bool> { struct in inherits:unary_function
  /external/chromium/chrome/browser/autofill/
autofill_xml_parser_unittest.cc 215 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/proguard/src/proguard/gui/
FilterBuilder.java 53 StringBuffer positive = new StringBuffer(); local
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.append('!').append(prefix)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderMarquee.cpp 294 bool positive = range > 0; local
299 if (positive)
  /cts/tests/tests/widget/src/android/widget/cts/
AbsSeekBarTest.java 63 final int positive = 5; local
67 myAbsSeekBar.setThumbOffset(positive);
68 assertEquals(positive, myAbsSeekBar.getThumbOffset());
  /external/webkit/Source/JavaScriptCore/dfg/
DFGNonSpeculativeJIT.cpp 277 MacroAssembler::Jump positive = m_jit.branch32(MacroAssembler::GreaterThanOrEqual, op1.registerID(), TrustedImm32(0)); local
279 positive.link(&m_jit);
  /external/v8/src/arm/
assembler-arm.cc 402 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);
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 3734 int positive[] = {1, 2, 3}; local
    [all...]
  /external/opencv/cv/src/
cvhaar.cpp 137 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
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 154 "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()) &&
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc 212 "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()) &&
    [all...]
  /external/gtest/src/
gtest.cc 212 "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()) &&
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 131 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
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 212 "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()) &&
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 196 "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()) &&
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 3140 Label positive, done, zero; local
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 519 milliseconds