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

1 2 3 4 5 6 78 91011>>

  /external/valgrind/drd/tests/
rwlock_type_checking.stderr.exp 16 ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)
sem_as_mutex.stderr.exp 21 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
sem_open.stderr.exp 21 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
trylock.stderr.exp 20 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  /external/valgrind/gdbserver_tests/
mcsignopass.stderr.exp 14 ERROR SUMMARY: 11 errors from 1 contexts (suppressed: 0 from 0)
mcsigpass.stderr.exp 14 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
mcwatchpoints.stderr.exp 21 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/valgrind/helgrind/tests/
free_is_write.stderr.exp 30 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
hg03_inherit.stderr.exp 28 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
rwlock_race.stderr.exp 34 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  /external/valgrind/memcheck/tests/
leak-autofreepool-0.stderr.exp 17 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
leak-autofreepool-1.stderr.exp 17 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
leak-autofreepool-4.stderr.exp 17 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
partiallydefinedeq.stderr.exp 19 ERROR SUMMARY: 2 errors from 2 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.
  /system/core/init/
ueventd_test.cpp 99 const char* const contexts[] = { local
108 for (const char* context : contexts) {
  /external/deqp/modules/egl/
teglRenderTests.cpp 676 virtual void executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts);
694 void SingleThreadRenderCase::executeForContexts (EGLDisplay display, EGLSurface surface, const Config& config, const std::vector<std::pair<EGLint, EGLContext> >& contexts)
699 const int numContexts = (int)contexts.size();
715 vector<ProgramSp> programs (contexts.size());
735 EGLint api = contexts[ctxNdx].first;
736 EGLContext context = contexts[ctxNdx].second;
746 EGLint api = contexts[0].first;
747 EGLContext context = contexts[0].second;
760 EGLint api = contexts[ctxNdx].first;
761 EGLContext context = contexts[ctxNdx].second
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspSwitchStackLib/Ia32/
Stack.asm 55 ; Save current contexts
68 ; Restore previous contexts
  /external/icu/icu4c/source/common/unicode/
locdspnm.h 71 * @param contexts List of one or more context settings (e.g. for dialect
73 * @param length Number of items in the contexts list
78 UDisplayContext *contexts, int32_t length);
  /external/libmojo/mojo/edk/system/
wait_set_dispatcher.h 39 uintptr_t* contexts) override;
  /external/llvm/tools/llvm-diff/
DiffConsumer.h 70 SmallVector<DiffContext, 5> contexts; member in class:llvm::DiffConsumer
  /external/selinux/mcstrans/share/util/
try-all 41 runcon `cat /etc/selinux/mls/contexts/initrc_context` /etc/init.d/mcstrans restart
59 runcon `cat /etc/selinux/mls/contexts/initrc_context` /etc/init.d/mcstrans restart
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DiffConsumer.h 71 SmallVector<DiffContext, 5> contexts; member in class:llvm::DiffConsumer
  /external/icu/icu4c/source/i18n/
collationsets.cpp 85 const UChar *p = data->contexts + Collation::indexFromCE32(ce32);
88 const UChar *q = baseData->contexts + Collation::indexFromCE32(baseCE32);
95 const UChar *q = baseData->contexts + Collation::indexFromCE32(baseCE32);
101 const UChar *p = data->contexts + Collation::indexFromCE32(ce32);
108 const UChar *q = baseData->contexts + Collation::indexFromCE32(baseCE32);
119 const UChar *q = baseData->contexts + Collation::indexFromCE32(baseCE32);
321 const UChar *p = d->contexts + Collation::indexFromCE32(ce32);
543 const UChar *p = data->contexts + Collation::indexFromCE32(ce32);
562 const UChar *p = data->contexts + Collation::indexFromCE32(ce32);
collationdata.h 57 ce32s(NULL), ces(NULL), contexts(NULL), base(NULL),
94 * Returns the CE32 from two contexts words.
185 const UChar *contexts; member in struct:CollationData

Completed in 1433 milliseconds

1 2 3 4 5 6 78 91011>>