HomeSort by relevance Sort by last modified time
    Searched refs:safe (Results 1 - 25 of 473) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlprinter.cc 147 size_t safe = 0; local
149 size_t unsafe = text.find_first_of("<>&\"", safe);
152 *pout_ << text.substr(safe, unsafe - safe);
161 safe = unsafe + 1;
162 if (safe == text.length())
168 size_t safe = 0; local
170 size_t unsafe = text.find_first_of("<>&", safe);
173 *pout_ << text.substr(safe, unsafe - safe);
    [all...]
  /bootable/recovery/minzip/
Android.mk 13 external/safe-iop/include
  /external/chromium_org/sandbox/linux/seccomp-bpf/
trap.h 24 // responsibility to ensure that this happens in a thread-safe fashion.
36 // async-signal safe:
49 static ErrorCode MakeTrap(TrapFnc fnc, const void* aux, bool safe);
70 TrapKey(TrapFnc f, const void* a, bool s) : fnc(f), aux(a), safe(s) {}
73 bool safe; member in struct:sandbox::Trap::TrapKey
92 ErrorCode MakeTrapImpl(TrapFnc fnc, const void* aux, bool safe);
trap.cc 98 // Note: This class is not thread safe. It is the caller's responsibility
156 // safe and can lead to bugs. We should eventually implement a different
157 // logging and reporting mechanism that is safe to be called from
213 return safe < o.safe;
217 ErrorCode Trap::MakeTrap(TrapFnc fnc, const void* aux, bool safe) {
218 return GetInstance()->MakeTrapImpl(fnc, aux, safe);
221 ErrorCode Trap::MakeTrapImpl(TrapFnc fnc, const void* aux, bool safe) {
222 if (!safe && !SandboxDebuggingAllowedByUser()) {
243 TrapKey key(fnc, aux, safe);
    [all...]
errorcode.h 134 bool safe() const { return safe_; } function in class:sandbox::ErrorCode
157 ErrorCode(Trap::TrapFnc fnc, const void* aux, bool safe, uint16_t id);
  /external/markdown/markdown/
postprocessors.py 44 """ Iterate over html stash and restore "safe" html. """
46 html, safe = self.markdown.htmlStash.rawHtmlBlocks[i]
47 if self.markdown.safeMode and not safe:
54 if safe or not self.markdown.safeMode:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pprint.py 44 for safe in (2, 2.0, 2j, "abc", [3], (2,2), {3: 3}, uni("yaddayadda"),
47 self.assertFalse(pprint.isrecursive(safe),
48 "expected not isrecursive for %r" % (safe,))
49 self.assertTrue(pprint.isreadable(safe),
50 "expected isreadable for %r" % (safe,))
52 self.assertFalse(pp.isrecursive(safe),
53 "expected not isrecursive for %r" % (safe,))
54 self.assertTrue(pp.isreadable(safe),
55 "expected isreadable for %r" % (safe,))
78 for safe in self.a, self.b, self.d, (self.d, self.d)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pprint.py 44 for safe in (2, 2.0, 2j, "abc", [3], (2,2), {3: 3}, uni("yaddayadda"),
47 self.assertFalse(pprint.isrecursive(safe),
48 "expected not isrecursive for %r" % (safe,))
49 self.assertTrue(pprint.isreadable(safe),
50 "expected isreadable for %r" % (safe,))
52 self.assertFalse(pp.isrecursive(safe),
53 "expected not isrecursive for %r" % (safe,))
54 self.assertTrue(pp.isreadable(safe),
55 "expected isreadable for %r" % (safe,))
78 for safe in self.a, self.b, self.d, (self.d, self.d)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlprinter.cc 152 size_t safe = 0; local
154 size_t unsafe = text.find_first_of("<>&\"", safe);
157 *pout_ << text.substr(safe, unsafe - safe);
166 safe = unsafe + 1;
167 if (safe == text.length())
174 size_t safe = 0; local
176 size_t unsafe = text.find_first_of("<>&", safe);
179 *pout_ << text.substr(safe, unsafe - safe);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn_pack.c 89 unsigned char *safe, *p; local
95 if (!(safe = OPENSSL_malloc (safelen))) {
99 p = safe;
103 if (buf) *buf = safe;
104 return safe;
  /external/openssl/crypto/asn1/
asn_pack.c 89 unsigned char *safe, *p; local
95 if (!(safe = OPENSSL_malloc (safelen))) {
99 p = safe;
103 if (buf) *buf = safe;
104 return safe;
  /hardware/ti/omap4xxx/
heaptracker.c 225 /* returns 1 if valid, *safe == 1 if safe to dump stack */
226 static inline int check_guards(struct hdr *hdr, int *safe)
228 *safe = 1;
237 *safe = 0;
251 /* returns 1 if valid, *safe == 1 if safe to dump stack */
252 static inline int __check_allocation(struct hdr *hdr, int *safe)
255 *safe = 1;
263 *safe = 0
306 int safe; local
484 int safe; local
508 int safe, num_checked; local
    [all...]
  /bionic/libc/bionic/
malloc_debug_check.cpp 219 /* returns 1 if valid, *safe == 1 if safe to dump stack */
220 static inline int check_guards(hdr_t* hdr, int* safe) {
221 *safe = 1;
230 *safe = 0;
244 /* returns 1 if valid, *safe == 1 if safe to dump stack */
245 static inline int check_allocation_locked(hdr_t* hdr, int* safe) {
247 *safe = 1;
254 *safe = 0
294 int safe; local
532 int safe; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
prime.c 67 int safe=0; local
90 else if(!strcmp(*argv,"-safe"))
91 safe=1;
133 BN_generate_prime_ex(bn,bits,safe,NULL,NULL,NULL);
  /external/openssl/apps/
prime.c 67 int safe=0; local
90 else if(!strcmp(*argv,"-safe"))
91 safe=1;
133 BN_generate_prime_ex(bn,bits,safe,NULL,NULL,NULL);
  /external/openfst/src/include/fst/
closure.h 120 ClosureFst(const ClosureFst<A> &fst, bool safe = false)
121 : RationalFst<A>(fst, safe) {}
124 virtual ClosureFst<A> *Copy(bool safe = false) const {
125 return new ClosureFst<A>(*this, safe);
invert.h 90 InvertFst(const InvertFst<A> &fst, bool safe = false)
91 : ArcMapFst<A, A, C>(fst, safe) {}
94 virtual InvertFst<A> *Copy(bool safe = false) const {
95 return new InvertFst(*this, safe);
project.h 113 ProjectFst(const ProjectFst<A> &fst, bool safe = false)
114 : ArcMapFst<A, A, C>(fst, safe) {}
117 virtual ProjectFst<A> *Copy(bool safe = false) const {
118 return new ProjectFst(*this, safe);
intersect.h 94 IntersectFst(const IntersectFst<A> &fst, bool safe = false) :
95 ComposeFst<A>(fst, safe) {}
98 virtual IntersectFst<A> *Copy(bool safe = false) const {
99 return new IntersectFst<A>(*this, safe);
map.h 73 MapFst(const ArcMapFst<A, B, C> &fst, bool safe = false)
74 : ArcMapFst<A, B, C>(fst, safe) {}
77 virtual MapFst<A, B, C> *Copy(bool safe = false) const {
78 return new MapFst(*this, safe);
union.h 150 UnionFst(const UnionFst<A> &fst, bool safe = false)
151 : RationalFst<A>(fst, safe) {}
154 virtual UnionFst<A> *Copy(bool safe = false) const {
155 return new UnionFst<A>(*this, safe);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_depr.c 68 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe,
84 if(!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb))
  /external/openssl/crypto/bn/
bn_depr.c 68 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe,
84 if(!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb))
  /ndk/sources/host-tools/nawk-20071023/
main.c 54 int safe = 0; /* 1 => "safe" mode */ variable
85 if (strcmp(argv[1], "-safe") == 0)
86 safe = 1;
148 if (!safe)
  /external/chromium_org/third_party/markupsafe/
_native.py 16 """Convert the characters &, <, >, ' and " in string s to HTML-safe

Completed in 553 milliseconds

1 2 3 4 5 6 7 8 91011>>