/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fopen.c | 33 char abc[100] = {0}; in fopen_0100() local 93 char abc[100] = {0}; in fopen_0300() local 123 char abc[100] = {0}; in fopen_0400() local 152 char abc[100] = {0}; fopen_0500() local 209 char abc[100] = {0}; fopen_0600() local 267 char abc[100] = {0}; fopen_0900() local [all...] |
/third_party/python/Lib/sqlite3/ |
H A D | dbapi2.py | 25 import collections.abc namespace
|
/third_party/python/Lib/importlib/resources/ |
H A D | _adapters.py | 4 from . import abc namespace
|
H A D | readers.py | 6 from . import abc namespace
|
H A D | simple.py | 5 import abc namespace
|
H A D | abc.py | 1 import abc namespace [all...] |
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_operator.py | 12 import collections.abc namespace [all...] |
/third_party/skia/src/gpu/tessellate/ |
H A D | PatchWriter.cpp | 37 float4 abc = mix(ab, bc, T); in chopAndWriteQuads() local 55 float2 abc = (ab + bc) * .5f; in chopAndWriteQuads() local 85 float4 abc = mix(ab, bc, T); chopAndWriteConics() local 120 float4 abc = mix(ab, bc, T); chopAndWriteCubics() local 140 float2 abc = (ab + bc) * .5f; chopAndWriteCubics() local [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cstrtest.c | 49 static const char *const abc="abcdefghijklmnopqrstuvwxyz", *const ABC="ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in TestAPI() local [all...] |
/third_party/jinja2/ |
H A D | _compat.py | 111 from collections import abc namespace 113 import collections as abc namespace
|
H A D | sandbox.py | 8 from collections import abc namespace
|
H A D | tests.py | 4 from collections import abc namespace
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | _compat.py | 111 from collections import abc namespace 113 import collections as abc namespace
|
H A D | tests.py | 7 from ._compat import abc namespace
|
H A D | loaders.py | 12 from ._compat import abc namespace
|
/third_party/python/Lib/ |
H A D | shelve.py | 62 import collections.abc namespace
|
/third_party/python/Lib/email/ |
H A D | _policybase.py | 6 import abc namespace
|
/third_party/python/Lib/importlib/ |
H A D | abc.py | 15 import abc namespace [all...] |
/third_party/python/Lib/dbm/ |
H A D | dumb.py | 27 import collections.abc namespace
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | _compat.py | 111 from collections import abc namespace 113 import collections as abc namespace
|
H A D | loaders.py | 12 from ._compat import abc namespace
|
H A D | tests.py | 7 from ._compat import abc namespace
|
/third_party/python/Lib/test/ |
H A D | test_dictviews.py | 1 import collections.abc namespace [all...] |
/third_party/python/Lib/test/test_importlib/resources/ |
H A D | util.py | 1 import abc namespace
|
/third_party/vulkan-loader/scripts/ |
H A D | loader_genvk.py | 375 import abc; abc.ABC = abc.ABCMeta('ABC', (object,), {}) namespace
|