HomeSort by relevance Sort by last modified time
    Searched refs:math_is_number (Results 1 - 5 of 5) sorted by null

  /prebuilts/sdk/
Android.mk 28 LOCAL_MIN_SDK_VERSION := $(if $(call math_is_number,$(strip $(1))),$(1),$(PLATFORM_JACK_MIN_SDK_VERSION))
40 LOCAL_MIN_SDK_VERSION := $(if $(call math_is_number,$(strip $(1))),$(1),$(PLATFORM_JACK_MIN_SDK_VERSION))
  /build/make/core/
math.mk 29 define math_is_number macro
36 #$(warning true == $(call math_is_number,2))
37 #$(warning == $(call math_is_number,foo))
38 #$(call math_is_number,1 2)
39 #$(call math_is_number,no 2)
42 $(if $(call math_is_number,$(1)),,$(error Only positive integers <= 100 are supported (not $(1))))
92 $(if $(call math_is_number,$(n)), \
version_defaults.mk 216 $(if $(call math_is_number,$(PLATFORM_SYSTEMSDK_MIN_VERSION)),,\
  /cts/tests/signature/api-check/system-api/
Android.mk 19 $(if $(call math_is_number,$(ver)),\
  /cts/tests/signature/api/
Android.mk 46 $(if $(call math_is_number,$(ver)),\

Completed in 201 milliseconds