Searched refs:MyStr (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/Analysis/ |
D | uninit-vals-ps-region.m | 79 struct MyStr { struct 83 void swap(struct MyStr *To, struct MyStr *From) { argument 88 int test_undefined_member_assignment_in_swap(struct MyStr *s2) { argument 89 struct MyStr s1;
|
/external/python/cpython3/Lib/sqlite3/test/ |
D | regression.py | 201 class MyStr(str): pass class 202 self.con.execute("select ?", (MyStr("abc"),))
|
/external/python/cpython2/Lib/test/ |
D | pickletester.py | 1283 for c in (MyInt, MyLong, MyStr, MyTuple): 1657 class MyStr(str): class 1674 MyStr, MyUnicode,
|
D | test_datetime.py | 1311 class MyStr(str): class 1314 return MyStr('name')
|
D | test_descr.py | 3687 class MyStr(str): class 3690 m = MyStr(base)
|
/external/python/cpython3/Lib/test/ |
D | pickletester.py | 2659 class MyStr(str): class 2682 MyStr, MyUnicode,
|
D | test_descr.py | 1065 class MyStr(str): class 1068 "a".__class__ = MyStr
|
D | datetimetester.py | 1949 class MyStr(str): class 1952 return MyStr('name')
|