/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 | 97 final int positive = 5; local 101 myAbsSeekBar.setThumbOffset(positive); 102 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 | 386 bool positive = (instr & B23) == B23; local 388 return positive ? offset : -offset; 394 bool positive = offset >= 0; local 395 if (!positive) offset = -offset; 398 instr = (instr & ~B23) | (positive ? B23 : 0); 411 bool positive = offset >= 0; local 412 if (!positive) offset = -offset; 415 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/v8/src/ia32/ |
assembler-ia32.h | 200 positive = 9, enumerator in enum:v8::internal::Condition 214 not_sign = positive [all...] |
lithium-codegen-ia32.cc | 2823 NearLabel positive, done, zero, negative; local [all...] |
/external/v8/src/x64/ |
assembler-x64.h | 273 positive = 9, enumerator in enum:v8::internal::Condition 291 not_sign = positive, [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/v8/src/mips/ |
constants-mips.h | 386 positive = 9, enumerator in enum:v8::internal::Condition 405 not_sign = positive, 407 pl = positive,
|
/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 | 197 "exclude). A test is run if it matches one of the positive " 428 // positive filter and negative filter portions 431 String positive; local 434 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter 437 positive.Set(p, dash - p); // Everything up to the dash 439 if (positive.empty()) { 441 positive = kUniversalFilter; 447 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 | 208 "exclude). A test is run if it matches one of the positive " 470 // positive filter and negative filter portions 473 String positive; local 476 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter 479 positive = String(p, dash - p); // Everything up to the dash 481 if (positive.empty()) { 483 positive = kUniversalFilter; 489 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...] |
/prebuilt/common/jfreechart/ |
jfreechart-1.0.9.jar | |