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

  /external/iproute2/testsuite/lib/
generic.sh 27 DESC=$1; shift
34 ts_err "${SCRIPT}: ${DESC} failed:"
43 echo "${SCRIPT}: ${DESC} succeeded with output:"
46 echo "${SCRIPT}: ${DESC} succeeded"
55 DESC=$1; shift
62 ts_err "${SCRIPT}: ${DESC} failed:"
71 echo "${SCRIPT}: ${DESC} succeeded with output:"
74 echo "${SCRIPT}: ${DESC} succeeded"
  /external/clang/include/clang/Analysis/
AnalysisDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Driver/
DriverDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Frontend/
FrontendDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
AnalyzerOptions.h 29 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
36 #define ANALYSIS_STORE(NAME, CMDFLAG, DESC, CREATFN) NAME##Model,
43 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATFN) NAME##Model,
51 #define ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATFN, AUTOCREAT) PD_##NAME,
58 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC) NAME,
65 #define ANALYSIS_IPA(NAME, CMDFLAG, DESC) NAME,
72 #define ANALYSIS_INLINING_MODE(NAME, CMDFLAG, DESC) NAME,
  /external/clang/include/clang/Lex/
LexDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Parse/
ParseDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Sema/
SemaDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/include/clang/Serialization/
SerializationDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/dropbear/debian/
dropbear.init 9 DESC="Dropbear SSH server"
33 echo -n "Starting $DESC: "
40 echo -n "Stopping $DESC: "
46 echo -n "Restarting $DESC: "
  /external/clang/include/clang/AST/
ASTDiagnostic.h 18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/tools/diagtool/
DiagTool.h 59 #define DEF_DIAGTOOL(NAME, DESC, CLSNAME)\
63 CLSNAME() : DiagTool(NAME, DESC) {}\
  /external/llvm/include/llvm/ADT/
Statistic.h 38 const char *Desc;
44 const char *getDesc() const { return Desc; }
47 void construct(const char *name, const char *desc) {
48 Name = name; Desc = desc;
122 #define STATISTIC(VARNAME, DESC) \
123 static llvm::Statistic VARNAME = { DEBUG_TYPE, DESC, 0, 0 }
  /external/emma/core/java12/com/vladium/emma/report/
IReportProperties.java 65 char DESC = '-';
ReportProperties.java 373 case IReportProperties.DESC:
  /external/libvpx/
docs.mk 25 vp8_api1_migration.dox.DESC = VP8 API 1.x Migration
32 $(@:.dox=) "$($@.DESC)" > $@ < $<
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 52 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 69 #define DIAG(ENUM,CLASS,DEFAULT_MAPPING,DESC,GROUP, \
74 STR_SIZE(DESC, uint16_t), DESC },
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 145 #define ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATEFN, AUTOCREATE) \
159 #define ANALYSIS_STORE(NAME, CMDFLAG, DESC, CREATEFN) \
167 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATEFN) \
  /external/llvm/include/llvm/Support/
CommandLine.h 267 // desc - Modifier to set the description shown in the -help output...
268 struct desc { struct in namespace:llvm::cl
269 const char *Desc;
270 desc(const char *Str) : Desc(Str) {} function in struct:llvm::cl::desc
271 void apply(Option &O) const { O.setDescription(Desc); }
277 const char *Desc;
278 value_desc(const char *Str) : Desc(Str) {}
279 void apply(Option &O) const { O.setValueStr(Desc); }
441 #define clEnumVal(ENUMVAL, DESC) #ENUMVAL, int(ENUMVAL), DES
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 52 #define ANALYSIS_STORE(NAME, CMDFLAG, DESC, CREATFN) \
62 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATFN) \
72 #define ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATFN, AUTOCREATE) \
82 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC) \
92 #define ANALYSIS_IPA(NAME, CMDFLAG, DESC) \
103 #define ANALYSIS_INLINE_SELECTION(NAME, CMDFLAG, DESC) \
    [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
  /external/openssh/
buildpkg.sh.in 249 DESC="Secure Shell remote access utility; replaces telnet and rlogin/rsh."
  /external/emma/lib/
emma.jar 

Completed in 1198 milliseconds