OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:doubledash
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Tooling/
CompilationDatabase.cpp
107
const char **
DoubleDash
= std::find(Argv, Argv + Argc, StringRef("--"));
108
if (
DoubleDash
== Argv + Argc)
110
std::vector<std::string> CommandLine(
DoubleDash
+ 1, Argv + Argc);
111
Argc =
DoubleDash
- Argv;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py
72
doubledash
= re.compile('--')
variable
433
if
doubledash
.search(rawdata, i+4, res.start(0)):
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py
72
doubledash
= re.compile('--')
variable
433
if
doubledash
.search(rawdata, i+4, res.start(0)):
[
all
...]
Completed in 149 milliseconds