/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/ |
Eiffel.py | 18 If a method ends in _pre or _post, it is removed from the dict
24 if k.endswith('_pre') or k.endswith('_post'):
65 self._pre = pre
75 if self._pre:
76 self._pre(inst, *args, **kwargs)
|
/external/python/cpython2/Demo/newmetaclasses/ |
Eiffel.py | 18 If a method ends in _pre or _post, it is removed from the dict 24 if k.endswith('_pre') or k.endswith('_post'): 65 self._pre = pre 75 if self._pre: 76 self._pre(inst, *args, **kwargs)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/ |
Eiffel.py | 75 self.pre = getattr(inst, self.__name__ + "_pre")
|
/external/python/cpython2/Demo/metaclasses/ |
Eiffel.py | 75 self.pre = getattr(inst, self.__name__ + "_pre")
|
/external/llvm/lib/Target/ARM/ |
ARMScheduleSwift.td | 350 (instregex "LD(RB|R)(_|T_)(POST|PRE)_(IMM|REG)", "LDRH(_PRE|_POST)", 354 (instregex "LDR(SH|SB)(_POST|_PRE)", "t2LDR(SH|SB)(_POST|_PRE)", [all...] |
ARMInstrInfo.td | [all...] |
ARMInstrThumb2.td | [all...] |
/external/llvm/docs/ |
ReleaseProcess.rst | 128 .. _pre-release-process:
|
/toolchain/binutils/binutils-2.25/bfd/ |
coff-stgo32.c | 59 /* All that ..._PRE and ...POST functions are called from the corresponding
|
/external/v8/src/arm64/ |
constants-arm64.h | 745 A##_##B##_pre = LoadStorePairPreIndexFixed | A##_##B 831 A##B##_##C##_pre = LoadStorePreIndexFixed | D [all...] |
disasm-arm64.cc | 767 case A##_pre: mnemonic = B; form = C ", ['Xns'ILS]!"; break; 896 case A##_pre: mnemonic = B; form = C ", ['Xns'ILP" D "]!"; break; [all...] |
/external/libopus/celt/ |
celt_encoder.c | 1069 VARDECL(celt_sig, _pre); [all...] |
/external/vixl/src/aarch64/ |
constants-aarch64.h | 795 A##_##B##_pre = LoadStorePairPreIndexFixed | A##_##B [all...] |
disasm-aarch64.cc | 918 case A##_pre: \ 1164 case A##_pre: \ [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMInstrInfo.td | [all...] |
ARMInstrThumb2.td | [all...] |
/external/guice/extensions/persist/lib/ |
commons-collections.jar | |
/external/valgrind/VEX/priv/ |
guest_amd64_toIR.c | [all...] |
/prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/ |
commons-collections-3.2.1.jar | |