/external/selinux/libselinux/src/ |
D | file_path_suffixes.h | 3 S_(CONTEXTS_DIR, "/contexts") 4 S_(FILE_CONTEXTS, "/contexts/files/file_contexts") 5 S_(HOMEDIR_CONTEXTS, "/contexts/files/homedir_template") 6 S_(DEFAULT_CONTEXTS, "/contexts/default_contexts") 7 S_(USER_CONTEXTS, "/contexts/users/") 8 S_(FAILSAFE_CONTEXT, "/contexts/failsafe_context") 9 S_(DEFAULT_TYPE, "/contexts/default_type") 10 S_(SECURETTY_TYPES, "/contexts/securetty_types") 13 S_(MEDIA_CONTEXTS, "/contexts/files/media") 14 S_(REMOVABLE_CONTEXT, "/contexts/removable_context") [all …]
|
/external/selinux/libselinux/man/man5/ |
D | selabel_file.5 | 6 …\- userspace SELinux labeling interface and configuration file format for the file contexts backend 25 The file contexts backend maps from pathname/mode combinations into security contexts. It is used t… 27 … error codes, however the following \fIerrno\fR is clarified further for the file contexts backend: 31 …\fR and \fImode\fR was found - This will also be returned when the file contexts series of files h… 52 …ifies a path to a file that will be opened in lieu of the standard file contexts file. This value… 55 A non-null value for this option indicates that any local customizations to the file contexts mappi… 64 …the \fBSELABEL_OPT_PATH\fR value will default to the active policy file contexts location (as retu… 69 The mandatory file contexts file that is either the fully qualified file name from \fISELABEL_OPT_P… 71 …substitution files that perform path aliasing on the 'in memory' version of the file contexts file. 73 These files have the same name as the mandatory file contexts file with the extensions \fI.subs\fR … [all …]
|
D | selabel_db.5 | 25 The DB contexts backend maps from a pair of object name and class into security contexts. It is use… 67 …blic.my_func". Note that we don't support lookup of individual security contexts for procedures wh… 115 …his option specifies a path to a file that will be opened in lieu of the standard DB contexts file. 120 …\fBSELABEL_OPT_PATH\fR value will default to the active policy database contexts location (as retu… 122 The default database object contexts file is: 124 .I /etc/selinux/{SELINUXTYPE}/contexts/sepgsql_context 129 The entries within the database contexts file are shown in the \fBObject Name String Values\fR and … 132 … assigned to each \fIobject_type\fR argument that can be present in the database contexts file are: 153 Each line within the database contexts file is as follows: 180 # ./contexts/sepgsql_contexts file [all …]
|
D | selabel_media.5 | 6 …- userspace SELinux labeling interface and configuration file format for the media contexts backend 25 The media contexts backend maps from media device names such as "cdrom" or "floppy" into security c… 44 …n specifies a path to a file that will be opened in lieu of the standard \fImedia\fR contexts file. 47 …he \fBSELABEL_OPT_PATH\fR value will default to the active policy media contexts location (as retu… 49 The default media contexts file is: 51 .I /etc/selinux/{SELINUXTYPE}/contexts/files/media 76 # contexts/files/media 85 If contexts are to be validated, then the global option \fBSELABEL_OPT_VALIDATE\fR must be set befo…
|
D | selabel_x.5 | 6 …abeling interface and configuration file format for the X Window System contexts backend. This bac… 25 The X contexts backend maps from X Window System object names into security contexts. It is used to… 57 …select the default entry) or a specific entry such as "remote" in the X contexts file as shown in … 82 …pecifies a path to a file that will be opened in lieu of the standard X contexts file (see the \fB… 86 …en the \fBSELABEL_OPT_PATH\fR value will default to the active policy X contexts location (as retu… 88 The default X object contexts file is: 90 .I /etc/selinux/{SELINUXTYPE}/contexts/x_contexts 95 The entries within the X contexts file are shown in the \fBObject Name String Values\fR and \fBFILE… 98 The string name assigned to each \fIobject_type\fR argument that can be present in the X contexts f… 114 Each line within the X contexts file is as follows: [all …]
|
/external/libwebsockets/plugins/ |
D | server-status.js | 80 if (parseInt(jso.i.contexts[0].deprecated, 10) === 0) 115 for (ci = 0; ci < jso.i.contexts.length; ci++) { 117 if (parseInt(jso.i.contexts[ci].deprecated, 10) === 0) 124 u = parseInt(san(jso.i.contexts[ci].context_uptime), 10); 132 …"<span class=n>Listening wsi:</span> <span class=v>" + san(jso.i.contexts[ci].listen_wsi) + "</spa… 133 …"<span class=n>Current wsi alive:</span> <span class=v>" + (parseInt(san(jso.i.contexts[ci].wsi_al… 134 parseInt(san(jso.i.contexts[ci].listen_wsi), 10)) + "</span><br>" + 135 …"<span class=n>Total Rx:</span> <span class=v>" + humanize(san(jso.i.contexts[ci].rx)) +"B</span>,… 136 …"<span class=n>Total Tx:</span> <span class=v>" + humanize(san(jso.i.contexts[ci].tx)) +"B</span><… 138 …"<span class=n>CONNECTIONS: HTTP/1.x:</span> <span class=v>" + san(jso.i.contexts[ci].h1_conn) +"<… [all …]
|
/external/selinux/libselinux/man/man3/ |
D | selinux_file_context_verify.3 | 3 … security context on disk to the default security context required by the policy file contexts file 14 …(in the extended attribute), to the system default entry held in the file contexts series of files. 20 Note that the two contexts are compared for "significant" differences (i.e. the user component of t… 25 If the contexts significantly match, 1 (one) is returned. 27 If the contexts do not match 0 (zero) is returned and 37 = 0 then the contexts did not match. 49 if there is no entry in the file contexts series of files or 54 if the entry in the file contexts series of files or 62 The following configuration files (the file contexts series of files) supporting the active policy … 67 .I contexts/files/file_contexts [all …]
|
D | get_ordered_context_list.3 | 32 function to obtain the list of contexts for the specified 37 .I \%/etc/selinux/{SELINUXTYPE}/contexts/default_contexts 39 .I \%/etc/selinux/{SELINUXTYPE}/contexts/users/<username> 43 be used. The function returns the number of contexts in the 77 takes a list of contexts, queries the user via stdin/stdout as to which context 84 authorized contexts could not be obtained. Caller must free via 98 return the number of contexts in the list upon success or \-1 upon errors.
|
/external/grpc-grpc-java/context/src/jmh/java/io/grpc/ |
D | ReadBenchmark.java | 37 List<Context> contexts = new ArrayList<>(); field in ReadBenchmark.ContextState 44 contexts.add(Context.ROOT.withValue(keys.get(0), new Object())); in setup() 45 contexts.add(Context.ROOT.withValues(keys.get(0), new Object(), keys.get(1), new Object())); in setup() 46 contexts.add( in setup() 49 contexts.add( in setup() 59 contexts.add(contexts.get(0).withValue(keys.get(1), new Object())); in setup() 60 contexts.add( in setup() 61 contexts.get(1).withValues(keys.get(2), new Object(), keys.get(3), new Object())); in setup() 62 contexts.add( in setup() 63 contexts in setup() [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | dialogflow_v2beta1.projects.agent.sessions.contexts.html | 75 …sessions</a> . <a href="dialogflow_v2beta1.projects.agent.sessions.contexts.html">contexts</a></h1> 88 <p class="firstline">Returns the list of all contexts in the specified session.</p> 120 # `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`, 122 # ID>/sessions/<Session ID>/contexts/<Context ID>`. 131 # immediately. Contexts expire automatically after 20 minutes if there 151 # `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`, 153 # ID>/sessions/<Session ID>/contexts/<Context ID>`. 162 # immediately. Contexts expire automatically after 20 minutes if there 173 `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>` 175 ID>/sessions/<Session ID>/contexts/<Context ID>`. If `Environment ID` is [all …]
|
D | dialogflow_v2beta1.projects.agent.environments.users.sessions.contexts.html | 75 …ref="dialogflow_v2beta1.projects.agent.environments.users.sessions.contexts.html">contexts</a></h1> 88 <p class="firstline">Returns the list of all contexts in the specified session.</p> 120 # `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`, 122 # ID>/sessions/<Session ID>/contexts/<Context ID>`. 131 # immediately. Contexts expire automatically after 20 minutes if there 151 # `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`, 153 # ID>/sessions/<Session ID>/contexts/<Context ID>`. 162 # immediately. Contexts expire automatically after 20 minutes if there 173 `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>` 175 ID>/sessions/<Session ID>/contexts/<Context ID>`. If `Environment ID` is [all …]
|
D | dialogflow_v2.projects.agent.sessions.contexts.html | 75 …tml">sessions</a> . <a href="dialogflow_v2.projects.agent.sessions.contexts.html">contexts</a></h1> 88 <p class="firstline">Returns the list of all contexts in the specified session.</p> 116 # `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`. 122 # immediately. Contexts expire automatically after 20 minutes if there 142 # `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`. 148 # immediately. Contexts expire automatically after 20 minutes if there 159 `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`. (required) 186 `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`. (required) 203 # `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`. 209 # immediately. Contexts expire automatically after 20 minutes if there [all …]
|
/external/deqp/modules/egl/ |
D | teglMultiContextTests.cpp | 135 std::vector<eglw::EGLContext> contexts; in iterate() local 138 contexts.reserve(maxContextCount); in iterate() 140 …maxContextCount << (m_sharing == SHARING_SHARED ? " shared " : " ") << "contexts." << TestLog::End… in iterate() 141 …log << TestLog::Message << "Requiring that at least " << minContextCount << " contexts can be crea… in iterate() 152 …text sharedContext = (m_sharing == SHARING_SHARED && contextCount > 0 ? contexts[rng.getUint32() %… in iterate() 158 …log << TestLog::Message << "Got error after creating " << contextCount << " contexts." << TestLog:… in iterate() 163 resultCollector.fail("Couldn't create the minimum number of contexts required."); in iterate() 177 contexts.push_back(context); in iterate() 202 for (size_t contextNdx = 0; contextNdx < contexts.size(); contextNdx++) in iterate() 204 EGLU_CHECK_CALL(egl, destroyContext(*display, contexts[contextNdx])); in iterate() [all …]
|
/external/angle/src/tests/gl_tests/ |
D | TimerQueriesTest.cpp | 277 // Tests timer queries operating under multiple EGL contexts with mid-query switching 290 // contexts. in TEST_P() 338 ContextInfo contexts[2]; in TEST_P() local 359 contexts[0].context = eglCreateContext(display, config, EGL_NO_CONTEXT, contextAttributes); in TEST_P() 360 contexts[0].display = display; in TEST_P() 361 ASSERT_NE(contexts[0].context, EGL_NO_CONTEXT); in TEST_P() 362 eglMakeCurrent(display, surface, surface, contexts[0].context); in TEST_P() 363 contexts[0].program = CompileProgram(essl1_shaders::vs::Simple(), essl1_shaders::fs::Red()); in TEST_P() 364 glGenQueriesEXT(1, &contexts[0].query); in TEST_P() 368 contexts[1].context = eglCreateContext(display, config, EGL_NO_CONTEXT, contextAttributes); in TEST_P() [all …]
|
/external/mesa3d/docs/_extra/specs/ |
D | 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.
|
/external/clang/test/Index/ |
D | complete-call.cpp | 99 // CHECK-CC1: Completion contexts: 112 // CHECK-CC2: Completion contexts: 125 // CHECK-CC3: Completion contexts: 137 // CHECK-CC4: Completion contexts: 149 // CHECK-CC5: Completion contexts: 161 // CHECK-CC6: Completion contexts: 173 // CHECK-CC7: Completion contexts: 186 // CHECK-CC8: Completion contexts: 198 // CHECK-CC9: Completion contexts: 210 // CHECK-CC10: Completion contexts: [all …]
|
/external/clang/tools/libclang/ |
D | CIndexCodeCompletion.cpp | 296 unsigned long long Contexts; member 329 Contexts(CXCompletionContext_Unknown), in AllocatedCXCodeCompleteResults() 355 unsigned long long contexts = 0; in getContextsForContextKind() local 360 contexts = CXCompletionContext_MacroName; in getContextsForContextKind() 367 contexts = CXCompletionContext_AnyType | in getContextsForContextKind() 370 contexts |= CXCompletionContext_EnumTag | in getContextsForContextKind() 379 contexts = CXCompletionContext_AnyType | in getContextsForContextKind() 383 contexts |= CXCompletionContext_EnumTag | in getContextsForContextKind() 392 contexts = CXCompletionContext_AnyValue; in getContextsForContextKind() 394 contexts |= CXCompletionContext_AnyType | in getContextsForContextKind() [all …]
|
/external/llvm-project/clang-tools-extra/test/clang-include-fixer/Inputs/ |
D | fake_yaml_db.yaml | 3 Contexts: 14 Contexts: 25 Contexts: 36 Contexts: 47 Contexts: 58 Contexts: 65 Contexts:
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/ |
D | com_github_javaparser_symbolsolver_javaparsermodel_contexts_ClassOrInterfaceDeclarationContext.txt | 1 …Line 46) getDeclaration() ==> com.github.javaparser.symbolsolver.javaparsermodel.contexts.ClassOrI… 3 …Line 57) this.getDeclaration() ==> com.github.javaparser.symbolsolver.javaparsermodel.contexts.Cla… 6 …Line 58) this.getDeclaration() ==> com.github.javaparser.symbolsolver.javaparsermodel.contexts.Cla… 8 …Line 62) getParent() ==> com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaP… 10 …Line 69) this.getDeclaration() ==> com.github.javaparser.symbolsolver.javaparsermodel.contexts.Cla… 14 …Line 70) this.getDeclaration() ==> com.github.javaparser.symbolsolver.javaparsermodel.contexts.Cla… 16 …Line 74) getParent() ==> com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaP… 23 …Line 84) getParent() ==> com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaP… 24 …ame, typeSolver) ==> com.github.javaparser.symbolsolver.javaparsermodel.contexts.JavaParserTypeDec… 25 …nly, typeSolver) ==> com.github.javaparser.symbolsolver.javaparsermodel.contexts.JavaParserTypeDec… [all …]
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_ctx_switch.c | 121 uint32_t contexts[64]; in single() local 133 contexts[n] = gem_queue_create(fd); in single() 135 contexts[n] = gem_context_create(fd); in single() 138 gem_context_set_all_engines(fd, contexts[n]); in single() 158 execbuf.rsvd1 = contexts[0]; in single() 175 for (int i = 0; i < ARRAY_SIZE(contexts); i++) { in single() 176 execbuf.rsvd1 = contexts[i]; in single() 185 execbuf.rsvd1 = contexts[loop % 64]; in single() 222 gem_context_destroy(fd, contexts[n]); in single() 232 uint32_t contexts[65]; in all() local [all …]
|
/external/clang/lib/Format/ |
D | TokenAnnotator.cpp | 39 Contexts.push_back(Context(tok::unknown, 1, /*IsExpression=*/false)); in AnnotatingParser() 54 if (Previous.Previous->is(tok::r_paren) && Contexts.size() > 1 && in parseAngle() 61 Left->ParentBracket = Contexts.back().ContextKind; in parseAngle() 66 bool InExprContext = Contexts.back().IsExpression; in parseAngle() 68 Contexts.back().IsExpression = false; in parseAngle() 71 Contexts.back().InTemplateArgument = in parseAngle() 102 Contexts[Contexts.size() - 2].IsExpression && in parseAngle() 116 Left->ParentBracket = Contexts.back().ContextKind; in parseParens() 120 Contexts.back().ColonIsForRangeExpr = in parseParens() 121 Contexts.size() == 2 && Contexts[0].ColonIsForRangeExpr; in parseParens() [all …]
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndexCodeCompletion.cpp | 289 unsigned long long Contexts; member 366 Contexts(CXCompletionContext_Unknown), in AllocatedCXCodeCompleteResults() 387 unsigned long long contexts = 0; in getContextsForContextKind() local 392 contexts = CXCompletionContext_MacroName; in getContextsForContextKind() 399 contexts = CXCompletionContext_AnyType | in getContextsForContextKind() 402 contexts |= CXCompletionContext_EnumTag | in getContextsForContextKind() 411 contexts = CXCompletionContext_AnyType | in getContextsForContextKind() 415 contexts |= CXCompletionContext_EnumTag | in getContextsForContextKind() 424 contexts = CXCompletionContext_AnyValue; in getContextsForContextKind() 426 contexts |= CXCompletionContext_AnyType | in getContextsForContextKind() [all …]
|
/external/llvm-project/clang/test/Index/ |
D | complete-call.cpp | 144 // CHECK-CC1: Completion contexts: 157 // CHECK-CC2: Completion contexts: 170 // CHECK-CC3: Completion contexts: 182 // CHECK-CC4: Completion contexts: 194 // CHECK-CC5: Completion contexts: 206 // CHECK-CC6: Completion contexts: 218 // CHECK-CC7: Completion contexts: 231 // CHECK-CC8: Completion contexts: 243 // CHECK-CC9: Completion contexts: 255 // CHECK-CC10: Completion contexts: [all …]
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/naming/ |
D | NameLogicTestingJss060Test.java | 85 …ymbol-solver-core", "com/github/javaparser/symbolsolver/javaparsermodel/contexts/AbstractJavaParse… in classifyRolesCoreJavaparsermodelContexts() 86 …ymbol-solver-core", "com/github/javaparser/symbolsolver/javaparsermodel/contexts/AbstractMethodLik… in classifyRolesCoreJavaparsermodelContexts() 87 …ymbol-solver-core", "com/github/javaparser/symbolsolver/javaparsermodel/contexts/AnonymousClassDec… in classifyRolesCoreJavaparsermodelContexts() 88 …ymbol-solver-core", "com/github/javaparser/symbolsolver/javaparsermodel/contexts/CatchClauseContex… in classifyRolesCoreJavaparsermodelContexts() 89 …ymbol-solver-core", "com/github/javaparser/symbolsolver/javaparsermodel/contexts/ClassOrInterfaceD… in classifyRolesCoreJavaparsermodelContexts() 90 …ymbol-solver-core", "com/github/javaparser/symbolsolver/javaparsermodel/contexts/CompilationUnitCo… in classifyRolesCoreJavaparsermodelContexts() 91 …ymbol-solver-core", "com/github/javaparser/symbolsolver/javaparsermodel/contexts/ConstructorContex… in classifyRolesCoreJavaparsermodelContexts() 92 …-symbol-solver-core", "com/github/javaparser/symbolsolver/javaparsermodel/contexts/ContextHelper"); in classifyRolesCoreJavaparsermodelContexts() 93 …ymbol-solver-core", "com/github/javaparser/symbolsolver/javaparsermodel/contexts/EnumDeclarationCo… in classifyRolesCoreJavaparsermodelContexts() 94 …ymbol-solver-core", "com/github/javaparser/symbolsolver/javaparsermodel/contexts/FieldAccessContex… in classifyRolesCoreJavaparsermodelContexts() [all …]
|
/external/selinux/libselinux/man/ru/man5/ |
D | selabel_file.5 | 93 .I /etc/selinux/{SELINUXTYPE}/contexts/files/file_contexts 95 .I /etc/selinux/{SELINUXTYPE}/contexts/files/file_contexts.local 97 .I /etc/selinux/{SELINUXTYPE}/contexts/files/file_contexts.homedirs 99 .I /etc/selinux/{SELINUXTYPE}/contexts/files/file_contexts.subs 101 .I /etc/selinux/{SELINUXTYPE}/contexts/files/file_contexts.subs_dist 154 # ./contexts/files/file_contexts 186 # ./contexts/files/file_contexts.subs
|