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

1 2 3 4 5 6 78 91011>>

  /external/toybox/toys/android/
restorecon.c 1 /* restorecon.c - Restore default security contexts for files
14 Restores the default security contexts for the given files.
  /system/update_engine/update_manager/
update_manager.cc 38 // evaluation contexts. This will prevent dangling pending events, causing
39 // these contexts to be destructed once the repo itself is destructed.
  /external/clang/test/Index/
complete-constructor-params.cpp 24 // CHECK-CC1: Completion contexts:
37 // CHECK-CC2: Completion contexts:
49 // CHECK-CC3: Completion contexts:
61 // CHECK-CC4: Completion contexts:
74 // CHECK-CC5: Completion contexts:
86 // CHECK-CC6: Completion contexts:
98 // CHECK-CC7: Completion contexts:
109 // CHECK-CC8: Completion contexts:
120 // CHECK-CC9: Completion contexts:
132 // CHECK-CC10: Completion contexts
    [all...]
complete-pointer-and-reference-to-functions.cpp 18 // CHECK-CC1: Completion contexts:
30 // CHECK-CC2: Completion contexts:
42 // CHECK-CC3: Completion contexts:
54 // CHECK-CC4: Completion contexts:
  /cts/tests/autofillservice/src/android/autofillservice/cts/
MultipleFragmentLoginTest.java 88 AssistStructure structure = fillRequest[0].contexts.get(0).getStructure();
89 assertThat(fillRequest[0].contexts.size()).isEqualTo(1);
126 assertThat(fillRequest[0].contexts.size()).isEqualTo(2);
130 AssistStructure structure1 = fillRequest[0].contexts.get(0).getStructure();
132 // The actual value in the structure is not updated in FillRequest-contexts, but the
147 AssistStructure structure2 = fillRequest[0].contexts.get(1).getStructure();
169 assertThat(saveRequest.contexts.size()).isEqualTo(2);
173 structure1 = saveRequest.contexts.get(0).getStructure();
184 structure2 = saveRequest.contexts.get(1).getStructure();
  /external/selinux/python/sepolicy/sepolicy/templates/
spec.py 41 install -d %{buildroot}/etc/selinux/targeted/contexts/users/
42 install -m 644 %{SOURCE3} %{buildroot}/etc/selinux/targeted/contexts/users/DOMAINNAME_u
68 /etc/selinux/targeted/contexts/users/DOMAINNAME_u
  /external/clang/lib/Format/
TokenAnnotator.cpp 39 Contexts.push_back(Context(tok::unknown, 1, /*IsExpression=*/false));
54 if (Previous.Previous->is(tok::r_paren) && Contexts.size() > 1 &&
61 Left->ParentBracket = Contexts.back().ContextKind;
66 bool InExprContext = Contexts.back().IsExpression;
68 Contexts.back().IsExpression = false;
71 Contexts.back().InTemplateArgument =
102 Contexts[Contexts.size() - 2].IsExpression &&
116 Left->ParentBracket = Contexts.back().ContextKind;
120 Contexts.back().ColonIsForRangeExpr
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
LocaleDisplayNames.java 98 * @param contexts one or more context settings (e.g. for dialect
102 public static LocaleDisplayNames getInstance(ULocale locale, DisplayContext... contexts) {
107 locale, contexts);
115 result = new LastResortLocaleDisplayNames(locale, contexts);
124 * @param contexts one or more context settings (e.g. for dialect
128 public static LocaleDisplayNames getInstance(Locale locale, DisplayContext... contexts) {
129 return getInstance(ULocale.forLocale(locale), contexts);
420 private DisplayContext[] contexts; field in class:LocaleDisplayNames.LastResortLocaleDisplayNames
426 this.contexts = new DisplayContext[] {context};
429 private LastResortLocaleDisplayNames(ULocale locale, DisplayContext... contexts) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
LocaleDisplayNames.java 104 * @param contexts one or more context settings (e.g. for dialect
109 public static LocaleDisplayNames getInstance(ULocale locale, DisplayContext... contexts) {
114 locale, contexts);
122 result = new LastResortLocaleDisplayNames(locale, contexts);
131 * @param contexts one or more context settings (e.g. for dialect
136 public static LocaleDisplayNames getInstance(Locale locale, DisplayContext... contexts) {
137 return getInstance(ULocale.forLocale(locale), contexts);
454 private DisplayContext[] contexts; field in class:LocaleDisplayNames.LastResortLocaleDisplayNames
460 this.contexts = new DisplayContext[] {context};
463 private LastResortLocaleDisplayNames(ULocale locale, DisplayContext... contexts) {
    [all...]
  /external/v8/src/
contexts.h 29 // Heap-allocated activation contexts.
31 // Contexts are implemented as FixedArray objects; the Context
361 // A table of all script contexts. Every loaded top-level script with top-level
411 // closures. A Context object is used to represent function contexts and
412 // dynamically pushed 'with' contexts (or 'scopes' in ECMA-262 speak).
414 // At runtime, the contexts build a stack in parallel to the execution
415 // stack, with the top-most context being the current context. All contexts
419 // contexts inside a function. It provides access to the
431 // For script contexts, it contains the respective ScopeInfo.
433 // For catch contexts, it contains a ContextExtension objec
    [all...]
  /external/clang/test/SemaCXX/
exception-spec-no-exceptions.cpp 25 // Calls from less permissive contexts. We don't actually do this
  /external/deqp/modules/egl/
teglRenderCase.cpp 307 vector<std::pair<EGLint, EGLContext> > contexts; local
308 contexts.reserve(3*m_numContextsPerApi); // 3 types of contexts at maximum.
317 // Create contexts that will participate in rendering.
324 contexts.push_back(std::make_pair(EGL_OPENGL_ES2_BIT, egl.createContext(display, config.config, EGL_NO_CONTEXT, &attribs[0])));
331 contexts.push_back(std::make_pair(EGL_OPENGL_ES3_BIT_KHR, egl.createContext(display, config.config, EGL_NO_CONTEXT, &attribs[0])));
338 contexts.push_back(std::make_pair(EGL_OPENGL_ES_BIT, egl.createContext(display, config.config, EGL_NO_CONTEXT, &attribs[0])));
345 contexts.push_back(std::make_pair(EGL_OPENVG_BIT, egl.createContext(display, config.config, EGL_NO_CONTEXT, &attribs[0])));
351 // Execute for contexts.
352 executeForContexts(display, surface, Config(config.config, config.surfaceTypeBit, m_apiMask), contexts);
    [all...]
  /external/mesa3d/src/glx/apple/
TODO 1 Test shared contexts!
  /external/selinux/libselinux/include/selinux/
context.h 9 * Functions to deal with security contexts in user space.
  /external/selinux/libsepol/man/man3/
sepol_check_context.3 18 to validate a file contexts configuration against the binary policy
  /external/valgrind/drd/tests/
custom_alloc_fiw.stderr.exp 12 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
pth_barrier_reinit.stderr.exp 10 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
pth_cond_destroy_busy.stderr.exp 12 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
pth_detached3.stderr.exp1 12 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
pth_detached3.stderr.exp2 14 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
pth_mutex_reinit.stderr.exp 11 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
read_and_free_race.stderr.exp 14 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
sem_open_traced.stderr.exp 9 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
tc01_simple_race.stderr.exp 13 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc12_rwl_trivial.stderr.exp 11 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)

Completed in 1342 milliseconds

1 2 3 4 5 6 78 91011>>