| /drivers/framework/tools/hc-gen/src/ |
| D | lexer.cpp | 49 bool Lexer::SetTokenCharacter(char c, Token &token) in SetTokenCharacter() 82 char c; in Lex() local 123 bool Lexer::GetChar(char &c, bool skipSpace) in GetChar() 140 bool Lexer::PeekChar(char &c, bool skipSpace) in PeekChar() 164 bool Lexer::IsSpace(char c) in IsSpace() 185 char c = 0; in ProcessComment() local 247 char c; in LexFromString() local 264 void Lexer::LexHexAndBinaryNum(std::string &value, char &c, uint64_t &v) in LexHexAndBinaryNum() 292 char c = 0; in LexFromNumber() local 338 char c; in LexFromLiteral() local [all …]
|
| D | macro_gen.cpp | 26 for (char &c : str) { in ToUpperString() local 209 for (char &c : name) { in GenRefObjName() local
|
| D | decompile.cpp | 103 char c; in ReadString() local
|
| /drivers/framework/tools/hdi-gen/parser/ |
| D | lexer.cpp | 100 char c = currentFile_->GetChar(); in ReadToken() local 142 Token Lexer::ReadIdentifier(char c) in ReadIdentifier() 171 Token Lexer::ReadDecimalDigital(char c) in ReadDecimalDigital() 190 Token Lexer::ReadLineComment(char c) in ReadLineComment() 207 Token Lexer::ReadBlockComment(char c) in ReadBlockComment() 229 char c = currentFile_->GetChar(); in SkipCurrentLine() local 240 int c = currentFile_->GetChar(); in SkipCurrentLine() local 255 int c = currentFile_->GetChar(); in Skip() local
|
| D | lexer.h | 93 inline static bool IsAlphabet(char c) in IsAlphabet() 98 inline static bool IsDecimalDigital(char c) in IsDecimalDigital() 103 inline static bool IsSpace(char c) in IsSpace()
|
| /drivers/peripheral/camera/hal/pipeline_core/host_stream/src/ |
| D | host_stream_impl.cpp | 32 HostStreamImpl::HostStreamImpl(const HostStreamInfo& info, BufferCb c) : in HostStreamImpl() 68 std::unique_ptr<HostStream> HostStream::Create(const HostStreamInfo& info, BufferCb c) in Create()
|
| D | host_stream_mgr_impl.cpp | 33 RetCode HostStreamMgrImpl::CreateHostStream(const HostStreamInfo& info, BufferCb c) in CreateHostStream()
|
| /drivers/peripheral/camera/hal/pipeline_core/nodes/src/sink_node/ |
| D | sink_node.h | 31 void SetCallBack(BufferCb c) override in SetCallBack()
|
| /drivers/framework/tools/hdi-gen/codegen/ |
| D | code_emitter.cpp | 149 char c = name[i]; in ConstantName() local 171 char c = name[i]; in PascalName() local 200 char c = name[i]; in FileName() local
|
| /drivers/peripheral/camera/hal/pipeline_core/pipeline_impl/src/ |
| D | stream_pipeline_core.h | 27 StreamPipelineCore(const std::shared_ptr<NodeContext>& c) : context_(c) {} in StreamPipelineCore()
|
| D | stream_pipeline_core.cpp | 185 …:shared_ptr<IStreamPipelineCore> IStreamPipelineCore::Create(const std::shared_ptr<NodeContext>& c) in Create()
|
| /drivers/framework/test/unittest/model/network/wifi/unittest/message/ |
| D | hdf_queue_test.c | 27 int c = 3; in MessageQueueTest001() local 76 int c = 3; in MessageQueueTest002() local
|
| /drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
| D | hdi_display.cpp | 79 for (auto c = zRange.first; c != zRange.second; c++) { in SetLayerZorder() local 126 for (auto c = zRange.first; c != zRange.second; c++) { in CloseLayer() local 184 for (auto c : mLayers) { in PrepareDisplayLayers() local
|
| /drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
| D | drm_connector.cpp | 32 DrmConnector::DrmConnector(drmModeConnector c, FdPtr &fd) in DrmConnector() 54 void DrmConnector::InitModes(drmModeConnector c) in InitModes() 221 drmModeConnectorPtr c = drmModeGetConnector(drmFd, mId); in UpdateModes() local
|
| D | drm_crtc.cpp | 23 DrmCrtc::DrmCrtc(drmModeCrtcPtr c, uint32_t pipe) : mId(c->crtc_id), mPipe(pipe) {} in DrmCrtc()
|
| /drivers/peripheral/camera/hal/init/ |
| D | demo_main.cpp | 46 int c = 0; in PutMenuAndGetChr() local 187 int idx, c; in ManuList() local
|
| /drivers/framework/tools/hdi-gen/util/ |
| D | string_builder.cpp | 25 StringBuilder& StringBuilder::Append(char c) in Append()
|
| D | string.cpp | 230 int String::IndexOf(char c, int fromIndex) const in IndexOf() 265 char* c = strstr(string_ + fromIndex, string); in IndexOf() local 281 char* c = strstr(string_ + fromIndex, other.string_); in IndexOf() local 285 int String::LastIndexOf(char c, int fromIndex) const in LastIndexOf()
|
| D | file.cpp | 69 char c = PeekChar(); in GetChar() local
|
| /drivers/peripheral/usb/sample/device/liteos/ |
| D | acm_test.c | 97 char c; in Test02() local
|
| /drivers/peripheral/usb/test/unittest/hal/src/ |
| D | usbd_device_test.cpp | 45 int c; in SetUpTestCase() local
|
| /drivers/adapter/uhdf2/host/test/unittest/sample_driver/ |
| D | sample_hdi.h | 32 int c; member
|
| /drivers/peripheral/camera/hal/pipeline_core/ipp/src/ |
| D | offline_pipeline.cpp | 89 [&captureId](const std::vector<std::shared_ptr<IBuffer>>& c) { in CancelCapture()
|
| /drivers/peripheral/camera/hal/pipeline_core/nodes/src/node_base/ |
| D | node_base.cpp | 217 void NodeBase::SetCallBack(BufferCb c) in SetCallBack()
|
| /drivers/peripheral/display/test/unittest/lite/ |
| D | loadbmp_test.c | 188 OsdColor c; in LoadRgbData() local
|