Searched refs:UserAgent (Results 1 - 25 of 25) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DUserAgent.java36 * the UserAgent SIPObject.
44 public class UserAgent extends SIPHeader implements UserAgentHeader { class in inherits:SIPHeader,UserAgentHeader
80 public UserAgent() { method in class:UserAgent
114 "JAIN-SIP Exception, UserAgent, "
121 UserAgent retval = (UserAgent) super.clone();
129 * $Log: UserAgent.java,v $
H A DNameMap.java151 putNameMap(USER_AGENT, UserAgent.class.getName()); //37
H A DHeaderFactoryImpl.java1050 UserAgent userAgent = new UserAgent();
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DUserAgentParser.java33 * Parser for UserAgent header.
48 * UserAgent header to parse
68 * @return SIPHeader (UserAgent object)
75 UserAgent userAgent = new UserAgent();
142 new UserAgentParser(userAgent[i]); UserAgent ua= (UserAgent)
/external/libgdx/gdx/src/com/badlogic/gdx/net/
H A DHttpRequestHeader.java172 public static final String UserAgent = "User-Agent"; field in interface:HttpRequestHeader
/external/curl/lib/
H A Dmk-ca-bundle.pl35 use LWP::UserAgent;
131 print "LWP::UserAgent.pm Version : ${LWP::UserAgent::VERSION}\n";
305 my $ua = new LWP::UserAgent(agent => "$0/$version");
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A D__main__.py33 # Load the gsutil version number and append it to boto.UserAgent so the value is
37 # with a static reference to the pre-modified version of the UserAgent field,
38 # so boto requests would not include gsutil/version# in the UserAgent string.
43 boto.UserAgent += ' gsutil/%s (%s)' % (gslib.VERSION, sys.platform)
45 boto.UserAgent += ' Cloud SDK Command Line Tool'
47 boto.UserAgent += ' %s' % os.environ.get('CLOUDSDK_VERSION')
H A Dboto_resumable_upload.py53 from boto import UserAgent namespace
543 headers['User-Agent'] = UserAgent
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/
H A Dtest_connection.py28 from boto import UserAgent namespace
508 'User-Agent': UserAgent}
525 'User-Agent': UserAgent})
/external/v8/samples/
H A Dprocess.cc66 virtual const string& UserAgent() = 0;
537 const string& path = request->UserAgent();
595 virtual const string& UserAgent() { return user_agent_; } function in class:StringHttpRequest
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
H A Dresumable_upload_handler.py30 from boto import config, UserAgent namespace
617 headers['User-Agent'] = UserAgent
/external/libbrillo/brillo/http/
H A Dhttp_request_unittest.cc94 TEST_F(HttpRequestTest, UserAgent) {
/external/webrtc/webrtc/base/
H A Dproxydetect.cc81 enum UserAgent { enum
360 UserAgent GetAgent(const char* agent) {
1264 UserAgent a = GetAgent(agent);
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
H A Dconnection.py63 from boto import config, UserAgent namespace
375 self.headers['User-Agent'] = UserAgent
797 sock.sendall("User-Agent: %s\r\n" % UserAgent)
H A D__init__.py47 UserAgent = 'Boto/%s Python/%s %s/%s' % ( variable
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
H A Doauth2_client.py47 boto.UserAgent += os.environ.get('USER_AGENT')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
H A Dkey.py42 from boto import UserAgent namespace
895 headers['User-Agent'] = UserAgent
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPMessage.java66 import gov.nist.javax.sip.header.UserAgent;
189 || sipHeader instanceof UserAgent || sipHeader instanceof Priority
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-user.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 3365 milliseconds