Home
last modified time | relevance | path

Searched refs:specified (Results 1 – 25 of 4703) sorted by relevance

12345678910>>...189

/third_party/selinux/libsepol/src/
Dassertion.c91 if ((neverallow->specified == AVRULE_XPERMS_IOCTLFUNCTION) in check_extended_permissions()
92 && (allow->specified == AVTAB_XPERMS_IOCTLFUNCTION)) { in check_extended_permissions()
95 } else if ((neverallow->specified == AVRULE_XPERMS_IOCTLFUNCTION) in check_extended_permissions()
96 && (allow->specified == AVTAB_XPERMS_IOCTLDRIVER)) { in check_extended_permissions()
98 } else if ((neverallow->specified == AVRULE_XPERMS_IOCTLDRIVER) in check_extended_permissions()
99 && (allow->specified == AVTAB_XPERMS_IOCTLFUNCTION)) { in check_extended_permissions()
101 } else if ((neverallow->specified == AVRULE_XPERMS_IOCTLDRIVER) in check_extended_permissions()
102 && (allow->specified == AVTAB_XPERMS_IOCTLDRIVER)) { in check_extended_permissions()
115 if ((neverallow->specified == AVRULE_XPERMS_IOCTLFUNCTION) in extended_permissions_violated()
116 && (allow->specified == AVTAB_XPERMS_IOCTLFUNCTION)) { in extended_permissions_violated()
[all …]
Davtab.c105 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 …]
Doptimize.c155 static int process_avtab_datum(uint16_t specified, in process_avtab_datum() argument
159 if (specified & AVTAB_AUDITDENY) in process_avtab_datum()
162 if (specified & AVTAB_AV) in process_avtab_datum()
165 if (specified & AVTAB_XPERMS) { in process_avtab_datum()
169 if (x1->specified == AVTAB_XPERMS_IOCTLFUNCTION) { in process_avtab_datum()
170 if (x2->specified == AVTAB_XPERMS_IOCTLFUNCTION) { in process_avtab_datum()
175 if (x2->specified == AVTAB_XPERMS_IOCTLDRIVER) in process_avtab_datum()
177 } else if (x1->specified == AVTAB_XPERMS_IOCTLDRIVER) { in process_avtab_datum()
178 if (x2->specified == AVTAB_XPERMS_IOCTLFUNCTION) in process_avtab_datum()
181 if (x2->specified == AVTAB_XPERMS_IOCTLDRIVER) in process_avtab_datum()
[all …]
/third_party/typescript/tests/baselines/reference/
DjsxSpreadOverwritesAttributeStrict.errors.txt3 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,17): error TS2783: 'a' is specified more than once, so this…
10 tests/cases/conformance/jsx/file.tsx(22,23): error TS2783: 'd' is specified more than once, so this…
36 !!! error TS2783: 'a' is specified more than once, so this usage will be overwritten.
40 !!! error TS2783: 'a' is specified more than once, so this usage will be overwritten.
[all …]
DincrementalInvalid.errors.txt1 …'--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…
DspreadOverwritesPropertyStrict.errors.txt1 …es/spread/spreadOverwritesPropertyStrict.ts(3,17): error TS2783: 'b' is specified more than once, …
2 …s/spread/spreadOverwritesPropertyStrict.ts(15,14): error TS2783: 'x' is specified more than once, …
3 …ad/spreadOverwritesPropertyStrict.ts(24,14): error TS2783: 'command' is specified more than once, …
4 …s/spread/spreadOverwritesPropertyStrict.ts(28,14): error TS2783: 'a' is specified more than once, …
12 !!! error TS2783: 'b' is specified more than once, so this usage will be overwritten.
27 !!! error TS2783: 'x' is specified more than once, so this usage will be overwritten.
39 !!! error TS2783: 'command' is specified more than once, so this usage will be overwritten.
46 !!! error TS2783: 'a' is specified more than once, so this usage will be overwritten.
DinlineSourceMap2.errors.txt1 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'.
DoptionsInlineSourceMapMapRoot.errors.txt1 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…
DdeclFileEmitDeclarationOnlyError2.errors.txt1 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…
DcheckJsFiles6.errors.txt1 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
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
DREADME35 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/
DTargetCallingConv.td28 /// 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/typescript/tests/baselines/reference/project/invalidRootFile/amd/
DinvalidRootFile.errors.txt3 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/
DinvalidRootFile.errors.txt3 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/boost/libs/geometry/doc/reference/core/
Dtag_cast.qbk11 [note The specified tag list is handled in the specified order: as soon as a tag
12 inheriting the specified tag is found, it is defined as the metafunction
16 [note If none of the specified possible base tags is a base class of the
17 specified tag, the tag itself is defined as the [*type] result of the
/third_party/selinux/checkpolicy/test/
Ddispol.c93 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 …]
/third_party/boost/libs/geometry/doc/generated/
Dget.qbk32 …is required. Should contain \[0 .. n-1\] for an n-dimensional geometry ] [ - ] [Must be specified]]
33 …Geometry Concept (usually a Point Concept) ] [geometry] [A model of the specified concept (usually…
38 The coordinate value of specified dimension of specified geometry
71 …r or max_corner. For a Segment: either 0 or 1 for first or last point. ] [ - ] [Must be specified]]
72 …is required. Should contain \[0 .. n-1\] for an n-dimensional geometry ] [ - ] [Must be specified]]
73 …ype fulfilling a Box Concept or a Segment Concept ] [geometry] [A model of the specified concept ]]
111 [[Dimension] [dimension ] [ - ] [Must be specified]]
148 [[Index] [index ] [ - ] [Must be specified]]
149 [[Dimension] [dimension ] [ - ] [Must be specified]]
Dcentroid.qbk19 Calculates the centroid of a geometry using the specified strategy.
32 [[Geometry const &] [Any type fulfilling a Geometry Concept ] [geometry] [A model of the specified
33 [[Point &] [Any type fulfilling a Point Concept ] [c] [A model of the specified Point Concept which…
70 [[Geometry const &] [Any type fulfilling a Geometry Concept ] [geometry] [A model of the specified
99 …5f prefix returns the centroid, and a template parameter must therefore be specified in the call..
109 [[Point] [Any type fulfilling a Point Concept ] [ - ] [Must be specified]]
110 [[Geometry const &] [Any type fulfilling a Geometry Concept ] [geometry] [A model of the specified
135 Calculates the centroid of a geometry using the specified strategy.
138 …prefix returns the centroid, and a template parameter must therefore be specified in the call.. Re…
148 [[Point] [Any type fulfilling a Point Concept ] [ - ] [Must be specified]]
[all …]
Dregister.qbk22 …try functionality can used with the specified type. The box may contain template parameters, which…
55 …cognized by Boost.Geometry and that Boost.Geometry functionality can used with the specified type.
90 …can used with the specified type. The type must have one template parameter, which should be a poi…
121 … functionality can used with the specified type. The linestring may contain template parameters, w…
150 …can used with the specified type. The type must have one template parameter, which should be a poi…
179 …ionality can used with the specified type. The multi\u005flinestring may contain template paramete…
208 …n used with the specified type. The type must have one template parameter, which should be a lines…
237 …nctionality can used with the specified type. The multi\u005fpoint may contain template parameters…
266 …can used with the specified type. The type must have one template parameter, which should be a poi…
295 …ctionality can used with the specified type. The multi\u005fpolygon may contain template parameter…
[all …]
Denvelope.qbk32 [[Geometry const &] [Any type fulfilling a Geometry Concept ] [geometry] [A model of the specified
33 [[Box &] [Any type fulfilling a Box Concept ] [mbr] [A model of the specified Box Concept which is …
71 [[Geometry const &] [Any type fulfilling a Geometry Concept ] [geometry] [A model of the specified
72 [[Box &] [Any type fulfilling a Box Concept ] [mbr] [A model of the specified Box Concept which is …
99 …05f prefix returns the envelope, and a template parameter must therefore be specified in the call.
109 [[Box] [Any type fulfilling a Box Concept ] [ - ] [Must be specified]]
110 [[Geometry const &] [Any type fulfilling a Geometry Concept ] [geometry] [A model of the specified
141 …05f prefix returns the envelope, and a template parameter must therefore be specified in the call.
151 [[Box] [Any type fulfilling a Box Concept ] [ - ] [Must be specified]]
152 [[Geometry const &] [Any type fulfilling a Geometry Concept ] [geometry] [A model of the specified
/third_party/python/Doc/library/
Demail.contentmanager.rst115 ``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/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_gl_image.txt72 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/
DEGL_KHR_gl_image.txt72 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/boost/libs/vmd/doc/
Dvmd_modifiers_index.qbk19 specified as optional parameters to BOOST_VMD_ELEM, whether singly as
23 BOOST_VMD_RETURN_INDEX value if it is specified.
30 When the index modifier BOOST_VMD_RETURN_INDEX is specified, and identifier
31 modifiers are specified along with the BOOST_VMD_TYPE_IDENTIFIER filter
37 If the splitting modifier BOOST_VMD_RETURN_AFTER is also specified then the
44 are not specified as optional parameters, then if BOOST_VMD_RETURN_INDEX is
45 specified it is ignored. If the splitting modifier BOOST_VMD_RETURN_ONLY_AFTER
46 is specified, if BOOST_VMD_RETURN_INDEX is also specified it is ignored.
/third_party/curl/docs/cmdline-opts/
Dproxy.d7 Use the specified proxy.
9 The proxy string can be specified with a protocol:// prefix. No protocol
10 specified or http:// will be treated as HTTP proxy. Use socks4://, socks4a://,
20 If the port number is not specified in the proxy string, it is assumed to be

12345678910>>...189