/third_party/selinux/libsepol/src/ |
D | assertion.c | 96 if ((neverallow->specified == AVRULE_XPERMS_IOCTLFUNCTION) in check_extended_permissions() 97 && (allow->specified == AVTAB_XPERMS_IOCTLFUNCTION)) { in check_extended_permissions() 100 } else if ((neverallow->specified == AVRULE_XPERMS_IOCTLFUNCTION) in check_extended_permissions() 101 && (allow->specified == AVTAB_XPERMS_IOCTLDRIVER)) { in check_extended_permissions() 103 } else if ((neverallow->specified == AVRULE_XPERMS_IOCTLDRIVER) in check_extended_permissions() 104 && (allow->specified == AVTAB_XPERMS_IOCTLFUNCTION)) { in check_extended_permissions() 106 } else if ((neverallow->specified == AVRULE_XPERMS_IOCTLDRIVER) in check_extended_permissions() 107 && (allow->specified == AVTAB_XPERMS_IOCTLDRIVER)) { in check_extended_permissions() 120 if ((neverallow->specified == AVRULE_XPERMS_IOCTLFUNCTION) in extended_permissions_violated() 121 && (allow->specified == AVTAB_XPERMS_IOCTLFUNCTION)) { in extended_permissions_violated() [all …]
|
D | avtab.c | 105 if (key->specified & AVTAB_XPERMS) { in avtab_insert_node() 140 uint16_t specified = in avtab_insert() local 141 key->specified & ~(AVTAB_ENABLED | AVTAB_ENABLED_OLD); in avtab_insert() 152 (specified & cur->key.specified)) { in avtab_insert() 154 if (specified & AVTAB_XPERMS) in avtab_insert() 185 uint16_t specified = in avtab_insert_nonunique() local 186 key->specified & ~(AVTAB_ENABLED | AVTAB_ENABLED_OLD); in avtab_insert_nonunique() 196 (specified & cur->key.specified)) in avtab_insert_nonunique() 217 uint16_t specified = in avtab_search() local 218 key->specified & ~(AVTAB_ENABLED | AVTAB_ENABLED_OLD); in avtab_search() [all …]
|
D | optimize.c | 164 static int process_avtab_datum(uint16_t specified, in process_avtab_datum() argument 168 if (specified & AVTAB_AUDITDENY) in process_avtab_datum() 171 if (specified & AVTAB_AV) in process_avtab_datum() 174 if (specified & AVTAB_XPERMS) { in process_avtab_datum() 178 if (x1->specified == AVTAB_XPERMS_IOCTLFUNCTION) { in process_avtab_datum() 179 if (x2->specified == AVTAB_XPERMS_IOCTLFUNCTION) { in process_avtab_datum() 184 if (x2->specified == AVTAB_XPERMS_IOCTLDRIVER) in process_avtab_datum() 186 } else if (x1->specified == AVTAB_XPERMS_IOCTLDRIVER) { in process_avtab_datum() 187 if (x2->specified == AVTAB_XPERMS_IOCTLFUNCTION) in process_avtab_datum() 190 if (x2->specified == AVTAB_XPERMS_IOCTLDRIVER) in process_avtab_datum() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | jsxSpreadOverwritesAttributeStrict.errors.txt | 3 tests/cases/conformance/jsx/file.tsx(19,17): error TS2783: 'a' is specified more than once, so this… 4 tests/cases/conformance/jsx/file.tsx(20,17): error TS2783: 'a' is specified more than once, so this… 5 tests/cases/conformance/jsx/file.tsx(20,23): error TS2783: 'b' is specified more than once, so this… 6 tests/cases/conformance/jsx/file.tsx(21,17): error TS2783: 'a' is specified more than once, so this… 7 tests/cases/conformance/jsx/file.tsx(21,23): error TS2783: 'd' is specified more than once, so this… 8 tests/cases/conformance/jsx/file.tsx(22,17): error TS2783: 'a' is specified more than once, so this… 9 tests/cases/conformance/jsx/file.tsx(22,23): error TS2783: 'd' is specified more than once, so this… 35 !!! error TS2783: 'a' is specified more than once, so this usage will be overwritten. 39 !!! error TS2783: 'a' is specified more than once, so this usage will be overwritten. 42 !!! error TS2783: 'b' is specified more than once, so this usage will be overwritten. [all …]
|
D | spreadOverwritesPropertyStrict.errors.txt | 1 …es/spread/spreadOverwritesPropertyStrict.ts(3,17): error TS2783: 'b' is specified more than once, … 2 …es/spread/spreadOverwritesPropertyStrict.ts(9,14): error TS2783: 'x' is specified more than once, … 3 …s/spread/spreadOverwritesPropertyStrict.ts(15,14): error TS2783: 'x' is specified more than once, … 4 …ad/spreadOverwritesPropertyStrict.ts(24,14): error TS2783: 'command' is specified more than once, … 5 …s/spread/spreadOverwritesPropertyStrict.ts(28,14): error TS2783: 'a' is specified more than once, … 13 !!! error TS2783: 'b' is specified more than once, so this usage will be overwritten. 22 !!! error TS2783: 'x' is specified more than once, so this usage will be overwritten. 31 !!! error TS2783: 'x' is specified more than once, so this usage will be overwritten. 43 !!! error TS2783: 'command' is specified more than once, so this usage will be overwritten. 50 !!! error TS2783: 'a' is specified more than once, so this usage will be overwritten.
|
D | incrementalInvalid.errors.txt | 1 …'--incremental' can only be specified using tsconfig, emitting to single file or when option '--ts… 4 …'--incremental' can only be specified using tsconfig, emitting to single file or when option '--ts…
|
D | inlineSourceMap2.errors.txt | 1 error TS5053: Option 'mapRoot' cannot be specified with option 'inlineSourceMap'. 2 error TS5053: Option 'sourceMap' cannot be specified with option 'inlineSourceMap'. 5 !!! error TS5053: Option 'mapRoot' cannot be specified with option 'inlineSourceMap'. 6 !!! error TS5053: Option 'sourceMap' cannot be specified with option 'inlineSourceMap'.
|
D | optionsInlineSourceMapMapRoot.errors.txt | 1 error TS5053: Option 'mapRoot' cannot be specified with option 'inlineSourceMap'. 2 error TS5069: Option 'mapRoot' cannot be specified without specifying option 'sourceMap' or option … 5 !!! error TS5053: Option 'mapRoot' cannot be specified with option 'inlineSourceMap'. 6 !!! error TS5069: Option 'mapRoot' cannot be specified without specifying option 'sourceMap' or opt…
|
D | declFileEmitDeclarationOnlyError2.errors.txt | 1 error TS5053: Option 'emitDeclarationOnly' cannot be specified with option 'noEmit'. 2 error TS5069: Option 'emitDeclarationOnly' cannot be specified without specifying option 'declarati… 5 !!! error TS5053: Option 'emitDeclarationOnly' cannot be specified with option 'noEmit'. 6 !!! error TS5069: Option 'emitDeclarationOnly' cannot be specified without specifying option 'decla…
|
D | jsdocCatchClauseWithTypeAnnotation.errors.txt | 3 …2,31): error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified. 4 …3,31): error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified. 6 …8,31): error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified. 7 …9,31): error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified. 38 !!! error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified. 41 !!! error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified. 70 !!! error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified. 73 !!! error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified.
|
D | checkJsFiles6.errors.txt | 1 error TS5052: Option 'checkJs' cannot be specified without specifying option 'allowJs'. 4 Root file specified for compilation 7 !!! error TS5052: Option 'checkJs' cannot be specified without specifying option 'allowJs'. 10 !!! error TS6504: Root file specified for compilation
|
D | catchClauseWithTypeAnnotation.errors.txt | 3 …9,23): error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified. 4 …0,23): error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified. 7 …8,27): error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified. 8 …9,27): error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified. 36 !!! error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified. 39 !!! error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified. 64 !!! error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified. 67 !!! error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified.
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | README | 35 specified, the sets must have the same # of nodes, 42 define a MAP_ANONYMOUS segment of specified size 46 define a mapped file segment of specified length starting at the 47 specified offset into the file. <offset> and <length> may be 48 omitted and specified on the map command. 52 define a shared memory segment of specified size. 62 Offset and length specified here override those specified on 65 unmap <seg-name> - unmap specified segment, but remember name/size/... 74 set the numa policy for the specified range of the name segment 81 show the node location of pages in the specified range [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetCallingConv.td | 28 /// CCIfType - If the current argument is one of the specified types, apply 69 /// the specified action. 73 /// the specified action. 77 /// the specified action. 81 /// the specified action. 91 /// pointer type in the specified address-space. 99 /// CCAssignToReg - This action matches if there is a register in the specified 115 /// stack slot of the specified size and alignment on the stack. If size is 142 /// CCPromoteToType - If applied, this promotes the specified current value to 143 /// the specified type. [all …]
|
/third_party/selinux/checkpolicy/test/ |
D | dispol.c | 93 specified & in render_av_rule() 97 specified & in render_av_rule() 104 if (key->specified & AVTAB_ENABLED) in render_av_rule() 106 else if (!(key->specified & AVTAB_ENABLED)) in render_av_rule() 110 if (key->specified & AVTAB_AV) { in render_av_rule() 111 if (key->specified & AVTAB_ALLOWED) { in render_av_rule() 117 if (key->specified & AVTAB_AUDITALLOW) { in render_av_rule() 123 if (key->specified & AVTAB_AUDITDENY) { in render_av_rule() 131 } else if (key->specified & AVTAB_TYPE) { in render_av_rule() 132 if (key->specified & AVTAB_TRANSITION) { in render_av_rule() [all …]
|
D | dismod.c | 223 if (avrule->specified & AVRULE_AV) { in display_avrule() 224 if (avrule->specified & AVRULE_ALLOWED) { in display_avrule() 227 if (avrule->specified & AVRULE_AUDITALLOW) { in display_avrule() 230 if (avrule->specified & AVRULE_DONTAUDIT) { in display_avrule() 233 } else if (avrule->specified & AVRULE_TYPE) { in display_avrule() 234 if (avrule->specified & AVRULE_TRANSITION) { in display_avrule() 237 if (avrule->specified & AVRULE_MEMBER) { in display_avrule() 240 if (avrule->specified & AVRULE_CHANGE) { in display_avrule() 243 } else if (avrule->specified & AVRULE_NEVERALLOW) { in display_avrule() 245 } else if (avrule->specified & AVRULE_XPERMS) { in display_avrule() [all …]
|
/third_party/cups-filters/m4/ |
D | basic-directories.m4 | 15 dnl Fix "prefix" variable if it hasn't been specified... 20 dnl Fix "exec_prefix" variable if it hasn't been specified... 39 dnl Fix "sharedstatedir" variable if it hasn't been specified... 44 dnl Fix "datarootdir" variable if it hasn't been specified... 53 dnl Fix "datadir" variable if it hasn't been specified... 64 dnl Fix "includedir" variable if it hasn't been specified... 69 dnl Fix "localstatedir" variable if it hasn't been specified... 82 dnl Fix "sysconfdir" variable if it hasn't been specified...
|
/third_party/typescript/tests/baselines/reference/project/invalidRootFile/amd/ |
D | invalidRootFile.errors.txt | 3 Root file specified for compilation 6 Root file specified for compilation 9 Root file specified for compilation 14 !!! error TS6053: Root file specified for compilation 17 !!! error TS6054: Root file specified for compilation 20 !!! error TS6231: Root file specified for compilation
|
/third_party/typescript/tests/baselines/reference/project/invalidRootFile/node/ |
D | invalidRootFile.errors.txt | 3 Root file specified for compilation 6 Root file specified for compilation 9 Root file specified for compilation 14 !!! error TS6053: Root file specified for compilation 17 !!! error TS6054: Root file specified for compilation 20 !!! error TS6231: Root file specified for compilation
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_gl_image.txt | 72 The extensions specified in this document provide a mechanism for 228 specified mipmap level must be part of <buffer>. If not specified, the 230 values specified in <attr_list> are ignored. The texture must be complete 232 specified, and no other mipmap levels are specified. 238 be used as the EGLImage source (EGL_GL_TEXTURE_LEVEL_KHR); the specified 239 mipmap level must be part of <buffer>. If not specified, the default 241 specified in <attr_list> are ignored. The texture must be cube-complete 243 specified for all faces, and no other mipmap levels are specified for any 251 which will be used as the EGLImage source; the specified mipmap level must 252 be part of <buffer>, and the specified z-offset must be smaller than the [all …]
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_gl_image.txt | 72 The extensions specified in this document provide a mechanism for 228 specified mipmap level must be part of <buffer>. If not specified, the 230 values specified in <attr_list> are ignored. The texture must be complete 232 specified, and no other mipmap levels are specified. 238 be used as the EGLImage source (EGL_GL_TEXTURE_LEVEL_KHR); the specified 239 mipmap level must be part of <buffer>. If not specified, the default 241 specified in <attr_list> are ignored. The texture must be cube-complete 243 specified for all faces, and no other mipmap levels are specified for any 251 which will be used as the EGLImage source; the specified mipmap level must 252 be part of <buffer>, and the specified z-offset must be smaller than the [all …]
|
/third_party/python/Doc/library/ |
D | email.contentmanager.rst | 115 ``text`` part and *errors* is specified, use it as the error handler when 136 subtype to *subtype* if it is specified, or ``plain`` if it is not. 137 * For ``bytes``, use the specified *maintype* and *subtype*, or 138 raise a :exc:`TypeError` if they are not specified. 141 specified or ``rfc822`` if it is not. If *subtype* is 146 string to bytes using the specified character set. The default is 147 ``utf-8``. If the specified *charset* is a known alias for a standard 150 If *cte* is set, encode the payload using the specified content transfer 154 encoded in the specified encoding (for example, specifying a *cte* of 164 ``message/rfc822``, use ``8bit`` if *cte* is not specified. For [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/ |
D | resolve_image_common.txt | 9 regions, specified by the elements of pname:pRegions, must: not overlap 25 of pname:srcImage specified in pname:pRegions at the time this command 40 of pname:dstImage specified in pname:pRegions at the time this command 62 pname:pRegions must: be less than the pname:mipLevels specified in 66 pname:pRegions must: be less than the pname:mipLevels specified in 71 be less than or equal to the pname:arrayLayers specified in 76 be less than or equal to the pname:arrayLayers specified in 97 specified pname:srcSubresource of pname:srcImage 102 specified pname:srcSubresource of pname:srcImage 111 specified pname:srcSubresource of pname:srcImage [all …]
|
D | blit_image_common.txt | 8 The source region specified by each element of pname:pRegions must: be a 11 The destination region specified by each element of pname:pRegions must: 14 The union of all destination regions, specified by the elements of 34 of pname:srcImage specified in pname:pRegions at the time this command 64 of pname:dstImage specified in pname:pRegions at the time this command 112 pname:pRegions must: be less than the pname:mipLevels specified in 116 pname:pRegions must: be less than the pname:mipLevels specified in 121 be less than or equal to the pname:arrayLayers specified in 126 be less than or equal to the pname:arrayLayers specified in 150 less than or equal to the width of the specified pname:srcSubresource of [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_display_swapchain/ |
D | display_swapchain_present.txt | 7 can: be specified when presenting an image to a swapchain by setting 23 If sname:VkDisplayPresentInfoKHR is not specified, this region will be 27 If sname:VkDisplayPresentInfoKHR is not specified, this region will be 29 If the specified rectangle is a subset of the display mode's visible 33 specified rectangle will be black. 34 If portions of the specified rectangle are outside of the display's 44 If sname:VkDisplayPresentInfoKHR is not specified, persistent mode will
|