Searched refs:ua (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/opengl/libagl/
H A Dfp.h107 } ua, ub;
108 ua.f = a;
110 return ua.i == ub.i;
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java595 * @param ua 0 if the WebView should use an Android user-agent string,
601 public synchronized void setUserAgent(int ua) { argument
603 if (ua == 1) {
609 } else if (ua == 2) {
615 } else if (ua != 0) {
1253 * Set the WebView's user-agent string. If the string "ua" is null or empty,
1256 public synchronized void setUserAgentString(String ua) { argument
1257 if (ua == null || ua.length() == 0) {
1265 ua
[all...]

Completed in 40 milliseconds