HomeSort by relevance Sort by last modified time
    Searched refs:exec_type (Results 1 - 12 of 12) sorted by null

  /system/sepolicy/vendor/
tee.te 4 type tee_exec, exec_type, vendor_file_type, file_type;
  /toolchain/binutils/binutils-2.27/gas/config/
tc-d10v.c 650 if (opcode->exec_type & PARONLY)
702 if ((op1->exec_type & SEQ)
703 || ! ((op1->exec_type & PAR) || (op1->exec_type & PARONLY)))
710 if ((op2->exec_type & SEQ)
711 || ! ((op2->exec_type & PAR) || (op2->exec_type & PARONLY)))
752 if (op->exec_type & BRANCH_LINK)
795 if (op->exec_type & WMEM)
797 else if (op->exec_type & WF0
    [all...]
tc-d30v.c 683 exec_type_enum exec_type)
698 if (exec_type != EXEC_PARALLEL
939 exec_type_enum exec_type,
946 if (exec_type == EXEC_SEQ
963 switch (exec_type)
967 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type)
975 exec_type = EXEC_PARALLEL;
1019 exec_type = EXEC_REVSEQ;
1026 exec_type = EXEC_SEQ;
1032 if (! parallel_ok (opcode1, insn1, opcode2, insn2, exec_type))
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
d10v.h 75 int exec_type; member in struct:d10v_opcode
  /system/sepolicy/prebuilts/api/26.0/public/
attributes 28 attribute exec_type;
  /system/sepolicy/prebuilts/api/28.0/public/
attributes 28 attribute exec_type;
  /system/sepolicy/public/
attributes 28 attribute exec_type;
  /external/tensorflow/tensorflow/python/debug/wrappers/
framework.py 711 def __exit__(self, exec_type, exec_value, exec_tb):
713 exec_type, exec_value, exec_tb)
    [all...]
  /system/sepolicy/prebuilts/api/27.0/public/
attributes 28 attribute exec_type;
  /external/tensorflow/tensorflow/python/client/
session.py     [all...]
  /external/tensorflow/tensorflow/python/profiler/
profile_context.py 329 def __exit__(self, exec_type, exec_value, exec_tb):
  /system/sepolicy/prebuilts/api/26.0/private/
app.te 421 neverallow appdomain exec_type:file

Completed in 239 milliseconds