HomeSort by relevance Sort by last modified time
    Searched refs:escaped (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /external/llvm/lib/TableGen/
TGLexer.cpp 219 return ReturnError(CurPtr, "escaped newlines not supported in tblgen");
  /external/smack/src/org/xbill/DNS/
Record.java 340 boolean escaped = false;
362 if (escaped) {
377 escaped = false;
380 escaped = true;
  /external/libxml2/
HTMLtree.c 699 xmlChar *escaped; local
704 escaped = xmlURIEscapeStr(tmp, BAD_CAST"@/:=?;#%&,+");
705 if (escaped != NULL) {
706 xmlBufferWriteQuotedString(buf->buffer, escaped);
707 xmlFree(escaped);
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 126 llvm::SmallPtrSet<const VarDecl*, 20> Escaped;
136 llvm::SmallPtrSet<const VarDecl*, 20> &escaped)
138 Escaped(escaped), currentBlock(0) {}
161 if (Escaped.count(V))
395 llvm::SmallPtrSet<const VarDecl*, 20> Escaped;
399 // treat as escaped.
404 Escaped.insert(VD);
437 DeadStoreObs A(cfg, BR.getContext(), BR, AC, pmap, FS.Escaped);
  /packages/apps/Email/src/org/apache/james/mime4j/codec/
EncoderUtil.java 508 String escaped = str.replaceAll("[\\\\\"]", "\\\\$0"); local
509 return "\"" + escaped + "\"";
  /external/webkit/Source/WebCore/platform/text/
SegmentedString.h 208 bool escaped() const { return m_pushedChar1; } function in class:WebCore::SegmentedString
  /external/webkit/Source/WebKit/mac/Misc/
WebNSURLExtras.mm 234 // Skip escaped character.
831 char escaped[3];
832 escaped[0] = '%';
833 escaped[1] = hexDigit(c >> 4);
834 escaped[2] = hexDigit(c & 0xf);
835 [resultData appendBytes:escaped length:3];
    [all...]
  /external/qemu/telephony/
sms.c 50 int escaped = 0; local
71 if (escaped) {
100 escaped = 0;
104 escaped = 1;
132 if (escaped) /* bad final escape */
    [all...]
  /external/chromium/chrome/browser/resources/shared/js/
util.js 50 // quotes (") appearing in a URI must be escaped with a backslash
  /external/chromium/testing/gtest/src/
gtest-internal-inl.h     [all...]
  /external/gtest/src/
gtest-internal-inl.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-internal-inl.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h     [all...]
  /external/open-vcdiff/gtest/src/
gtest-internal-inl.h     [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h     [all...]
  /external/skia/src/pdf/
SkPDFTypes.cpp 308 static const char escaped[] = "#/%()<>[]{}"; local
312 if (input[i] & 0x80 || input[i] < '!' || strchr(escaped, input[i])) {
  /external/icu4c/i18n/
rbt_pars.cpp 446 UChar32 escaped = rule.unescapeAt(pos); // pos is already past '\\' local
447 if (escaped == (UChar32) -1) {
450 if (!parser.checkVariableRange(escaped)) {
453 buf.append(escaped);
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 467 # AX namePerson, it might containg an apostrophe, which will be escaped.
  /external/openssh/
ssh-keygen.c 514 int escaped = 0; local
522 escaped++;
533 if (escaped) {
534 escaped--;
535 /* fprintf(stderr, "escaped: %s", line); */
    [all...]
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 18 // double quotes (") appearing in a URI must be escaped with a backslash
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 760 escaped.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow.h 56 /* The PTA solution for the ESCAPED artificial variable. */
57 struct pt_solution escaped; variable in typeref:struct:pt_solution
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow.h 56 /* The PTA solution for the ESCAPED artificial variable. */
57 struct pt_solution escaped; variable in typeref:struct:pt_solution
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow.h 56 /* The PTA solution for the ESCAPED artificial variable. */
57 struct pt_solution escaped; variable in typeref:struct:pt_solution

Completed in 708 milliseconds

1 23 4 5