Searched refs:aas (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/compiler/isaspec/ |
H A D | isa.py | 111 aas = name = param.attrib['name'] 113 aas = param.attrib['as'] 114 self.params.append([name, aas])
|
/third_party/python/Lib/test/ |
H A D | test_hashlib.py | 328 aas = b'a' * 128 335 m1.update(aas) 345 m2.update(aas + bees + cees + dees) 348 m3 = cons(aas + bees + cees + dees, usedforsecurity=False) 352 m4 = cons(aas + bees + cees, usedforsecurity=False)
|
/third_party/backends/backend/ |
H A D | epson2.c | 1699 SANE_Bool aas = SANE_FALSE; in handle_depth_halftone() local 1711 aas = SANE_TRUE; in handle_depth_halftone() 1716 setOptionState(s, aas, OPT_AAS, reload); in handle_depth_halftone()
|
H A D | epson.c | 3797 SANE_Bool aas = SANE_FALSE; in handle_depth_halftone() local 3807 aas = SANE_TRUE; in handle_depth_halftone() 3814 setOptionState (s, aas, OPT_AAS, reload); in handle_depth_halftone()
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 383 #define AAS CHOICE(aas, aas, aas) 1111 #define AAS aas
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-aarch32.cc | 5120 ExactAssemblyScope aas(&masm, 2 * NUM1, CodeBufferCheckScope::kMaximumSize); in TEST_T32() 5129 ExactAssemblyScope aas(&masm, 2 * NUM2, CodeBufferCheckScope::kMaximumSize); in TEST_T32() 5136 ExactAssemblyScope aas(&masm, 4, CodeBufferCheckScope::kMaximumSize); in TEST_T32() 5172 ExactAssemblyScope aas(&masm, in TEST_T32() 5183 ExactAssemblyScope aas(&masm, 4, CodeBufferCheckScope::kMaximumSize); in TEST_T32()
|
/third_party/skia/tests/ |
H A D | PathTest.cpp | 5151 const bool aas[] = { false, true }; in DEF_TEST() local 5165 for (auto aa : aas) { in DEF_TEST()
|
Completed in 31 milliseconds