Home
last modified time | relevance | path

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

12

/external/clang/lib/ARCMigrate/
DInternals.h29 bool clearDiagnostic(llvm::ArrayRef<unsigned> IDs, SourceRange range);
30 bool hasDiagnostic(llvm::ArrayRef<unsigned> IDs, SourceRange range) const;
72 bool clearDiagnostic(llvm::ArrayRef<unsigned> IDs, SourceRange range);
77 unsigned IDs[] = { ID1, ID2 }; in clearDiagnostic() local
78 return clearDiagnostic(IDs, range); in clearDiagnostic()
82 unsigned IDs[] = { ID1, ID2, ID3 }; in clearDiagnostic() local
83 return clearDiagnostic(IDs, range); in clearDiagnostic()
91 unsigned IDs[] = { ID1, ID2 }; in hasDiagnostic() local
92 return CapturedDiags.hasDiagnostic(IDs, range); in hasDiagnostic()
DARCMT.cpp27 bool CapturedDiagList::clearDiagnostic(llvm::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()
56 bool CapturedDiagList::hasDiagnostic(llvm::ArrayRef<unsigned> IDs, in hasDiagnostic() argument
64 if ((IDs.empty() || // empty means any diagnostic in the range. in hasDiagnostic()
65 std::find(IDs.begin(), IDs.end(), I->getID()) != IDs.end()) && in hasDiagnostic()
DTransformActions.cpp145 bool clearDiagnostic(llvm::ArrayRef<unsigned> IDs, SourceRange range);
164 void commitClearDiagnostic(llvm::ArrayRef<unsigned> IDs, SourceRange range);
367 bool TransformActionsImpl::clearDiagnostic(llvm::ArrayRef<unsigned> IDs, in clearDiagnostic() argument
370 if (!CapturedDiags.hasDiagnostic(IDs, range)) in clearDiagnostic()
376 data.DiagIDs.append(IDs.begin(), IDs.end()); in clearDiagnostic()
499 void TransformActionsImpl::commitClearDiagnostic(llvm::ArrayRef<unsigned> IDs, in commitClearDiagnostic() argument
501 CapturedDiags.clearDiagnostic(IDs, range); in commitClearDiagnostic()
666 bool TransformActions::clearDiagnostic(llvm::ArrayRef<unsigned> IDs, in clearDiagnostic() argument
668 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/wpa_supplicant_8/hostapd/
Dhostapd.vlan6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface
/external/icu4c/tools/tzcode/
Dreadme.txt22 behavior, as well as the full set of Olson compatibility IDs.
41 compatibility IDs.
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp249 const std::vector<unsigned> &IDs, in FilterChooser() argument
252 AllInstructions(Insts), Opcodes(IDs), Operands(Ops), Filters(), in FilterChooser()
261 const std::vector<unsigned> &IDs, in FilterChooser() argument
265 AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser()
DARMDecoderEmitter.cpp387 const std::vector<unsigned> &IDs) : in ARMFilterChooser() argument
388 AllInstructions(Insts), Opcodes(IDs), Filters(), Parent(NULL), in ARMFilterChooser()
397 const std::vector<unsigned> &IDs, in ARMFilterChooser() argument
400 AllInstructions(Insts), Opcodes(IDs), Filters(), Parent(&parent), in ARMFilterChooser()
/external/llvm/lib/VMCore/
DPassManager.cpp535 const AnalysisUsage::VectorType &IDs = AnUsage->getRequiredTransitiveSet(); in setLastUser() local
538 for (AnalysisUsage::VectorType::const_iterator I = IDs.begin(), in setLastUser()
539 E = IDs.end(); I != E; ++I) { in setLastUser()
1040 const AnalysisUsage::VectorType &IDs = AnUsage->getRequiredTransitiveSet(); in collectRequiredAnalysis() local
1041 for (AnalysisUsage::VectorType::const_iterator I = IDs.begin(), in collectRequiredAnalysis()
1042 E = IDs.end(); I != E; ++I) { in collectRequiredAnalysis()
/external/iproute2/examples/diffserv/
DREADME68 Define some meters with + policing and give them IDs eg
/external/icu4c/test/intltest/
Dcpdtrtst.cpp65 const UnicodeString IDs[]={ in TestConstruction() local
75 CompoundTransliterator *cpdtrans=new CompoundTransliterator(IDs[i],parseError, status); in TestConstruction()
/external/llvm/test/CodeGen/Generic/
Dedge-bundles-blockIDs.ll2 ; the number of block IDs.
/external/bluetooth/bluez/doc/
Dcontrol-api.txt136 List of three-byte Company IDs (OUI) supported by the
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider_mac.mm48 // not support arbitrary view IDs. suzhe is working on general view
/external/icu4c/samples/datefmt/
DREADME.TXT87 To see a list of system TimeZone IDs, use the TimeZone::create-
/external/zlib/doc/
Drfc1952.txt444 IDs; please send him any subfield ID you wish to use. Subfield
445 IDs with SI2 = 0 are reserved for future use. The following
446 IDs are currently defined:
/external/libpcap/
DCHANGES178 Filter expressions can filter on VLAN IDs and various OSI
284 - Fixed lex pattern for IDs to allow leading digits. As reported by
/external/dnsmasq/
DFAQ231 ignore client IDs for a particular MAC address, like this:
337 involve setting client-IDs. It's possible to put more than one MAC
/external/icu4c/data/unidata/
DSpecialCasing.txt30 # The <condition_list> is optional. Where present, it consists of one or more language IDs
/external/tcpdump/
DCHANGES107 those TLVs as system IDs, not as node IDs.
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt80 o 3.16 Adding IDs to Each Line
410 CSS IDs are supposed to be unique, and you should use them as such. Basically, you can specify an I…
961 3.16: Adding IDs to Each Line
964 …lines by CSS you should use the method in the previous section). To enable IDs you call the enable…
967 Where $flag is true or not present to enable IDs, and false to disable them again if you need.
969 …r}. So for example, if you set the overall CSS id to be "mycode", then the IDs for each line would…
/external/skia/src/animator/
DSkAnimateSchema.xsd327 An array of one or more element IDs.
1628 <!-- @attribute targets An array of element IDs to clear their hit-tested state. -->
1639 <!-- @attribute bullets An array of element IDs to test for intersection with targets. -->
1645 <!-- @attribute targets An array of element IDs to test for intersection with bullets. -->
1679 directives can reference the document's IDs and can define new IDs that are referenced
/external/blktrace/btreplay/doc/
Dbtreplay.tex175 on the recording system, we wrap CPU IDs. This \emph{may} result in an
/external/bluetooth/bluez/
DChangeLog1550 Additional company IDs.
1571 Additional company IDs.
/external/bluetooth/glib/gobject/
DChangeLog2062 IDs. this fixes g_type_fundamental_next() not returning a new usable
2343 to provide the constant fundamental type IDs, so they
2374 type. use TypeNode pointers as type IDs.

12