Home
last modified time | relevance | path

Searched refs:on_clone (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/lit/lit/
DTestingConfig.py37 on_clone = None,
66 environment, substitutions, unsupported, on_clone, argument
76 self.on_clone = on_clone
88 self.unsupported, self.on_clone,
91 if cfg.on_clone:
92 cfg.on_clone(self, cfg, path)
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/
Dlit.cfg14 # set by on_clone().
102 # Provide on_clone hook for reading 'dg.exp'.
113 def on_clone(parent, cfg, for_path):
151 config.on_clone = on_clone
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/
Dlit.cfg14 # set by on_clone().
102 # Provide on_clone hook for reading 'dg.exp'.
113 def on_clone(parent, cfg, for_path):
151 config.on_clone = on_clone
/external/swiftshader/third_party/LLVM/test/
Dlit.cfg19 # set by on_clone().
242 # Provide on_clone hook for reading 'dg.exp'.
253 def on_clone(parent, cfg, for_path):
291 config.on_clone = on_clone
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dlit.pod304 B<on_clone> The config is actually cloned for every subdirectory inside a test
305 suite, to allow local configuration on a per-directory basis. The I<on_clone>
309 I<on_clone> function will generally modify), and (3) the test path to the new