/frameworks/base/cmds/statsd/tests/condition/ |
D | CombinationConditionTracker_test.cpp | 28 LogicalOperation operation = LogicalOperation::AND; in TEST() local 46 LogicalOperation operation = LogicalOperation::AND; in TEST() local 70 LogicalOperation operation = LogicalOperation::OR; in TEST() local 94 LogicalOperation operation = LogicalOperation::NOT; in TEST() local 116 LogicalOperation operation = LogicalOperation::NAND; in TEST() local 141 LogicalOperation operation = LogicalOperation::NOR; in TEST() local
|
/frameworks/base/core/java/android/app/ |
D | AlarmManager.java | 356 public void set(@AlarmType int type, long triggerAtMillis, PendingIntent operation) { in set() 445 long intervalMillis, PendingIntent operation) { in setRepeating() 495 PendingIntent operation) { in setWindow() 548 public void setExact(@AlarmType int type, long triggerAtMillis, PendingIntent operation) { in setExact() 615 public void setAlarmClock(AlarmClockInfo info, PendingIntent operation) { in setAlarmClock() 624 long intervalMillis, PendingIntent operation, WorkSource workSource) { in set() 667 long intervalMillis, int flags, PendingIntent operation, final OnAlarmListener listener, in setImpl() 801 long intervalMillis, PendingIntent operation) { in setInexactRepeating() 851 PendingIntent operation) { in setAndAllowWhileIdle() 905 PendingIntent operation) { in setExactAndAllowWhileIdle() [all …]
|
D | IAlarmManager.aidl | 34 long interval, int flags, in PendingIntent operation, in IAlarmListener listener, in set() 39 void remove(in PendingIntent operation, in IAlarmListener listener); in remove()
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContentProviderOperationTest.java | 440 private int operationGetType(ContentProviderOperation operation) in operationGetType() 447 private Uri operationGetUri(ContentProviderOperation operation) in operationGetUri() 454 private String operationGetSelection(ContentProviderOperation operation) in operationGetSelection() 461 private String[] operationGetSelectionArgs(ContentProviderOperation operation) in operationGetSelectionArgs() 468 private ContentValues operationGetValues(ContentProviderOperation operation) in operationGetValues() 475 private Integer operationGetExpectedCount(ContentProviderOperation operation) in operationGetExpectedCount() 482 private ContentValues operationGetValuesBackReferences(ContentProviderOperation operation) in operationGetValuesBackReferences() 490 ContentProviderOperation operation) in operationGetSelectionArgsBackReferences()
|
/frameworks/base/location/java/android/location/ |
D | GnssNavigationMessageCallbackTransport.java | 55 ListenerOperation<GnssNavigationMessage.Callback> operation = in onGnssNavigationMessageReceived() local 68 ListenerOperation<GnssNavigationMessage.Callback> operation = in onStatusChanged() local
|
D | GnssMeasurementCallbackTransport.java | 73 ListenerOperation<GnssMeasurementsEvent.Callback> operation = in onGnssMeasurementsReceived() local 86 ListenerOperation<GnssMeasurementsEvent.Callback> operation = in onStatusChanged() local
|
D | LocalListenerHelper.java | 107 private void executeOperation(ListenerOperation<TListener> operation, TListener listener) { in executeOperation() 116 protected void foreach(final ListenerOperation<TListener> operation) { in foreach()
|
D | BatchedLocationCallbackTransport.java | 55 ListenerOperation<BatchedLocationCallback> operation = in onLocationBatch() local
|
/frameworks/ml/nn/common/include/ |
D | CpuExecutor.h | 240 inline int NumInputsWithValues(const Operation &operation, in NumInputsWithValues() 249 inline int NumOutputs(const Operation &operation) { in NumOutputs() 261 inline RunTimeOperandInfo *GetInput(const Operation &operation, in GetInput() 267 inline RunTimeOperandInfo *GetOutput(const Operation &operation, in GetOutput()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | RemoteListenerHelper.java | 139 protected void foreach(ListenerOperation<TListener> operation) { in foreach() 196 private void foreachUnsafe(ListenerOperation<TListener> operation) { in foreachUnsafe() 203 ListenerOperation<TListener> operation) { in post() 274 ListenerOperation<TListener> operation) { in HandlerRunnable()
|
/frameworks/ml/nn/runtime/test/fibonacci_extension/ |
D | FibonacciDriver.cpp | 55 bool isFibonacciOperation(const Operation& operation, const Model& model) { in isFibonacciOperation() 63 bool validate(const Operation& operation, const Model& model) { in validate() 193 const Operation& operation = model.operations[i]; in getSupportedOperations_1_2() local
|
/frameworks/base/obex/javax/obex/ |
D | ServerRequestHandler.java | 223 public int onPut(Operation operation) { in onPut() 244 public int onGet(Operation operation) { in onGet()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PrintPreviewController.java | 148 Message operation = mHandler.obtainMessage(MyHandler.MSG_CLOSE); in onContentUpdated() local 156 Message operation = mHandler.obtainMessage(MyHandler.MSG_OPEN); in onContentUpdated() local 168 Message operation = mHandler.obtainMessage(MyHandler.MSG_UPDATE, args); in onContentUpdated() local 254 Message operation = mPendingOperations.remove(0); in handleNextOperation() local
|
/frameworks/base/cmds/statsd/tests/ |
D | LogEntryMatcher_test.cpp | 651 LogicalOperation operation = LogicalOperation::AND; in TEST() local 675 LogicalOperation operation = LogicalOperation::OR; in TEST() local 699 LogicalOperation operation = LogicalOperation::NOT; in TEST() local 716 LogicalOperation operation = LogicalOperation::NAND; in TEST() local 741 LogicalOperation operation = LogicalOperation::NOR; in TEST() local
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | RandomGraphGenerator.cpp | 71 RandomOperation::RandomOperation(const OperationSignature& operation) in RandomOperation() 168 for (const auto& operation : mOperations) { in generateValue() local 199 for (auto& operation : mOperations) { in generateValue() local 232 for (auto& operation : mOperations) { in createModel() local
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
D | ImportTestProvider.java | 73 ContentProviderOperation operation = operations.get(i); in applyBatch() local 78 ContentProviderOperation operation = operations.get(i); in applyBatch() local
|
/frameworks/ml/nn/common/operations/ |
D | Multinomial.cpp | 47 Multinomial::Multinomial(const Operation& operation, std::vector<RunTimeOperandInfo>& operands) { in Multinomial() 56 bool Multinomial::Prepare(const Operation& operation, std::vector<RunTimeOperandInfo>& operands, in Prepare()
|
D | BidirectionalSequenceLSTM.cpp | 48 BidirectionalSequenceLSTM::BidirectionalSequenceLSTM(const Operation& operation, in BidirectionalSequenceLSTM() 160 bool BidirectionalSequenceLSTM::Prepare(const Operation& operation, in Prepare()
|
D | EmbeddingLookup.cpp | 27 EmbeddingLookup::EmbeddingLookup(const Operation& operation, in EmbeddingLookup()
|
D | LSHProjection.cpp | 28 LSHProjection::LSHProjection(const Operation& operation, in LSHProjection() 40 bool LSHProjection::Prepare(const Operation& operation, std::vector<RunTimeOperandInfo>& operands, in Prepare()
|
D | HashtableLookup.cpp | 35 HashtableLookup::HashtableLookup(const Operation& operation, in HashtableLookup()
|
D | SVDF.cpp | 28 SVDF::SVDF(const Operation& operation, in SVDF() 45 bool SVDF::Prepare(const Operation &operation, in Prepare()
|
/frameworks/base/core/proto/android/providers/settings/ |
D | common.proto | 47 optional string operation = 2; field
|
/frameworks/base/keystore/java/android/security/keystore/ |
D | KeyStoreCryptoOperationChunkedStreamer.java | 81 public KeyStoreCryptoOperationChunkedStreamer(Stream operation) { in KeyStoreCryptoOperationChunkedStreamer() 85 public KeyStoreCryptoOperationChunkedStreamer(Stream operation, int maxChunkSize) { in KeyStoreCryptoOperationChunkedStreamer()
|
/frameworks/av/media/libaudioclient/aidl/android/media/ |
D | IPlayer.aidl | 33 in Operation operation); in applyVolumeShaper()
|