OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ntp
(Results
1 - 25
of
151
) sorted by null
1
2
3
4
5
6
7
/external/chromium/chrome/browser/ui/webui/
ntp_login_handler.h
13
// The
NTP
login handler currently simply displays the current logged in
14
// username at the top of the
NTP
(and update itself when that changes).
15
// In the future it may expand to allow users to login from the
NTP
.
33
// Called from JS when the
NTP
is loaded.
new_tab_ui_uitest.cc
85
// Loads about:hang into two
NTP
tabs, ensuring we don't crash.
99
// Visit about:hang again in another
NTP
. Don't bother waiting for the
100
//
NTP
to load, because it's hung.
107
// Allows testing
NTP
in process-per-tab mode.
119
// Navigates away from
NTP
before it commits, in process-per-tab mode.
120
// Ensures that we don't load the normal page in the
NTP
process (and thus
134
// Visit a normal URL in another
NTP
that hasn't committed.
shown_sections_handler.h
30
// at the bottom of the
NTP
and no data is directly visible on the
NTP
.
ntp_resource_cache.h
18
// This class keeps a cache of
NTP
resources (HTML and CSS) so we don't have to
most_visited_handler.cc
187
DCHECK(r) << "Missing URL in addPinnedURL from the
NTP
Most Visited.";
191
DCHECK(r) << "Missing title in addPinnedURL from the
NTP
Most Visited.";
195
DCHECK(r) << "Failed to read the favicon URL in addPinnedURL from the
NTP
"
201
DCHECK(r) << "Failed to read the thumbnail URL in addPinnedURL from the
NTP
"
207
DCHECK(r) << "Missing index in addPinnedURL from the
NTP
Most Visited.";
234
// to the number of items the most visited section is showing on the
NTP
so
new_tab_ui.h
51
// by the
NTP
and adds them to the given list value.
114
// The preference version. This used for migrating prefs of the
NTP
.
/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
/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/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');
recently_closed.css
43
background-image: url('../
ntp
/closed_window.png');
/external/chromium/chrome/browser/
ntp_background_util.h
20
// Paints the
NTP
background on |canvas|. |area| is the area of the canvas
/external/dhcpcd/
config.mk
20
HOOKSCRIPTS= 50-
ntp
.conf
dhcpcd.conf
14
# Most distributions have
NTP
support.
/frameworks/base/core/java/android/net/
SntpClient.java
57
// system time computed from
NTP
server response
135
* Returns the time computed from the
NTP
transaction.
137
* @return time value computed from
NTP
server response.
145
* corresponding to the
NTP
time.
147
* @return reference clock corresponding to the
NTP
time.
154
* Returns the round trip time of the
NTP
transaction
181
* Reads the
NTP
time stamp at the given offset in the buffer and returns
191
* Writes system time (milliseconds since January 1, 1970) as an
NTP
time stamp
/external/chromium/chrome/browser/resources/
new_new_tab.html
62
<link rel="stylesheet" href="
ntp
/most_visited.css">
63
<link rel="stylesheet" href="
ntp
/apps.css">
161
<img class="disclosure" img src="
ntp
/ntp_disclosure_triangle.png">
171
<img class="disclosure" src="
ntp
/ntp_disclosure_triangle.png">
218
<img src="
ntp
/ntp_disclosure_triangle.png">
223
<img src="
ntp
/ntp_disclosure_triangle.png">
228
<img src="
ntp
/ntp_disclosure_triangle.png">
291
<script src="
ntp
/drag_drop_controller.js"></script>
292
<script src="
ntp
/most_visited.js"></script>
294
<script src="
ntp
/apps.js"></script
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/location_bar/
location_icon_decoration.mm
34
// location bar is at the
NTP
.
75
// bar, or the location bar is at the
NTP
.
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk_interactive_uitest.cc
28
// Makes sure that when you switch back to an
NTP
with an active findbar,
41
// Switch back to the
NTP
with the active findbar.
/external/chromium/chrome/browser/ui/views/location_bar/
click_handler.cc
24
// bar, or the location bar is at the
NTP
.
/frameworks/base/core/java/android/util/
TrustedTime.java
20
* Interface that provides trusted time information, possibly coming from an
NTP
NtpTrustedTime.java
27
* {@link TrustedTime} that connects with a remote
NTP
server as its trusted
124
// current time is age after the last
ntp
cache; callers who
/external/chromium/chrome/common/extensions/
extension_constants.h
301
// Launch from
NTP
apps section while maximized.
304
// Launch from
NTP
apps section while collapsed.
307
// Launch from
NTP
apps section while in menu mode.
310
// Launch from
NTP
most visited section in any mode.
313
// Launch from
NTP
recently closed section in any mode.
346
// User clicked web store launcher on
NTP
.
349
// App launched after the user re-enabled it on the
NTP
.
/external/tcpdump/
print-ntp.c
21
* Format and print
ntp
packets.
28
"@(#) $Header: /tcpdump/master/tcpdump/print-
ntp
.c,v 1.41.2.1 2005/05/06 07:57:18 guy Exp $ (LBL)";
49
#include "
ntp
.h"
76
* Print
ntp
requests
182
fputs(" [|
ntp
]", stdout);
/external/chromium/chrome/common/
pref_names.cc
[
all
...]
/external/kernel-headers/original/linux/
timex.h
43
* Created file $
NTP
/include/sys/timex.h
103
* syscall interface - used (mainly by
NTP
daemon)
197
* Note: maximum error =
NTP
synch distance = dispersion + delay / 2;
198
* estimated error =
NTP
dispersion.
223
* ntp_clear - Clears the
NTP
state variables
236
* ntp_synced - Returns 1 if the
NTP
status is not UNSYNC
Completed in 2478 milliseconds
1
2
3
4
5
6
7