OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pairmap
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/build/make/
Makefile
162
pairmap
=$(if $(strip $(2)),\
macro
164
$(call
pairmap
,$(1),$(wordlist 3,$(words $(2)),$(2)))\
260
$(call
pairmap
,install_map_templates,$(INSTALL_MAPS))
/ndk/build/gmsl/
gmsl-tests
146
$(call start_test,
pairmap
)
147
$(call test_assert,$(call
pairmap
,addsuffix,2 1 3,a b c),a2 b1 c3)
148
$(call test_assert,$(call
pairmap
,addprefix,2 1 3,a b c d),2a 1b 3c d)
149
$(call test_assert,$(call
pairmap
,addprefix,2 1 3 4,a b c),2a 1b 3c)
150
$(call test_assert,$(call
pairmap
,joinem,2 1 3 4,a b c),2a 1b 3c 4)
__gmsl
219
# Function:
pairmap
225
pairmap
= $(strip $(__gmsl_tr3)\
227
$(call
pairmap
,$1,$(call rest,$2),$(call rest,$3))))
[
all
...]
index.html
100
<hr><b>
pairmap
</b><br>
Completed in 196 milliseconds