OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_range_list
(Results
1 - 4
of
4
) sorted by null
/build/make/common/
math.mk
103
define
int_range_list
macro
110
$(call math-expect,(call
int_range_list
,0,1),0 1)
111
$(call math-expect,(call
int_range_list
,1,1),1)
112
$(call math-expect,(call
int_range_list
,1,2),1 2)
113
$(call math-expect,(call
int_range_list
,2,1),)
114
$(call math-expect-error,(call
int_range_list
,1,101),Only non-negative integers <= 100 are supported (not 101))
/cts/tests/signature/api-check/shared-libs-api/
Android.mk
19
$(foreach ver,$(call
int_range_list
,28,$(PLATFORM_SDK_VERSION)),\
/build/make/core/
version_defaults.mk
236
PLATFORM_SYSTEMSDK_VERSIONS := $(call
int_range_list
,$(PLATFORM_SYSTEMSDK_MIN_VERSION),$(PLATFORM_SDK_VERSION))
/cts/tests/signature/api/
Android.mk
53
$(foreach ver,$(call
int_range_list
,28,$(PLATFORM_SDK_VERSION)),\
Completed in 54 milliseconds