/frameworks/ml/nn/common/operations/ |
H A D | LSHProjectionTest.cpp | 101 void Invoke() { function in class:android::nn::wrapper::LSHProjectionOpModel 150 m.Invoke(); 161 m.Invoke();
|
H A D | EmbeddingLookupTest.cpp | 91 void Invoke() { function in class:android::nn::wrapper::EmbeddingLookupOpModel 162 m.Invoke();
|
H A D | SVDFTest.cpp | 254 void Invoke() { function in class:android::nn::wrapper::SVDFOpModel 373 svdf.Invoke(); 435 svdf.Invoke();
|
H A D | HashtableLookupTest.cpp | 105 void Invoke() { function in class:android::nn::wrapper::HashtableLookupOpModel 173 m.Invoke();
|
H A D | RNNTest.cpp | 215 void Invoke() { function in class:android::nn::wrapper::BasicRNNOpModel 323 rnn.Invoke();
|
H A D | LSTMTest.cpp | 185 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 D | run_tflite.cpp | 83 auto status = mTfliteInterpreter->Invoke();
|
/frameworks/rs/ |
H A D | rsScriptC.h | 37 void Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) override;
|
H A D | rsScriptIntrinsic.h | 56 void Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) override;
|
H A D | rsScriptIntrinsic.cpp | 76 void ScriptIntrinsic::Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) { function in class:android::renderscript::ScriptIntrinsic
|
H A D | rsScript.cpp | 238 s->Invoke(rsc, slot, nullptr, 0); 244 s->Invoke(rsc, slot, nullptr, 0); 249 s->Invoke(rsc, slot, data, len);
|
H A D | rsScript.h | 139 virtual void Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) = 0;
|
H A D | rsScriptC.cpp | 241 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 D | test.cpp | 126 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 D | EventThreadTest.cpp | 34 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 D | remote_method.h | 98 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 D | service_tests.cpp | 28 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 D | client_tests.cpp | 29 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 D | ValueMetricProducer_test.cpp | 296 .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 D | GaugeMetricProducer_test.cpp | 219 .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 D | SFFakeHwc_test.cpp | 57 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 D | BitcodeReader.cpp | 184 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 D | BitcodeWriter.cpp | 1196 case Instruction::Invoke: {
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
H A D | BitcodeWriter.cpp | 1194 case Instruction::Invoke: {
|
/frameworks/compile/slang/BitWriter_3_2/ |
H A D | BitcodeWriter.cpp | 1227 case Instruction::Invoke: {
|