• Home
  • Raw
  • Download

Lines Matching full:creating

25         """Tests creating a GN path from a Bazel string."""
33 """Tests creating a GN path from a GN string."""
41 """Tests creating a GN path from a raw string."""
53 """Tests creating a GN label from a Bazel string including a name."""
65 """Tests creating a GN label from a Bazel string without a name."""
76 """Tests creating a GN label from a Bazel string with a repo."""
88 """Tests creating a GN label from an absolute GN label string."""
98 """Tests creating a GN label from a GN string with a variable."""
108 """Tests creating a GN label from a relative GN label string."""
118 """Tests creating a GN label from a GN string that ascends the tree."""
126 """Tests creating a GN label from a raw string with a target name."""
137 """Tests creating a GN label from a raw string without a name."""
147 """Tests creating a relative label from a GN label with a name."""
157 """Tests creating a relative label from a GN label without a name."""
162 """Tests creating a relative label from a named absolute GN label."""
168 """Tests creating a relative label from an unnamed absolute GN label."""
197 """Tests creating a public visibility scope from a Bazel string."""
204 """Tests creating a private visibility scope from a Bazel string."""
211 """Tests creating a visibility for the same subpackage."""
218 """Tests creating a visibility for the same package."""
225 """Tests creating a visibility for a different subpackage."""
232 """Tests creating a visibility for a different package."""
239 """Tests creating a visibility from a relative GN string."""
244 """Tests creating a visibility from a string that ascends the tree."""
249 """Tests creating a visibility from an absolute GN string."""
254 """Tests creating a visibility from a raw string."""