Searched refs:operations (Results 1 - 25 of 159) sorted by relevance

1234567

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DImportTestResolver.java36 ArrayList<ContentProviderOperation> operations) {
38 return mProvider.applyBatch(operations);
35 applyBatch(String authority, ArrayList<ContentProviderOperation> operations) argument
/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java84 private long[] operations; field in class:NetworkStatsHistory
97 public long operations; field in class:NetworkStatsHistory.Entry
116 if ((fields & FIELD_OPERATIONS) != 0) operations = new long[initialSize];
134 operations = readLongArray(in);
148 writeLongArray(out, operations, bucketCount);
162 operations = new long[bucketStart.length];
177 operations = readVarLongArray(in);
189 || txPackets.length != bucketCount || operations.length != bucketCount) {
203 writeVarLongArray(out, operations, bucketCount);
282 entry.operations
569 generateRandom(long start, long end, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations, Random r) argument
[all...]
/frameworks/ml/nn/runtime/test/generated/vts_models/
H A Dadd.model.cpp43 const std::vector<Operation> operations = { local
60 .operations = operations,
H A Dadd_broadcast_quant8.model.cpp43 const std::vector<Operation> operations = { local
60 .operations = operations,
H A Dadd_quant8.model.cpp43 const std::vector<Operation> operations = { local
60 .operations = operations,
H A Davg_pool_float_1.model.cpp52 const std::vector<Operation> operations = { local
69 .operations = operations,
H A Davg_pool_quant8_1.model.cpp52 const std::vector<Operation> operations = { local
69 .operations = operations,
H A Davg_pool_quant8_4.model.cpp52 const std::vector<Operation> operations = { local
69 .operations = operations,
H A Dconcat_float_1.model.cpp43 const std::vector<Operation> operations = { local
60 .operations = operations,
H A Dconcat_float_2.model.cpp43 const std::vector<Operation> operations = { local
60 .operations = operations,
H A Dconcat_float_3.model.cpp43 const std::vector<Operation> operations = { local
60 .operations = operations,
H A Dconcat_quant8_1.model.cpp43 const std::vector<Operation> operations = { local
60 .operations = operations,
H A Dconcat_quant8_2.model.cpp43 const std::vector<Operation> operations = { local
60 .operations = operations,
H A Dconcat_quant8_3.model.cpp43 const std::vector<Operation> operations = { local
60 .operations = operations,
H A Ddepth_to_space_float_1.model.cpp34 const std::vector<Operation> operations = { local
51 .operations = operations,
H A Ddepth_to_space_float_2.model.cpp34 const std::vector<Operation> operations = { local
51 .operations = operations,
H A Ddepth_to_space_float_3.model.cpp34 const std::vector<Operation> operations = { local
51 .operations = operations,
H A Ddepth_to_space_quant8_1.model.cpp34 const std::vector<Operation> operations = { local
51 .operations = operations,
H A Ddepth_to_space_quant8_2.model.cpp34 const std::vector<Operation> operations = { local
51 .operations = operations,
H A Ddequantize.model.cpp25 const std::vector<Operation> operations = { local
40 .operations = operations,
H A Dembedding_lookup.model.cpp34 const std::vector<Operation> operations = { local
49 .operations = operations,
H A Dfloor.model.cpp25 const std::vector<Operation> operations = { local
40 .operations = operations,
H A Dfully_connected_float.model.cpp52 const std::vector<Operation> operations = { local
69 .operations = operations,
H A Dfully_connected_float_large.model.cpp52 const std::vector<Operation> operations = { local
69 .operations = operations,
H A Dfully_connected_float_large_weights_as_inputs.model.cpp52 const std::vector<Operation> operations = { local
69 .operations = operations,

Completed in 1355 milliseconds

1234567