OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntp
(Results
1 - 12
of
12
) sorted by null
/external/dhcpcd/dhcpcd-hooks/
50-ntp.conf
1
# Sample dhcpcd hook script for
ntp
2
# Like our resolv.conf hook script, we store a database of
ntp
.conf files
3
# and merge into /etc/
ntp
.conf
9
# to use openntpd from pkgsrc instead of the system provided
ntp
.
15
[ -e /var/lib/
ntp
] || mkdir /var/lib/
ntp
16
: ${NTP_DHCP_CONF:=/var/lib/
ntp
/
ntp
.conf.dhcp}
19
ntp_conf_dir="$state_dir/
ntp
.conf"
20
ntp_conf=${NTP_CONF:-/etc/
ntp
.conf
[
all
...]
/device/samsung/tuna/
gps.conf
1
NTP_SERVER=north-america.pool.
ntp
.org
/external/dhcpcd/
config.mk
20
HOOKSCRIPTS= 50-
ntp
.conf
/frameworks/base/services/java/com/android/server/
NetworkTimeUpdateService.java
81
//
NTP
lookup is done on this thread and handler
87
// The last time that we successfully fetched the
NTP
time.
89
// Keeps track of how many quick attempts were made to fetch
NTP
time.
102
/** Initialize the receivers and initiate the first
NTP
request */
147
// no need to sync to
NTP
.
154
// Get the
NTP
time
157
if (DBG) Log.d(TAG, "Before
Ntp
fetch");
159
// force refresh
NTP
cache when outdated
164
// only update when
NTP
time is fresh
166
final long
ntp
= mTime.currentTimeMillis()
local
[
all
...]
/external/libpcap/
pcap-snit.c
119
register struct nit_iftime *
ntp
;
local
172
ntp
= (struct nit_iftime *)cp;
173
cp += sizeof(*
ntp
);
192
h.ts =
ntp
->nh_timestamp;
/external/tcpdump/
Android.mk
75
print-
ntp
.c\
/external/chromium/chrome/browser/resources/ntp4/
most_visited_page.css
102
background-image: url('../
ntp
/ntp_pin_off.png');
106
background-image: url('../
ntp
/ntp_pin_off_h.png');
110
background-image: url('../
ntp
/ntp_pin_off_p.png');
114
background-image: url('../
ntp
/ntp_pin_on.png');
118
background-image: url(../
ntp
/ntp_pin_on_h.png');
122
background-image: url(../
ntp
/ntp_pin_on_p.png');
126
background-image: url('../
ntp
/ntp_close.png');
130
background-image: url('../
ntp
/ntp_close_h.png');
134
background-image: url('../
ntp
/ntp_close_p.png');
new_tab.js
312
* The normal
NTP
uses this to keep track of the current launch-type of an
701
// publish
ntp
globals
702
// TODO(estade): update the content handlers to use
ntp
namespace instead of
/external/ipsec-tools/src/libipsec/
key_debug.c
536
struct sadb_x_nat_t_port *
ntp
= (void *)ext;
local
542
printf("sadb_x_nat_t_port{ port=%u }\n", ntohs(
ntp
->sadb_x_nat_t_port_port));
/external/chromium/chrome/browser/resources/touch_ntp/
newtab.js
13
var
ntp
= (function() {
323
* The normal
NTP
uses this to keep track of the current launch-type of an
798
// publish
ntp
globals
799
var assert =
ntp
.assert;
800
var getAppsCallback =
ntp
.getAppsCallback;
801
var appsPrefChangeCallback =
ntp
.appsPrefChangeCallback;
805
ntp
.initialize();
/frameworks/base/media/libstagefright/rtsp/
ARTPWriter.cpp
435
uint64_t
ntp
= GetNowNTP();
local
436
sdp.append(
ntp
);
438
sdp.append(
ntp
);
MyTransmitter.h
157
uint64_t
ntp
= ntpTime();
local
158
sdp.append(
ntp
);
160
sdp.append(
ntp
);
Completed in 314 milliseconds