/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A 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:
|
H A 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):
|
H A D | types.py | 70 code: types.CodeType, 94 self, code: types.CodeType, new_code: types.CodeType
|
H A D | bytecode_transformation.py | 1031 def explicit_super(code: types.CodeType, instructions: List[Instruction]) -> None: 1404 def is_generator(code: types.CodeType) -> bool:
|
H A D | testing.py | 134 def debug_dump(name, code: types.CodeType, extra="") -> None:
|
H A D | guards.py | 2749 code: types.CodeType, 2831 code: types.CodeType,
|
H A D | codegen.py | 412 self, fn_name: str, code: types.CodeType, push_null: bool, num_on_stack=0
|
/aosp_15_r20/external/python/cpython3/Tools/scripts/ |
D | deepfreeze.py | 48 def get_localsplus(code: types.CodeType): 59 def get_localsplus_counts(code: types.CodeType, 239 def generate_code(self, name: str, code: types.CodeType) -> str:
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_deploy.py | 25 def verify_filename(co: types.CodeType):
|
/aosp_15_r20/art/runtime/ |
H A D | app_info.h | 47 enum class CodeType { enum
|
/aosp_15_r20/frameworks/av/media/utils/tests/ |
H A D | methodstatistics_tests.cpp | 26 using CodeType = size_t; typedef
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/pkgbits/ |
D | codes.go | 38 type CodeType int type
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/ |
H A D | Pci30.h | 70 UINT8 CodeType; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/IndustryStandard/ |
H A D | Pci30.h | 64 UINT8 CodeType; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/IndustryStandard/ |
H A D | Pci30.h | 64 UINT8 CodeType; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/IndustryStandard/ |
H A D | Pci30.h | 63 UINT8 CodeType; member
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | types.py | 45 CodeType = type(_f.func_code) variable
|
/aosp_15_r20/external/pytorch/torch/jit/ |
H A D | _monkeytype_config.py | 176 def jit_code_filter(code: CodeType) -> bool:
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | types.py | 14 CodeType = type(_f.__code__) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | types.py | 14 CodeType = type(_f.__code__) variable
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | types.py | 14 CodeType = type(_f.__code__) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | types.py | 14 CodeType = type(_f.__code__) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | types.py | 14 CodeType = type(_f.__code__) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | types.py | 14 CodeType = type(_f.__code__) variable
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/include/ |
H A D | mp4enc_api.h | 116 UChar CodeType; member
|