Home
last modified time | relevance | path

Searched refs:aas (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/isaspec/
H A Disa.py111 aas = name = param.attrib['name']
113 aas = param.attrib['as']
114 self.params.append([name, aas])
/third_party/python/Lib/test/
H A Dtest_hashlib.py328 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 Depson2.c1699 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 Depson.c3797 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 Dassyntax.h383 #define AAS CHOICE(aas, aas, aas)
1111 #define AAS aas
/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc5120 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 DPathTest.cpp5151 const bool aas[] = { false, true }; in DEF_TEST() local
5165 for (auto aa : aas) { in DEF_TEST()

Completed in 32 milliseconds