代码搜索结果
找到约 8,431 项符合
RF 的代码
makefile.in
#
# Makefile for @THIS_BROKER_NAME@
#
all:
./RunBroker
clean:
-(cd admin; rm -f Registry* LAST* ii* tt*)
-rm -rf core .glimpse_* index objects stats.html
realclean: clean
-(cd admin; rm -f LOG*
makefile
include ../../../../Makefile.cfg
TARGET = libdriver_null.a
obj = kbd.o mouse.o server.o
all: $(TARGET)
$(TARGET): $(obj)
$(AR) $(TARGET) $(obj)
$(RANLIB) $(TARGET)
clean:
rm -rf $(obj) $(TARGE
runtests.sh
#!/bin/bash
PORT=12340
HOME_PORT=12350
rm -f verbose.log
RCODE=0
rm -rf .cache
mkdir .cache
#
# Bootstrap the tests
#
for NAME in $@
do
TOTAL=`grep TESTS $NAME | sed 's/.*TESTS//'`
#
# Ea
ati_remote2.c
/*
* ati_remote2 - ATI/Philips USB RF remote driver
*
* Copyright (C) 2005 Ville Syrjala
* Copyright (C) 2007 Peter Stokes
*
* This program is fre
app.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="app"
ProjectDir="D:\ti\boards\tds642evm\examples\audio\rf5\projects\evmdm642\"
Proje
t_002.sh
#!/bin/sh
. $SCRIPTDIR/functions
cat >$CONFFILE
serialconnection.java
package com.sensevision.reader;
/**
*
* RF Dump V1.2
* @author Boris Wolf, Lukas Grunwald
* @version 07/12/2004
*
*/
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.
ignore_case1.exp
# tests to determine if "-i" causes the match to ignore the case
exec rm -rf tmp
exec mkdir tmp
exec mkdir tmp/subdir
exec touch tmp/subdir/fred
locate_start p {--output=tmp/locatedb --localpaths=tmp/
ignore_case3.exp
# tests to determine if "-i" causes the match to ignore the case
exec rm -rf tmp
exec mkdir tmp
exec mkdir tmp/subdir
exec touch tmp/subdir/fred
locate_start p {--output=tmp/locatedb --localpaths=tmp/
makefile
COMPONENT=RF230SnifferC
CFLAGS += -I$(TOSDIR)/lib/diagmsg
CFLAGS += -DTASKLET_IS_TASK
CFLAGS += -DDIAGMSG_RECORDED_MSGS=60
CFLAGS += -DRF230_DEBUG -DRF230_DEBUG_MESSAGES
include $(MAKERULES)