Home | History | Annotate | Download | only in jdwp

Lines Matching defs:declare

92 # Declare all JDWP host rules
95 define declare-jdwp-host-rule
96 # Declare standalone host rule for the given ABI.
99 # Declare variant host rule for run-jdwp-tests-host. It depends on the previous abi rule(s)
137 # Declare all JDWP target rules
140 define declare-jdwp-target-rule
141 # Declare standalone target rule for the given ABI.
144 # Declare variant target rule for run-jdwp-tests-target. It depends on the previous abi rule(s)
150 # Declare host and target rules for each ABI
151 $(foreach abi,$(jdwp_tests_host_abis),$(eval $(call declare-jdwp-host-rule,$(abi))))
152 $(foreach abi,$(jdwp_tests_target_abis),$(eval $(call declare-jdwp-target-rule,$(abi))))