HomeSort by relevance Sort by last modified time
    Searched refs:IDs (Results 1 - 20 of 20) sorted by null

  /external/clang/lib/ARCMigrate/
Internals.h 29 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
30 bool hasDiagnostic(ArrayRef<unsigned> IDs, SourceRange range) const;
72 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
77 unsigned IDs[] = { ID1, ID2 };
78 return clearDiagnostic(IDs, range);
82 unsigned IDs[] = { ID1, ID2, ID3 };
83 return clearDiagnostic(IDs, range);
91 unsigned IDs[] = { ID1, ID2 };
92 return CapturedDiags.hasDiagnostic(IDs, range);
ARCMT.cpp 25 bool CapturedDiagList::clearDiagnostic(ArrayRef<unsigned> IDs,
34 if ((IDs.empty() || // empty means clear all diagnostics in the range.
35 std::find(IDs.begin(), IDs.end(), I->getID()) != IDs.end()) &&
54 bool CapturedDiagList::hasDiagnostic(ArrayRef<unsigned> IDs,
62 if ((IDs.empty() || // empty means any diagnostic in the range.
63 std::find(IDs.begin(), IDs.end(), I->getID()) != IDs.end()) &
    [all...]
TransformActions.cpp 143 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
162 void commitClearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
365 bool TransformActionsImpl::clearDiagnostic(ArrayRef<unsigned> IDs,
368 if (!CapturedDiags.hasDiagnostic(IDs, range))
374 data.DiagIDs.append(IDs.begin(), IDs.end());
497 void TransformActionsImpl::commitClearDiagnostic(ArrayRef<unsigned> IDs,
499 CapturedDiags.clearDiagnostic(IDs, range);
664 bool TransformActions::clearDiagnostic(ArrayRef<unsigned> IDs,
666 return static_cast<TransformActionsImpl*>(Impl)->clearDiagnostic(IDs, range)
    [all...]
  /external/markdown/markdown/extensions/
headerid.py 7 Adds ability to set HTML IDs for headers.
17 All header IDs are unique:
36 Turn off auto generated IDs:
78 """ Replacement BlockProcessor for Header IDs. """
90 IDs = []
146 while id in self.IDs:
152 self.IDs.append(id)
186 self.processor.IDs = []
  /external/v8/test/mjsunit/regress/
regress-1104.js 29 // an arguments object access should not record duplicate AST IDs for
regress-1149.js 28 // We should not try to record duplicate bailout IDs for the 'left-hand
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 214 int[] IDs, String[] names, int[] arraySizes);
215 synchronized void nElementGetSubElements(int id, int[] IDs, String[] names, int[] arraySizes) {
217 rsnElementGetSubElements(mContext, id, IDs, names, arraySizes);
411 native void rsnFileA3DGetIndexEntries(int con, int fileA3D, int numEntries, int[] IDs, String[] names);
412 synchronized void nFileA3DGetIndexEntries(int fileA3D, int numEntries, int[] IDs, String[] names) {
414 rsnFileA3DGetIndexEntries(mContext, fileA3D, numEntries, IDs, names);
    [all...]
  /external/icu4c/test/intltest/
cpdtrtst.cpp 65 const UnicodeString IDs[]={
75 CompoundTransliterator *cpdtrans=new CompoundTransliterator(IDs[i],parseError, status);
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 132 -- get IDs of unique specids
picoloadphones.lua 130 -- get IDs of unique specids
  /external/llvm/lib/VMCore/
PassManager.cpp 534 const AnalysisUsage::VectorType &IDs = AnUsage->getRequiredTransitiveSet();
537 for (AnalysisUsage::VectorType::const_iterator I = IDs.begin(),
538 E = IDs.end(); I != E; ++I) {
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 36 // Used for sorting entries with automatically assigned IDs.
156 // source IDs to get a more intuitive ordering.
179 * For the purposes of sorting by source IDs, entries without a source
468 * the source IDs of all deleted log entries.
socketpoolwrapper.js 162 * Takes in a list of source IDs and returns a link that will select the
dataview.js 76 * the source IDs of all deleted log entries.
main.js 41 // IDs for the details view.
48 // IDs for the layout boxes.
818 * Also assigns unique ids to log entries without a source.
836 * Deletes captured events with source IDs in |sourceIds|.
    [all...]
  /external/llvm/utils/TableGen/
ARMDecoderEmitter.cpp 388 const std::vector<unsigned> &IDs) :
389 AllInstructions(Insts), Opcodes(IDs), Filters(), Parent(NULL),
398 const std::vector<unsigned> &IDs,
401 AllInstructions(Insts), Opcodes(IDs), Filters(), Parent(&parent),
    [all...]
FixedLenDecoderEmitter.cpp 253 const std::vector<unsigned> &IDs,
257 AllInstructions(Insts), Opcodes(IDs), Operands(Ops), Filters(),
266 const std::vector<unsigned> &IDs,
270 AllInstructions(Insts), Opcodes(IDs), Operands(Ops),
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 278 * @param {Array.<string>} appIds All app IDs in their desired order.
  /external/blktrace/btreplay/doc/
btreplay.tex 175 on the recording system, we wrap CPU IDs. This \emph{may} result in an
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 621 var ids = draggedNodes.map(function(node) {
625 chrome.experimental.bookmarkManager.startDrag(ids);
    [all...]

Completed in 982 milliseconds