HomeSort by relevance Sort by last modified time
    Searched refs:HOST_NAME (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
install_host.sh 24 HOST_NAME=com.google.chrome.example.echo
30 cp $DIR/$HOST_NAME.json $TARGET_DIR
35 sed -i -e "s/HOST_PATH/$ESCAPED_HOST_PATH/" $TARGET_DIR/$HOST_NAME.json
38 chmod o+r $TARGET_DIR/$HOST_NAME.json
40 echo Native messaging host $HOST_NAME has been installed.
uninstall_host.sh 23 HOST_NAME=com.google.chrome.example.echo
25 echo Native messaging host $HOST_NAME has been uninstalled.
  /frameworks/base/core/java/android/util/
Patterns.java 136 private static final String HOST_NAME = "(" + IRI + "\\.)+" + GTLD;
139 = Pattern.compile("(" + HOST_NAME + "|" + IP_ADDRESS + ")");
  /external/netperf/
netsh.h 12 #define HOST_NAME "127.0.0.1"
40 extern char host_name[HOSTNAMESIZE];/* remote host name or ip addr */
  /external/javassist/src/main/javassist/util/
HotSwapper.java 83 private static final String HOST_NAME = "localhost";
113 ((Connector.Argument)arguments.get("hostname")).setValue(HOST_NAME);
  /external/mtpd/
l2tp.c 69 #define HOST_NAME htons(7)
327 add_attribute_raw(HOST_NAME, "anonymous", 9);
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 277 milliseconds