Searched defs:or (Results 1 - 4 of 4) sorted by relevance

/build/core/
H A Dmath.mk10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
57 # Returns the greater of $1 or $2.
58 # If $1 or $2 is not a positive integer <= 100, then an error is generated.
127 # first argument is greater than or equal to second argument
130 define _int_greater-or-equal
139 $(if $(call _int_greater-or-equal,$(call _int_encode,$(1)),$(call _int_encode,$(2))),\
150 $(if $(call _int_greater-or-equal,$(call _int_encode,$(1)),$(call _int_encode,$(2))), \
H A Ddefinitions.mk10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
122 define true-or-empty
282 find -L $(1) -name "*$(or $(LOCAL_CPP_EXTENSION),.cpp)" -and -not -name ".*") \
358 $(call find-subdir-files,$(1) \( -name "*.rs" -or -name "*.fs" \) -and -not -name ".*")
455 ## a given directory or one of its parents contains
674 # Get the jar files (you can pass to "javac -classpath") of static or shared
682 # Get the header jar files (you can pass to "javac -classpath") of static or shared
708 # Get the jar files (you can pass to "javac -classpath") of static or shared
715 # Get the header jar files (you can pass to "javac -classpath") of static or share
[all...]
/build/make/core/
H A Dmath.mk10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
57 # Returns the greater of $1 or $2.
58 # If $1 or $2 is not a positive integer <= 100, then an error is generated.
127 # first argument is greater than or equal to second argument
130 define _int_greater-or-equal
139 $(if $(call _int_greater-or-equal,$(call _int_encode,$(1)),$(call _int_encode,$(2))),\
150 $(if $(call _int_greater-or-equal,$(call _int_encode,$(1)),$(call _int_encode,$(2))), \
H A Ddefinitions.mk10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
122 define true-or-empty
282 find -L $(1) -name "*$(or $(LOCAL_CPP_EXTENSION),.cpp)" -and -not -name ".*") \
358 $(call find-subdir-files,$(1) \( -name "*.rs" -or -name "*.fs" \) -and -not -name ".*")
455 ## a given directory or one of its parents contains
674 # Get the jar files (you can pass to "javac -classpath") of static or shared
682 # Get the header jar files (you can pass to "javac -classpath") of static or shared
708 # Get the jar files (you can pass to "javac -classpath") of static or shared
715 # Get the header jar files (you can pass to "javac -classpath") of static or share
[all...]

Completed in 102 milliseconds