/external/toybox/toys/pending/ |
ip.c | 262 init_arglist(rt_scope,254,"host"); 396 uint32_t mask = htonl(*naddr), host = ~mask; local 397 if (host & (host + 1)) return -1; [all...] |
/external/v8/src/ |
assembler.h | 82 // Overwrite a host NaN with a quiet target NaN. Used by mksnapshot for 380 RelocInfo(byte* pc, Mode rmode, intptr_t data, Code* host) 381 : pc_(pc), rmode_(rmode), data_(data), host_(host) { 463 Code* host() const { return host_; } function in class:v8::internal::RelocInfo 464 void set_host(Code* host) { host_ = host; } [all...] |
/external/v8/src/ic/ |
ic.cc | 395 Code* host = local 397 if (host->kind() != Code::FUNCTION) return; 401 host->type_feedback_info()->IsTypeFeedbackInfo()) { 406 TypeFeedbackInfo* info = TypeFeedbackInfo::cast(host->type_feedback_info()); 410 if (host->type_feedback_info()->IsTypeFeedbackInfo()) { 411 TypeFeedbackInfo* info = TypeFeedbackInfo::cast(host->type_feedback_info()); 414 host->set_profiler_ticks(0); [all...] |
/external/wpa_supplicant_8/hs20/client/ |
osu_client.c | 2736 char *host = NULL; local [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
MyHandler.h | 150 AString host, path, user, pass; local 153 mSessionURL.c_str(), &host, &port, &path, &user, &pass)); 158 mSessionURL.append(host); 166 mSessionHost = host; 335 ALOGE("Failed to look up address of session host '%s'", 509 AString host, path, user, pass; local 512 mSessionURL.c_str(), &host, &port, &path, &user, &pass) 516 mSessionURL.append(host); [all...] |
/frameworks/base/core/java/android/content/ |
IntentFilter.java | 125 * formal RFC host names!</em> You should thus always use lower case letters 146 private static final String HOST_STR = "host"; 211 * authority host. 216 * authority host and port. 531 * data scheme is "http" or "https" and that there is no specific host defined. 843 public AuthorityEntry(String host, String port) { 844 mOrigHost = host; 845 mWild = host.length() > 0 && host.charAt(0) == '*'; 846 mHost = mWild ? host.substring(1).intern() : host 897 String host = data.getHost(); local 1645 String host = parser.getAttributeValue(null, HOST_STR); local [all...] |
/frameworks/base/core/java/android/net/ |
Uri.java | 204 * {@code [ userinfo '@' ] host [ ':' port ]} 215 * {@code [ userinfo '@' ] host [ ':' port ]} 242 * Gets the encoded host from the authority for this URI. For example, 246 * @return the host for this URI or null if not present 1076 private volatile String host = NOT_CACHED; field in class:Uri.AbstractHierarchicalUri [all...] |
/frameworks/base/core/java/android/view/ |
AccessibilityInteractionController.java | 453 View host = mViewRootImpl.mAccessibilityFocusedHost; local 454 // If there is no accessibility focus host or it is not a descendant 456 if (host == null || !ViewRootImpl.isViewDescendantOf(host, root)) { 460 if (!isShown(host)) { 463 // If the host has a provider ask this provider to search for the 465 AccessibilityNodeProvider provider = host.getAccessibilityNodeProvider(); 472 focused = host.createAccessibilityNodeInfo(); [all...] |
ViewRootImpl.java | 1284 final View host = mView; local 2163 final View host = mView; local 2783 final View host = mAccessibilityFocusedHost; local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
SocketTest.java | 49 InetSocketAddress addr = new InetSocketAddress(host, port); 77 new InetSocketAddress(host, port).getAddress()); 82 host = socket.getInetAddress().getHostName(); 115 String host = "localhost"; field in class:SocketTest 548 "Misconfiguration - local host is the loopback address", [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
SSLEngineTest.java | 57 * SSLEngine object with null host and -1 port 69 * Test for <code>SSLEngine(String host, int port)</code> constructor 92 * Test for <code>SSLEngine(String host, int port)</code> constructor 95 String host = "new host"; local 97 SSLEngine e = getEngine(host, port); 98 assertEquals(e.getPeerHost(), host); local 114 assertEquals("Incorrect host name", "www.fortify.net", e.getPeerHost()); 244 sse = getEngine("new host", 1080); 327 String host = "new host" local 363 String host = "new host"; local 385 String host = "new host"; local 423 String host = "new host"; local 442 String host = "new host"; local 469 String host = "new host"; local 504 String host = "new host"; local 524 String host = "new host"; local 551 String host = "new host"; local 569 String host = "new host"; local 629 String host = "new host"; local 651 String host = "new host"; local 684 String host = "new host"; local 701 String host = "new host"; local 736 String host = "new host"; local 756 String host = "new host"; local 796 String host = "new host"; local 813 String host = "new host"; local 838 String host = "new host"; local 857 String host = "new host"; local 890 String host = "new host"; local 906 String host = "new host"; local 937 String host = "new host"; local 956 String host = "new host"; local 989 String host = "new host"; local 1003 String host = "new host"; local [all...] |
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiConfigController.java | 505 String host = mProxyHostView.getText().toString(); local 512 result = ProxySelector.validate(host, portStr, exclusionList); 517 mHttpProxy = new ProxyInfo(host, port, exclusionList); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
Makefile | 35 host= x86_64-apple-darwin macro 157 CONFIG_ARGS= '--prefix=/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64' '--build=x86_64-apple-darwin' '--host=x86_64-apple-darwin' '--with-build-sysroot' '--disable-ipv6' 'build_alias=x86_64-apple-darwin' 'host_alias=x86_64-apple-darwin' 'CC=x86_64-apple-darwin-gcc' 'CFLAGS=-O2 -Os -fomit-frame-pointer -s' 'LDFLAGS=' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Makefile | 35 host= i686-pc-linux-gnu macro 157 CONFIG_ARGS= '--prefix=/tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86' '--build=x86_64-linux-gnu' '--host=i686-linux-gnu' '--with-build-sysroot' '--disable-ipv6' 'build_alias=x86_64-linux-gnu' 'host_alias=i686-linux-gnu' 'CC=i686-linux-gnu-gcc' 'CFLAGS=-O2 -Os -fomit-frame-pointer -s' 'LDFLAGS=' [all...] |
/prebuilts/sdk/current/support/percent/libs/ |
android-support-percent.jar | |
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/ |
android-support-v4.jar | |
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/ |
android-support-v4.jar | |
/prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/ |
support-v4-19.1.0.jar | |
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/ |
support-v4-19.0.0.jar | |
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/ |
support-v4-19.0.1.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-site-plugin/3.3/ |
maven-site-plugin-3.3.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar | |
/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
AppWidgetServiceImpl.java | 169 private final ArrayList<Host> mHosts = new ArrayList<>(); 399 Host host = mHosts.get(i); local 400 if (host.id.uid == UNKNOWN_UID && pkg.equals(host.id.packageName)) { 402 Slog.i(TAG, "host " + host.id + " resolved to uid " + uid); 404 host.id = new HostId(uid, host.id.hostId, host.id.packageName) 505 Host host = lookupOrAddHostLocked(id); local 541 Host host = lookupHostLocked(id); local 573 Host host = lookupOrAddHostLocked(id); local 887 Host host = lookupHostLocked(id); local 1032 Host host = lookupHostLocked(id); local 1063 Host host = mHosts.get(i); local 1385 Host host = lookupHostLocked(id); local 1413 Host host = widget.host; local 1691 Host host = mHosts.get(i); local 1786 Host host = mHosts.get(i); local 2345 Host host = mHosts.get(i); local 2472 Host host = mHosts.get(i); local 2486 Host host = mHosts.get(i); local 2515 Host host = mHosts.get(i); local 2619 Host host = new Host(); local 2729 Host host = lookupHostLocked(oldHostId); local 2797 Host host = mHosts.get(i); local 2956 Host host = mHosts.get(i); local 3074 Host host = (Host) args.arg1; local 3085 Host host = (Host) args.arg1; local 3096 Host host = (Host) args.arg1; local 3105 Host host = (Host) args.arg1; local 3511 Host host; field in class:AppWidgetServiceImpl.Widget 3670 Host host = mHosts.get(i); local 3807 Host host = restoredHosts.get(hostIndex); local 3924 Host host = e.getKey(); local 4094 Host host = widget.host; local [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar | |