HomeSort by relevance Sort by last modified time
    Searched full:handleunknown (Results 1 - 21 of 21) sorted by null

  /external/selinux/secilc/docs/
cil_policy_config_statements.md 38 handleunknown
41 Defines how the kernel will handle unknown object classes and permissions when loading the policy. There MUST only be one [`handleunknown`](cil_policy_config_statements.md#handleunknown) entry in the policy otherwise the compiler will exit with an error.
47 (handleunknown action)
58 <td align="left"><p><code>handleunknown</code></p></td>
59 <td align="left"><p>The <code>handleunknown</code> keyword.</p></td>
75 (handleunknown allow)
README.md 106 * [handleunknown](cil_policy_config_statements.md#handleunknown)
cil_mls_labeling_statements.md 504 (handleunknown allow)
  /external/selinux/libsepol/cil/src/
cil_verify.h 53 int *handleunknown; member in struct:cil_args_verify
cil_verify.c 1341 int *handleunknown; local
    [all...]
cil_post.c 1956 int handleunknown = -1; local
    [all...]
cil.c 139 CIL_KEY_HANDLEUNKNOWN = cil_strpool_add("handleunknown");
    [all...]
cil_build_ast.c     [all...]
  /external/llvm/lib/IR/
ValueTypes.cpp 274 /// pointers as MVT::iPTR. If HandleUnknown is true, unknown types are returned
276 MVT MVT::getVT(Type *Ty, bool HandleUnknown){
279 if (HandleUnknown) return MVT(MVT::Other);
302 /// returns all pointers as MVT::iPTR. If HandleUnknown is true, unknown types
304 EVT EVT::getEVT(Type *Ty, bool HandleUnknown){
307 return MVT::getVT(Ty, HandleUnknown);
  /external/selinux/secilc/
secilc.8.xml 65 <listitem><para>How to handle unknown classes or permissions. May be <emphasis role="bold">deny</emphasis>, <emphasis role="bold">allow</emphasis>, or <emphasis role="bold">reject</emphasis> (default: <emphasis role="bold">deny</emphasis>). This will override the <emphasis role="bold">(handleunknown <emphasis role="italic">action</emphasis></emphasis><emphasis role="bold">)</emphasis> statement if present in the policy.</para></listitem>
secilc.c 62 printf(" This will override the (handleunknown action)\n");
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 337 /// This returns all pointers as iPTR. If HandleUnknown is true, unknown
339 static EVT getEVT(Type *Ty, bool HandleUnknown = false);
MachineValueType.h 659 /// all pointers as iPTR. If HandleUnknown is true, unknown types are
661 static MVT getVT(Type *Ty, bool HandleUnknown = false);
  /external/selinux/secilc/test/
policy.cil 5 (handleunknown allow)
  /external/jetty/src/java/org/eclipse/jetty/util/ajax/
JSON.java 875 return handleUnknown(source,c);
884 protected Object handleUnknown(Source source, char c)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 325 EVT IdxVT = EVT::getEVT(Idx->getType(), /*HandleUnknown=*/false);
383 EVT VT = EVT::getEVT(I->getType(), /*HandleUnknown=*/true);
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 320 EVT evt = TLI.getValueType(DL, Ty, /*HandleUnknown=*/true);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/jetty/lib/
jetty-util-6.1.26.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 

Completed in 1667 milliseconds