Searched refs:operations (Results 76 - 100 of 159) sorted by relevance

1234567

/frameworks/base/core/java/android/net/
H A DNetworkStats.java109 private long[] operations; field in class:NetworkStats
132 public long operations; field in class:NetworkStats.Entry
138 public Entry(long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) { argument
140 operations);
144 long txBytes, long txPackets, long operations) {
146 txPackets, operations);
150 long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) {
161 this.operations = operations;
165 return rxBytes < 0 || rxPackets < 0 || txBytes < 0 || txPackets < 0 || operations <
143 Entry(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) argument
149 Entry(String iface, int uid, int set, int tag, int metered, int roaming, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) argument
303 addValues(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) argument
310 addValues(String iface, int uid, int set, int tag, int metered, int roaming, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) argument
399 combineValues(String iface, int uid, int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) argument
406 combineValues(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) argument
[all...]
/frameworks/base/tools/preload/
H A DLoadedClass.java30 /** Load operations. */
33 /** Static initialization operations. */
83 /** Calculates the median duration for a list of operations. */
84 private static int calculateMedian(List<Operation> operations) { argument
85 int size = operations.size();
92 times[i] = operations.get(i).exclusiveTimeMicros();
/frameworks/ml/nn/runtime/test/generated/vts_models/
H A Davg_pool_float_2.model.cpp61 const std::vector<Operation> operations = { local
78 .operations = operations,
H A Davg_pool_float_3.model.cpp61 const std::vector<Operation> operations = { local
78 .operations = operations,
H A Davg_pool_float_4.model.cpp61 const std::vector<Operation> operations = { local
78 .operations = operations,
H A Davg_pool_quant8_2.model.cpp61 const std::vector<Operation> operations = { local
78 .operations = operations,
H A Davg_pool_quant8_3.model.cpp61 const std::vector<Operation> operations = { local
78 .operations = operations,
H A Dconv_float.model.cpp70 const std::vector<Operation> operations = { local
87 .operations = operations,
H A Dconv_float_channels.model.cpp70 const std::vector<Operation> operations = { local
87 .operations = operations,
H A Dconv_float_channels_weights_as_inputs.model.cpp70 const std::vector<Operation> operations = { local
87 .operations = operations,
H A Dconv_float_large.model.cpp70 const std::vector<Operation> operations = { local
87 .operations = operations,
H A Dconv_float_large_weights_as_inputs.model.cpp70 const std::vector<Operation> operations = { local
87 .operations = operations,
H A Dconv_float_weights_as_inputs.model.cpp70 const std::vector<Operation> operations = { local
87 .operations = operations,
H A Dconv_quant8.model.cpp70 const std::vector<Operation> operations = { local
87 .operations = operations,
H A Dconv_quant8_channels.model.cpp70 const std::vector<Operation> operations = { local
87 .operations = operations,
H A Dconv_quant8_channels_weights_as_inputs.model.cpp70 const std::vector<Operation> operations = { local
87 .operations = operations,
H A Dconv_quant8_large.model.cpp70 const std::vector<Operation> operations = { local
87 .operations = operations,
H A Dconv_quant8_large_weights_as_inputs.model.cpp70 const std::vector<Operation> operations = { local
87 .operations = operations,
H A Dconv_quant8_overflow.model.cpp70 const std::vector<Operation> operations = { local
87 .operations = operations,
H A Dconv_quant8_overflow_weights_as_inputs.model.cpp70 const std::vector<Operation> operations = { local
87 .operations = operations,
H A Dconv_quant8_weights_as_inputs.model.cpp70 const std::vector<Operation> operations = { local
87 .operations = operations,
H A Dlocal_response_norm_float_1.model.cpp61 const std::vector<Operation> operations = { local
78 .operations = operations,
H A Dlocal_response_norm_float_2.model.cpp61 const std::vector<Operation> operations = { local
78 .operations = operations,
H A Dlocal_response_norm_float_3.model.cpp61 const std::vector<Operation> operations = { local
78 .operations = operations,
H A Dlocal_response_norm_float_4.model.cpp61 const std::vector<Operation> operations = { local
78 .operations = operations,

Completed in 126 milliseconds

1234567