HomeSort by relevance Sort by last modified time
    Searched defs:positive (Results 1 - 15 of 15) 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/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/WebCore/rendering/
RenderMarquee.cpp 291 bool positive = range > 0; local
296 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/v8/src/ia32/
assembler-ia32.h 127 positive = 9, enumerator in enum:v8::internal::Condition
141 not_sign = positive
  /external/v8/src/mips/
constants-mips.h 307 positive = 9, enumerator in enum:assembler::mips::Condition
325 not_sign = positive,
  /external/v8/src/x64/
assembler-x64.h 191 positive = 9, enumerator in enum:v8::internal::Condition
209 not_sign = positive,
    [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/third_party/icu/source/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/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/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 

Completed in 1037 milliseconds