OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Quoted
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Lex/
HeaderSearchOptions.h
26
/// start searching at the
Quoted
group (specified by '-iquote'),
29
Quoted
= 0, ///< '\#include ""' paths, added by 'gcc -iquote'.
/external/v8/tools/release/
git_recipes.py
96
def
Quoted
(s):
198
self.Git(MakeArgs(["add",
Quoted
(name)]), **kwargs)
205
args.append(
Quoted
(patch_file))
212
args += ["--email",
Quoted
(author)]
214
args += ["-r",
Quoted
(reviewer)]
222
args += ["--cc",
Quoted
(cc)]
231
args += ["-aF",
Quoted
(file_name)]
233
args += ["-am",
Quoted
(message)]
/external/clang/lib/Driver/
Tools.cpp
128
// Only the characters '$', '#', ' ', '\t' are
quoted
.
326
SmallString<128>
Quoted
;
327
QuoteTarget(DepTarget,
Quoted
);
328
CmdArgs.push_back(Args.MakeArgString(
Quoted
));
350
// Convert all -MQ <target> args to -MT <
quoted
target>
356
SmallString<128>
Quoted
;
357
QuoteTarget(A->getValue(),
Quoted
);
358
CmdArgs.push_back(Args.MakeArgString(
Quoted
));
[
all
...]
/prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar
Completed in 134 milliseconds