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

1 2 3

  /external/clang/lib/ARCMigrate/
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 };
80 return clearDiagnostic(IDs, range);
84 unsigned IDs[] = { ID1, ID2, ID3 };
85 return clearDiagnostic(IDs, range);
93 unsigned IDs[] = { ID1, ID2 };
94 return CapturedDiags.hasDiagnostic(IDs, range);
ARCMT.cpp 27 bool CapturedDiagList::clearDiagnostic(ArrayRef<unsigned> IDs,
36 if ((IDs.empty() || // empty means clear all diagnostics in the range.
37 std::find(IDs.begin(), IDs.end(), I->getID()) != IDs.end()) &&
57 bool CapturedDiagList::hasDiagnostic(ArrayRef<unsigned> IDs,
65 if ((IDs.empty() || // empty means any diagnostic in the range.
66 std::find(IDs.begin(), IDs.end(), I->getID()) != IDs.end()) &
    [all...]
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,
371 if (!CapturedDiags.hasDiagnostic(IDs, range))
377 data.DiagIDs.append(IDs.begin(), IDs.end());
500 void TransformActionsImpl::commitClearDiagnostic(ArrayRef<unsigned> IDs,
502 CapturedDiags.clearDiagnostic(IDs, range);
667 bool TransformActions::clearDiagnostic(ArrayRef<unsigned> IDs,
669 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/chromium_org/third_party/markdown/extensions/
headerid.py 47 All header IDs are unique:
76 Turn off auto generated IDs:
129 def unique(id, ids):
130 """ Ensure id is unique in set of ids. Append '_1', '_2'... if not """
131 while id in ids or not id:
137 ids.add(id)
157 """ Assign IDs to headers. """
159 IDs = set()
172 elem.set('id', unique(id, self.IDs))
227 self.processor.IDs = set(
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
enterprise_platform_keys_custom_bindings.js 13 // functions expecting token IDs and this custom binding adds the SubtleCrypto
  /external/lldb/source/Breakpoint/
WatchpointList.cpp 201 std::vector<lldb::watch_id_t> IDs;
204 IDs.push_back((*pos)->GetID());
205 return IDs;
  /external/chromium_org/remoting/webapp/
wcs_adapter.js 72 // HACK: Add 'x' prefix to the IDs of the outgoing messages to make sure that
73 // stanza IDs used by host and client do not match. This is necessary to
  /external/chromium_org/chrome/test/chromedriver/js/
call_function.js 38 * A cache which maps IDs <-> cached objects for the purpose of identifying
139 * appropriate objects to cached object IDs.
164 * Unwraps the given value by converting from object IDs to the cached
189 * between cached object reference IDs and actual JS objects. The cache will
192 * @param {Array.<string>} shadowHostIds The host ids of the nested shadow
  /external/chromium_org/tools/grit/grit/tool/
xmb.py 141 contain a list of the IDs that output should be limited to, one ID per line, and
143 IDs.
145 The -i option causes 'grit xmb' to output an "IDs only" file instead of an XMB
146 file. The "IDs only" file contains the message ID of each message that would
215 limiting output to the IDs specified in limit_file, which is a GRD file if
222 of the IDs of all messages that would have been added to the XMB file, one
285 # We just print the list of IDs to the output file.
rc2grd.py 246 self.VerboseOut('Validating that all IDs are unique...\n')
248 self.ExtraVerboseOut('Done validating that all IDs are unique.\n')
389 todo_counter = 1 # We make placeholder IDs 'TODO_0001' etc.
transl2tc.py 39 tool) to specify a file containing a list of message IDs to which output should
42 generate a file containing a list of the message IDs in an XMB file.
98 message IDs in the 'limits' list.
  /external/chromium_org/ui/file_manager/video_player/js/cast/
cast_extension_discoverer.js 15 * Tentatice IDs to try.
  /external/chromium_org/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
  /external/llvm/include/llvm/IR/
Instruction.h 188 unsigned IDs[] = {ID1, ID2};
189 return dropUnknownMetadata(IDs);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
errors.c 139 * A client may call Control() with an array of IDs, then call Control()
140 * on all message IDs of a certain severity, then Insert() one of the
141 * previously specified IDs, giving us a known severity level, then call
142 * Control() on all message IDs of a certain severity level again.
144 * After the first call, those IDs will have a FOUND_BIT, but will not
187 state = (uintptr_t)_mesa_HashLookup(nspace->IDs, id);
210 _mesa_HashInsert(nspace->IDs, id, (void*)state);
238 state = (uintptr_t)_mesa_HashLookup(nspace->IDs, id);
252 _mesa_HashInsert(nspace->IDs, id, (void*)state);
506 GLenum* types, GLenum* ids, GLenum* severities
    [all...]
  /external/mesa3d/src/mesa/main/
errors.c 139 * A client may call Control() with an array of IDs, then call Control()
140 * on all message IDs of a certain severity, then Insert() one of the
141 * previously specified IDs, giving us a known severity level, then call
142 * Control() on all message IDs of a certain severity level again.
144 * After the first call, those IDs will have a FOUND_BIT, but will not
187 state = (uintptr_t)_mesa_HashLookup(nspace->IDs, id);
210 _mesa_HashInsert(nspace->IDs, id, (void*)state);
238 state = (uintptr_t)_mesa_HashLookup(nspace->IDs, id);
252 _mesa_HashInsert(nspace->IDs, id, (void*)state);
506 GLenum* types, GLenum* ids, GLenum* severities
    [all...]
  /external/chromium_org/tools/grit/grit/gather/
interface.py 95 '''Returns the mnemonic IDs that need to be defined for the resource
  /external/chromium_org/third_party/icu/source/test/intltest/
cpdtrtst.cpp 65 const UnicodeString IDs[]={
75 CompoundTransliterator *cpdtrans=new CompoundTransliterator(IDs[i],parseError, status);
  /external/chromium_org/third_party/skia/tools/lua/
glyph-usage.lua 150 io.write("/* runs of unique glyph IDs, with a -1 sentinel between different runs */\n")
  /external/icu/icu4c/source/test/intltest/
cpdtrtst.cpp 65 const UnicodeString IDs[]={
75 CompoundTransliterator *cpdtrans=new CompoundTransliterator(IDs[i],parseError, status);
  /external/chromium_org/extensions/renderer/resources/
messaging.js 25 // Map of port IDs to port object.
28 // Map of port IDs to unloadEvent listeners. Keep track of these to free the
102 // people add arbitrary port IDs to the port list.
  /external/llvm/lib/IR/
LegacyPassManager.cpp 530 const AnalysisUsage::VectorType &IDs = AnUsage->getRequiredTransitiveSet();
533 for (AnalysisUsage::VectorType::const_iterator I = IDs.begin(),
534 E = IDs.end(); I != E; ++I) {
    [all...]
  /external/chromium_org/chrome/browser/resources/
flags.js 59 * fake fragment navigation with '.scrollIntoView()', since the fragment IDs

Completed in 1188 milliseconds

1 2 3