Home | History | Annotate | Download | only in vixl

Lines Matching full:vixl

28 // Copyright (c) 2016 VIXL authors
55 name: "vixl-common",
72 // Explicitly enable the write-strings warning. VIXL uses
84 name: "vixl-arm",
85 defaults: ["vixl-common"],
94 name: "vixl-arm64",
95 defaults: ["vixl-common"],
105 name: "vixl-debug",
106 defaults: ["vixl-common"],
117 name: "vixl-release",
118 defaults: ["vixl-common"],
126 defaults: ["vixl-release", "vixl-arm64"],
135 defaults: ["vixl-debug", "vixl-arm64"],
140 defaults: ["vixl-release", "vixl-arm"],
149 defaults: ["vixl-debug", "vixl-arm"],
152 //######## VIXL HOST TESTS #########
155 // To run all the tests: vixl-test-runner --run_all
158 name: "vixl-test-runner",
160 defaults: ["vixl-debug", "vixl-arm", "vixl-arm64"],