Searched refs:decided (Results 1 – 25 of 241) sorted by relevance
12345678910
/third_party/selinux/libselinux/src/ |
D | compute_av.c | 62 &avd->allowed, &avd->decided, in security_compute_av_flags_raw() 103 avd->decided = lavd.decided; in security_compute_av_raw() 155 avd->decided = lavd.decided; in security_compute_av()
|
D | mapping.c | 226 if (avd->decided & mapping->perms[i]) in map_decision() 231 avd->decided = result; in map_decision()
|
/third_party/selinux/libselinux/utils/ |
D | compute_av.c | 47 if (avd.decided != ~0U) { in main() 49 print_access_vector(tclass, avd.decided); in main()
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | flask_types.h | 56 sepol_access_vector_t decided; member
|
/third_party/selinux/libsepol/utils/ |
D | sepol_compute_av.c | 54 printf("decided: %s\n", sepol_av_perm_to_string(tclass, avd.decided)); in main()
|
/third_party/node/deps/cares/ |
D | README.cares | 5 decided to fork and release a separate project since the original ares author
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_depth_texture.txt | 59 the WG decided to disallow manual generation of mipmaps for a depth texture. 93 not support cube-maps while others did so it was decided to make support for 184 Resolution for issue 1 changed to b) - decided in ES WG meeting on 8/29/2007.
|
D | OES_texture_float.txt | 70 NEAREST filter but again the computational and memory b/w costs decided 81 This was decided for the same reasons given in issue #1. The decision
|
/third_party/openGLES/extensions/OES/ |
D | OES_depth_texture.txt | 69 the WG decided to disallow manual generation of mipmaps for a depth texture. 103 not support cube-maps while others did so it was decided to make support for 194 Resolution for issue 1 changed to b) - decided in ES WG meeting on 8/29/2007.
|
D | OES_texture_float.txt | 80 NEAREST filter but again the computational and memory b/w costs decided 91 This was decided for the same reasons given in issue #1. The decision
|
/third_party/json/docs/mkdocs/docs/api/basic_json/ |
D | binary.md | 45 JSON binary arrays are a non-standard extension it was decided that it would be best to prevent aut…
|
/third_party/openh264/codec/build/windowsphone/all/CodecApp/ |
D | layer2.cfg | 38 # 5 SM_AUTO_SLICE | according to thread number | the number of slices is decided by the number of…
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.3.2.rst | 64 - egl: let each platform decided how to handle LIBGL_ALWAYS_SOFTWARE
|
D | 9.1.5.rst | 66 - cherry-ignore: Drop two patches which we've decided not to include
|
/third_party/typescript/src/services/formatting/ |
D | README.md | 24 As it recurses, `processNode` is called on the children setting the indentation is decided and pass…
|
/third_party/gstreamer/gstreamer/docs/random/company/ |
D | push-vs-pull | 30 I'm under the impression that push-vs-pull is often best decided by the
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_timeout.pod | 40 The default value for session timeout is decided on a per protocol
|
/third_party/gstreamer/gstreamer/docs/random/wingo/ |
D | pro-audio-with-gstreamer | 42 signal-flow infrastructure from scratch if you decided to go it alone. 66 once you've decided how to set things up it's reasonably easy.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_NV_corner_sampled_image.txt | 59 As a result, we decided to name the extension NV_corner_sampled_image.
|
/third_party/libuv/docs/src/guide/ |
D | introduction.rst | 23 suited for your application and decided to use libuv.
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_EGL_image_storage_compression.txt | 136 and the compression ratio must have been decided at that time.
|
/third_party/curl/docs/ |
D | BUG-BOUNTY.md | 70 mentioned above. The actual monetary reward amount is decided and paid by the
|
/third_party/python/Doc/faq/ |
D | general.rst | 95 would be foolish to write an Amoeba-specific language, so I decided that I 99 decided to give it a try. During the next year, while still mostly working 104 In February 1991, after just over a year of development, I decided to post to 283 decided to call the language Python.
|
/third_party/libinput/doc/user/ |
D | touchpad-pressure-debugging.rst | 96 Once the thresholds are decided on (e.g. 10 and 8), they can be enabled with 193 Once the thresholds are decided on (e.g. 10 and 8), they can be enabled with
|
/third_party/selinux/libselinux/include/selinux/ |
D | selinux.h | 139 access_vector_t decided; member
|
12345678910