/external/clang/lib/ARCMigrate/ |
D | Internals.h | 29 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()
|
D | ARCMT.cpp | 27 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()
|
D | TransformActions.cpp | 145 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/ |
D | headerid.py | 90 IDs = [] variable in HeaderIdProcessor 146 while id in self.IDs: 152 self.IDs.append(id) 186 self.processor.IDs = []
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.vlan | 6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface
|
/external/icu4c/tools/tzcode/ |
D | readme.txt | 22 behavior, as well as the full set of Olson compatibility IDs. 41 compatibility IDs.
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 249 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()
|
D | ARMDecoderEmitter.cpp | 387 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/ |
D | PassManager.cpp | 535 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/ |
D | README | 68 Define some meters with + policing and give them IDs eg
|
/external/icu4c/test/intltest/ |
D | cpdtrtst.cpp | 65 const UnicodeString IDs[]={ in TestConstruction() local 75 CompoundTransliterator *cpdtrans=new CompoundTransliterator(IDs[i],parseError, status); in TestConstruction()
|
/external/llvm/test/CodeGen/Generic/ |
D | edge-bundles-blockIDs.ll | 2 ; the number of block IDs.
|
/external/bluetooth/bluez/doc/ |
D | control-api.txt | 136 List of three-byte Company IDs (OUI) supported by the
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider_mac.mm | 48 // not support arbitrary view IDs. suzhe is working on general view
|
/external/icu4c/samples/datefmt/ |
D | README.TXT | 87 To see a list of system TimeZone IDs, use the TimeZone::create-
|
/external/zlib/doc/ |
D | rfc1952.txt | 444 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/ |
D | CHANGES | 178 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/ |
D | FAQ | 231 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/ |
D | SpecialCasing.txt | 30 # The <condition_list> is optional. Where present, it consists of one or more language IDs
|
/external/tcpdump/ |
D | CHANGES | 107 those TLVs as system IDs, not as node IDs.
|
/external/libvpx/examples/includes/geshi/docs/ |
D | geshi-doc.txt | 80 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/ |
D | SkAnimateSchema.xsd | 327 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/ |
D | btreplay.tex | 175 on the recording system, we wrap CPU IDs. This \emph{may} result in an
|
/external/bluetooth/bluez/ |
D | ChangeLog | 1550 Additional company IDs. 1571 Additional company IDs.
|
/external/bluetooth/glib/gobject/ |
D | ChangeLog | 2062 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.
|