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

  /external/chromium_org/chrome/browser/ui/search/
instant_ntp_prerenderer.cc 33 void DeleteNTPSoon(scoped_ptr<InstantNTP> ntp) {
34 if (!ntp)
37 if (ntp->contents()) {
39 FROM_HERE, ntp->ReleaseContents().release());
41 base::MessageLoop::current()->DeleteSoon(FROM_HERE, ntp.release());
72 DCHECK(!ntp());
92 return ntp() ? ntp()->contents() : NULL;
167 InstantNTP* InstantNTPPrerenderer::ntp() const { function in class:InstantNTPPrerenderer
177 if (!ntp() || ntp()->IsLocal()
    [all...]
instant_extended_interactive_uitest.cc 341 // NTP contents should be preloaded.
342 ASSERT_NE(static_cast<InstantNTP*>(NULL), instant()->ntp());
366 // offline, so the ntp will be local.
368 instant_service->ntp_prerenderer()->ntp());
369 EXPECT_TRUE(instant_service->ntp_prerenderer()->ntp()->IsLocal());
371 // Change the connect state, and wait for the notifications to be run, and NTP
377 // to switch to local NTP anymore.
390 // Verify new NTP is not local.
395 instant_service->ntp_prerenderer()->ntp());
396 EXPECT_FALSE(instant_service->ntp_prerenderer()->ntp()->IsLocal())
591 content::WebContents* ntp = instant()->ntp_->contents(); local
722 content::WebContents* ntp = instant()->ntp_->contents(); 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/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/base/services/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...]
  /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);

Completed in 748 milliseconds