代码搜索:App
找到约 10,000 项符合「App」的源代码
代码结果 10,000
www.eeworm.com/read/371295/9558137
app
www.eeworm.com/read/355217/10284998
app
www.eeworm.com/read/456734/7340135
app
www.eeworm.com/read/332213/12773165
app
www.eeworm.com/read/330909/12861565
app
www.eeworm.com/read/270919/4233584
app
#!/bin/sh
# The following would skip this app for the mica
# test "$PLATFORM" == mica && exit 1
cd ../../apps/TOSBase
make $PLATFORM install.2
# Exit with make's exit code, to detect compilation err
www.eeworm.com/read/270919/4233586
app
#!/bin/sh
cd ../../apps/Blink
make $PLATFORM install.2
exit $?
www.eeworm.com/read/270919/4233589
app
#!/bin/sh
cd ../../apps/CntToRfm
make $PLATFORM install.2
exit $?
www.eeworm.com/read/270919/4233596
app
#!/bin/sh
# Skip pc
test "$PLATFORM" == pc && exit 1
cd ../../apps/TestMatchbox/Remote
make $PLATFORM install.2
# Exit with make's exit code, to detect compilation errors
exit $?
www.eeworm.com/read/203359/15360500