OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HOST_NAME
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
install_host.sh
15
HOST_NAME
=com.google.chrome.example.echo
21
cp $DIR/$
HOST_NAME
.json $TARGET_DIR
26
sed -i -e "s/HOST_PATH/$ESCAPED_HOST_PATH/" $TARGET_DIR/$
HOST_NAME
.json
29
chmod o+r $TARGET_DIR/$
HOST_NAME
.json
31
echo Native messaging host $
HOST_NAME
has been installed.
uninstall_host.sh
14
HOST_NAME
=com.google.chrome.example.echo
16
echo Native messaging host $
HOST_NAME
has been uninstalled.
/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 65 milliseconds