/external/apache-commons-bcel/src/examples/Mini/ |
D | ASTLetExpr.java | 36 private ASTIdent[] idents; field in ASTLetExpr 62 idents = new ASTIdent[len_2]; in closeNode() 67 idents[i] = (ASTIdent)children[i * 2]; in closeNode() 88 for(int i=0; i < idents.length; i++) { in traverse() 89 ASTIdent id = idents[i]; in traverse() 116 for(int i=0; i < idents.length; i++) { in eval() 119 idents[i].setType(t); in eval() 131 for(int i = 0; i < idents.length; i++) { in code() 132 String ident = idents[i].getName(); in code() 133 int t = idents[i].getType(); // can only be int in code() [all …]
|
/external/wayland/protocol/ |
D | generate-shm-formats.py | 76 idents = {} variable 96 idents[ident_list[i]] = val 99 del idents["DRM_FORMAT_BIG_ENDIAN"] 100 del idents["DRM_FORMAT_INVALID"] 101 del idents["DRM_FORMAT_RESERVED"] 105 for ident, val in idents.items():
|
/external/starlark-go/syntax/ |
D | walk_test.go | 90 var idents []string 93 idents = append(idents, id.Name) 97 fmt.Println(strings.Join(idents, " "))
|
/external/rust/crates/cexpr/tests/ |
D | clang.rs | 26 idents: &mut HashMap<Vec<u8>, EvalResult>, in test_definition() 107 fnidents = idents.clone(); in test_definition() 132 IdentifierParser::new(idents) in test_definition() 140 if let Some(_) = idents.insert(ident, val) { in test_definition() 288 let mut idents = HashMap::new(); in test_file() localVariable 291 all_succeeded &= test_definition(ident, &tokens, &mut idents) in test_file()
|
/external/python/cpython2/Lib/test/ |
D | test_capi.py | 126 idents = [] 129 idents.append(thread.get_ident()) 135 self.assertEqual(idents.count(thread.get_ident()), 3,
|
/external/llvm-project/openmp/runtime/tools/ |
D | message-converter.pl | 136 my %idents; 161 %idents = (); # Clean list of known message identifiers. 193 if ( exists( $idents{ $ident } ) ) { 203 $idents{ $ident } = 1;
|
/external/rust/cxx/syntax/ |
D | namespace.rs | 78 fn from_iter<I>(idents: I) -> Self in from_iter() 82 let segments = idents.into_iter().cloned().collect(); in from_iter()
|
/external/llvm-project/lldb/examples/python/ |
D | crashlog.py | 82 self.idents = list() 161 if ident not in self.idents: 162 self.idents.append(ident) 322 self.idents = list() # A list of the required identifiers for doing all stack backtraces 360 if self.idents: 361 for ident in self.idents: 468 if ident not in self.crashlog.idents: 469 self.crashlog.idents.append(ident) 689 if ident not in self.crashlog.idents: 690 self.crashlog.idents.append(ident) [all …]
|
/external/rust/crates/clang-sys/ |
D | clippy.toml | 1 doc-valid-idents = ["FreeBSD"]
|
/external/rust/crates/rusqlite/ |
D | clippy.toml | 1 doc-valid-idents = ["SQLite", "lang_transaction"]
|
/external/rust/crates/hashbrown/ |
D | clippy.toml | 1 doc-valid-idents = [ "CppCon", "SwissTable", "SipHash", "HashDoS" ]
|
/external/python/cpython3/Lib/test/ |
D | test_capi.py | 678 idents = [] 681 idents.append(threading.get_ident()) 687 self.assertEqual(idents.count(threading.get_ident()), 3,
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionParser.cpp | 307 static void RemoveCppKeyword(IdentifierTable &idents, llvm::StringRef token) { in RemoveCppKeyword() argument 321 clang::IdentifierInfo &ii = idents.get(token); in RemoveCppKeyword() 335 static void RemoveAllCppKeywords(IdentifierTable &idents) { in RemoveAllCppKeywords() argument 336 #define KEYWORD(NAME, FLAGS) RemoveCppKeyword(idents, llvm::StringRef(#NAME)); in RemoveAllCppKeywords()
|
D | ClangASTSource.cpp | 789 SmallVector<IdentifierInfo *, 4> idents; in FindObjCMethodDeclsWithOrigin() local 796 idents.push_back(&original_ctx->Idents.get(sel.getNameForSlot(i))); in FindObjCMethodDeclsWithOrigin() 800 original_ctx->Selectors.getSelector(num_args, idents.data()); in FindObjCMethodDeclsWithOrigin()
|
/external/rust/crates/proc-macro2/tests/ |
D | test.rs | 6 fn idents() { in idents() function
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/parser/ |
D | parser.go | 402 idents map[string]*Identifier // identifiers by name member
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/ |
D | parser.go | 402 idents map[string]*Identifier // identifiers by name member
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/parser/ |
D | parser.go | 402 idents map[string]*Identifier // identifiers by name member
|
/external/turbine/java/com/google/turbine/parse/ |
D | Parser.java | 351 private static String flatname(char join, ImmutableList<Ident> idents) { in flatname() argument 354 for (Ident ident : idents) { in flatname()
|
/external/rust/crates/structopt/ |
D | CHANGELOG.md | 164 * Now raw idents are handled correctly ([#269](https://github.com/TeXitoi/structopt/issues/269))
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 929 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 5609 static char *idents[] = { in peripheral_device_page() local 5628 if (ident < (sizeof(idents) / sizeof(char *))) in peripheral_device_page() 5629 name = idents[ident]; in peripheral_device_page()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTContext.h | 1027 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 730 IdentifierTable &idents, SelectorTable &sels, in ASTContext() argument 748 PrintingPolicy(LOpts), Idents(idents), Selectors(sels), in ASTContext()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 957 IdentifierTable &idents, SelectorTable &sels, in ASTContext() argument 968 PrintingPolicy(LOpts), Idents(idents), Selectors(sels), in ASTContext()
|