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

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
macurl2path.py 76 component = urllib.quote(component[:31], safe='') # We want to quote slashes
urllib.py 183 fullurl = quote(fullurl, safe="%/:=&?~#+!$,;'@()*[]|")
732 proxyhost = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + proxyhost
749 proxyhost = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + proxyhost
762 host = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + host
775 host = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + host
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
macurl2path.py 76 component = urllib.quote(component[:31], safe='') # We want to quote slashes
urllib.py 183 fullurl = quote(fullurl, safe="%/:=&?~#+!$,;'@()*[]|")
732 proxyhost = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + proxyhost
749 proxyhost = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + proxyhost
762 host = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + host
775 host = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + host
    [all...]
  /external/chromium_org/ash/system/chromeos/power/
tray_power_unittest.cc 190 PowerSupplyProperties safe = DefaultPowerSupplyProperties(); local
191 safe.set_battery_time_to_empty_sec(TrayPower::kNoWarningMinutes * 60 - 29);
192 EXPECT_FALSE(UpdateNotificationState(safe));
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_prime.c 159 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe,
181 if (safe)
197 if (!safe)
205 /* for "safe prime" generation,
223 /* We have a safe prime test pass */
  /external/openssl/crypto/bn/
bn_prime.c 159 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe,
181 if (safe)
197 if (!safe)
205 /* for "safe prime" generation,
223 /* We have a safe prime test pass */
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
path.py 116 return urllib.quote(path, safe='/+:')
  /external/chromium_org/third_party/markdown/extensions/
fenced_code.py 177 placeholder = self.markdown.htmlStash.store(code, safe=True)
  /external/libunwind/doc/
unw_get_fpreg.tex 45 \Func{unw\_get\_fpreg}() is thread-safe as well as safe to use
unw_get_reg.tex 46 \Func{unw\_get\_reg}() is thread-safe as well as safe to use
unw_init_local.tex 54 \Func{unw\_init\_local}() is thread-safe as well as safe to use from a
unw_init_remote.tex 49 \Func{unw\_init\_remote}() is thread-safe. If the local address-space
50 is passed in argument \Var{as}, this routine is also safe to use from
unw_set_caching_policy.tex 56 \Func{unw\_set\_caching\_policy}() is thread-safe but \emph{not} safe
unw_set_fpreg.tex 45 \Func{unw\_set\_fpreg}() is thread-safe as well as safe to use
unw_set_reg.tex 46 \Func{unw\_set\_reg}() is thread-safe as well as safe to use
  /external/valgrind/main/coregrind/m_demangle/
safe-ctype.c 29 It is defined by @file{safe-ctype.h}, and will be an integer constant
59 These twelve macros are defined by @file{safe-ctype.h}. Each has the
101 These six macros are defined by @file{safe-ctype.h} and provide
120 #include <safe-ctype.h>
126 #include "safe-ctype.h"
129 #error "<safe-ctype.h> requires EOF == -1"
  /dalvik/libdex/
Android.mk 39 external/safe-iop/include
  /external/chromium_org/chrome/browser/resources/ssl/
interstitial_v2.js 6 // used for both SSL interstitials and Safe Browsing interstitials.
17 $('body').classList.add('safe-browsing');
  /external/chromium_org/content/test/data/indexeddb/
transaction_run_forever.js 55 // If we've already looped 7 times, it's pretty safe to assume
  /external/markdown/markdown/
preprocessors.py 52 def store(self, html, safe=False):
61 * safe: label an html segment as safe for safemode
66 self.rawHtmlBlocks.append((html, safe))
  /prebuilts/misc/common/swig/include/2.0.11/python/
embed.i 30 I know, this module is C++ safe.
embed15.i 30 I know, this module is C++ safe.
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 242 if (safe) SYNTAX("cmd | getline is unsafe");
245 if (safe) SYNTAX("cmd | getline is unsafe");
296 if (safe) SYNTAX("print | is unsafe");
299 if (safe) SYNTAX("print >> is unsafe");
302 if (safe) SYNTAX("print > is unsafe");
  /external/chromium_org/base/allocator/
allocator_extension_thunks.target.darwin-arm.mk 255 -Wl,--icf=safe \
273 -Wl,--icf=safe \

Completed in 855 milliseconds

1 23 4 5 6 7 8 91011>>