Home
last modified time | relevance | path

Searched defs:CodeType (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dconvert_frame.py151 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 Dcode_context.py11 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 Dtypes.py70 code: types.CodeType,
94 self, code: types.CodeType, new_code: types.CodeType
H A Dbytecode_transformation.py1031 def explicit_super(code: types.CodeType, instructions: List[Instruction]) -> None:
1404 def is_generator(code: types.CodeType) -> bool:
H A Dtesting.py134 def debug_dump(name, code: types.CodeType, extra="") -> None:
H A Dguards.py2749 code: types.CodeType,
2831 code: types.CodeType,
H A Dcodegen.py412 self, fn_name: str, code: types.CodeType, push_null: bool, num_on_stack=0
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Ddeepfreeze.py48 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 Dtest_deploy.py25 def verify_filename(co: types.CodeType):
/aosp_15_r20/art/runtime/
H A Dapp_info.h47 enum class CodeType { enum
/aosp_15_r20/frameworks/av/media/utils/tests/
H A Dmethodstatistics_tests.cpp26 using CodeType = size_t; typedef
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/pkgbits/
Dcodes.go38 type CodeType int type
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/
H A DPci30.h70 UINT8 CodeType; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/IndustryStandard/
H A DPci30.h64 UINT8 CodeType; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/IndustryStandard/
H A DPci30.h64 UINT8 CodeType; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/IndustryStandard/
H A DPci30.h63 UINT8 CodeType; member
/aosp_15_r20/external/python/cpython2/Lib/
Dtypes.py45 CodeType = type(_f.func_code) variable
/aosp_15_r20/external/pytorch/torch/jit/
H A D_monkeytype_config.py176 def jit_code_filter(code: CodeType) -> bool:
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dtypes.py14 CodeType = type(_f.__code__) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dtypes.py14 CodeType = type(_f.__code__) variable
/aosp_15_r20/external/python/cpython3/Lib/
Dtypes.py14 CodeType = type(_f.__code__) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dtypes.py14 CodeType = type(_f.__code__) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dtypes.py14 CodeType = type(_f.__code__) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dtypes.py14 CodeType = type(_f.__code__) variable
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h116 UChar CodeType; member

12