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

12 3 4 5 6 7 8 91011>>

  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/
kotlin-stdlib-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/
kotlin-stdlib-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.6/
kotlin-stdlib-1.0.6.jar 
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 260 def predicate?( description )
576 # A semantic predicate was evaluate with this result and action text
578 def semantic_predicate( result, predicate )
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
SemanticContext.java 40 * an NFA configuration is valid. It's either a single predicate or
52 * I have scoped the AND, NOT, OR, and Predicate subclasses of
65 public static final SemanticContext EMPTY_SEMANTIC_CONTEXT = new Predicate(Predicate.INVALID_PRED_VALUE);
87 public static class Predicate extends SemanticContext {
88 /** The AST node in tree created from the grammar holding the predicate */
91 /** Is this a {...}?=> gating predicate or a normal disambiguating {..}?
92 * If any predicate in expression is gated, then expression is considered
95 * The simple Predicate object's predicate AST's type is used to se
309 CommutativePredicate predicate = (CommutativePredicate)a; local
316 CommutativePredicate predicate = (CommutativePredicate)b; local
328 CommutativePredicate predicate = (CommutativePredicate)context; local
    [all...]
  /external/guava/guava/src/com/google/common/base/
Predicates.java 35 * Static utility methods pertaining to {@code Predicate} instances.
42 * use of {@code Predicate}</a>.
55 * Returns a predicate that always evaluates to {@code true}.
58 public static <T> Predicate<T> alwaysTrue() {
63 * Returns a predicate that always evaluates to {@code false}.
66 public static <T> Predicate<T> alwaysFalse() {
71 * Returns a predicate that evaluates to {@code true} if the object reference
75 public static <T> Predicate<T> isNull() {
80 * Returns a predicate that evaluates to {@code true} if the object reference
84 public static <T> Predicate<T> notNull()
321 final Predicate<T> predicate; field in class:Predicates.NotPredicate
    [all...]
  /external/guava/guava/src/com/google/common/collect/
FilteredEntryMultimap.java 26 import com.google.common.base.Predicate;
40 * Implementation of {@link Multimaps#filterEntries(Multimap, Predicate)}.
48 final Predicate<? super Entry<K, V>> predicate; field in class:FilteredEntryMultimap
50 FilteredEntryMultimap(Multimap<K, V> unfiltered, Predicate<? super Entry<K, V>> predicate) {
52 this.predicate = checkNotNull(predicate);
61 public Predicate<? super Entry<K, V>> entryPredicate() {
62 return predicate;
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Predicates.java 32 * Static utility methods pertaining to {@code Predicate} instances.
39 * use of {@code Predicate}</a>.
52 * Returns a predicate that always evaluates to {@code true}.
55 public static <T> Predicate<T> alwaysTrue() {
60 * Returns a predicate that always evaluates to {@code false}.
63 public static <T> Predicate<T> alwaysFalse() {
68 * Returns a predicate that evaluates to {@code true} if the object reference
72 public static <T> Predicate<T> isNull() {
77 * Returns a predicate that evaluates to {@code true} if the object reference
81 public static <T> Predicate<T> notNull()
258 final Predicate<T> predicate; field in class:Predicates.NotPredicate
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
2-3.c 152 int predicate; member in struct:testdata
189 /* Wait while the predicate is false */
195 output("[child] Wokenup timed=%i, Predicate=%i, ret=%i\n",
196 timed, td->predicate, ret);
198 } while ((ret == 0) && (td->predicate == 0));
490 td->predicate = 1;
1-2.c 167 int predicate; /* Boolean associated to the condvar */ member in struct:testdata
199 /* Wait while the predicate is false */
205 output("[child] Wokenup timed=%i, Predicate=%i, ret=%i\n",
206 timed, td->predicate, ret);
208 } while ((ret == 0) && (td->predicate == 0));
607 td->predicate = 1;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
1-2.c 208 int predicate; /* Boolean associated to the condvar */ member in struct:__anon28586
242 /* Wait while the predicate is false */
248 output("[child] Wokenup timed=%i, Predicate=%i, ret=%i\n",
249 timed, td->predicate, ret);
251 } while ((ret == 0) && (td->predicate == 0));
560 td->predicate = 1;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler.h 147 int predicate; /* Run this pass? */ member in struct:radeon_compiler_pass
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_shader.h 160 enum brw_predicate predicate; member in struct:backend_instruction::backend_instruction
  /external/python/cpython3/Lib/test/test_asyncio/
test_locks.py 498 def predicate(): function in function:ConditionTests.test_wait_for
506 if (yield from cond.wait_for(predicate)):
535 # predicate can return true immediately
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 223 // needed in order to store the predicate value for these instructions.
230 unsigned short predicate; member in struct:llvm::CompareConstantExpr
233 : ConstantExpr(ty, opc, &Op<0>(), 2), predicate(pred) {
440 // The compare instructions are weird. We have to encode the predicate
442 // the opcode by one hundred. We must decode this to get the predicate.
  /frameworks/base/cmds/statsd/benchmark/
metric_util.cpp 151 Predicate CreateScheduledJobPredicate() {
152 Predicate predicate; local
153 predicate.set_id(StringToId("ScheduledJobRunningPredicate"));
154 predicate.mutable_simple_predicate()->set_start(StringToId("ScheduledJobStart"));
155 predicate.mutable_simple_predicate()->set_stop(StringToId("ScheduledJobFinish"));
156 return predicate;
159 Predicate CreateBatterySaverModePredicate() {
160 Predicate predicate; local
168 Predicate predicate; local
176 Predicate predicate; local
184 Predicate predicate; local
192 Predicate predicate; local
200 Predicate predicate; local
    [all...]
  /frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
ConfigFactory.java 22 import com.android.internal.os.StatsdConfigProto.Predicate;
137 for (Predicate predicate : mTemplate.getPredicateList()) {
138 addPredicate(predicate, i, config);
271 * Creates a {@link Predicate} based on the template. Makes sure that all names
272 * are appended with the provided suffix. Then adds that predicate to the config.
274 private void addPredicate(Predicate template, int suffix, StatsdConfig.Builder config) {
275 Predicate.Builder predicate = template.toBuilder() local
278 Predicate.Combination.Builder cb = template.getCombination().toBuilder(
    [all...]
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
TabulatorsTest.java 45 import java.util.function.Predicate;
144 private final Predicate<T> predicate; field in class:TabulatorsTest.PartitionAssertion
147 protected PartitionAssertion(Predicate<T> predicate,
149 this.predicate = predicate;
159 downstream.assertValue(map.get(true), () -> source.get().filter(predicate), ordered);
160 downstream.assertValue(map.get(false), () -> source.get().filter(predicate.negate()), ordered);
577 Predicate<Integer> classifier = i -> i % 3 == 0
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
PredicatesTest.java 44 private static final Predicate<Integer> TRUE = Predicates.alwaysTrue();
45 private static final Predicate<Integer> FALSE = Predicates.alwaysFalse();
46 private static final Predicate<Integer> NEVER_REACHED =
47 new Predicate<Integer>() {
51 "This predicate should never have been evaluated");
55 /** Instantiable predicate with reasonable hashCode() and equals() methods. */
56 static class IsOdd implements Predicate<Integer>, Serializable {
74 * Generates a new Predicate per call.
76 * <p>Creating a new Predicate each time helps catch cases where code is
116 * Tests for Predicates.not(predicate)
257 Predicate<Object> predicate = Predicates.and(array); local
265 Predicate<Object> predicate = Predicates.and(list); local
279 Predicate<Object> predicate = Predicates.and(iterable); local
394 Predicate<Object> predicate = Predicates.or(array); local
402 Predicate<Object> predicate = Predicates.or(list); local
416 Predicate<Object> predicate = Predicates.or(iterable); local
620 assertEvalsLike(isOdd(), predicate); local
    [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 255 // needed in order to store the predicate value for these instructions.
264 unsigned short predicate; member in class:llvm::CompareConstantExpr
267 : ConstantExpr(ty, opc, &Op<0>(), 2), predicate(pred) {
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
s-c.c 110 int *predicate; member in struct:__anon28617
274 while ((ret == 0) && (*(dt->predicate) == 0));
311 int predicate; local
320 td.predicate = &predicate;
399 predicate = 0;
422 predicate = 1;
491 predicate = 1;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_query.c 66 struct pipe_query *predicate; /** The associated query that can be used for predicate */ member in struct:svga_query
696 * predicate query along with the occlusion counter query. So when
698 * query of occlusion predicate type will be used
701 sq->predicate = svga_create_query(pipe, PIPE_QUERY_OCCLUSION_PREDICATE, index);
790 /* make sure to also destroy any associated predicate query */
791 if (sq->predicate)
792 svga_destroy_query(pipe, sq->predicate);
865 /* also need to start the associated occlusion predicate query */
866 if (sq->predicate) {
    [all...]

Completed in 581 milliseconds

12 3 4 5 6 7 8 91011>>