Home
last modified time | relevance | path

Searched refs:associate (Results 1 – 25 of 140) sorted by relevance

123456

/external/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf136 associate
149 associate
977 allow bin_t fs_t:filesystem associate;
978 allow bin_t noxattrfs:filesystem associate;
980 allow sbin_t fs_t:filesystem associate;
981 allow sbin_t noxattrfs:filesystem associate;
983 allow ls_exec_t fs_t:filesystem associate;
984 allow ls_exec_t noxattrfs:filesystem associate;
987 allow shell_exec_t fs_t:filesystem associate;
988 allow shell_exec_t noxattrfs:filesystem associate;
[all …]
/external/sepolicy/
Dfile.te163 allow fs_type self:filesystem associate;
164 allow sysfs_type sysfs:filesystem associate;
165 allow file_type labeledfs:filesystem associate;
166 allow file_type tmpfs:filesystem associate;
167 allow file_type rootfs:filesystem associate;
168 allow dev_type tmpfs:filesystem associate;
177 neverallow fs_type file_type:filesystem associate;
Dglobal_macros37 define(`r_ipc_perms', `{ getattr read associate unix_read }')
/external/chromium_org/ppapi/api/private/
Dpp_content_decryptor.idl8 * that can be used to associate the decrypted block with a decrypt request
15 * this value, the client can associate the decrypted block with a decryption
34 * the client can associate the decrypted (and decoded) data with an input
287 * that allows clients to associate a decoder initialization request with a
316 * request. By using this value, the client can associate a decoder
354 * that allows clients to associate a decoder initialization request with a
388 * request. By using this value, the client can associate a decoder
Dppp_content_decryptor_private.idl204 * associate the result with a audio decoder initialization request.
226 * associate the result with a video decoder initialization request.
252 * @param[in] request_id A request ID that allows the browser to associate a
274 * @param[in] request_id A request ID that allows the browser to associate a
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormElement.h70 void associate(FormAssociatedElement&);
72 void associate(HTMLImageElement&);
/external/chromium_org/ppapi/examples/printing/
DREADME.txt2 associate the plugin with a MIME type your server returns.
/external/srec/doc/logs/srec/
Dout_SHIP_set_get_param.txt6 Create vocabulary object and associate with grammar:
/external/libsepol/tests/policies/test-hooks/
Dcmp_policy.conf130 associate
154 associate
Dsmall-base.conf130 associate
154 associate
/external/libsepol/tests/policies/test-expander/
Duser-base.conf130 associate
154 associate
Dalias-base.conf130 associate
154 associate
Drole-base.conf130 associate
154 associate
Dsmall-base.conf130 associate
154 associate
/external/libsepol/tests/policies/test-deps/
Dbase-notmetreq.conf129 associate
153 associate
Dsmall-base.conf130 associate
154 associate
Dbase-metreq.conf130 associate
154 associate
/external/jmdns/src/javax/jmdns/impl/tasks/state/
DCanceler.java29 this.associate(DNSState.CANCELING_1); in Canceler()
DAnnouncer.java31 this.associate(DNSState.ANNOUNCING_1); in Announcer()
DRenewer.java29 this.associate(DNSState.ANNOUNCED); in Renewer()
DDNSStateTask.java76 protected void associate(DNSState state) { in associate() method in DNSStateTask
DProber.java34 this.associate(DNSState.PROBING_1); in Prober()
/external/libsepol/tests/policies/test-linker/
Dsmall-base.conf130 associate
154 associate
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
DCHROMIUM_texture_mailbox.txt24 glProduceTextureDirectCHROMIUM associate a texture object with a global
26 associate the texture object referenced by a mailbox name to a texture name.
/external/llvm/include/llvm/Target/
DTargetSchedule.td19 // class. Target hooks allow subtargets to associate opcodes with
27 // each subtarget, define WriteRes and ReadAdvance to associate
39 // subtarget can directly associate resources with SchedReadWrite
73 // Target hooks allow subtargets to associate LoadLatency and
187 // A target architecture may define SchedReadWrite types and associate
316 // Directly associate a new SchedRead type with a delay and optional

123456