OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:predicate
(Results
151 - 175
of
1516
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/cc/base/
scoped_ptr_vector.h
143
template <typename
Predicate
>
144
iterator partition(
Predicate
predicate
) {
147
return static_cast<iterator>(std::partition(first, last,
predicate
));
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
util.js
83
* Return the first ancestor for which the {@code
predicate
} returns true.
85
* @param {function(Node) : boolean}
predicate
The function that tests the
89
function findAncestor(node,
predicate
) {
91
while (node != null && !(last =
predicate
(node))) {
/external/chromium_org/chrome/test/remoting/
waiter.cc
42
const
Predicate
& callback)
/external/chromium_org/ui/compositor/test/
test_utils.cc
13
//TODO(avallee): Make this into a
predicate
and add some matrix pretty printing.
/external/droiddriver/src/com/google/android/droiddriver/runner/
TestRunner.java
27
import com.android.internal.util.
Predicate
;
111
List<
Predicate
<TestMethod>> getBuilderRequirements() {
112
List<
Predicate
<TestMethod>> requirements = Lists.newArrayList();
113
requirements.add(new
Predicate
<TestMethod>() {
/external/llvm/test/CodeGen/Hexagon/
pred-gp.ll
2
; Check that we are able to
predicate
instructions with gp-relative
pred-instrs.ll
2
; Check that we are able to
predicate
instructions.
/external/llvm/test/CodeGen/NVPTX/
i1-param.ll
6
; Make sure
predicate
(i1) operands to kernels get expanded out to .u8
/external/llvm/test/CodeGen/PowerPC/
vec_br_cmp.ll
5
; A
predicate
compare used immediately by a branch should not generate an mfcr.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
compare.hpp
19
take an additional argument with a
predicate
used to compare elements.
49
Case insensitive comparison
predicate
. Comparison is done using
102
Case insensitive comparison
predicate
. Comparison is done using
155
Case insensitive comparison
predicate
. Comparison is done using
/external/chromium/sdch/open-vcdiff/src/gtest/
gtest_pred_impl.h
33
// Implements a family of generic
predicate
assertion macros.
43
// This header implements a family of generic
predicate
assertion
114
// Unary
predicate
assertion macros.
164
// Binary
predicate
assertion macros.
221
// Ternary
predicate
assertion macros.
285
// 4-ary
predicate
assertion macros.
356
// 5-ary
predicate
assertion macros.
/external/chromium/testing/gtest/include/gtest/
gtest_pred_impl.h
33
// Implements a family of generic
predicate
assertion macros.
43
// This header implements a family of generic
predicate
assertion
112
// Unary
predicate
assertion macros.
160
// Binary
predicate
assertion macros.
215
// Ternary
predicate
assertion macros.
277
// 4-ary
predicate
assertion macros.
346
// 5-ary
predicate
assertion macros.
/external/chromium_org/testing/gtest/include/gtest/
gtest_pred_impl.h
33
// Implements a family of generic
predicate
assertion macros.
43
// This header implements a family of generic
predicate
assertion
112
// Unary
predicate
assertion macros.
160
// Binary
predicate
assertion macros.
215
// Ternary
predicate
assertion macros.
277
// 4-ary
predicate
assertion macros.
346
// 5-ary
predicate
assertion macros.
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest_pred_impl.h
33
// Implements a family of generic
predicate
assertion macros.
43
// This header implements a family of generic
predicate
assertion
112
// Unary
predicate
assertion macros.
160
// Binary
predicate
assertion macros.
215
// Ternary
predicate
assertion macros.
277
// 4-ary
predicate
assertion macros.
346
// 5-ary
predicate
assertion macros.
/external/gtest/include/gtest/
gtest_pred_impl.h
33
// Implements a family of generic
predicate
assertion macros.
43
// This header implements a family of generic
predicate
assertion
112
// Unary
predicate
assertion macros.
160
// Binary
predicate
assertion macros.
215
// Ternary
predicate
assertion macros.
277
// 4-ary
predicate
assertion macros.
346
// 5-ary
predicate
assertion macros.
/external/guava/guava-tests/test/com/google/common/collect/
Collections2Test.java
28
import com.google.common.base.
Predicate
;
64
static final
Predicate
<String> NOT_YYY_ZZZ = new
Predicate
<String>() {
71
static final
Predicate
<String> LENGTH_1 = new
Predicate
<String>() {
78
static final
Predicate
<String> STARTS_WITH_VOWEL = new
Predicate
<String>() {
/external/llvm/include/llvm/Support/
PatternMatch.h
210
/// that satisfy a specified
predicate
.
211
template<typename
Predicate
>
212
struct cst_pred_ty : public
Predicate
{
227
/// that satisfy a specified
predicate
, and bind them to an APInt.
228
template<typename
Predicate
>
229
struct api_pred_ty : public
Predicate
{
572
PredicateTy &
Predicate
;
577
:
Predicate
(Pred), L(LHS), R(RHS) {}
583
Predicate
= I->getPredicate();
591
inline CmpClass_match<LHS, RHS, ICmpInst, ICmpInst::
Predicate
>
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/
gtest_pred_impl.h
33
// Implements a family of generic
predicate
assertion macros.
43
// This header implements a family of generic
predicate
assertion
112
// Unary
predicate
assertion macros.
160
// Binary
predicate
assertion macros.
215
// Ternary
predicate
assertion macros.
277
// 4-ary
predicate
assertion macros.
346
// 5-ary
predicate
assertion macros.
/external/mesa3d/src/gtest/include/gtest/
gtest_pred_impl.h
33
// Implements a family of generic
predicate
assertion macros.
43
// This header implements a family of generic
predicate
assertion
112
// Unary
predicate
assertion macros.
160
// Binary
predicate
assertion macros.
215
// Ternary
predicate
assertion macros.
277
// 4-ary
predicate
assertion macros.
346
// 5-ary
predicate
assertion macros.
/external/open-vcdiff/gtest/include/gtest/
gtest_pred_impl.h
33
// Implements a family of generic
predicate
assertion macros.
43
// This header implements a family of generic
predicate
assertion
114
// Unary
predicate
assertion macros.
164
// Binary
predicate
assertion macros.
221
// Ternary
predicate
assertion macros.
285
// 4-ary
predicate
assertion macros.
356
// 5-ary
predicate
assertion macros.
/external/protobuf/gtest/include/gtest/
gtest_pred_impl.h
33
// Implements a family of generic
predicate
assertion macros.
43
// This header implements a family of generic
predicate
assertion
114
// Unary
predicate
assertion macros.
164
// Binary
predicate
assertion macros.
221
// Ternary
predicate
assertion macros.
285
// 4-ary
predicate
assertion macros.
356
// 5-ary
predicate
assertion macros.
/ndk/sources/third_party/googletest/googletest/include/gtest/
gtest_pred_impl.h
33
// Implements a family of generic
predicate
assertion macros.
43
// This header implements a family of generic
predicate
assertion
112
// Unary
predicate
assertion macros.
160
// Binary
predicate
assertion macros.
215
// Ternary
predicate
assertion macros.
277
// 4-ary
predicate
assertion macros.
346
// 5-ary
predicate
assertion macros.
/cts/tests/core/runner/src/android/test/
InstrumentationCtsTestRunner.java
19
import com.android.internal.util.
Predicate
;
231
List<
Predicate
<TestMethod>> getBuilderRequirements() {
232
List<
Predicate
<TestMethod>> builderRequirements =
235
Predicate
<TestMethod> brokenTestPredicate =
240
Predicate
<TestMethod> sideEffectPredicate =
/external/chromium_org/third_party/WebKit/Source/core/xml/
XPathPredicate.cpp
251
Predicate
::
Predicate
(PassOwnPtr<Expression> expr)
256
Predicate
::~
Predicate
()
260
bool
Predicate
::evaluate() const
/external/guava/guava/src/com/google/common/collect/
StandardTable.java
24
import com.google.common.base.
Predicate
;
539
* given
predicate
.
541
boolean removePredicate(
Predicate
<? super Entry<R, V>>
predicate
) {
550
&&
predicate
.apply(
582
Predicate
<Entry<R, V>>
predicate
= Predicates.alwaysTrue();
583
removePredicate(
predicate
);
681
Predicate
<Entry<R, V>>
predicate
= new Predicate<Entry<R, V>>()
[
all
...]
Completed in 5893 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>