/external/apache-commons-bcel/src/examples/ |
D | Package.java | 240 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/ |
D | ReportAPI.java | 451 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()
|
D | CollectAPI.java | 69 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()
|
D | CheckAPI.java | 829 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/ |
D | CONTRIBUTING.md | 17 [Contributor License Agreement](https://cla.developers.google.com/clas).
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 627 #define HANDLE_INST(num, opc, clas) \ in clone() argument 629 New = cast<clas>(this)->cloneImpl(); \ in clone()
|
D | Core.cpp | 1058 #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-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 735 #define HANDLE_INST(num, opc, clas) \ in clone() argument 737 New = cast<clas>(this)->cloneImpl(); \ in clone()
|
D | Core.cpp | 1437 #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
|
/external/llvm-project/llvm/lib/IR/ |
D | Instruction.cpp | 772 #define HANDLE_INST(num, opc, clas) \ in clone() argument 774 New = cast<clas>(this)->cloneImpl(); \ in clone()
|
D | Core.cpp | 1470 #define HANDLE_INST(num, opc, clas) case num: return LLVM##opc; in map_to_llvmopcode() argument 1479 #define HANDLE_INST(num, opc, clas) case LLVM##opc: return num; in map_from_llvmopcode() argument
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | CONTRIBUTING.md | 23 …t you've signed the [Google Contributor License Agreement](https://cla.developers.google.com/clas).
|
/external/opencensus-java/ |
D | CONTRIBUTING.md | 18 [Contributor License Agreement](https://cla.developers.google.com/clas).
|
/external/swiftshader/ |
D | README.md | 117 …ist, but you've signed the [Google CLA](https://cla.developers.google.com/clas) and have contribut…
|
/external/rust/crates/ring/ |
D | LICENSE | 30 https://cla.developers.google.com/clas
|
/external/boringssl/src/ |
D | LICENSE | 6 https://cla.developers.google.com/clas
|
/external/boringssl/ |
D | NOTICE | 6 https://cla.developers.google.com/clas
|
/external/rust/crates/quiche/deps/boringssl/ |
D | LICENSE | 6 https://cla.developers.google.com/clas
|
/external/javaparser/javaparser-core-testing/src/test/resources/com/github/javaparser/bulk_test_results/ |
D | openjdk_src_repo_test_results.txt | 312 Parse error. Found "clas" <IDENTIFIER>, expected one of ";" "@" "\u001a" "abstract" "class" "defa…
|
/external/hyphenation-patterns/en-GB/ |
D | hyph-en-gb.pat.txt | 1570 3clas
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 5480 #define HANDLE_CAST_INST(num, opc, clas) case Instruction::opc: in SimplifyInstruction() argument
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 5821 #define HANDLE_CAST_INST(num, opc, clas) case Instruction::opc: in SimplifyInstruction() argument
|
/external/apache-commons-bcel/docs/verifier/ |
D | JustIce.lyx | 6354 This pass has to verify the integrity of the clas file's data structures
|