Home
last modified time | relevance | path

Searched refs:clas (Results 1 – 11 of 11) sorted by relevance

/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DReportAPI.java451 String clas = null; in printResults() local
458 if (clas != null) { in printResults()
477 clas = null; in printResults()
482 if (!className.equals(clas)) { in printResults()
484 if (clas != null) { in printResults()
492 clas = className; in printResults()
506 if (clas != null) { in printResults()
DCollectAPI.java69 String clas = "***"; // hack - we just need a class name never used in writeHTML() local
110 clas = className; in writeHTML()
113 if (!className.equals(clas)) { in writeHTML()
119 clas = className; in writeHTML()
DCheckAPI.java829 String clas = null; in writeResults() local
840 if (clas != null) { in writeResults()
864 clas = null; in writeResults()
869 if (!name.equals(clas)) { in writeResults()
871 if (clas != null) { in writeResults()
882 clas = name; in writeResults()
901 if (clas != null) { in writeResults()
/third_party/typescript/tests/baselines/reference/
DunusedTypeParameters9.types2 // clas + interface
DunusedTypeParameters9.symbols2 // clas + interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp735 #define HANDLE_INST(num, opc, clas) \ in clone() argument
737 New = cast<clas>(this)->cloneImpl(); \ in clone()
DCore.cpp1437 #define HANDLE_INST(num, opc, clas) case num: return LLVM##opc; in map_to_llvmopcode() argument
1446 #define HANDLE_INST(num, opc, clas) case LLVM##opc: return num; in map_from_llvmopcode() argument
/third_party/skia/third_party/externals/swiftshader/
DREADME.md119 …ist, but you've signed the [Google CLA](https://cla.developers.google.com/clas) and have contribut…
/third_party/libphonenumber/
DCONTRIBUTING.md125 GitHub username, go to https://cla.developers.google.com/clas and click
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp5480 #define HANDLE_CAST_INST(num, opc, clas) case Instruction::opc: in SimplifyInstruction() argument
/third_party/gstreamer/gstreamer/
DChangeLog102296 … classes to execute seeks in other formats by providing a prepare_seek_segment vmethod. Sub-clas...