HomeSort by relevance Sort by last modified time
    Searched refs:positive (Results 151 - 175 of 291) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/googletest/googletest/src/
gtest.cc 232 "exclude). A test is run if it matches one of the positive "
507 // positive filter and negative filter portions
510 std::string positive; local
513 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
516 positive = std::string(p, dash); // Everything up to the dash
518 if (positive.empty()) {
520 positive = kUniversalFilter;
526 return (MatchesFilter(full_name, positive.c_str()) &&
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 232 "exclude). A test is run if it matches one of the positive "
507 // positive filter and negative filter portions
510 std::string positive; local
513 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
516 positive = std::string(p, dash); // Everything up to the dash
518 if (positive.empty()) {
520 positive = kUniversalFilter;
526 return (MatchesFilter(full_name, positive.c_str()) &&
    [all...]
  /external/llvm/utils/unittest/googletest/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/mesa3d/src/gtest/src/
gtest.cc 219 "exclude). A test is run if it matches one of the positive "
485 // positive filter and negative filter portions
488 std::string positive; local
491 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
494 positive = std::string(p, dash); // Everything up to the dash
496 if (positive.empty()) {
498 positive = kUniversalFilter;
504 return (MatchesFilter(full_name, positive.c_str()) &&
    [all...]
  /external/protobuf/gtest/src/
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/swiftshader/third_party/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/v8/testing/gtest/src/
gtest.cc 232 "exclude). A test is run if it matches one of the positive "
507 // positive filter and negative filter portions
510 std::string positive; local
513 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
516 positive = std::string(p, dash); // Everything up to the dash
518 if (positive.empty()) {
520 positive = kUniversalFilter;
526 return (MatchesFilter(full_name, positive.c_str()) &&
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 219 "exclude). A test is run if it matches one of the positive "
485 // positive filter and negative filter portions
488 std::string positive; local
491 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
494 positive = std::string(p, dash); // Everything up to the dash
496 if (positive.empty()) {
498 positive = kUniversalFilter;
504 return (MatchesFilter(full_name, positive.c_str()) &&
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest.cc 215 "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()) &&
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest.cc 215 "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()) &&
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneFormat.java 206 * Positive offset with hours and minutes fields
210 * Positive offset with hours, minutes and seconds fields
222 * Positive offset with hours field
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneFormat.java 228 * Positive offset with hours and minutes fields
233 * Positive offset with hours, minutes and seconds fields
248 * Positive offset with hours field
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 1813 String positive; local
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 550 | {positive} plus digits
  /external/libvorbis/doc/
07-floor1.tex 255 Unwrap the always-positive-or-zero values read from the packet into
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_mmx.asm 78 ; do outer positive taps
  /external/libvpx/libvpx/vpx_dsp/x86/
deblock_sse2.asm 139 neg rax ; positive stride
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs 79 throw new DescriptorValidationException(this, "Field numbers must be positive integers.");
  /external/syslinux/core/
pxelinux.asm 432 ; It will be -1 normally, 0 inside a PXE call, and a positive value
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 117 // in their rank order. 0 is default, more positive
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
a.out.go 327 C_COND_GT // 1 result is positive
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
a.out.go 181 C_SCON // 0 <= constant <= 0x7fff (positive int16)
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
testing.go 66 timeout = flag.Duration("test.timeout", 0, "if positive, sets an aggregate time limit for all tests")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 117 // in their rank order. 0 is default, more positive

Completed in 1832 milliseconds

1 2 3 4 5 67 8 91011>>