Searched refs:predicate (Results 1 - 25 of 264) sorted by relevance

1234567891011

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_expression_flattening.h29 * assignments of the leaves to temporaries, according to a predicate.
38 bool (*predicate)(ir_instruction *ir));
H A Dir_expression_flattening.cpp28 * assignments of the leaves to temporaries, according to a predicate.
42 ir_expression_flattening_visitor(bool (*predicate)(ir_instruction *ir))
44 this->predicate = predicate;
53 bool (*predicate)(ir_instruction *ir); member in class:ir_expression_flattening_visitor
58 bool (*predicate)(ir_instruction *ir))
60 ir_expression_flattening_visitor v(predicate);
76 if (!ir || !this->predicate(ir))
/external/mesa3d/src/glsl/
H A Dir_expression_flattening.h29 * assignments of the leaves to temporaries, according to a predicate.
38 bool (*predicate)(ir_instruction *ir));
H A Dir_expression_flattening.cpp28 * assignments of the leaves to temporaries, according to a predicate.
42 ir_expression_flattening_visitor(bool (*predicate)(ir_instruction *ir))
44 this->predicate = predicate;
53 bool (*predicate)(ir_instruction *ir); member in class:ir_expression_flattening_visitor
58 bool (*predicate)(ir_instruction *ir))
60 ir_expression_flattening_visitor v(predicate);
76 if (!ir || !this->predicate(ir))
/external/droiddriver/src/com/google/android/droiddriver/finders/
H A DMatchFinder.java27 * {@link #predicate}.
30 protected final Predicate<? super UiElement> predicate; field in class:MatchFinder
32 public MatchFinder(Predicate<? super UiElement> predicate) { argument
33 if (predicate == null) {
34 this.predicate = Predicates.any();
36 this.predicate = predicate;
42 return predicate.toString();
70 return predicate.apply(element);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRFailedPredicateException.h33 NSString *predicate; variable
37 @property (retain) NSString *predicate; variable
40 + (ANTLRFailedPredicateException *) newException:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
H A Dnode_search_widget.js22 * @param {?function(Array.<Node>)} predicate A predicate; if null, no predicate
26 cvox.NodeSearchWidget = function(typeMsg, predicate) {
28 this.predicate_ = predicate;
59 * Shows a list generated dynamic satisfying some predicate.
61 * @param {function(Array.<Node>)} predicate The predicate.
64 cvox.NodeSearchWidget.create = function(typeMsg, predicate) {
65 return new cvox.NodeSearchWidget(typeMsg, predicate);
[all...]
/external/chromium_org/v8/src/
H A Dharmony-array.js14 function ArrayFind(predicate /* thisArg */) { // length == 1
20 if (!IS_SPEC_FUNCTION(predicate)) {
21 throw MakeTypeError('called_non_callable', [predicate]);
30 thisArg = %GetDefaultReceiver(predicate) || thisArg;
31 } else if (!IS_SPEC_OBJECT(thisArg) && %IsSloppyModeFunction(predicate)) {
38 if (%_CallFunction(thisArg, element, i, array, predicate)) {
49 function ArrayFindIndex(predicate /* thisArg */) { // length == 1
55 if (!IS_SPEC_FUNCTION(predicate)) {
56 throw MakeTypeError('called_non_callable', [predicate]);
65 thisArg = %GetDefaultReceiver(predicate) || thisAr
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRFailedPredicateException.h33 NSString *predicate; variable
37 @property (retain, getter=getPredicate, setter=setPredicate:) NSString *predicate; variable
40 + (ANTLRFailedPredicateException *) exceptionWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRFailedPredicateException.h33 NSString *predicate; variable
37 @property (retain, getter=getPredicate, setter=setPredicate:) NSString *predicate; variable
40 + (ANTLRFailedPredicateException *) exceptionWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRFailedPredicateException.h33 NSString *predicate; variable
37 @property (retain, getter=getPredicate, setter=setPredicate:) NSString *predicate; variable
40 + (ANTLRFailedPredicateException *) exceptionWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dsubsetter.cc35 Subsetter::Subsetter(Font* font, CharacterPredicate* predicate) argument
37 predicate_(predicate) {
40 Subsetter::Subsetter(const char* font_path, CharacterPredicate* predicate) argument
41 : predicate_(predicate) {
H A Dsubsetter.h25 // Subsets a given font using a character predicate.
28 Subsetter(sfntly::Font* font, CharacterPredicate* predicate);
29 Subsetter(const char* font_path, CharacterPredicate* predicate);
/external/sfntly/cpp/src/sample/subtly/
H A Dsubsetter.cc35 Subsetter::Subsetter(Font* font, CharacterPredicate* predicate) argument
37 predicate_(predicate) {
40 Subsetter::Subsetter(const char* font_path, CharacterPredicate* predicate) argument
41 : predicate_(predicate) {
H A Dsubsetter.h25 // Subsets a given font using a character predicate.
28 Subsetter(sfntly::Font* font, CharacterPredicate* predicate);
29 Subsetter(const char* font_path, CharacterPredicate* predicate);
/external/chromium_org/cc/base/
H A Dscoped_ptr_algorithm.h17 Predicate predicate) {
20 if (!predicate(*first)) {
13 remove_if( ScopedContainer* container, ForwardIterator first, ForwardIterator last, Predicate predicate) argument
/external/chromium_org/tools/relocation_packer/src/
H A Ddebug.h10 // LOG_IF(tag, predicate) logs if predicate evaluates to true, else silent.
15 // VLOG_IF(level, predicate) logs INFO if predicate evaluates to true,
18 // CHECK(predicate) logs a FATAL error if predicate is false.
37 // equal to the level set with SetVerbose() and predicate is true.
40 // |predicate| controls if the logger prints or is silent.
41 Logger(Severity severity, int level, bool predicate);
64 // Message severity, verbosity level, and predicate
[all...]
/external/chromium_org/content/renderer/media/
H A Dtagged_list.h51 // Remove an item that matches a predicate. Will return a reference
54 scoped_refptr<ItemType> Remove(UnaryPredicate predicate) { argument
55 tagged_items_.remove_if(predicate);
58 items_.begin(), items_.end(), predicate);
69 bool Contains(UnaryPredicate predicate) const {
70 return std::find_if(items_.begin(), items_.end(), predicate) !=
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dfind_util.js24 * Finds the next selection that matches the predicate function starting from
27 * @param {function(Array.<Node>):Node} predicate A function taking a
35 cvox.FindUtil.findNext = function(sel, predicate, opt_initialNode) {
40 // We may have been sync'ed into a subtree of the current predicate match.
41 // Find our ancestor that matches the predicate.
43 if (ancestor = predicate(cvox.DomUtil.getAncestors(cur.start.node))) {
56 (retNode = predicate(cvox.DomUtil.getAncestors(cur.start.node)))) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontData.h66 #define DEFINE_FONT_DATA_TYPE_CASTS(thisType, predicate) \
68 DEFINE_TYPE_CASTS(thisType, FontData, fontData, fontData->isSegmented() == predicate, fontData.isSegmented() == predicate)
/external/guava/guava/src/com/google/common/collect/
H A DCollections2.java49 * Returns the elements of {@code unfiltered} that satisfy a predicate. The
55 * doesn't satisfy the predicate, the collection's {@code add()} and {@code
67 * it may be faster to copy {@code Iterables.filter(unfiltered, predicate)}
70 * <p><b>Warning:</b> {@code predicate} must be <i>consistent with equals</i>,
71 * as documented at {@link Predicate#apply}. Do not provide a predicate such
79 Collection<E> unfiltered, Predicate<? super E> predicate) {
83 return ((FilteredCollection<E>) unfiltered).createCombined(predicate);
87 checkNotNull(unfiltered), checkNotNull(predicate));
104 final Predicate<? super E> predicate; field in class:Collections2.FilteredCollection
107 Predicate<? super E> predicate) {
78 filter( Collection<E> unfiltered, Predicate<? super E> predicate) argument
106 FilteredCollection(Collection<E> unfiltered, Predicate<? super E> predicate) argument
[all...]
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-death-test.h166 // 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/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-death-test.h155 // 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/gtest/include/gtest/
H A Dgtest-death-test.h166 // 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/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-death-test.h155 // 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*:

Completed in 782 milliseconds

1234567891011