HomeSort by relevance Sort by last modified time
    Searched refs:predicate (Results 76 - 100 of 324) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinition.cpp 57 static bool containsMatchingSubtype (const glu::VarType& varType, bool (*predicate)(glu::DataType))
59 if (varType.isBasicType() && predicate(varType.getBasicType()))
63 return containsMatchingSubtype(varType.getElementType(), predicate);
67 if (containsMatchingSubtype(varType.getStructPtr()->getMember(memberNdx).getType(), predicate))
73 static bool containsMatchingSubtype (const std::vector<glu::VariableDeclaration>& decls, bool (*predicate)(glu::DataType))
76 if (containsMatchingSubtype(decls[varNdx].varType, predicate))
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventRepeater.cs 113 public virtual void SemanticPredicate(bool result, string predicate) {
114 _listener.SemanticPredicate(result, predicate);
BlankDebugEventListener.cs 93 public virtual void SemanticPredicate(bool result, string predicate) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventRepeater.cs 136 public virtual void SemanticPredicate( bool result, string predicate )
138 _listener.SemanticPredicate( result, predicate );
BlankDebugEventListener.cs 116 public virtual void SemanticPredicate( bool result, string 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/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 116 // predicate, and its stderr output matches a user-supplied regular
118 // The user-supplied predicate may be a macro expression rather
185 # define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 116 // predicate, and its stderr output matches a user-supplied regular
118 // The user-supplied predicate may be a macro expression rather
185 # define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/gtest/include/gtest/internal/
gtest-death-test-internal.h 116 // predicate, and its stderr output matches a user-supplied regular
118 // The user-supplied predicate may be a macro expression rather
185 # define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/llvm/include/llvm/IR/
InstrTypes.h 655 /// predicate values are not overlapping between the classes.
656 enum Predicate {
696 /// Construct a compare instruction, given the opcode, the predicate and
702 unsigned short predicate, Value *S1,
706 /// Construct a compare instruction, given the opcode, the predicate and the
710 static CmpInst *Create(OtherOps Op, unsigned short predicate, Value *S1,
718 /// @brief Return the predicate for this instruction.
719 Predicate getPredicate() const {
720 return Predicate(getSubclassDataFromInstruction());
723 /// @brief Set the predicate for this instruction to the specified value
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 116 // predicate, and its stderr output matches a user-supplied regular
118 // The user-supplied predicate may be a macro expression rather
185 # define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 116 // predicate, and its stderr output matches a user-supplied regular
118 // The user-supplied predicate may be a macro expression rather
185 # define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 110 // predicate, and its stderr output matches a user-supplied regular
112 // The user-supplied predicate may be a macro expression rather
154 #define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \
168 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 116 // predicate, and its stderr output matches a user-supplied regular
118 // The user-supplied predicate may be a macro expression rather
185 # define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h 101 * before starting a sem/syn predicate to get the
196 /** A semantic predicate was evaluate with this result and action text */
197 - (void) semanticPredicate:(NSString *)predicate matched:(BOOL)result;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h 101 * before starting a sem/syn predicate to get the
196 /** A semantic predicate was evaluate with this result and action text */
197 - (void) semanticPredicate:(NSString *)predicate matched:(BOOL)result;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h 101 * before starting a sem/syn predicate to get the
196 /** A semantic predicate was evaluate with this result and action text */
197 - (void) semanticPredicate:(NSString *)predicate matched:(BOOL)result;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventListener.h 101 * before starting a sem/syn predicate to get the
196 /** A semantic predicate was evaluate with this result and action text */
197 - (void) semanticPredicate:(NSString *)predicate matched:(BOOL)result;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.m 293 @throw [ANTLRFailedPredicateException newException:@"enumAsKeyword" predicate:@"enableEnum" stream:input];
330 @throw [ANTLRFailedPredicateException newException:@"enumAsID" predicate:@"!enableEnum" stream:input];
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
Dbg.stg 81 protected virtual bool EvalPredicate( bool result, string predicate )
83 dbg.SemanticPredicate( result, predicate );
310 /** Force predicate validation to trigger an event */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
Dbg.stg 80 protected virtual bool EvalPredicate( bool result, string predicate )
82 dbg.SemanticPredicate( result, predicate );
309 /** Force predicate validation to trigger an event */
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_info.h 107 CharacterPredicate* predicate);
  /external/chromium_org/v8/test/webkit/
dfg-multi-basic-block-structure-clobber.js 49 var predicate = true;
54 shouldBe("foo(predicate, {f:object})", "" + expected);
  /external/clang/test/Analysis/
weak-functions.c 92 void dispatch_once(dispatch_once_t *predicate, dispatch_block_t block) __attribute__((weak_import));
96 do { if (__builtin_expect(*(&pred), ~0l) != ~0l) dispatch_once((&pred), (^() {})); } while (0); // expected-warning{{Call to 'dispatch_once' uses the local variable 'pred' for the predicate value}}
  /external/deqp/scripts/
testset.py 9 def all (results, predicate):
11 if not predicate(result):
15 def any (results, predicate):
17 if predicate(result):

Completed in 932 milliseconds

1 2 34 5 6 7 8 91011>>