/drivers/hdf_core/framework/tools/hdi-gen/lexer/ |
D | lexer.cpp | 112 char c = file_->GetChar(); in SkipCurrentLine() local 125 int c = file_->GetChar(); in SkipCurrentLine() local 143 int c = file_->GetChar(); in Skip() local 179 char c = file_->PeekChar(); in ReadToken() local 230 char c = file_->GetChar(); in ReadId() local 254 char c = file_->PeekChar(); in ReadNum() local 284 char c = file_->GetChar(); // read 'b' or 'B' in ReadBinaryNum() local 310 char c = file_->PeekChar(); in ReadOctNum() local 329 char c = file_->GetChar(); // read 'x' or 'X' in ReadHexNum() local 351 char c = file_->GetChar(); in ReadDecNum() local [all …]
|
/drivers/hdf_core/framework/tools/hc-gen/src/ |
D | lexer.cpp | 51 bool Lexer::SetTokenCharacter(char c, Token &token) in SetTokenCharacter() 84 char c; in Lex() local 125 bool Lexer::GetChar(char &c, bool skipSpace) in GetChar() 142 bool Lexer::PeekChar(char &c, bool skipSpace) in PeekChar() 166 bool Lexer::IsSpace(char c) in IsSpace() 187 char c = 0; in ProcessComment() local 249 char c; in LexFromString() local 266 void Lexer::LexHexAndBinaryNum(std::string &value, char &c, uint64_t &v) in LexHexAndBinaryNum() 293 char c = 0; in LexFromNumber() local 339 char c; in LexFromLiteral() local [all …]
|
D | macro_gen.cpp | 27 for (char &c : str) { in ToUpperString() local
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
D | lexer.js | 23 function isSpace(c) { argument 27 function isalpha(c) { argument 33 function isalnum(c) { argument 37 function isNum(c) { argument 41 function toStr(c) { argument 99 isConsumeCharCode(c) { argument 152 peekChar(c, skipSpace) { argument 225 getChar(c, skipSpace) { argument 245 lexFromOctalNumber(c, param) { argument 254 lexFromHexNumber(c, param) { argument [all …]
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
D | X2DFast.js | 62 DrawCircle(ox, oy, rw, rh, c = 0xffffffff, lw = 1) { argument 79 fillRect(x, y, w, h, c = 0xffffffff) { argument 83 drawLine(x1, y1, x2, y2, c = 0xffffffff, linewidth = 1) { argument 88 drawRect(x, y, w, h, c = 0xffffffff, lw = 1) { argument 113 swapC(c) { argument 120 drawCut_(pcut, m00, m01, m10, m11, m22, m30, m31, c = 0xffffffff) { argument 133 drawCutEx(cid, tmat, c = 0xffffffff) { argument 142 drawCut(cid, x = 0, y = 0, sw = 1, sh = 1, ra = 0, ox = 0, oy = 0, c = 0xffffffff) { argument 154 drawText(s, size = 18, x = 0, y = 0, sw = 1, sh = 1, ra = 0, ox = 0, oy = 0, c = 0xffffffff) { argument
|
/drivers/peripheral/camera/hal/pipeline_core/host_stream/src/ |
D | host_stream_impl.cpp | 32 HostStreamImpl::HostStreamImpl(const HostStreamInfo& info, BufferCb c) : info_(info), callBack_(c) in HostStreamImpl() 66 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/peripheral/camera/hal/pipeline_core/pipeline_impl/src/ |
D | stream_pipeline_core.h | 27 explicit StreamPipelineCore(const std::shared_ptr<NodeContext>& c) : context_(c) {} in StreamPipelineCore()
|
/drivers/hdf_core/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/hdf_core/framework/tools/hdi-gen/codegen/ |
D | code_emitter.cpp | 178 char c = name[i]; in ConstantName() local 200 char c = name[i]; in PascalName() local 229 char c = name[i]; in FileName() local
|
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
D | drm_connector.cpp | 32 DrmConnector::DrmConnector(drmModeConnector c, const FdPtr &fd) in DrmConnector() 54 void DrmConnector::InitModes(drmModeConnector c) in InitModes() 219 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 | 47 int c = 0; in PutMenuAndGetChr() local 191 int c = getopt_long(argc, argv, shortOptions, LONG_OPTIONS, &idx); in ManuList() local
|
/drivers/hdf_core/framework/tools/hdi-gen/util/ |
D | file.cpp | 81 char c = PeekChar(); in GetChar() local 232 char c = newPath[i]; in CreateParentDir() local
|
D | string_builder.cpp | 28 StringBuilder &StringBuilder::Append(char c) in Append()
|
/drivers/peripheral/codec/test/demo/adapter/src/ |
D | command_adapter_parse.cpp | 43 int c = getopt_long(argc, argv, "i:o:w:h:", long_options, &optionIndex); in Parse() local
|
/drivers/peripheral/codec/test/demo/v2.0/src/ |
D | command_parse.cpp | 47 int c = getopt_long(argc, argv, "c::i:o:w:h:", g_longOptions, &optionIndex); in Parse() local
|
/drivers/peripheral/audio/test/sample/ |
D | framework_common.c | 87 int c; in CleanStdin() local
|
/drivers/peripheral/usb/test/unittest/hal/src/ |
D | usbd_device_test.cpp | 63 int c; in SetUpTestCase() local
|
/drivers/peripheral/distributed_camera/hdi_service/src/utils/ |
D | dcamera.cpp | 172 bool IsBase64(unsigned char c) in IsBase64()
|
/drivers/peripheral/camera/hal/pipeline_core/ipp/src/ |
D | offline_pipeline.cpp | 94 [&captureId](const std::vector<std::shared_ptr<IBuffer>>& c) { in CancelCapture()
|
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/ |
D | sample_hdi.h | 32 int c; member
|
/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
D | hdi_support.cpp | 56 char c = interfaceName[i]; in TransFileName() local
|