HomeSort by relevance Sort by last modified time
    Searched refs:predicate (Results 26 - 50 of 781) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gtest/include/gtest/
gtest-death-test.h 166 // integer exit status that satisfies predicate, and emitting error output
168 # define ASSERT_EXIT(statement, predicate, regex) \
169 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_)
173 # define EXPECT_EXIT(statement, predicate, regex) \
174 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_)
187 // Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*:
  /external/protobuf/gtest/include/gtest/
gtest-death-test.h 155 // integer exit status that satisfies predicate, and emitting error output
157 #define ASSERT_EXIT(statement, predicate, regex) \
158 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_)
162 #define EXPECT_EXIT(statement, predicate, regex) \
163 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_)
176 // Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*:
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest-death-test.h 155 // integer exit status that satisfies predicate, and emitting error output
157 # define ASSERT_EXIT(statement, predicate, regex) \
158 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_)
162 # define EXPECT_EXIT(statement, predicate, regex) \
163 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_)
176 // Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*:
  /external/v8/testing/gtest/include/gtest/
gtest-death-test.h 166 // integer exit status that satisfies predicate, and emitting error output
168 # define ASSERT_EXIT(statement, predicate, regex) \
169 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_)
173 # define EXPECT_EXIT(statement, predicate, regex) \
174 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_)
187 // Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*:
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-death-test.h 166 // integer exit status that satisfies predicate, and emitting error output
168 # define ASSERT_EXIT(statement, predicate, regex) \
169 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_)
173 # define EXPECT_EXIT(statement, predicate, regex) \
174 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_)
187 // Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*:
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/
gtest-death-test.h 166 // integer exit status that satisfies predicate, and emitting error output
168 # define ASSERT_EXIT(statement, predicate, regex) \
169 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_)
173 # define EXPECT_EXIT(statement, predicate, regex) \
174 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_)
187 // Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*:
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/
gtest-death-test.h 166 // integer exit status that satisfies predicate, and emitting error output
168 # define ASSERT_EXIT(statement, predicate, regex) \
169 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_)
173 # define EXPECT_EXIT(statement, predicate, regex) \
174 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_)
187 // Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*:
  /test/vts/harnesses/tradefed/src/com/android/tradefed/util/
CmdUtil.java 27 import java.util.function.Predicate;
45 * @param predicate function that checks the exit condition.
50 Predicate<String> predicate) throws DeviceNotAvailableException {
52 if (validateCmdSuccess(device, cmd, predicate)) {
65 * @param predicate function that checks the exit condition.
70 Predicate<String> predicate) throws DeviceNotAvailableException {
81 if (validateCmdSuccess(device, validation_cmd, predicate)) {
94 * @param predicate function that checks the exit condition
    [all...]
  /tools/test/connectivity/acts/framework/acts/
test_decorators.py 20 def test_info(predicate=None, **keyed_info):
35 predicate: A func to call that if false will skip adding this test
42 return _TestInfoDecoratorFunc(func, predicate, keyed_info)
47 def test_tracker_info(uuid, extra_environment_info=None, predicate=None):
61 predicate: A func that if false when called will ignore this info.
66 predicate=predicate)
72 def __init__(self, func, predicate, keyed_info):
74 self.predicate = predicate
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Platform.java 21 import com.google.common.base.Predicate;
87 Predicate<? super E> predicate) {
89 ? Sets.filter((NavigableSet<E>) set, predicate)
90 : Sets.filterSortedIgnoreNavigable(set, predicate);
94 Predicate<? super Map.Entry<K, V>> predicate) {
96 ? Maps.filterEntries((NavigableMap<K, V>) map, predicate)
97 : Maps.filterSortedIgnoreNavigable(map, predicate);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
ElementPath.py 151 predicate = []
159 predicate.append(token[1])
161 # use signature to determine predicate type
163 # [@attribute] predicate
164 key = predicate[1]
172 key = predicate[1]
173 value = predicate[-1]
179 if signature == "-" and not re.match("\d+$", predicate[0]):
181 tag = predicate[0]
187 if signature == "-='" and not re.match("\d+$", predicate[0]):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
ElementPath.py 151 predicate = []
159 predicate.append(token[1])
161 # use signature to determine predicate type
163 # [@attribute] predicate
164 key = predicate[1]
172 key = predicate[1]
173 value = predicate[-1]
179 if signature == "-" and not re.match("\d+$", predicate[0]):
181 tag = predicate[0]
187 if signature == "-='" and not re.match("\d+$", predicate[0]):
    [all...]
  /external/python/cpython2/Lib/xml/etree/
ElementPath.py 151 predicate = []
159 predicate.append(token[1])
161 # use signature to determine predicate type
163 # [@attribute] predicate
164 key = predicate[1]
172 key = predicate[1]
173 value = predicate[-1]
179 if signature == "-" and not re.match("\d+$", predicate[0]):
181 tag = predicate[0]
187 if signature == "-='" and not re.match("\d+$", predicate[0])
    [all...]
  /external/python/cpython3/Lib/xml/etree/
ElementPath.py 152 predicate = []
163 predicate.append(token[1])
165 # use signature to determine predicate type
167 # [@attribute] predicate
168 key = predicate[1]
176 key = predicate[1]
177 value = predicate[-1]
183 if signature == "-" and not re.match(r"\-?\d+$", predicate[0]):
185 tag = predicate[0]
191 if signature == "-='" and not re.match(r"\-?\d+$", predicate[0])
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/etree/
ElementPath.py 151 predicate = []
159 predicate.append(token[1])
161 # use signature to determine predicate type
163 # [@attribute] predicate
164 key = predicate[1]
172 key = predicate[1]
173 value = predicate[-1]
179 if signature == "-" and not re.match("\d+$", predicate[0]):
181 tag = predicate[0]
187 if signature == "-='" and not re.match("\d+$", predicate[0])
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/etree/
ElementPath.py 151 predicate = []
159 predicate.append(token[1])
161 # use signature to determine predicate type
163 # [@attribute] predicate
164 key = predicate[1]
172 key = predicate[1]
173 value = predicate[-1]
179 if signature == "-" and not re.match("\d+$", predicate[0]):
181 tag = predicate[0]
187 if signature == "-='" and not re.match("\d+$", predicate[0])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementPath.py 151 predicate = []
159 predicate.append(token[1])
161 # use signature to determine predicate type
163 # [@attribute] predicate
164 key = predicate[1]
172 key = predicate[1]
173 value = predicate[-1]
179 if signature == "-" and not re.match("\d+$", predicate[0]):
181 tag = predicate[0]
187 if signature == "-='" and not re.match("\d+$", predicate[0])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementPath.py 151 predicate = []
159 predicate.append(token[1])
161 # use signature to determine predicate type
163 # [@attribute] predicate
164 key = predicate[1]
172 key = predicate[1]
173 value = predicate[-1]
179 if signature == "-" and not re.match("\d+$", predicate[0]):
181 tag = predicate[0]
187 if signature == "-='" and not re.match("\d+$", predicate[0])
    [all...]
  /bionic/tools/relocation_packer/src/
debug.cc 14 // the level set with SetVerbose() and predicate is true.
15 Logger::Logger(Severity severity, int level, bool predicate) {
18 predicate_ = predicate;
  /packages/services/Car/service/src/com/android/car/
SlidingWindow.java 20 import java.util.function.Predicate;
61 public int count(Predicate<T> predicate) {
62 return (int)stream().filter(predicate).count();
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
parallel-bad-1.l 15 [^:]*:26: Error: '||' after predicate
17 [^:]*:28: Error: '||' after predicate
  /bionic/libc/async_safe/include/async_safe/
log.h 97 #define CHECK(predicate) \
99 if (!(predicate)) { \
100 async_safe_fatal("%s:%d: %s CHECK '" #predicate "' failed", \
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
conditional_thunk.cc 47 // Copy the predicate value from device.
48 bool predicate; local
51 stream->ThenMemcpy(&predicate, predicate_address, sizeof(bool));
55 return InternalError("Failed to retrieve predicate value on stream %p: %s.",
60 // predicate.
61 if (predicate) {
  /libcore/ojluni/src/main/java/java/util/stream/
MatchOps.java 32 import java.util.function.Predicate;
37 * quantified predicate matching on the elements of a stream. Supported variants
51 /** Do all elements match the predicate? */
54 /** Do any elements match the predicate? */
57 /** Do no elements match the predicate? */
71 * Constructs a quantified predicate matcher for a Stream.
74 * @param predicate the {@code Predicate} to apply to stream elements
79 public static <T> TerminalOp<T, Boolean> makeRef(Predicate<? super T> predicate,
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 

Completed in 5603 milliseconds

12 3 4 5 6 7 8 91011>>