/external/clang/lib/ARCMigrate/ |
D | Internals.h | 32 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range); 33 bool hasDiagnostic(ArrayRef<unsigned> IDs, SourceRange range) const; 74 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range); 79 unsigned IDs[] = { ID1, ID2 }; in clearDiagnostic() local 80 return clearDiagnostic(IDs, range); in clearDiagnostic() 84 unsigned IDs[] = { ID1, ID2, ID3 }; in clearDiagnostic() local 85 return clearDiagnostic(IDs, range); in clearDiagnostic() 93 unsigned IDs[] = { ID1, ID2 }; in hasDiagnostic() local 94 return CapturedDiags.hasDiagnostic(IDs, range); in hasDiagnostic()
|
D | ARCMT.cpp | 27 bool CapturedDiagList::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic() argument 36 if ((IDs.empty() || // empty means clear all diagnostics in the range. in clearDiagnostic() 37 std::find(IDs.begin(), IDs.end(), I->getID()) != IDs.end()) && in clearDiagnostic() 57 bool CapturedDiagList::hasDiagnostic(ArrayRef<unsigned> IDs, in hasDiagnostic() argument 65 if ((IDs.empty() || // empty means any diagnostic in the range. in hasDiagnostic() 66 std::find(IDs.begin(), IDs.end(), I->getID()) != IDs.end()) && in hasDiagnostic()
|
D | TransformActions.cpp | 146 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range); 165 void commitClearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range); 368 bool TransformActionsImpl::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic() argument 371 if (!CapturedDiags.hasDiagnostic(IDs, range)) in clearDiagnostic() 377 data.DiagIDs.append(IDs.begin(), IDs.end()); in clearDiagnostic() 500 void TransformActionsImpl::commitClearDiagnostic(ArrayRef<unsigned> IDs, in commitClearDiagnostic() argument 502 CapturedDiags.clearDiagnostic(IDs, range); in commitClearDiagnostic() 666 bool TransformActions::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic() argument 668 return static_cast<TransformActionsImpl*>(Impl)->clearDiagnostic(IDs, range); in clearDiagnostic()
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | CompoundTransliteratorTest.java | 39 final String IDs[]={ in TestConstruction() local 49 Transliterator.getInstance(IDs[i]); in TestConstruction() 51 … errln("FAIL: construction using CompoundTransliterator(String ID) failed for " + IDs[i]); in TestConstruction() 56 Transliterator.getInstance(IDs[i], Transliterator.FORWARD); in TestConstruction() 58 …construction using CompoundTransliterator(String ID, int direction=FORWARD) failed for " + IDs[i]); in TestConstruction() 63 Transliterator.getInstance(IDs[i], Transliterator.REVERSE); in TestConstruction() 65 …construction using CompoundTransliterator(String ID, int direction=REVERSE) failed for " + IDs[i]); in TestConstruction()
|
/external/markdown/markdown/extensions/ |
D | headerid.py | 90 IDs = [] variable in HeaderIdProcessor 146 while id in self.IDs: 152 self.IDs.append(id) 186 self.processor.IDs = []
|
/external/lzma/ |
D | Methods.txt | 1 7-Zip method IDs (9.18) 8 1) Write request for allocating IDs to 7-zip developers. 13 3F - Prefix for random IDs (1 byte) 23 List of defined IDs
|
/external/mesa3d/src/mesa/main/ |
D | errors.c | 187 state = (uintptr_t)_mesa_HashLookup(nspace->IDs, id); in get_message_state() 210 _mesa_HashInsert(nspace->IDs, id, (void*)state); in get_message_state() 238 state = (uintptr_t)_mesa_HashLookup(nspace->IDs, id); in set_message_state() 252 _mesa_HashInsert(nspace->IDs, id, (void*)state); in set_message_state() 765 ClientIDs->Namespaces[s][t].IDs = _mesa_NewHashTable(); in _mesa_init_errors() 766 assert(ClientIDs->Namespaces[s][t].IDs); in _mesa_init_errors() 782 _mesa_DeleteHashTable(ClientIDs->Namespaces[s][t].IDs); in _mesa_free_errors_data()
|
/external/llvm/tools/verify-uselistorder/ |
D | verify-uselistorder.cpp | 84 DenseMap<const Value *, unsigned> IDs; member 104 unsigned lookup(const Value *V) const { return IDs.lookup(V); } in lookup() 231 if (IDs.lookup(V)) in map() 240 IDs[V] = Values.size(); in map() 258 << ", user-id = " << M.IDs.lookup(U.getUser()) << ", user = "; in debugValue()
|
/external/lldb/source/Breakpoint/ |
D | WatchpointList.cpp | 201 std::vector<lldb::watch_id_t> IDs; in GetWatchpointIDs() local 204 IDs.push_back((*pos)->GetID()); in GetWatchpointIDs() 205 return IDs; in GetWatchpointIDs()
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t058rewriteAST72.g | 4 a : ID+ -> ID ID ID ; // only 2 input IDs
|
D | t058rewriteAST53.g | 4 a : ID+ -> ID ID ID ; // works if 3 input IDs
|
/external/libxml2/result/XInclude/ |
D | docids.xml.rdr | 17 1 8 #comment 0 1 including another XML document with IDs
|
/external/llvm/test/Linker/ |
D | module-flags-6-a.ll | 5 ; CHECK: linking module flags 'foo': IDs have conflicting values
|
D | module-flags-7-a.ll | 5 ; CHECK: linking module flags 'foo': IDs have conflicting behaviors
|
D | module-flags-5-a.ll | 5 ; CHECK: linking module flags 'foo': IDs have conflicting override values
|
D | module-flags-pic-2-a.ll | 10 ; CHECK-ERRORS: ERROR: linking module flags 'PIC Level': IDs have conflicting values
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.vlan | 6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface
|
/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 31 DenseMap<const Value *, std::pair<unsigned, bool>> IDs; member 44 unsigned size() const { return IDs.size(); } in size() 45 std::pair<unsigned, bool> &operator[](const Value *V) { return IDs[V]; } in operator []() 47 return IDs.lookup(V); in lookup() 51 unsigned ID = IDs.size() + 1; in index() 52 IDs[V].first = ID; in index()
|
/external/strace/xlat/ |
D | v4l2_control_ids.in | 45 /* Camera class control IDs */
|
/external/icu/icu4c/source/tools/tzcode/ |
D | readme.txt | 22 behavior, as well as the full set of Olson compatibility IDs. 41 compatibility IDs.
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 217 unsigned IDs[] = {ID1, ID2}; 218 return dropUnknownMetadata(IDs);
|
/external/toybox/ |
D | Config.in | 126 When commands like useradd/groupadd allocate system IDs, start here. 132 When commands like useradd/groupadd allocate user IDs, start here.
|
/external/llvm/test/Bitcode/ |
D | function-encoding-rel-operands.ll | 2 ; relative IDs.
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 138 Abbreviation IDs 145 defined below) or one of the abbreviation IDs defined for the current block by 148 The set of builtin abbrev IDs is: 160 Abbreviation IDs 4 and above are defined by the stream itself, and specify an 170 function bodies). Block IDs 0-7 are reserved for `standard blocks`_ whose 171 meaning is defined by Bitcode; block IDs 8 and greater are application 306 Abbreviations are implicitly assigned IDs sequentially starting from 4 (the 308 ``BLOCKINFO`` record for the particular block type receive IDs first, in order, 402 may be added. Block IDs 0-7 are reserved for standard blocks. 428 IDs as described in `DEFINE_ABBREV`_. [all …]
|
/external/llvm/lib/IR/ |
D | LegacyPassManager.cpp | 524 const AnalysisUsage::VectorType &IDs = AnUsage->getRequiredTransitiveSet(); in setLastUser() local 527 for (AnalysisUsage::VectorType::const_iterator I = IDs.begin(), in setLastUser() 528 E = IDs.end(); I != E; ++I) { in setLastUser() 1079 const AnalysisUsage::VectorType &IDs = AnUsage->getRequiredTransitiveSet(); in collectRequiredAnalysis() local 1080 for (AnalysisUsage::VectorType::const_iterator I = IDs.begin(), in collectRequiredAnalysis() 1081 E = IDs.end(); I != E; ++I) { in collectRequiredAnalysis()
|