| /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 …]
|
| /drivers/hdf_core/framework/tools/hdi-gen/lexer/ |
| D | lexer.cpp | 115 char c = file_->GetChar(); in SkipCurrentLine() local 128 int c = file_->GetChar(); in SkipCurrentLine() local 146 int c = file_->GetChar(); in Skip() local 182 char c = file_->PeekChar(); in ReadToken() local 233 char c = file_->GetChar(); in ReadId() local 257 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/peripheral/usb/test/unittest/hal/src/ |
| D | usbfn_mtp_test.cpp | 175 int32_t c; in SetUpTestCase() local 244 int32_t c; variable 267 int32_t c; variable 290 int32_t c; variable 318 int32_t c; variable 343 int32_t c; variable 369 int32_t c; variable 392 int32_t c; variable 415 int32_t c; variable 454 int32_t c; variable [all …]
|
| D | usbd_device_test.cpp | 64 int c; in SetUpTestCase() local
|
| /drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
| D | lexer.js | 23 function isSpace(c) { argument 27 function isalpha(c) { argument 37 function isalnum(c) { argument 41 function isNum(c) { argument 45 function toStr(c) { argument 103 isConsumeCharCode(c) { argument 166 peekChar(c, skipSpace) { argument 241 getChar(c, skipSpace) { argument 261 lexFromOctalNumber(c, param) { argument 270 lexFromHexNumber(c, param) { argument [all …]
|
| /drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
| D | X2DFast.js | 77 DrawCircle(ox, oy, rw, rh, c = 0xffffffff, lw = 1) { argument 94 fillRect(x, y, w, h, c = 0xffffffff) { argument 98 drawLine(x1, y1, x2, y2, c = 0xffffffff, linewidth = 1) { argument 112 drawRect(x, y, w, h, c = 0xffffffff, lw = 1) { argument 162 swapC(c) { argument 169 drawCut_(pcut, m00, m01, m10, m11, m22, m30, m31, c = COLOR) { argument 184 drawCutEx(cid, tmat, c = COLOR) { argument 193 drawCut(cid, x = 0, y = 0, sw = 1, sh = 1, ra = 0, ox = 0, oy = 0, c = COLOR) { argument 213 drawText(s, size = 14, x = 0, y = 0, sw = 1, sh = 1, ra = 0, ox = 0, oy = 0, c = COLOR) { argument
|
| /drivers/peripheral/camera/vdi_base/common/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/vdi_base/common/pipeline_core/nodes/src/sink_node/ |
| D | sink_node.h | 31 void SetCallBack(BufferCb c) override in SetCallBack()
|
| /drivers/peripheral/camera/vdi_base/common/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/codec/test/demo/jpeg/src/ |
| D | command_parse.cpp | 33 int c = getopt_long(argc, argv, "i:o:w:h:", g_longOptions, &optionIndex); in Parse() local
|
| /drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
| D | hdi_display.cpp | 78 for (auto c = zRange.first; c != zRange.second; c++) { in SetLayerZorder() local 123 for (auto c = zRange.first; c != zRange.second; c++) { in CloseLayer() local 180 for (auto c : mLayers) { in PrepareDisplayLayers() local
|
| /drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
| D | code_emitter.cpp | 177 char c = name[i]; in ConstantName() local 199 char c = name[i]; in PascalName() local 228 char c = name[i]; in FileName() local
|
| /drivers/peripheral/codec/test/demo/v2.0/src/ |
| D | command_parse.cpp | 55 int c = getopt_long(argc, argv, "c::i:o:w:h:", g_longOptions, &optionIndex); in Parse() 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/test/demo/ |
| D | demo_main.cpp | 47 int c = 0; in PutMenuAndGetChr() local 188 int idx, c; in ManuList() local
|
| /drivers/peripheral/distributed_camera/hdi_service/test/sample/ |
| D | demo_main.cpp | 51 int c = 0; in PutMenuAndGetChr() local 208 int idx, c; in ManuList() local
|
| /drivers/peripheral/codec/test/demo/idl/src/ |
| D | command_parse.cpp | 42 int c = getopt_long(argc, argv, "i:o:w:h:", long_options, &optionIndex); in Parse() local
|
| /drivers/peripheral/codec/test/demo/adapter/src/ |
| D | command_adapter_parse.cpp | 44 int c = getopt_long(argc, argv, "i:o:w:h:", long_options, &optionIndex); in Parse() local
|
| /drivers/hdf_core/framework/tools/hdi-gen/util/ |
| D | file.cpp | 85 char c = PeekChar(); in GetChar() local 236 char c = newPath[i]; in CreateParentDir() local
|
| D | string_builder.cpp | 28 StringBuilder &StringBuilder::Append(char c) in Append()
|
| /drivers/external_device_manager/test/unittest/drivers_pkg_manager_test/src/ |
| D | driver_pkg_manager_test.cpp | 44 int32_t Fun(int a, int b, const string & c, const string & d) in Fun()
|
| /drivers/peripheral/audio/test/sample/ |
| D | framework_common.c | 228 int c; in CleanStdin() local
|