OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IDs
(Results
1 - 3
of
3
) sorted by null
/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/clang/lib/ARCMigrate/
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 };
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);
/external/icu4c/test/intltest/
cpdtrtst.cpp
65
const UnicodeString
IDs
[]={
75
CompoundTransliterator *cpdtrans=new CompoundTransliterator(
IDs
[i],parseError, status);
Completed in 159 milliseconds