/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 470 def __teardown__(cls, device): 804 def retry_install_hap(cls, device, command):
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_locks.py | 59 for cls in primitives_cls: 62 rf"{cls.__name__}\.__init__\(\) got an unexpected " 65 cls(loop=loop)
|
/third_party/python/Python/ |
H A D | Python-ast.c | 184 Py_CLEAR(state->cls); in _PyAST_Fini() 292 if ((state->cls = PyUnicode_InternFromString("cls")) == NULL) return 0; in init_identifiers() 738 "cls", 1791 " | MatchClass(expr cls, pattern* patterns, identifier* kwd_attrs, pattern* kwd_patterns)\n" in init_types() 1823 "MatchClass(expr cls, pattern* patterns, identifier* kwd_attrs, pattern* kwd_patterns)"); in init_types() 3509 _PyAST_MatchClass(expr_ty cls, asdl_pattern_seq * patterns, asdl_identifier_seq in _PyAST_MatchClass() argument 3515 if (!cls) { in _PyAST_MatchClass() 3517 "field 'cls' is required for MatchClass"); in _PyAST_MatchClass() 3524 p->v.MatchClass.cls in _PyAST_MatchClass() 11562 expr_ty cls; obj2ast_pattern() local [all...] |
H A D | ast_opt.c | 1041 CALL(astfold_expr, expr_ty, node_->v.MatchClass.cls); in astfold_pattern()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ULocaleTest.java | 408 Class cls = obj.getClass(); in checkObject() 409 Method getLocale = cls.getMethod("getLocale", getLocaleParams); in checkObject() 414 checklocs(cls.getName(), requestedLocale, in checkObject()
|
/third_party/python/Lib/test/ |
H A D | test_builtin.py | 1957 for cls in [object, B, C]: 1958 obj = cls() 1962 r'\b%s\b' % re.escape(cls.__name__)):
|
H A D | test_httplib.py | 549 def __new__(cls, value, phrase, description=''): 550 obj = int.__new__(cls, value)
|
H A D | test_array.py | 1287 def __new__(cls, typecode, data, offset): 1288 return array.array.__new__(cls, typecode, data)
|
H A D | test_dis.py | 40 def cm(cls, x): 41 cls.x = x == 1 72 LOAD_FAST 0 (cls)
|
H A D | test_pprint.py | 373 def __new__(cls, celsius_degrees):
|
H A D | test_bytes.py | 2009 def __new__(cls, value): 2010 me = self.basetype.__new__(cls, value)
|
H A D | test_codecs.py | 2969 def __new__(cls): 2970 return super().__new__(cls)
|
H A D | test_posix.py | 843 for cls in bytearray, memoryview: 845 names = posix.listdir(cls(b'.'))
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nvc0.cpp | 164 OpClass cls = prog->getTarget()->getOpClass(i->op); in handleFTZ() 165 if (cls != OPCLASS_ARITH && cls != OPCLASS_COMPARE && in handleFTZ() 166 cls != OPCLASS_CONVERT) in handleFTZ()
|
/third_party/vixl/test/aarch64/ |
H A D | test-trace-aarch64.cc | 99 __ cls(w25, w26); in GenerateTestSequenceBase() 100 __ cls(x27, x28); in GenerateTestSequenceBase() 674 __ cls(v29.V16B(), v5.V16B()); in GenerateTestSequenceNEON() 675 __ cls(v21.V2S(), v0.V2S()); in GenerateTestSequenceNEON() 676 __ cls(v1.V4H(), v12.V4H()); in GenerateTestSequenceNEON() 677 __ cls(v27.V4S(), v10.V4S()); in GenerateTestSequenceNEON() 678 __ cls(v19.V8B(), v4.V8B()); in GenerateTestSequenceNEON() 679 __ cls(v15.V8H(), v14.V8H()); in GenerateTestSequenceNEON()
|
H A D | test-cpu-features-aarch64.cc | 229 TEST_NONE(cls_0, cls(w0, w1)) 230 TEST_NONE(cls_1, cls(x0, x1)) 805 TEST_NEON(cls_0, cls(v0.V8B(), v1.V8B())) 806 TEST_NEON(cls_1, cls(v0.V16B(), v1.V16B())) 807 TEST_NEON(cls_2, cls(v0.V4H(), v1.V4H())) 808 TEST_NEON(cls_3, cls(v0.V8H(), v1.V8H())) 809 TEST_NEON(cls_4, cls(v0.V2S(), v1.V2S())) 810 TEST_NEON(cls_5, cls(v0.V4S(), v1.V4S()))
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | pktcdvd.c | 348 static void class_pktcdvd_release(struct class *cls) in class_pktcdvd_release() argument 350 kfree(cls); in class_pktcdvd_release()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ir.h | 409 constexpr Temp(uint32_t id, RegClass cls) noexcept : id_(id), reg_class(uint8_t(cls)) {} in uint8_t()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 781 void cls(const Register& rd, const Register& rn); 1892 void cls(const VRegister& vd, const VRegister& vn);
|
/third_party/python/Lib/email/ |
H A D | _header_value_parser.py | 876 def __new__(cls, value, token_type): 877 self = super().__new__(cls, value)
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testmock.py | 35 def cmeth(cls, a, b, c, d=None): pass 1623 def class_method(cls): pass
|
H A D | testpatch.py | 56 def class_method(cls): pass 1018 def class_method(cls, a, b=10, *, c): pass
|
H A D | testasync.py | 27 async def async_class_method(cls): pass
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_hw.h | 955 u8 cls; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.h | 1438 int mtk_flow_offload_cmd(struct mtk_eth *eth, struct flow_cls_offload *cls,
|