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

/frameworks/ml/nn/common/operations/
H A DLSHProjectionTest.cpp101 void Invoke() { function in class:android::nn::wrapper::LSHProjectionOpModel
150 m.Invoke();
161 m.Invoke();
H A DEmbeddingLookupTest.cpp91 void Invoke() { function in class:android::nn::wrapper::EmbeddingLookupOpModel
162 m.Invoke();
H A DSVDFTest.cpp254 void Invoke() { function in class:android::nn::wrapper::SVDFOpModel
373 svdf.Invoke();
435 svdf.Invoke();
H A DHashtableLookupTest.cpp105 void Invoke() { function in class:android::nn::wrapper::HashtableLookupOpModel
173 m.Invoke();
H A DRNNTest.cpp215 void Invoke() { function in class:android::nn::wrapper::BasicRNNOpModel
323 rnn.Invoke();
H A DLSTMTest.cpp185 void Invoke() { function in class:android::nn::wrapper::LSTMOpModel
373 lstm.Invoke();
479 lstm.Invoke();
1097 lstm.Invoke();
/frameworks/ml/nn/runtime/test/benchmark/libnnbenchmark/
H A Drun_tflite.cpp83 auto status = mTfliteInterpreter->Invoke();
/frameworks/rs/
H A DrsScriptC.h37 void Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) override;
H A DrsScriptIntrinsic.h56 void Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) override;
H A DrsScriptIntrinsic.cpp76 void ScriptIntrinsic::Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) { function in class:android::renderscript::ScriptIntrinsic
H A DrsScript.cpp238 s->Invoke(rsc, slot, nullptr, 0);
244 s->Invoke(rsc, slot, nullptr, 0);
249 s->Invoke(rsc, slot, data, len);
H A DrsScript.h139 virtual void Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) = 0;
H A DrsScriptC.cpp241 void ScriptC::Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) { function in class:ScriptC
253 ALOGV("%p ScriptC::Invoke invoking slot %i, ptr %p", rsc, slot, this);
/frameworks/native/cmds/lshal/
H A Dtest.cpp126 ON_CALL(*serviceManager, get(_, _)).WillByDefault(Invoke(
324 ON_CALL(*mockList, getPidInfo(_,_)).WillByDefault(Invoke(
329 ON_CALL(*mockList, parseCmdline(_)).WillByDefault(Invoke(&getCmdlineFromId));
330 ON_CALL(*mockList, postprocess()).WillByDefault(Invoke([&]() {
344 ON_CALL(*serviceManager, list(_)).WillByDefault(Invoke(
350 ON_CALL(*serviceManager, get(_, _)).WillByDefault(Invoke(
356 ON_CALL(*serviceManager, debugDump(_)).WillByDefault(Invoke(
365 ON_CALL(*passthruManager, debugDump(_)).WillByDefault(Invoke(
/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp34 using testing::Invoke;
94 .WillRepeatedly(Invoke(mVSyncSetEnabledCallRecorder.getInvocable()));
97 .WillRepeatedly(Invoke(mVSyncSetCallbackCallRecorder.getInvocable()));
100 .WillRepeatedly(Invoke(mVSyncSetPhaseOffsetCallRecorder.getInvocable()));
123 EXPECT_CALL(*connection, postEvent(_)).WillRepeatedly(Invoke(recorder.getInvocable()));
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dremote_method.h98 Return Invoke() { function in class:android::pdx::rpc::UnpackArguments
205 .Invoke();
242 .Invoke();
282 .Invoke();
336 static typename rpc::EnableIfDirectReturn<R, Status<R>> Invoke(Client& client, function in struct:android::pdx::CheckArgumentTypes
346 static typename rpc::EnableIfNotDirectReturn<R, Status<R>> Invoke( function in struct:android::pdx::CheckArgumentTypes
457 template Invoke<typename RemoteMethodType::Return>(
/frameworks/native/libs/vr/libpdx/
H A Dservice_tests.cpp28 using testing::Invoke;
359 EXPECT_CALL(*endpoint(), MessageReceive(_)).WillOnce(Invoke(on_receive));
373 EXPECT_CALL(*endpoint(), MessageReceive(_)).WillOnce(Invoke(on_receive));
647 .WillOnce(WithArg<1>(Invoke(make_file_handle)));
666 .WillOnce(WithoutArgs(Invoke([] { return LocalHandle{-EIO}; })));
679 .WillOnce(WithArg<1>(Invoke(make_channel_handle)));
697 .WillOnce(WithoutArgs(Invoke([] {
H A Dclient_tests.cpp29 using testing::Invoke;
109 .WillByDefault(Invoke(this, &ClientChannelFactoryTest::OnConnect));
345 .WillOnce(Invoke(this, &ClientChannelFactoryTest::OnConnect));
387 EXPECT_CALL(*client_, OnConnect()).WillOnce(Invoke([this] {
/frameworks/base/cmds/statsd/tests/metrics/
H A DValueMetricProducer_test.cpp296 .WillOnce(Invoke([](int tagId, int64_t timeNs,
306 .WillOnce(Invoke([](int tagId, int64_t timeNs,
416 .WillOnce(Invoke([](int tagId, int64_t timeNs,
472 .WillOnce(Invoke([](int tagId, int64_t timeNs,
482 .WillOnce(Invoke([](int tagId, int64_t timeNs,
800 .WillOnce(Invoke([](int tagId, int64_t timeNs,
811 .WillOnce(Invoke([](int tagId, int64_t timeNs,
883 .WillOnce(Invoke([](int tagId, int64_t timeNs,
894 .WillOnce(Invoke([](int tagId, int64_t timeNs,
905 .WillOnce(Invoke([](in
[all...]
H A DGaugeMetricProducer_test.cpp219 .WillOnce(Invoke([](int tagId, int64_t timeNs,
288 .WillOnce(Invoke([](int tagId, int64_t timeNs,
361 Invoke([](const int conditionIndex, const ConditionKey& conditionParameters,
380 .WillOnce(Invoke([](int tagId, int64_t timeNs,
/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DSFFakeHwc_test.cpp57 using ::testing::Invoke;
187 .WillRepeatedly(Invoke(mMockComposer, &MockComposerClient::getDisplayAttributeFake));
278 .WillRepeatedly(Invoke(mMockComposer, &MockComposerClient::getDisplayAttributeFake));
386 .WillRepeatedly(Invoke(mMockComposer, &MockComposerClient::getDisplayAttributeFake));
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp184 InvokeInst *Invoke = I->first; local
185 BasicBlock *UnwindDest = Invoke->getUnwindDest();
210 Invoke->setUnwindDest(NewBB);
216 int Idx = PN->getBasicBlockIndex(Invoke->getParent());
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1196 case Instruction::Invoke: {
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1194 case Instruction::Invoke: {
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1227 case Instruction::Invoke: {

Completed in 118 milliseconds