HomeSort by relevance Sort by last modified time
    Searched refs:Quoted (Results 26 - 32 of 32) sorted by null

12

  /external/clang/lib/Driver/
Tools.cpp 154 // Only the characters '$', '#', ' ', '\t' are quoted.
353 SmallString<128> Quoted;
354 QuoteTarget(DepTarget, Quoted);
355 CmdArgs.push_back(Args.MakeArgString(Quoted));
377 // Convert all -MQ <target> args to -MT <quoted target>
383 SmallString<128> Quoted;
384 QuoteTarget(A->getValue(), Quoted);
385 CmdArgs.push_back(Args.MakeArgString(Quoted));
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
alldocs.go 402 // double-quoted strings passed to the generator as individual
405 // Quoted strings use Go syntax and are evaluated before execution; a
406 // quoted string appears as a single argument to the generator.
423 // Other than variable substitution and quoted-string evaluation, no
431 // order of evaluation, variables are expanded even inside quoted
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
alldocs.go 402 // double-quoted strings passed to the generator as individual
405 // Quoted strings use Go syntax and are evaluated before execution; a
406 // quoted string appears as a single argument to the generator.
423 // Other than variable substitution and quoted-string evaluation, no
431 // order of evaluation, variables are expanded even inside quoted
    [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /build/make/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 291 milliseconds

12