Home
last modified time | relevance | path

Searched refs:int64 (Results 1 – 25 of 237) sorted by relevance

12345678910

/frameworks/base/cmds/statsd/src/
Dstats_log.proto32 int64 value_long = 4;
45 optional int64 elapsed_timestamp_nanos = 1;
49 optional int64 wall_clock_timestamp_nanos = 3 [deprecated = true];
53 optional int64 start_bucket_elapsed_nanos = 1;
55 optional int64 end_bucket_elapsed_nanos = 2;
57 optional int64 count = 3;
59 optional int64 bucket_num = 4;
61 optional int64 start_bucket_elapsed_millis = 5;
63 optional int64 end_bucket_elapsed_millis = 6;
79 optional int64 start_bucket_elapsed_nanos = 1;
[all …]
Dstatsd_config.proto66 int64 eq_int = 5;
68 int64 lt_int = 6;
69 int64 gt_int = 7;
73 int64 lte_int = 10;
74 int64 gte_int = 11;
107 optional int64 id = 1;
112 repeated int64 matcher = 2;
121 optional int64 start = 1;
123 optional int64 stop = 2;
127 optional int64 stop_all = 4;
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtime_util.cc59 T CreateNormalized(int64 seconds, int64 nanos);
62 Timestamp CreateNormalized(int64 seconds, int64 nanos) { in CreateNormalized()
82 Duration CreateNormalized(int64 seconds, int64 nanos) { in CreateNormalized()
116 string FormatTime(int64 seconds, int32 nanos) { in FormatTime()
120 bool ParseTime(const string& value, int64* seconds, int32* nanos) { in ParseTime()
124 void CurrentTime(int64* seconds, int32* nanos) { in CurrentTime()
129 int64 RoundTowardZero(int64 value, int64 divider) { in RoundTowardZero()
130 int64 result = value / divider; in RoundTowardZero()
131 int64 remainder = value % divider; in RoundTowardZero()
147 const int64 TimeUtil::kTimestampMinSeconds;
[all …]
Dtime_util.h58 static const int64 kTimestampMinSeconds = -62135596800LL;
60 static const int64 kTimestampMaxSeconds = 253402300799LL;
61 static const int64 kDurationMinSeconds = -315576000000LL;
62 static const int64 kDurationMaxSeconds = 315576000000LL;
101 static Duration NanosecondsToDuration(int64 nanos);
102 static Duration MicrosecondsToDuration(int64 micros);
103 static Duration MillisecondsToDuration(int64 millis);
104 static Duration SecondsToDuration(int64 seconds);
105 static Duration MinutesToDuration(int64 minutes);
106 static Duration HoursToDuration(int64 hours);
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dtime.cc13 static const int64 kSecondsPerMinute = 60;
14 static const int64 kSecondsPerHour = 3600;
15 static const int64 kSecondsPerDay = kSecondsPerHour * 24;
16 static const int64 kSecondsPer400Years =
19 static const int64 kSecondsFromEraToEpoch = 62135596800LL;
21 static const int64 kMinTime = -62135596800LL; // 0001-01-01T00:00:00
22 static const int64 kMaxTime = 253402300799LL; // 9999-12-31T23:59:59
29 int64 SecondsPer100Years(int year) { in SecondsPer100Years()
39 int64 SecondsPer4Years(int year) { in SecondsPer4Years()
54 int64 SecondsPerYear(int year) { in SecondsPerYear()
[all …]
Dtime.h52 bool LIBPROTOBUF_EXPORT SecondsToDateTime(int64 seconds, DateTime* time);
55 bool LIBPROTOBUF_EXPORT DateTimeToSeconds(const DateTime& time, int64* seconds);
57 void LIBPROTOBUF_EXPORT GetCurrentTime(int64* seconds, int32* nanos);
66 string LIBPROTOBUF_EXPORT FormatTime(int64 seconds, int32 nanos);
69 bool LIBPROTOBUF_EXPORT ParseTime(const string& value, int64* seconds, int32* nanos);
/frameworks/base/core/proto/android/server/
Dalarmmanagerservice.proto34 optional int64 current_time = 1;
35 optional int64 elapsed_realtime = 2;
36 optional int64 last_time_change_clock_time = 3;
37 optional int64 last_time_change_realtime = 4;
46 optional int64 time_since_non_interactive_ms = 8;
48 optional int64 max_wakeup_delay_ms = 9;
50 optional int64 time_since_last_dispatch_ms = 10;
52 optional int64 time_until_next_non_wakeup_delivery_ms = 11;
56 optional int64 time_until_next_non_wakeup_alarm_ms = 12;
57 optional int64 time_until_next_wakeup_ms = 13;
[all …]
Dusagestatsservice.proto32 optional int64 time_ms = 2;
49 optional int64 last_time_active_ms = 3;
50 optional int64 total_time_active_ms = 4;
55 optional int64 last_time_service_used_ms = 8;
56 optional int64 total_time_service_used_ms = 9;
58 optional int64 last_time_visible_ms = 10;
59 optional int64 total_time_visible_ms = 11;
65 optional int64 last_time_active_ms = 2;
66 optional int64 total_time_active_ms = 3;
79 optional int64 time_ms = 5;
[all …]
Djobscheduler.proto43 optional int64 last_heartbeat_time_millis = 16;
44 optional int64 next_heartbeat_time_millis = 17;
67 optional int64 last_run_heartbeat = 9;
98 optional int64 enqueued_duration_ms = 4;
109 optional int64 time_since_stopped_ms = 1;
118 optional int64 running_duration_ms = 2;
119 optional int64 time_until_timeout_ms = 3;
125 optional int64 time_since_made_active_ms = 6;
127 optional int64 pending_duration_ms = 7;
205 optional int64 min_linear_backoff_time_ms = 17;
[all …]
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dpv_mp3dec_fxd_op_c_equivalent.h66 return (Int32)(((int64)(a) * b) >> 30); in fxp_mul32_Q30()
72 return (L_add + (Int32)(((int64)(a) * b) >> 30)); in fxp_mac32_Q30()
78 return (Int32)(((int64)(a) * b) >> 32); in fxp_mul32_Q32()
85 return (Int32)(((int64)(a) * b) >> 28); in fxp_mul32_Q28()
91 return (Int32)(((int64)(a) * b) >> 27); in fxp_mul32_Q27()
97 return (Int32)(((int64)(a) * b) >> 26); in fxp_mul32_Q26()
104 return (L_add + (Int32)(((int64)(a) * b) >> 32)); in fxp_mac32_Q32()
110 return (L_sub - ((Int32)(((int64)(a) * b) >> 32))); in fxp_msb32_Q32()
117 return (Int32)(((int64)(a) * b) >> 29); in fxp_mul32_Q29()
Dpv_mp3dec_fxd_op_msc_evc.h59 return (int32)(((int64)(a) * b) >> 30); in fxp_mul32_Q30()
65 return (L_add + (int32)(((int64)(a) * b) >> 30)); in fxp_mac32_Q30()
79 return (int32)(((int64)(a) * b) >> 28); in fxp_mul32_Q28()
85 return (int32)(((int64)(a) * b) >> 27); in fxp_mul32_Q27()
92 return (int32)(((int64)(a) * b) >> 26); in fxp_mul32_Q26()
111 return (int32)(((int64)(a) * b) >> 29); in fxp_mul32_Q29()
/frameworks/ml/nn/common/random/
Dguarded_philox_random.h50 void Init(int64 seed, int64 seed2);
56 random::PhiloxRandom ReserveSamples128(int64 samples);
59 random::PhiloxRandom ReserveSamples32(int64 samples) { in ReserveSamples32()
64 random::PhiloxRandom ReserveRandomOutputs(int64 output_count, int multiplier) { in ReserveRandomOutputs()
65 int64 conservative_sample_count = output_count * multiplier; in ReserveRandomOutputs()
Dguarded_philox_random.cc21 void GuardedPhiloxRandom::Init(int64 seed, int64 seed2) { in Init()
41 random::PhiloxRandom GuardedPhiloxRandom::ReserveSamples128(int64 samples) { in ReserveSamples128()
/frameworks/base/core/proto/android/stats/mediametrics/
Dmediametrics.proto53 optional int64 created_millis = 6;
54 optional int64 duration_millis = 7;
61 optional int64 channel_mask = 14;
62 optional int64 start_count = 15;
80 optional int64 underruns = 7;
81 optional int64 overruns = 8;
82 optional int64 active_millis = 9;
83 optional int64 duration_millis = 10;
88 optional int64 channel_mask = 14;
116 optional int64 channel_mask = 5;
[all …]
/frameworks/base/core/proto/android/service/
Ddiskstats.proto58 optional int64 agg_apps_size_kb = 1;
60 optional int64 agg_apps_cache_size_kb = 2;
62 optional int64 photos_size_kb = 3;
64 optional int64 videos_size_kb = 4;
66 optional int64 audio_size_kb = 5;
68 optional int64 downloads_size_kb = 6;
70 optional int64 system_size_kb = 7;
72 optional int64 other_size_kb = 8;
76 optional int64 agg_apps_data_size_kb = 10;
85 optional int64 app_size_kb = 2;
[all …]
/frameworks/base/core/proto/android/os/
Dbatterystats.proto31 optional int64 parcel_version = 2;
42 optional int64 idle_duration_ms = 1;
44 optional int64 rx_duration_ms = 2;
47 optional int64 power_mah = 3;
58 optional int64 duration_ms = 2;
77 optional int64 start_clock_time_ms = 1;
79 optional int64 start_count = 2;
81 optional int64 total_realtime_ms = 3;
82 optional int64 total_uptime_ms = 4;
84 optional int64 battery_realtime_ms = 5;
[all …]
Dprocrank.proto36 optional int64 vss = 2;
39 optional int64 rss = 3;
42 optional int64 pss = 4;
45 optional int64 uss = 5;
48 optional int64 swap = 6;
51 optional int64 pswap = 7;
54 optional int64 uswap = 8;
57 optional int64 zswap = 9;
Dkernelwake.proto42 optional int64 active_since = 6;
44 optional int64 total_time = 7;
46 optional int64 max_time = 8;
48 optional int64 last_change = 9;
50 optional int64 prevent_suspend_time = 10;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dzero_copy_stream_impl.h94 int64 ByteCount() const;
176 int64 ByteCount() const;
228 int64 ByteCount() const;
271 int64 ByteCount() const;
315 int64 ByteCount() const;
323 int64 bytes_retired_; // Bytes read from previous streams.
334 LimitingInputStream(ZeroCopyInputStream* input, int64 limit);
341 int64 ByteCount() const;
346 int64 limit_; // Decreases as we go, becomes negative if we overshoot.
347 int64 prior_bytes_read_; // Bytes read on underlying stream at construction
Dzero_copy_stream_impl_lite.h82 int64 ByteCount() const;
115 int64 ByteCount() const;
149 int64 ByteCount() const;
174 int64 ByteCount() const;
245 int64 ByteCount() const;
262 int64 position_;
332 int64 ByteCount() const;
351 int64 position_;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dconstants.h53 const int64 kTimestampMinSeconds = -62135596800;
56 const int64 kTimestampMaxSeconds = 253402300799;
59 const int64 kDurationMinSeconds = -315576000000;
62 const int64 kDurationMaxSeconds = 315576000000;
/frameworks/base/core/proto/android/util/
Dcommon.proto30 optional int64 min = 1;
32 optional int64 average = 2;
34 optional int64 max = 3;
43 optional int64 start_ms = 1;
45 optional int64 end_ms = 2;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite.h233 static uint64 ZigZagEncode64(int64 n);
234 static int64 ZigZagDecode64(uint64 n);
359 INL static void WriteInt64NoTag (int64 value, output);
363 INL static void WriteSInt64NoTag (int64 value, output);
367 INL static void WriteSFixed64NoTag(int64 value, output);
375 static void WriteInt64 (field_number, int64 value, output);
379 static void WriteSInt64 (field_number, int64 value, output);
383 static void WriteSFixed64(field_number, int64 value, output);
425 INL static uint8* WriteInt64NoTagToArray (int64 value, output);
429 INL static uint8* WriteSInt64NoTagToArray (int64 value, output);
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/
Dgoogle_size.proto18 optional int64 field22 = 22;
58 optional int64 field13 = 13;
59 optional int64 field14 = 14;
77 optional int64 field3 = 3;
78 optional int64 field4 = 4;
79 optional int64 field30 = 30;
118 optional int64 field131 = 131;
121 repeated int64 field130 = 130;
137 optional int64 field11 = 11;
Dbenchmark_messages_proto2.proto21 optional int64 field22 = 22;
61 optional int64 field13 = 13;
62 optional int64 field14 = 14;
80 optional int64 field3 = 3;
81 optional int64 field4 = 4;
82 optional int64 field30 = 30;
121 optional int64 field131 = 131;
124 repeated int64 field130 = 130;
140 optional int64 field11 = 11;

12345678910