HomeSort by relevance Sort by last modified time
    Searched refs:contexts (Results 226 - 250 of 672) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libmojo/mojo/edk/system/
wait_set_dispatcher.cc 150 uintptr_t* contexts) {
207 if (contexts)
208 contexts[num_woken] = it->second.context;
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationDataBuilder.java 379 * Default CE32 for all contexts with this same prefix.
385 * CE32 for the built contexts.
386 * When fetching CEs from the builder, the contexts are built into their runtime form
388 * The result is cached in the list head. It is reset when the contexts are modified.
585 CharsTrie.Iterator prefixes = CharsTrie.iterator(base.contexts, trieIndex + 2, 0);
655 CharsTrie.Iterator suffixes = CharsTrie.iterator(base.contexts, trieIndex + 2, 0);
1348 protected StringBuilder contexts = new StringBuilder(); field in class:CollationDataBuilder
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataBuilder.java 378 * Default CE32 for all contexts with this same prefix.
384 * CE32 for the built contexts.
385 * When fetching CEs from the builder, the contexts are built into their runtime form
387 * The result is cached in the list head. It is reset when the contexts are modified.
584 CharsTrie.Iterator prefixes = CharsTrie.iterator(base.contexts, trieIndex + 2, 0);
654 CharsTrie.Iterator suffixes = CharsTrie.iterator(base.contexts, trieIndex + 2, 0);
1347 protected StringBuilder contexts = new StringBuilder(); field in class:CollationDataBuilder
    [all...]
  /external/icu/icu4c/source/common/
locdspnm.cpp 312 LocaleDisplayNamesImpl(const Locale& locale, UDisplayContext *contexts, int32_t length);
369 UDisplayContext *contexts, int32_t length)
378 UDisplayContext value = *contexts++;
407 ResourceTable contexts = value.getTable(errorCode); local
409 for (int i = 0; contexts.getKeyAndValue(i, key, value); ++i) {
844 UDisplayContext *contexts, int32_t length) {
845 if (contexts == NULL) {
848 return new LocaleDisplayNamesImpl(locale, contexts, length);
872 UDisplayContext *contexts, int32_t length,
880 return (ULocaleDisplayNames *)LocaleDisplayNames::createInstance(Locale(locale), contexts, length)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
SemanticContext.java 325 public CommutativePredicate(HashSet<SemanticContext> contexts){
326 for (SemanticContext context : contexts){
444 public AND(HashSet<SemanticContext> contexts) {
445 super(contexts);
499 public OR(HashSet<SemanticContext> contexts) {
500 super(contexts);
  /external/mesa3d/docs/specs/
MESA_multithread_makecurrent.spec 37 For some applications, maintaining per-thread contexts and
66 Replace the following sentence from section 2.2 Rendering Contexts:
78 Replace the following sentence from section 3.3.7 Rendering Contexts:
85 Replace the following sentence from section 3.5 Rendering Contexts:
94 None. The GLX extension only extends to direct rendering contexts.
133 (5) What requirements should be placed on the user managing contexts
143 share in synchronization for binding of their own contexts, so the
144 refcounting of the contexts is required to be threadsafe.
146 (6) Does this apply to indirect contexts?
149 for indirect contexts is left as-is
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/api/
goapi.go 37 forceCtx = flag.String("contexts", "", "optional comma-separated list of <goos>-<goarch>[-cgo] to override default contexts.")
40 // contexts are the default contexts which are scanned, unless
41 // overridden by the -contexts flag.
42 var contexts = []*build.Context{ var
101 contexts = []*build.Context{}
103 contexts = append(contexts, parseContext(c))
122 for _, c := range contexts {
    [all...]
goapi_test.go 119 name: "contexts reconverging",
173 for _, c := range contexts {
178 for _, context := range contexts {
  /prebuilts/go/linux-x86/src/cmd/api/
goapi.go 37 forceCtx = flag.String("contexts", "", "optional comma-separated list of <goos>-<goarch>[-cgo] to override default contexts.")
40 // contexts are the default contexts which are scanned, unless
41 // overridden by the -contexts flag.
42 var contexts = []*build.Context{ var
101 contexts = []*build.Context{}
103 contexts = append(contexts, parseContext(c))
122 for _, c := range contexts {
    [all...]
goapi_test.go 119 name: "contexts reconverging",
173 for _, c := range contexts {
178 for _, context := range contexts {
  /external/deqp/modules/egl/
teglRenderCase.hpp 85 virtual void executeForContexts (eglw::EGLDisplay display, eglw::EGLSurface surface, const Config& config, const std::vector<std::pair<eglw::EGLint, eglw::EGLContext> >& contexts) = DE_NULL;
  /external/icu/icu4c/source/common/unicode/
uldnames.h 276 * @param contexts List of one or more context settings (e.g. for dialect
278 * @param length Number of items in the contexts list
286 uldn_openForContext(const char * locale, UDisplayContext *contexts,
  /external/selinux/libselinux/src/
label.c 238 struct selabel_lookup_rec *contexts)
242 if (!rec->validating || contexts->validated)
245 rc = selinux_validate(&contexts->ctx_raw);
249 contexts->validated = 1;
  /external/icu/icu4c/source/i18n/
collationdatabuilder.cpp 79 * Default CE32 for all contexts with this same prefix.
85 * CE32 for the built contexts.
86 * When fetching CEs from the builder, the contexts are built into their runtime form
88 * The result is cached in the list head. It is reset when the contexts are modified.
176 builderData.contexts = builder.contexts.getBuffer();
272 builderData.contexts = builder.contexts.getBuffer();
797 const UChar *p = base->contexts + Collation::indexFromCE32(ce32);
834 const UChar *p = base->contexts + Collation::indexFromCE32(ce32)
    [all...]
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
PhoneNumberMatcherTest.java 346 ArrayList<NumberContext> contexts = new ArrayList<NumberContext>(); local
347 contexts.add(new NumberContext("$20 ", ""));
348 contexts.add(new NumberContext("", " 100$"));
349 findMatchesInContexts(contexts, true, true);
353 // Contexts with trailing characters. Leading characters are okay here since the numbers we will
638 * Helper method which tests the contexts provided and ensures that:
644 private void findMatchesInContexts(List<NumberContext> contexts, boolean isValid,
647 doTestInContext(number, region, contexts, Leniency.VALID);
649 for (NumberContext context : contexts) {
656 doTestInContext(number, region, contexts, Leniency.POSSIBLE)
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
Helper.java 219 * Dump the contexts on logcat.
221 static void dumpStructure(String message, List<FillContext> contexts) {
222 for (FillContext context : contexts) {
319 static ViewNode findNodeByFilter(@NonNull List<FillContext> contexts, @NonNull Object id,
321 for (FillContext context : contexts) {
360 static ViewNode findNodeByResourceId(List<FillContext> contexts, String resourceId) {
361 return findNodeByFilter(contexts, resourceId, RESOURCE_ID_FILTER);
381 static ViewNode findNodeByHtmlName(List<FillContext> contexts, String htmlName) {
382 return findNodeByFilter(contexts, htmlName, HTML_NAME_FILTER);
    [all...]
ViewAttributesTest.java 158 assertThat(request.contexts.size()).isEqualTo(1);
159 test.accept(request.contexts.get(0).getStructure());
  /external/valgrind/drd/tests/
bar_bad.stderr.exp 38 ERROR SUMMARY: 5 errors from 4 contexts (suppressed: 0 from 0)
  /external/valgrind/helgrind/tests/
hg02_deadlock.stderr.exp 57 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
hg04_race.stderr.exp 49 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
hg05_race2.stderr.exp 49 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)

Completed in 844 milliseconds

1 2 3 4 5 6 7 8 91011>>