Home
last modified time | relevance | path

Searched defs:operations (Results 1 – 25 of 117) sorted by relevance

12345

/aosp12/packages/apps/Dialer/java/com/android/dialer/blocking/
H A DBlocking.java89 applyBatchOps(context.getContentResolver(), operations); in block() local
127 applyBatchOps(context.getContentResolver(), operations); in unblock() local
/aosp12/packages/modules/Connectivity/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java840 long txBytes, long txPackets, int operations) throws Exception { in assertNetworkTotal()
846 long rxPackets, long txBytes, long txPackets, int operations) throws Exception { in assertNetworkTotal()
858 long txBytes, long txPackets, int operations) throws Exception { in assertUidTotal()
863 long rxPackets, long txBytes, long txPackets, int operations) throws Exception { in assertUidTotal()
972 int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, int operations) { in assertValues()
995 long rxPackets, long txBytes, long txPackets, int operations) { in assertValues()
/aosp12/system/update_engine/payload_generator/
H A Dcow_size_estimator_stub.cc24 const google::protobuf::RepeatedPtrField<InstallOperation>& operations, in EstimateCowSize()
H A Dcow_size_estimator.cc106 const google::protobuf::RepeatedPtrField<InstallOperation>& operations, in EstimateCowSize()
125 const google::protobuf::RepeatedPtrField<InstallOperation>& operations, in CowDryRun()
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/database/
H A DMutationApplier.java69 ArrayList<ContentProviderOperation> operations = new ArrayList<>(); in applyToDatabaseInternal() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
H A DConverter.cpp119 std::vector<TestOperation> convert(const android_nn_fuzz::Operations& operations) { in convert()
129 void calculateNumberOfConsumers(const std::vector<TestOperation>& operations, in calculateNumberOfConsumers()
145 std::vector<TestOperation> operations = convert(model.operations()); in convert() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/databasepopulator/
H A DContactsPopulator.java132 ArrayList<ContentProviderOperation> operations = new ArrayList<>(); in populateContacts() local
153 ArrayList<ContentProviderOperation> operations = new ArrayList<>(); in populateSpeedDialTestContacts() local
185 private static void addContact(Contact contact, List<ContentProviderOperation> operations) { in addContact()
H A DBlockedBumberPopulator.java40 ArrayList<ContentProviderOperation> operations = new ArrayList<>(); in populateBlockedNumber() local
/aosp12/art/test/004-ThreadStress/src-art/
H A DMain.java619 Operation[] operations = new Operation[operationsPerThread]; in runTest() local
645 Operation[] operations = threadStresses[t].operations; in runTest() local
753 protected final Operation[] operations; field in Main
759 private Main(Object lock, int id, Operation[] operations) { in Main()
792 Operation[] operations, in Daemon()
/aosp12/art/test/593-checker-shift-and-simplifier/src/
H A DMain.java35 private static int operations() { in operations() method in Main
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DImportTestResolver.java36 ArrayList<ContentProviderOperation> operations) { in applyBatch()
/aosp12/frameworks/base/core/java/android/net/
H A DNetworkStats.java252 private long[] operations; field in NetworkStats
310 public long operations; field in NetworkStats.Entry
319 public Entry(long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) { in Entry()
326 long txBytes, long txPackets, long operations) { in Entry()
362 long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) { in Entry()
543 long rxPackets, long txBytes, long txPackets, long operations) { in insertEntry()
552 long txPackets, long operations) { in insertEntry()
678 long txBytes, long txPackets, long operations) { in combineValues()
686 long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) { in combineValues()
H A DNetworkStatsHistory.java89 private long[] operations; field in NetworkStatsHistory
108 public long operations; field in NetworkStatsHistory.Entry
341 long operations = entry.operations; in recordData() local
609 final long operations = rxBytes / 2048; in generateRandom() local
619 long txPackets, long operations, Random r) { in generateRandom()
/aosp12/packages/providers/TvProvider/src/com/android/providers/tv/
H A DPackageChangedReceiver.java56 ArrayList<ContentProviderOperation> operations = new ArrayList<>(); in onReceive() local
H A DPackageRemovedReceiver.java63 ArrayList<ContentProviderOperation> operations = new ArrayList<>(); in onReceive() local
/aosp12/system/update_engine/common/
H A Dcow_operation_convert_unittest.cc86 void AddOperation(OperationList* operations, in AddOperation()
100 void AddMergeOperation(MergeOplist* operations, in AddMergeOperation()
H A Dcow_operation_convert.cc27 std::vector<CowOperation> ConvertToCowOperations( in ConvertToCowOperations()
/aosp12/frameworks/av/media/utils/fuzzers/
H A DServiceUtilitiesFuzz.cpp32 operations = { variable
/aosp12/system/core/libutils/
H A DLooper_fuzz.cpp40 std::vector<std::function<void(FuzzedDataProvider*, sp<Looper>, Pipe)>> operations = { variable
H A DLruCache_fuzz.cpp36 static const std::vector<std::function<void(FuzzedDataProvider*, FuzzCache*)>> operations = { variable
/aosp12/system/update_engine/scripts/update_payload/
H A Dapplier.py484 def _ApplyOperations(self, operations, base_name, old_part_file, argument
518 def _ApplyToPartition(self, operations, part_name, base_name, argument
/aosp12/packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/
H A DCommonDatabaseUtils.java87 ArrayList<ContentProviderOperation> operations) { in applyBatch()
/aosp12/system/security/keystore2/src/km_compat/
H A Dslot_test.cpp84 std::vector<std::shared_ptr<IKeyMintOperation>> operations; in TEST() local
/aosp12/frameworks/native/libs/input/
H A DPropertyMap_fuzz.cpp27 operations = { variable
/aosp12/frameworks/base/tools/preload/
H A DLoadedClass.java84 private static int calculateMedian(List<Operation> operations) { in calculateMedian()

12345