/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() 667 bool TransformActions::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic() argument 669 return static_cast<TransformActionsImpl*>(Impl)->clearDiagnostic(IDs, range); in clearDiagnostic()
|
/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/chromium_org/components/variations/proto/ |
D | client_variations.proto | 14 // A list of client experiment variation IDs that are active. 17 // A list of client experiment variation IDs that trigger server side
|
/external/chromium_org/third_party/markdown/extensions/ |
D | headerid.py | 159 IDs = set() variable in HeaderIdTreeprocessor 172 elem.set('id', unique(id, self.IDs)) 227 self.processor.IDs = set()
|
/external/chromium_org/chrome/common/mac/ |
D | cfbundle_blocker_unittest.mm | 28 // Block bundle IDs that aren't in the whitelist. 55 // sure that "child" IDs such as com.stclairsoft.DefaultFolderX.osax work. 73 // Other "child" IDs that might want to load.
|
/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/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/chromium_org/third_party/mesa/src/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/chromium_org/tools/grit/grit/testdata/tools/grit/ |
D | resource_ids | 15 # common convention starts practical use of IDs at 100 or 101. 145 # All standard and large theme resources should have the same IDs. 168 # All standard and large theme resources should have the same IDs.
|
/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/chromium_org/chrome/common/extensions/api/ |
D | enterprise_platform_keys_internal.idl | 10 // |tokenIds| The list of IDs of the avialable Tokens. 24 // token IDs instead of token objects.
|
/external/llvm/test/Linker/ |
D | module-flags-5-a.ll | 5 ; CHECK: linking module flags 'foo': IDs have conflicting override values
|
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
|
/external/chromium_org/google_apis/gcm/protocol/ |
D | checkin.proto | 67 // Required for android IDs issued to Froyo+ devices, not for legacy IDs. 74 // - version field missing: android IDs are assigned based on 79 // - version=2: android IDs are assigned randomly. The device is
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.vlan | 6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface
|
/external/chromium_org/components/search_engines/ |
D | prepopulated_engines.json | 11 // The following unique IDs are available: 16 // IDs > 1000 are reserved for distribution custom engines.
|
D | prepopulated_engines_schema.json | 87 // and Spanish), we must use two different unique IDs (and different 90 // See prepopulated_engines.json for the list of available IDs.
|
/external/chromium_org/chrome/browser/ui/cocoa/applescript/ |
D | apple_event_util_unittest.mm | 46 "\"IDs\": [116, 943, 234, 38793]" 50 "'utxt'(\"IDs\"), [ 116, 943, 234, 38793 ], 'utxt'(\"Thumbnail\"), "
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 188 unsigned IDs[] = {ID1, ID2}; in dropUnknownMetadata() local 189 return dropUnknownMetadata(IDs); in dropUnknownMetadata()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | readme.txt | 22 behavior, as well as the full set of Olson compatibility IDs. 41 compatibility IDs.
|