Home
last modified time | relevance | path

Searched refs:IDs (Results 1 – 25 of 123) sorted by relevance

12345

/external/clang/lib/ARCMigrate/
DInternals.h32 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()
DARCMT.cpp27 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()
DTransformActions.cpp146 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/
Dheaderid.py90 IDs = [] variable in HeaderIdProcessor
146 while id in self.IDs:
152 self.IDs.append(id)
186 self.processor.IDs = []
/external/lzma/
DMethods.txt1 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/
Dclient_variations.proto14 // 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/
Dheaderid.py159 IDs = set() variable in HeaderIdTreeprocessor
172 elem.set('id', unique(id, self.IDs))
227 self.processor.IDs = set()
/external/chromium_org/chrome/common/mac/
Dcfbundle_blocker_unittest.mm28 // 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/
Dt058rewriteAST72.g4 a : ID+ -> ID ID ID ; // only 2 input IDs
Dt058rewriteAST53.g4 a : ID+ -> ID ID ID ; // works if 3 input IDs
/external/mesa3d/src/mesa/main/
Derrors.c187 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/
Derrors.c187 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/
Dresource_ids15 # 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/
DWatchpointList.cpp201 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/
Denterprise_platform_keys_internal.idl10 // |tokenIds| The list of IDs of the avialable Tokens.
24 // token IDs instead of token objects.
/external/llvm/test/Linker/
Dmodule-flags-5-a.ll5 ; CHECK: linking module flags 'foo': IDs have conflicting override values
Dmodule-flags-6-a.ll5 ; CHECK: linking module flags 'foo': IDs have conflicting values
Dmodule-flags-7-a.ll5 ; CHECK: linking module flags 'foo': IDs have conflicting behaviors
/external/chromium_org/google_apis/gcm/protocol/
Dcheckin.proto67 // 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/
Dhostapd.vlan6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface
/external/chromium_org/components/search_engines/
Dprepopulated_engines.json11 // The following unique IDs are available:
16 // IDs > 1000 are reserved for distribution custom engines.
Dprepopulated_engines_schema.json87 // 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/
Dapple_event_util_unittest.mm46 "\"IDs\": [116, 943, 234, 38793]"
50 "'utxt'(\"IDs\"), [ 116, 943, 234, 38793 ], 'utxt'(\"Thumbnail\"), "
/external/llvm/include/llvm/IR/
DInstruction.h188 unsigned IDs[] = {ID1, ID2}; in dropUnknownMetadata() local
189 return dropUnknownMetadata(IDs); in dropUnknownMetadata()
/external/icu/icu4c/source/tools/tzcode/
Dreadme.txt22 behavior, as well as the full set of Olson compatibility IDs.
41 compatibility IDs.

12345