HomeSort by relevance Sort by last modified time
    Searched full:contexts (Results 301 - 325 of 2585) sorted by null

<<11121314151617181920>>

  /external/valgrind/drd/tests/
trylock.stderr.exp 20 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.stderr.exp-glibc28-amd64 17 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  /external/valgrind/helgrind/tests/
cond_timedwait_invalid.stderr.exp 15 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
pth_cond_destroy_busy.stderr.exp-solaris 16 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
tc12_rwl_trivial.stderr.exp-darwin970 17 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc18_semabuse.stderr.exp-solaris 15 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  /external/valgrind/memcheck/tests/
badjump.stderr.exp 25 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
badjump.stderr.exp-kfail 23 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
leak-autofreepool-5.stderr.exp 8 Blocks allocation contexts:
partiallydefinedeq.stderr.exp 19 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
partiallydefinedeq.stderr.exp2 24 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
partiallydefinedeq.stderr.exp3 20 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
partiallydefinedeq.stderr.exp4 24 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
  /external/valgrind/memcheck/tests/solaris/
brk.stderr.exp 23 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
syscall_at.stderr.exp 24 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /frameworks/base/core/java/android/service/autofill/
FillRequest.java 93 public FillRequest(int id, @NonNull ArrayList<FillContext> contexts,
97 mContexts = Preconditions.checkCollectionElementsNotNull(contexts, "contexts");
118 * Gets the contexts associated with each previous fill request.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
VariableSource.java 22 // in some contexts.
  /prebuilts/go/darwin-x86/src/runtime/
lfstack.go 9 // The following code runs only in non-preemptible contexts.
  /prebuilts/go/linux-x86/src/runtime/
lfstack.go 9 // The following code runs only in non-preemptible contexts.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
context.py 27 """Wrap contexts to allow comparisons."""
  /prebuilts/tools/common/m2/repository/javax/enterprise/cdi-api/1.0/
cdi-api-1.0.pom 16 <description>APIs for JSR-299: Contexts and Dependency Injection for Java EE</description>
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAContext.java 110 * infinite loops. As we add new contexts, record the hash code
130 /** Two contexts are equals() if both have
133 * Note that you may be comparing contexts in different alt trees.
161 /** Two contexts conflict() if they are equals() or one is a stack suffix
162 * of the other. For example, contexts [21 12 $] and [21 9 $] do not
172 * Two contexts conflict if they are the same or if one is a suffix
175 * When comparing contexts, if one context has a stack and the other
197 * is different, the fact that both contexts emanate from state 21 implies
209 // if one of the contexts is empty, it never enters loop and returns true
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
TailoredSet.java 107 comparePrefixes(c, data.contexts, dataIndex + 2, baseData.contexts, baseIndex + 2);
109 addPrefixes(data, c, data.contexts, dataIndex + 2);
114 addPrefixes(baseData, c, baseData.contexts, baseIndex + 2);
131 compareContractions(c, data.contexts, dataIndex + 2, baseData.contexts, baseIndex + 2);
133 addContractions(c, data.contexts, dataIndex + 2);
138 addContractions(c, baseData.contexts, baseIndex + 2);
358 addContractions(c, d.contexts, idx + 2);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
TailoredSet.java 105 comparePrefixes(c, data.contexts, dataIndex + 2, baseData.contexts, baseIndex + 2);
107 addPrefixes(data, c, data.contexts, dataIndex + 2);
112 addPrefixes(baseData, c, baseData.contexts, baseIndex + 2);
129 compareContractions(c, data.contexts, dataIndex + 2, baseData.contexts, baseIndex + 2);
131 addContractions(c, data.contexts, dataIndex + 2);
136 addContractions(c, baseData.contexts, baseIndex + 2);
356 addContractions(c, d.contexts, idx + 2);
  /prebuilts/go/darwin-x86/src/context/
context.go 14 // Contexts derived from it are also canceled.
25 // Programs that use Contexts should follow these rules to keep interfaces
29 // Do not store Contexts inside a struct type; instead, pass a Context
44 // Contexts are safe for simultaneous use by multiple goroutines.
47 // Contexts.
123 // // Package user defines a User type that's stored in Contexts.
128 // // User is the type of value stored in the Contexts.
135 // // userKey is the key for user.User values in Contexts. It is
213 // whether Contexts are propagated correctly in a program.

Completed in 1143 milliseconds

<<11121314151617181920>>