HomeSort by relevance Sort by last modified time
    Searched full:escaped (Results 301 - 325 of 2017) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
PtrUseVisitor.h 64 /// \brief Is the pointer escaped at some point?
84 /// \brief Mark the pointer as escaped. Intended for use in a void return.
91 /// \brief Mark the pointer as escaped, and the visit as aborted. Intended
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
PtrUseVisitor.h 64 /// \brief Is the pointer escaped at some point?
84 /// \brief Mark the pointer as escaped. Intended for use in a void return.
91 /// \brief Mark the pointer as escaped, and the visit as aborted. Intended
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
PtrUseVisitor.h 78 /// \brief Is the pointer escaped at some point?
98 /// \brief Mark the pointer as escaped. Intended for use in a void return.
105 /// \brief Mark the pointer as escaped, and the visit as aborted. Intended
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
PtrUseVisitor.h 78 /// \brief Is the pointer escaped at some point?
98 /// \brief Mark the pointer as escaped. Intended for use in a void return.
105 /// \brief Mark the pointer as escaped, and the visit as aborted. Intended
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
PtrUseVisitor.h 78 /// \brief Is the pointer escaped at some point?
98 /// \brief Mark the pointer as escaped. Intended for use in a void return.
105 /// \brief Mark the pointer as escaped, and the visit as aborted. Intended
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
PtrUseVisitor.h 78 /// \brief Is the pointer escaped at some point?
98 /// \brief Mark the pointer as escaped. Intended for use in a void return.
105 /// \brief Mark the pointer as escaped, and the visit as aborted. Intended
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 64 /// \brief Is the pointer escaped at some point?
84 /// \brief Mark the pointer as escaped. Intended for use in a void return.
91 /// \brief Mark the pointer as escaped, and the visit as aborted. Intended
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
PtrUseVisitor.h 64 /// \brief Is the pointer escaped at some point?
84 /// \brief Mark the pointer as escaped. Intended for use in a void return.
91 /// \brief Mark the pointer as escaped, and the visit as aborted. Intended
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
PtrUseVisitor.h 64 /// \brief Is the pointer escaped at some point?
84 /// \brief Mark the pointer as escaped. Intended for use in a void return.
91 /// \brief Mark the pointer as escaped, and the visit as aborted. Intended
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
PtrUseVisitor.h 78 /// \brief Is the pointer escaped at some point?
98 /// \brief Mark the pointer as escaped. Intended for use in a void return.
105 /// \brief Mark the pointer as escaped, and the visit as aborted. Intended
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
PtrUseVisitor.h 78 /// \brief Is the pointer escaped at some point?
98 /// \brief Mark the pointer as escaped. Intended for use in a void return.
105 /// \brief Mark the pointer as escaped, and the visit as aborted. Intended
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
PtrUseVisitor.h 78 /// \brief Is the pointer escaped at some point?
98 /// \brief Mark the pointer as escaped. Intended for use in a void return.
105 /// \brief Mark the pointer as escaped, and the visit as aborted. Intended
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
PtrUseVisitor.h 78 /// \brief Is the pointer escaped at some point?
98 /// \brief Mark the pointer as escaped. Intended for use in a void return.
105 /// \brief Mark the pointer as escaped, and the visit as aborted. Intended
  /prebuilts/go/darwin-x86/src/html/template/
error.go 31 // escaped templates may also fail at runtime.
194 // unnecessary, and may affect the correctness or safety of the escaped
201 // pipeline where subsequent commands expect escaped input, e.g.
html.go 50 // htmlReplacementTable contains the runes that need to be escaped
79 // htmlNospaceReplacementTable contains the runes that need to be escaped
81 // The set of runes escaped is the union of the HTML specials and
  /prebuilts/go/linux-x86/src/html/template/
error.go 31 // escaped templates may also fail at runtime.
194 // unnecessary, and may affect the correctness or safety of the escaped
201 // pipeline where subsequent commands expect escaped input, e.g.
html.go 50 // htmlReplacementTable contains the runes that need to be escaped
79 // htmlNospaceReplacementTable contains the runes that need to be escaped
81 // The set of runes escaped is the union of the HTML specials and
  /external/antlr/antlr-3.4/gunit/
CHANGES.txt 74 * display escaped text for newline characters in the test result for comparing expected and actual string.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPUnitDebuggeeProcessWrapper.java 199 // skip escaped quote
205 // skip escaped quote
241 // preserve escaped quote
256 // preserve escaped quote
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/
DESCRIPTION 19 - Strings are kept, except that escaped newlines are stripped
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_manager_util.py 110 # Hack necessary because isdir doesn't work with escaped paths on Windows.
  /external/google-breakpad/src/common/mac/
HTTPMultipartUpload.m 55 NSString *escaped =
59 NSString *form = [NSString stringWithFormat:fmt, boundary_, escaped, value];
67 NSString *escaped =
71 NSString *pre = [NSString stringWithFormat:fmt, boundary_, escaped];
  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_ex_test.cc 55 FAIL() << "An exception escaped a death test macro invocation "
  /external/googletest/googletest/test/
gtest-death-test_ex_test.cc 55 FAIL() << "An exception escaped a death test macro invocation "
  /external/guava/guava/src/com/google/common/escape/
ArrayBasedEscaperMap.java 52 * @param replacements a map of characters to their escaped representations

Completed in 1767 milliseconds

<<11121314151617181920>>