HomeSort by relevance Sort by last modified time
    Searched refs:DESC (Results 26 - 50 of 53) sorted by null

12 3

  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 215 #define ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATEFN) \
228 #define ANALYSIS_STORE(NAME, CMDFLAG, DESC, CREATEFN) \
236 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATEFN) \
  /external/deqp/modules/gles2/functional/
es2fBufferWriteTests.cpp 180 BasicBufferDataCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, VerifyType verify)
181 : BufferCase (context, name, desc)
224 RecreateBufferDataStoreCase (Context& context, const char* name, const char* desc, const DataStoreSpec* specs, int numSpecs, VerifyType verify)
225 : BufferCase(context, name, desc)
273 BasicBufferSubDataCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, int subDataOffs, int subDataSize, VerifyType verify)
274 : BufferCase (context, name, desc)
327 SubDataToUndefinedCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, const tcu::IVec2* ranges, int numRanges, VerifyType verify)
328 : BufferCase (context, name, desc)
389 RandomBufferWriteCase (Context& context, const char* name, const char* desc, deUint32 seed)
390 : BufferCase(context, name, desc)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBufferWriteTests.cpp 180 BasicBufferDataCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, VerifyType verify)
181 : BufferCase (context.getTestContext(), context.getRenderContext(), name, desc)
224 RecreateBufferDataStoreCase (Context& context, const char* name, const char* desc, const DataStoreSpec* specs, int numSpecs, VerifyType verify)
225 : BufferCase(context.getTestContext(), context.getRenderContext(), name, desc)
273 BasicBufferSubDataCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, int subDataOffs, int subDataSize, VerifyType verify)
274 : BufferCase (context.getTestContext(), context.getRenderContext(), name, desc)
327 SubDataToUndefinedCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, const tcu::IVec2* ranges, int numRanges, VerifyType verify)
328 : BufferCase (context.getTestContext(), context.getRenderContext(), name, desc)
389 RandomBufferWriteCase (Context& context, const char* name, const char* desc, deUint32 seed)
390 : BufferCase(context.getTestContext(), context.getRenderContext(), name, desc)
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
collate4.test 292 cksort {SELECT a FROM collate4t3 ORDER BY a COLLATE text DESC}
295 cksort {SELECT a FROM collate4t3 ORDER BY a COLLATE text DESC, b}
299 ORDER BY a COLLATE text DESC, b COLLATE nocase}
303 ORDER BY a COLLATE text DESC, b COLLATE nocase DESC}
  /external/deqp/modules/gles2/performance/
es2pShaderCompilationCases.cpp     [all...]
es2pRedundantStateChangeTests.cpp 103 #define ADD_TESTCASE(NAME, DESC, DRAWARRAYS, INDEXBUFFER, INIT_FUNC, CHANGE_FUNC)\
120 manySmallCallsGroup->addChild (new RedundantStateChangeCase_ ## NAME (m_context,1000,2,#NAME,(DESC)));\
121 fewBigCallsGroup->addChild (new RedundantStateChangeCase_ ## NAME (m_context,10,200,#NAME,(DESC)));\
    [all...]
es2pStateChangeTests.cpp 112 #define ADD_TESTCASE(NAME, DESC, DRAWARRAYS, INDEXBUFFER, INIT_FUNC, CHANGE_FUNC)\
129 manySmallCallsGroup->addChild (new StateChangeCase_ ## NAME (m_context,1000,2,#NAME,(DESC)));\
130 fewBigCallsGroup->addChild (new StateChangeCase_ ## NAME (m_context,10,200,#NAME,(DESC)));\
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderCompilationCases.cpp     [all...]
es3pRedundantStateChangeTests.cpp 103 #define ADD_TESTCASE(NAME, DESC, DRAWARRAYS, INDEXBUFFER, INIT_FUNC, CHANGE_FUNC)\
120 manySmallCallsGroup->addChild (new RedundantStateChangeCase_ ## NAME (m_context,1000,2,#NAME,(DESC)));\
121 fewBigCallsGroup->addChild (new RedundantStateChangeCase_ ## NAME (m_context,10,200,#NAME,(DESC)));\
    [all...]
es3pStateChangeTests.cpp 112 #define ADD_TESTCASE(NAME, DESC, DRAWARRAYS, INDEXBUFFER, INIT_FUNC, CHANGE_FUNC)\
129 manySmallCallsGroup->addChild (new StateChangeCase_ ## NAME (m_context,1000,2,#NAME,(DESC)));\
130 fewBigCallsGroup->addChild (new StateChangeCase_ ## NAME (m_context,10,200,#NAME,(DESC)));\
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 290 // desc - Modifier to set the description shown in the -help output...
291 struct desc { struct in namespace:llvm::cl
292 const char *Desc;
293 desc(const char *Str) : Desc(Str) {} function in struct:llvm::cl::desc
294 void apply(Option &O) const { O.setDescription(Desc); }
300 const char *Desc;
301 value_desc(const char *Str) : Desc(Str) {}
302 void apply(Option &O) const { O.setValueStr(Desc); }
477 #define clEnumVal(ENUMVAL, DESC) #ENUMVAL, int(ENUMVAL), DES
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
shell.c     [all...]
parse.y 198 CONFLICT DATABASE DEFERRED DESC DETACH EACH END EXCLUSIVE EXPLAIN FAIL FOR
593 sortorder(A) ::= DESC. {A = SQLITE_SO_DESC;}
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 373 case IReportProperties.DESC:
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 144 #define ANALYSIS_STORE(NAME, CMDFLAG, DESC, CREATFN) \
160 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATFN) \
176 #define ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATFN) \
192 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC) \
208 #define ANALYSIS_INLINING_MODE(NAME, CMDFLAG, DESC) \
    [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 416 FROM space_used GROUP BY tblname ORDER BY size+0 DESC, tblname} {} {
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/
live-loader.js 675 // if we are already sorting by this column then toggle between asc/desc
687 * Returns ASC or DESC (from constants) if currently the data
698 var result = (currSortAsc) ? constants.ASC : constants.DESC;
    [all...]
loader.js 659 // if we are already sorting by this column then toggle between asc/desc
671 * Returns ASC or DESC (from constants) if currently the data
682 var result = (currSortAsc) ? constants.ASC : constants.DESC;
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 680 milliseconds

12 3