Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/examples/
DPackage.java240 String clas = ((ConstantUtf8) pool.getConstant(idx)).getBytes(); in addDependents() local
241 addClassString(clas, name); in addDependents()
250 void addClassString(String clas, String from) throws IOException { in addClassString() argument
252 System.out.println("processing: " + clas + " referenced by " + from); in addClassString()
256 if (clas.startsWith("[")) { in addClassString()
257 if (clas.length() == 2) { in addClassString()
261 if ('L' == clas.charAt(1)) { in addClassString()
264 addClassString(clas.substring(2, clas.length() - 1), from); in addClassString()
267 if ('[' == clas.charAt(1)) { in addClassString()
269 addClassString(clas.substring(1), from); in addClassString()
[all …]
/external/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()
/external/conscrypt/
DCONTRIBUTING.md17 [Contributor License Agreement](https://cla.developers.google.com/clas).
/external/llvm/lib/IR/
DInstruction.cpp627 #define HANDLE_INST(num, opc, clas) \ in clone() argument
629 New = cast<clas>(this)->cloneImpl(); \ in clone()
DCore.cpp1058 #define HANDLE_INST(num, opc, clas) case num: return LLVM##opc; in map_to_llvmopcode() argument
1067 #define HANDLE_INST(num, opc, clas) case LLVM##opc: return num; in map_from_llvmopcode() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp667 #define HANDLE_INST(num, opc, clas) \ in clone() argument
669 New = cast<clas>(this)->cloneImpl(); \ in clone()
DCore.cpp1249 #define HANDLE_INST(num, opc, clas) case num: return LLVM##opc; in map_to_llvmopcode() argument
1258 #define HANDLE_INST(num, opc, clas) case LLVM##opc: return num; in map_from_llvmopcode() argument
/external/opencensus-java/
DCONTRIBUTING.md18 [Contributor License Agreement](https://cla.developers.google.com/clas).
/external/swiftshader/
DREADME.md108 …ist, but you've signed the [Google CLA](https://cla.developers.google.com/clas) and have contribut…
/external/boringssl/
DNOTICE6 https://cla.developers.google.com/clas
/external/boringssl/src/
DLICENSE6 https://cla.developers.google.com/clas
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp665 #define HANDLE_INST(num, opc, clas) case num: return LLVM##opc; in map_to_llvmopcode() argument
676 #define HANDLE_INST(num, opc, clas) case LLVM##opc: return num; in map_from_llvmopcode() argument
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bulk_test_results/
Dopenjdk_src_repo_test_results.txt312 Parse error. Found "clas" <IDENTIFIER>, expected one of ";" "@" "\u001a" "abstract" "class" "defa…
/external/hyphenation-patterns/en-GB/
Dhyph-en-gb.pat.txt1570 3clas
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp5046 #define HANDLE_CAST_INST(num, opc, clas) case Instruction::opc: in SimplifyInstruction() argument
/external/apache-commons-bcel/docs/verifier/
DJustIce.lyx6354 This pass has to verify the integrity of the clas file's data structures