Searched refs:NoParams (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/ |
D | inference_profiler_stage_test.cc | 45 TEST(InferenceProfilerStage, NoParams) { in TEST() argument
|
D | tflite_inference_stage_test.cc | 56 TEST(TfliteInferenceStage, NoParams) { in TEST() argument
|
D | image_preprocessing_stage_test.cc | 34 TEST(ImagePreprocessingStage, NoParams) { in TEST() argument
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | ClangdLSPServer.h | 91 void onSync(const NoParams &, Callback<std::nullptr_t>); 158 void onMemoryUsage(const NoParams &, Callback<MemoryTree>);
|
D | Protocol.h | 263 struct NoParams {}; struct 264 inline bool fromJSON(const llvm::json::Value &, NoParams &, llvm::json::Path) { in fromJSON() argument 267 using InitializedParams = NoParams; 268 using ShutdownParams = NoParams; 269 using ExitParams = NoParams;
|
D | ClangdLSPServer.cpp | 653 void ClangdLSPServer::onSync(const NoParams &Params, in onSync() 1439 void ClangdLSPServer::onMemoryUsage(const NoParams &, in onMemoryUsage() argument
|
/external/libbrillo/brillo/ |
D | process_test.cc | 311 TEST_F(ProcessTest, NoParams) { in TEST_F() argument
|
/external/libchrome/ipc/ |
D | ipc_message_macros.h | 212 IPC_STRUCT_BEGIN_WITH_PARENT(struct_name, IPC::NoParams)
|
D | ipc_message_utils.h | 90 struct NoParams { struct
|