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

1 2 3 4 5 6 7 8 91011

  /external/libpng/tests/
pngunknown-if-safe 2 exec ./pngunknown default=if-safe "${srcdir}/pngtest.png"
pngunknown-sTER 2 exec ./pngunknown sTER=if-safe "${srcdir}/pngtest.png"
pngunknown-vpAg 2 exec ./pngunknown vpAg=if-safe "${srcdir}/pngtest.png"
  /external/chromium_org/sandbox/linux/seccomp-bpf/
trap.h 30 // responsibility to ensure that this happens in a thread-safe fashion.
42 // async-signal safe:
55 static uint16_t MakeTrap(TrapFnc fnc, const void* aux, bool safe);
67 // Returns true if a safe trap handler is associated with a
73 TrapKey() : fnc(NULL), aux(NULL), safe(false) {}
74 TrapKey(TrapFnc f, const void* a, bool s) : fnc(f), aux(a), safe(s) {}
77 bool safe; member in struct:sandbox::Trap::TrapKey
104 uint16_t MakeTrapImpl(TrapFnc fnc, const void* aux, bool safe);
trap.cc 108 // Note: This class is not thread safe. It is the caller's responsibility
175 // safe and can lead to bugs. We should eventually implement a different
176 // logging and reporting mechanism that is safe to be called from
211 if (!trap.safe) {
249 return safe < o.safe;
253 uint16_t Trap::MakeTrap(TrapFnc fnc, const void* aux, bool safe) {
254 return GetInstance()->MakeTrapImpl(fnc, aux, safe);
257 uint16_t Trap::MakeTrapImpl(TrapFnc fnc, const void* aux, bool safe) {
258 if (!safe && !SandboxDebuggingAllowedByUser())
    [all...]
errorcode.h 132 bool safe() const { return safe_; } function in class:sandbox::ErrorCode
155 ErrorCode(Trap::TrapFnc fnc, const void* aux, bool safe);
errorcode.cc 35 ErrorCode::ErrorCode(Trap::TrapFnc fnc, const void* aux, bool safe)
39 safe_(safe),
40 err_(SECCOMP_RET_TRAP + Trap::MakeTrap(fnc, aux, safe)) {
  /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...]
  /external/chromium_org/third_party/webrtc/libjingle/xmllite/
xmlprinter.cc 130 size_t safe = 0; local
132 size_t unsafe = text.find_first_of("<>&\"", safe);
135 *pout_ << text.substr(safe, unsafe - safe);
144 safe = unsafe + 1;
145 if (safe == text.length())
151 size_t safe = 0; local
153 size_t unsafe = text.find_first_of("<>&", safe);
156 *pout_ << text.substr(safe, unsafe - safe);
    [all...]
  /bootable/recovery/minzip/
Android.mk 13 external/safe-iop/include
  /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/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/omap4-aah/
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...]
  /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...]
  /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/chromium_org/third_party/markdown/
postprocessors.py 84 """ Iterate over html stash and restore "safe" html. """
86 html, safe = self.markdown.htmlStash.rawHtmlBlocks[i]
87 if self.markdown.safeMode and not safe:
94 if self.isblocklevel(html) and (safe or not self.markdown.safeMode):
  /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);
  /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))
  /bionic/libc/bionic/
malloc_debug_check.cpp 232 /* returns 1 if valid, *safe == 1 if safe to dump stack */
233 static inline int check_guards(hdr_t* hdr, int* safe) {
234 *safe = 1;
243 *safe = 0;
257 /* returns 1 if valid, *safe == 1 if safe to dump stack */
258 static inline int check_allocation_locked(hdr_t* hdr, int* safe) {
260 *safe = 1;
267 *safe = 0
307 int safe; local
623 int safe; local
    [all...]
  /external/chromium_org/chrome/browser/resources/security_warnings/
interstitial_v2.css 15 body.safe-browsing {
135 .safe-browsing :-webkit-any(
140 .safe-browsing button {
145 .safe-browsing button:active {
150 .safe-browsing button:hover {
154 .safe-browsing .icon {
  /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)

Completed in 671 milliseconds

1 2 3 4 5 6 7 8 91011