HomeSort by relevance Sort by last modified time
    Searched full:authenticate (Results 526 - 550 of 907) sorted by null

<<21222324252627282930>>

  /external/ImageMagick/www/
animate.html 103 <td><a href="command-line-options.html#authenticate">-authenticate <var>value</var></a></td>
compare.html 136 <td><a href="command-line-options.html#authenticate">-authenticate <var>value</var></a></td>
composite.html 121 <td><a href="command-line-options.html#authenticate">-authenticate <var>value</var></a></td>
display.html 115 <td><a href="command-line-options.html#authenticate">-authenticate <var>value</var></a></td>
identify.html 213 <td><a href="command-line-options.html#authenticate">-authenticate <var>value</var></a></td>
  /external/autotest/client/common_lib/cros/network/
xmlrpc_security_types.py 335 @param eap_identity string user to authenticate as during EAP.
523 @param eap_identity string user to authenticate as during EAP.
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
log_view_painter.js 512 /^www-authenticate: (\S*)\s*/i,
513 /^proxy-authenticate: (\S*)\s*/i];
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
platformsettings.py 333 print 'WPR needs to run %s under sudo. Please authenticate.' % args[1]
334 subprocess.check_call(['sudo', '-v']) # Synchronously authenticate.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
socks.py 192 username - Username to authenticate with to the server.
194 password - Password to authenticate with to the server.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBIDataWrapper.java 17 import android.icu.impl.ICUBinary.Authenticate;
44 private static final class IsAcceptable implements Authenticate {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIDataWrapper.java 16 import com.ibm.icu.impl.ICUBinary.Authenticate;
43 private static final class IsAcceptable implements Authenticate {
  /external/libxml2/doc/devhelp/
libxml2-nanohttp.html 73 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>ctx</tt></i>:</span></td><td>the HTTP context</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the stashed value of the WWW-Authenticate or Proxy-Authenticate header.</td></tr></tbody></table></div></div>
  /external/libxml2/doc/html/
libxml-nanohttp.html 33 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>ctx</tt></i>:</span></td><td>the HTTP context</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the stashed value of the WWW-Authenticate or Proxy-Authenticate header.</td></tr></tbody></table></div><h3><a name="xmlNanoHTTPCleanup" id="xmlNanoHTTPCleanup"></a>Function: xmlNanoHTTPCleanup</h3><pre class="programlisting">void xmlNanoHTTPCleanup (void)<br />
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Spdy3.java 76 + "\u0012proxy-authenticate\u0000\u0000\u0000\u0013proxy-authorization\u0000\u0000"
81 + "\u0000\u0000\u0000\u0007warning\u0000\u0000\u0000\u0010www-authenticate\u0000\u0000"
  /external/webrtc/webrtc/base/
socketadapters.cc 455 && (_strnicmp(data, "Proxy-Authenticate:", 19) == 0)) {
461 LOG(LS_VERBOSE) << "Ignoring Proxy-Authenticate: " << auth_method;
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 54 if (wpa_s->driver->authenticate)
55 return wpa_s->driver->authenticate(wpa_s->drv_priv, params);
  /frameworks/base/keystore/java/android/security/
KeyStore.java 71 * per-operation authentication and must authenticate before calling {@link #update} or
692 // to authenticate.
  /hardware/libhardware/include/hardware/
keymaster1.h 257 * or the user will have to authenticate for every use.
327 * authenticate for every use.
keymaster2.h 89 * or the user will have to authenticate for every use.
157 * authenticate for every use.
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintSettings.java 271 mFingerprintManager.authenticate(null, mFingerprintCancel, 0 /* flags */,
297 // Need to authenticate a session token if none
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_httplib.py 358 "WWW-Authenticate: Basic realm=\"example\"\r\n",
367 resp.getheader("www-authenticate"))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_httplib.py 358 "WWW-Authenticate: Basic realm=\"example\"\r\n",
367 resp.getheader("www-authenticate"))