/external/pytorch/torch/_dynamo/ |
D | code_context.py | 11 def has_context(self, code: types.CodeType): 14 def get_context(self, code: types.CodeType): 21 def pop_context(self, code: types.CodeType):
|
D | convert_frame.py | 151 def add(self, strong_obj: CodeType) -> None: 158 def __contains__(self, item: CodeType) -> bool: 323 code: CodeType, 578 code: CodeType, 659 code: CodeType, 671 code: CodeType, 680 prefix: str, name: str, filename: str, line_no: int, code: CodeType 753 def count_args(code: CodeType) -> int: 836 def format_func_info(code: CodeType) -> str: 1171 def first_real_inst_idx(code: CodeType) -> int:
|
D | types.py | 70 code: types.CodeType, 94 self, code: types.CodeType, new_code: types.CodeType
|
D | bytecode_transformation.py | 1031 def explicit_super(code: types.CodeType, instructions: List[Instruction]) -> None: 1404 def is_generator(code: types.CodeType) -> bool:
|
D | testing.py | 134 def debug_dump(name, code: types.CodeType, extra="") -> None:
|
D | codegen.py | 412 self, fn_name: str, code: types.CodeType, push_null: bool, num_on_stack=0
|
D | guards.py | 2749 code: types.CodeType, 2831 code: types.CodeType,
|
D | eval_frame.py | 131 code: Union[types.CodeType, Callable[..., Any]]
|
D | symbolic_convert.py | 2552 f_code: types.CodeType, 3179 code: types.CodeType,
|
D | utils.py | 2476 def get_instruction_source_311(code: types.CodeType, inst: dis.Instruction) -> str:
|
/external/pytorch/test/ |
D | test_deploy.py | 25 def verify_filename(co: types.CodeType):
|
/external/python/cpython3/Lib/test/ |
D | cov.py | 29 code: "types.CodeType",
|
/external/python/cpython3/Tools/build/ |
D | deepfreeze.py | 48 def get_localsplus(code: types.CodeType): 59 def get_localsplus_counts(code: types.CodeType, 245 def generate_code(self, name: str, code: types.CodeType) -> str:
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/IndustryStandard/ |
D | Pci30.h | 64 UINT8 CodeType; member
|
D | Pci22.h | 831 UINT8 CodeType; member
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/IndustryStandard/ |
D | Pci30.h | 63 UINT8 CodeType; member
|
D | Pci22.h | 848 UINT8 CodeType; member
|
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/ |
D | Pci30.h | 70 UINT8 CodeType; member
|
D | Pci22.h | 837 UINT8 CodeType; member
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/IndustryStandard/ |
D | Pci30.h | 64 UINT8 CodeType; member
|
D | Pci22.h | 831 UINT8 CodeType; member
|
/external/pytorch/torch/jit/ |
D | _monkeytype_config.py | 176 def jit_code_filter(code: CodeType) -> bool:
|
/external/python/cpython3/Lib/ |
D | types.py | 15 CodeType = type(_f.__code__) variable
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | StandardCodes.java | 53 public enum CodeType { enum in StandardCodes
|
/external/webrtc/modules/rtp_rtcp/test/testFec/ |
D | test_packet_masks_metrics.cc | 72 enum CodeType { enum
|