Searched defs:func (Results 1 – 7 of 7) sorted by relevance
/build/soong/ui/build/ |
D | signal.go | 41 func SetupSignals(log logger.Logger, cancel, cleanup func()) { 47 func handleSignals(signals chan os.Signal, log logger.Logger, cancel, cleanup func()) {
|
/build/make/tools/ |
D | extract_kernel.py | 149 def decompress_dump(func, input_bytes): argument
|
D | mk2bp_catalog.py | 55 def analyze_lines(filename, lines, func): argument 95 def __init__(self, title, func): argument
|
/build/blueprint/microfactory/ |
D | microfactory.go | 139 func un(f func()) {
|
/build/soong/android/ |
D | test_asserts.go | 199 …essageContains(t *testing.T, message, expectedMessageContents string, funcThatShouldPanic func()) {
|
/build/make/tools/releasetools/ |
D | merge_target_files.py | 1182 def call_func_with_temp_dir(func, keep_tmp): argument
|
D | test_common.py | 554 def _test_reset_ZIP64_LIMIT(self, func, *args): argument
|