HomeSort by relevance Sort by last modified time
    Searched refs:Quote (Results 1 - 24 of 24) sorted by null

  /system/tpm/attestation/common/
print_common_proto.h 35 std::string GetProtoDebugStringWithIndent(const Quote& value, int indent_size);
36 std::string GetProtoDebugString(const Quote& value);
print_common_proto.cc 83 std::string GetProtoDebugString(const Quote& value) {
87 std::string GetProtoDebugStringWithIndent(const Quote& value, int indent_size) {
93 output += indent + " quote: ";
96 base::HexEncode(value.quote().data(), value.quote().size()).c_str());
  /external/clang/lib/Driver/
Job.cpp 81 void Command::printArg(raw_ostream &OS, const char *Arg, bool Quote) {
84 if (!Quote && !Escape) {
89 // Quote and escape. This isn't really complete, but good enough.
154 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote,
156 // Always quote the exe.
158 printArg(OS, Executable, /*Quote=*/true);
183 printArg(OS, ShortName.str().c_str(), Quote);
189 printArg(OS, Arg, Quote);
194 printArg(OS, "-ivfsoverlay", Quote);
196 printArg(OS, CrashInfo->VFSPath.str().c_str(), Quote);
    [all...]
  /external/clang/include/clang/Driver/
Job.h 93 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
118 /// Print a command argument, and optionally quote it.
119 static void printArg(llvm::raw_ostream &OS, const char *Arg, bool Quote);
131 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
154 bool Quote, CrashReportInfo *CrashInfo = nullptr) const;
  /external/clang/lib/AST/
CommentLexer.cpp 187 /// Returns pointer to closing quote.
190 const char Quote = *BufferPtr;
191 assert(Quote == '\"' || Quote == '\'');
196 if (C == Quote && BufferPtr[-1] != '\\')
652 if (TokenPtr != CommentEnd) // Skip closing quote.
  /external/dbus/dbus/
dbus-shell.c 59 /* Skip the initial quote mark */
78 /* Possible escaped quote or \ */
136 /* If we reach here this means the close quote was never encountered */
274 * 1) "If the current character is backslash, single-quote or
275 * double-quote (\, ' or ") and it is not quoted, it will affect
282 * enclosing quotes or substitution operators, between the quote
309 * field splitting (using default whitespace IFS) and quote
311 * Quote removal does not increase the number of words.
316 * original word contained single-quote or double-quote characters.
    [all...]
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 375 std::vector<std::string> Quote = unescapeJsonCommandLine("a\\\\\\\"");
376 ASSERT_EQ(1ul, Quote.size());
377 EXPECT_EQ("a\"", Quote[0]);
  /external/tpm2/
Android.mk 271 Quote.c \
Makefile 253 SOURCES += Quote.c
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
Pick.java 417 static class Quote extends ItemPick {
418 Quote(Pick item) {
434 return indent(depth) + result + "QUOTE(" + item.getInternal(depth+1, alreadySeen)
737 Utility.appendToRule(target, (int)-1, true, false, quoteBuffer); // close previous quote
BNF.java 40 + "quote = '@';"
185 return new Pick.Quote(item);
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
Pick.java 416 static class Quote extends ItemPick {
417 Quote(Pick item) {
433 return indent(depth) + result + "QUOTE(" + item.getInternal(depth+1, alreadySeen)
736 Utility.appendToRule(target, (int)-1, true, false, quoteBuffer); // close previous quote
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
BNF.java 39 + "quote = '@';"
184 return new Pick.Quote(item);
  /build/core/
java_common.mk 118 # Quote the file name to handle special characters (such as #) correctly.
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
ui_webui_resources_js_util.js 368 * Quote a string so it can be used in a regular expression.
  /external/v8/test/mjsunit/
json.js 195 TestInvalid("'single quote'"); // Valid JavaScript
381 // Following the ES5 specification of the abstraction function Quote.
  /external/clang/lib/Lex/
Lexer.cpp 204 char Quote = Charify ? '\'' : '"';
206 if (Result[i] == '\\' || Result[i] == Quote) {
239 // Munch the encoding-prefix and opening double-quote.
255 // quote.
    [all...]
  /system/tpm/trunks/
mock_tpm.h 581 MOCK_METHOD7(Quote,
    [all...]
tpm_generated.h 1190 TPMS_QUOTE_INFO quote; member in union:trunks::TPMU_ATTEST
    [all...]
tpm_generated.cc     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 1344 milliseconds