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

  /build/make/common/
math.mk 64 define math_is_number macro
77 $(call math-expect-true,(call math_is_number,0))
78 $(call math-expect-true,(call math_is_number,2))
79 $(call math-expect-false,(call math_is_number,foo))
80 $(call math-expect-false,(call math_is_number,-1))
81 $(call math-expect-error,(call math_is_number,1 2),Multiple words in a single argument: 1 2)
82 $(call math-expect-error,(call math_is_number,no 2),Multiple words in a single argument: no 2)
91 $(if $(call math_is_number,$(1)),,$(call math-error,Only non-negative integers <= 100 are supported (not $(1))))
162 $(if $(call math_is_number,$(n)), \
  /cts/tests/signature/api-check/system-api/
Android.mk 19 $(if $(call math_is_number,$(ver)),\
  /build/make/core/
version_defaults.mk 234 $(if $(call math_is_number,$(PLATFORM_SYSTEMSDK_MIN_VERSION)),,\
  /cts/tests/signature/api/
Android.mk 48 $(if $(call math_is_number,$(ver)),\

Completed in 72 milliseconds