Searched defs:specified (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DAttr.h46 bool specified() const { return m_specified; } function in class:WebCore::Attr
61 void setSpecified(bool specified) { m_specified = specified; } argument
/external/libsepol/include/sepol/policydb/
H A Davtab.h61 uint16_t specified; /* what fields are specified */ member in struct:avtab_key
118 extern avtab_ptr_t avtab_search_node_next(avtab_ptr_t node, int specified);
H A Dpolicydb.h241 uint32_t specified; member in struct:avrule
/external/libsepol/src/
H A Davtab.c85 uint16_t specified = local
86 key->specified & ~(AVTAB_ENABLED | AVTAB_ENABLED_OLD);
97 (specified & cur->key.specified))
118 * key/specified mask into the table, as needed by the conditional avtab.
126 uint16_t specified = local
127 key->specified & ~(AVTAB_ENABLED | AVTAB_ENABLED_OLD);
137 (specified & cur->key.specified))
158 uint16_t specified local
193 uint16_t specified = local
220 avtab_search_node_next(avtab_ptr_t node, int specified) argument
[all...]
H A Dmls.c549 * structure `c' from the values specified in the
550 * policy `oldp' to the values specified in the policy `newp'.
609 uint32_t specified, context_struct_t * newcontext)
615 switch (specified) {
605 mls_compute_sid(policydb_t * policydb, context_struct_t * scontext, context_struct_t * tcontext, sepol_security_class_t tclass, uint32_t specified, context_struct_t * newcontext) argument
H A Dservices.c116 * when it is applied to the specified source and target
343 avkey.specified = AVTAB_AV;
358 avtab_search_node_next(node, avkey.specified)) {
359 if (node->key.specified == AVTAB_ALLOWED)
361 else if (node->key.specified ==
364 else if (node->key.specified == AVTAB_AUDITDENY)
540 * has the string representation specified by `scontext'.
601 uint32_t specified, sepol_security_id_t * out_sid)
626 switch (specified) {
656 avkey.specified
598 sepol_compute_sid(sepol_security_id_t ssid, sepol_security_id_t tsid, sepol_security_class_t tclass, uint32_t specified, sepol_security_id_t * out_sid) argument
[all...]
H A Dexpand.c1561 node = avtab_search_node_next(node, key->specified);
1596 uint32_t specified, cond_av_list_t ** cond,
1608 if (specified & AVRULE_TRANSITION) {
1610 } else if (specified & AVRULE_MEMBER) {
1612 } else if (specified & AVRULE_CHANGE) {
1625 avkey.specified = spec;
1643 if (specified & AVRULE_TRANSITION) {
1645 } else if (specified & AVRULE_MEMBER) {
1647 } else if (specified & AVRULE_CHANGE) {
1681 node->key.specified |
1594 expand_terule_helper(sepol_handle_t * handle, policydb_t * p, uint32_t * typemap, uint32_t specified, cond_av_list_t ** cond, cond_av_list_t ** other, uint32_t stype, uint32_t ttype, class_perm_node_t * perms, avtab_t * avtab, int enabled) argument
1703 expand_avrule_helper(sepol_handle_t * handle, uint32_t specified, cond_av_list_t ** cond, uint32_t stype, uint32_t ttype, class_perm_node_t * perms, avtab_t * avtab, int enabled) argument
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSGradientValue.cpp104 bool specified; member in struct:WebCore::GradientStop
108 , specified(false)
172 stops[i].specified = true;
178 stops[i].specified = true;
181 stops[i].specified = true;
185 // If a color-stop has a position that is less than the specified position of any
187 // largest specified position of any color-stop before it.
188 if (stops[i].specified && i > 0) {
191 if (stops[prevSpecifiedIndex].specified)
200 ASSERT(stops[0].specified
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp75 /// LowerConstant - Lower the specified LLVM Constant to an MCExpr.
414 // If the NVVM IR has some of reqntid* specified, then output
416 // If none of reqntid* is specified, don't output reqntid directive.
418 bool specified = false; local
420 else specified = true;
422 else specified = true;
424 else specified = true;
426 if (specified)
430 // If the NVVM IR has some of maxntid* specified, then output
432 // If none of maxntid* is specified, do
[all...]
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h35 @property(readonly) BOOL specified; variable
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1670 milliseconds