HomeSort by relevance Sort by last modified time
    Searched full:time (Results 1651 - 1675 of 15385) sorted by null

<<61626364656667686970>>

  /sdk/traceview/src/com/android/traceview/
DmTraceReader.java 45 // when skew between the real time and thread cpu clocks is more than this
82 // for time spent in the unknown caller.
172 // Parse all call records to obtain elapsed time information.
262 // thread. We arbitrarily set the start and end time of the context
264 // time and itself accounts for zero thread time.
283 // calls or cpu suspensions or clock anomalies) by comparing global time to
284 // thread time for successive calls that occur on the same thread.
300 // Add thread CPU time.
368 // Finish updating all calls and calculate the total time spent
    [all...]
  /system/core/adb/
file_sync_client.c 22 #include <sys/time.h>
23 #include <time.h>
75 typedef void (*sync_ls_cb)(unsigned mode, unsigned size, unsigned time, const char *name, void *cookie);
107 ltohl(msg.dent.time),
147 *timestamp = ltohl(msg.stat.time);
178 *timestamp = ltohl(msg.stat.time);
535 static void do_sync_ls_cb(unsigned mode, unsigned size, unsigned time,
538 printf("%08x %08x %08x %s\n", mode, size, time, name);
564 unsigned int time; member in struct:copyinfo
587 ci->time = 0
    [all...]
  /bionic/libc/include/
time.h 32 #include <sys/time.h>
40 extern time_t time(time_t *);
54 int tm_isdst; /* daylight saving time */
  /dalvik/vm/analysis/
DexPrepare.h 27 * Optimizing is performed ahead-of-time by dexopt and, in some cases, at
28 * load time by the VM.
35 OPTIMIZE_MODE_FULL /* fully opt verified classes at load time */
  /development/ndk/platforms/android-3/include/
time.h 32 #include <sys/time.h>
40 extern time_t time(time_t *);
54 int tm_isdst; /* daylight saving time */
  /development/ndk/platforms/android-8/include/
time.h 32 #include <sys/time.h>
40 extern time_t time(time_t *);
54 int tm_isdst; /* daylight saving time */
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DateWidgets1.java 35 * Basic example of using date and time widgets, including
44 // where we display the selected date and time
47 // date and time
  /development/scripts/
add-accounts 29 import time namespace
84 time.sleep(3)
93 print "emulator) while booting for the first time."
add-accounts-sdk 29 import time namespace
81 time.sleep(3)
90 print "emulator) while booting for the first time."
  /external/android-mock/src/
build-mockgen.xml 57 <format property="build.time" pattern="dd-MMMM-yyyy hh:mm aa"/>
61 <attribute name="Built-On" value="${build.time}"/>
78 <attribute name="Built-On" value="${build.time}"/>
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSessionImplTest.java 50 long time = session.getCreationTime(); local
51 assertTrue("Incorrect CreationTime", time <= System.currentTimeMillis());
52 assertEquals("Incorrect LastAccessedTime", time, session.getLastAccessedTime());
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DOM2Helper.java 110 * at the time the Node was created.
117 /** Field m_useDOM2getNamespaceURI is a compile-time flag which
119 * that code is commented out at this time and nobody else
  /external/bluetooth/glib/docs/reference/glib/tmpl/
type_conversion.sgml 10 data" to a callback, in the form of a void pointer. From time to time
18 memory at some later time.
  /external/chromium/chrome/browser/autofill/
autofill_metrics.h 110 // This should be called each time a page containing forms is loaded.
113 // This should be called each time a new profile is launched.
116 // This should be called each time a new profile is launched.
  /external/chromium/chrome/browser/history/
history_types.cc 60 last_visit_ = base::Time();
76 base::Time arg_visit_time,
132 URLResult::URLResult(const GURL& url, base::Time visit_time)
221 // Delete all instances of this URL. We re-query each time since each
302 end_time = base::Time::Now();
348 base::Time arg_time,
357 time(arg_time),
371 url, time, id_scope, page_id, referrer, redirects, transition,
389 base::Time AutocompleteAgeThreshold() {
390 return (base::Time::Now()
    [all...]
thumbnail_database.h 25 class Time;
78 base::Time time);
99 // The time indicates the access time, and is used to detect when the favicon
103 base::Time time);
105 // Sets the time the favicon was last updated.
106 bool SetFaviconLastUpdateTime(FaviconID icon_id, base::Time time);
    [all...]
  /external/chromium/chrome/browser/
jankometer.cc 18 #include "base/time.h"
48 // Maximum processing time (excluding queueing delay) for a message before
112 // Time at which the current message processing began.
115 // Time the current message spent in the queue -- delta between message
116 // construction time and message processing time.
120 base::StatsCounter slow_processing_counter_; // Msgs w/ long proc time.
122 base::Histogram* const process_times_; // Time spent proc. task.
311 // a DWORD (unsigned 32-bit). They both wrap around when the time is longer
313 // or if the original time comes from GetTickCount, it might wrap aroun
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.cc 17 #include "base/time.h"
54 ClientSideDetectionService::CacheState::CacheState(bool phish, base::Time time)
56 timestamp(time) {}
301 phishing_report_times_.push(base::Time::Now());
348 make_linked_ptr(new CacheState(response.phishy(), base::Time::Now()));
378 cache_state.timestamp > base::Time::Now() - kPositiveCacheInterval :
379 cache_state.timestamp > base::Time::Now() - kNegativeCacheInterval) {
400 cache_state.timestamp > base::Time::Now() - positive_cache_interval :
401 cache_state.timestamp > base::Time::Now() - negative_cache_interval)
    [all...]
  /external/chromium/chrome/browser/sync/glue/
frontend_data_type_controller.h 35 // void RecordAssociationTime(base::TimeDelta time);
93 // Record association time.
94 virtual void RecordAssociationTime(base::TimeDelta time) = 0;
typed_url_model_associator.h 53 typedef std::vector<std::pair<GURL, std::vector<base::Time> > >
119 std::vector<base::Time>* new_visits);
126 std::vector<base::Time>* new_visits,
  /external/chromium/googleurl/base/
basictypes.h 14 // The expression is a compile-time constant, and therefore can be
16 // a pointer by mistake, you will get a compile-time error.
46 // The expression ARRAYSIZE(a) is a compile-time constant of type
  /external/chromium/net/base/
network_delegate.h 23 // NOTE: It is not okay to add any compile-time dependencies on symbols outside
63 // time, but will have no effect if the request has already been cancelled or
72 // at any time, but will have no effect if the transaction handling this
  /external/chromium/net/disk_cache/
disk_cache.h 16 #include "base/time.h"
101 // either direction by using null Time values for either argument. The return
104 virtual int DoomEntriesBetween(const base::Time initial_time,
105 const base::Time end_time,
111 virtual int DoomEntriesSince(const base::Time initial_time,
115 // the first time. That will cause the enumeration to start at the head of
154 // Returns the time when this cache entry was last used.
155 virtual base::Time GetLastUsed() const = 0;
157 // Returns the time when this cache entry was last modified.
158 virtual base::Time GetLastModified() const = 0
    [all...]
disk_cache_test_base.h 95 int DoomEntriesBetween(const base::Time initial_time,
96 const base::Time end_time);
97 int DoomEntriesSince(const base::Time initial_time);
  /external/chromium/net/ftp/
ftp_directory_listing_parser.cc 42 const base::Time& current_time,
81 const base::Time& current_time,
116 const base::Time& current_time,

Completed in 3068 milliseconds

<<61626364656667686970>>