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

  /device/htc/flounder/gps/bcm/
gps.bcm47521.conf 1 NTP_SERVER=pool.ntp.org
  /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/asus/grouper/
gps.conf 1 NTP_SERVER=north-america.pool.ntp.org
  /device/htc/flounder/gps/qct/
gps.conf 1 NTP_SERVER=north-america.pool.ntp.org
  /frameworks/base/services/core/java/com/android/server/
NetworkTimeUpdateService.java 72 // NTP lookup is done on this thread and handler
77 // The last time that we successfully fetched the NTP time.
88 // Keeps track of how many quick attempts were made to fetch NTP time.
110 /** Initialize the receivers and initiate the first NTP request */
155 // no need to sync to NTP.
162 // Get the NTP time
165 if (DBG) Log.d(TAG, "Before Ntp fetch");
167 // force refresh NTP cache when outdated
172 // only update when NTP time is fresh
174 final long ntp = mTime.currentTimeMillis() local
    [all...]
  /external/dhcpcd/
config.mk 20 HOOKSCRIPTS= 50-ntp.conf
  /external/libpcap/
pcap-snit.c 127 register struct nit_iftime *ntp; local
180 ntp = (struct nit_iftime *)cp;
181 cp += sizeof(*ntp);
200 h.ts = ntp->nh_timestamp;
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 13 cr.define('ntp', function() {
102 __proto__: ntp.PageListView.prototype,
106 ntp.PageListView.prototype.appendTilePage.apply(this, arguments);
143 cr.ui.decorate($('recently-closed-menu-button'), ntp.RecentMenuButton);
151 cr.ui.decorate(otherSessionsButton, ntp.OtherSessionsMenuButton);
158 var mostVisited = new ntp.MostVisitedPage();
173 newTabView.appendTilePage(new ntp.SuggestionsPage(),
186 // Not all versions of the NTP have a footer, so this may not exist.
191 var url = appendParam(webStoreLink, 'utm_source', 'chrome-ntp-launcher');
294 * Launches the chrome web store app with the chrome-ntp-launche
    [all...]
  /external/tcpdump/
Android.mk 20 print-msnlb.c print-nflog.c print-nfs.c print-ntp.c print-null.c \
  /external/tcpdump/win32/prj/
GNUmakefile 103 ../../print-ntp.o \
  /external/ipsec-tools/src/libipsec/
key_debug.c 527 struct sadb_x_nat_t_port *ntp = (void *)ext; local
533 printf("sadb_x_nat_t_port{ port=%u }\n", ntohs(ntp->sadb_x_nat_t_port_port));
  /frameworks/av/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);
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.css 14 #ntp-contents {
18 .non-google-page #ntp-contents {
local_ntp.js 7 * @fileoverview The local InstantExtended NTP.
13 * @return {Object} A limited interface for testing the local NTP.
76 NTP_CONTENTS: 'ntp-contents',
94 * Enum for the state of the NTP when it is disposed.
99 NONE: 0, // Preserve the NTP appearance and functionality
114 * Specifications for the NTP design.
150 * The container for NTP elements.
217 * The state of the NTP when a query is entered into the Omnibox.
224 * The state of the NTP when a query is entered into the Fakebox.
334 * Updates the NTP based on the current theme
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
background.js 213 if (details.url.indexOf('ntp=1') >= 0)
  /external/chromium_org/chrome/browser/resources/history/
other_devices.js 17 // Using the same values as the Other Devices button in the NTP.
47 * other devices button in NTP.
518 cr.define('ntp', function() {

Completed in 1003 milliseconds