| /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/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 273 void Lexer::LexHexAndBinaryNum(std::string &value, char &c, uint64_t &v) in LexHexAndBinaryNum() 300 char c = 0; in LexFromNumber() local 346 char c; in LexFromLiteral() local [all …]
|
| /drivers/peripheral/usb/test/unittest/passthrough/src/ |
| D | usbfn_mtp_test.cpp | 183 int32_t c; in SetUpTestCase() local 255 int32_t c; variable 278 int32_t c; variable 301 int32_t c; variable 329 int32_t c; variable 354 int32_t c; variable 380 int32_t c; variable 403 int32_t c; variable 426 int32_t c; variable 465 int32_t c; variable [all …]
|
| D | usbd_async_transfer_test.cpp | 120 int c; in SubscriberEvent() local 297 int32_t c; variable 436 int32_t c; variable 462 int32_t c; variable
|
| D | usbd_accessory_test.cpp | 46 int c; in SetUpTestCase() local
|
| /drivers/peripheral/usb/test/unittest/hal/src/ |
| D | usbfn_mtp_test.cpp | 180 int32_t c; in SetUpTestCase() local 250 int32_t c; variable 273 int32_t c; variable 296 int32_t c; variable 324 int32_t c; variable 349 int32_t c; variable 375 int32_t c; variable 398 int32_t c; variable 421 int32_t c; variable 460 int32_t c; variable [all …]
|
| D | usbd_serial_test.cpp | 66 int c; in SetUpTestCase() local 190 int c; variable
|
| /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 | 78 DrawCircle(ox, oy, rw, rh, c = 0xffffffff, lw = 1) { argument 95 fillRect(x, y, w, h, c = 0xffffffff) { argument 99 drawLine(x1, y1, x2, y2, c = 0xffffffff, linewidth = 1) { argument 113 drawRect(x, y, w, h, c = 0xffffffff, lw = 1) { argument 164 swapC(c) { argument 171 drawCut_(pcut, m00, m01, m10, m11, m22, m30, m31, c = COLOR) { argument 186 drawCutEx(cid, tmat, c = COLOR) { argument 195 drawCut(cid, x = 0, y = 0, sw = 1, sh = 1, ra = 0, ox = 0, oy = 0, c = COLOR) { argument 215 …drawText(s, size = DRAWTEXT_SIZE, 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()
|
| /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/display/composer/vdi_base/src/ |
| D | drm_connector.cpp | 36 DrmConnector::DrmConnector(drmModeConnector c, FdPtr &fd) in DrmConnector() 58 void DrmConnector::InitModes(drmModeConnector c) in InitModes() 245 drmModeConnectorPtr c = drmModeGetConnector(drmFd, mId); in UpdateModes() local 255 IdMapPtr<DrmCrtc> &crtcs, bool plugIn, drmModeConnectorPtr c, int *crtc_id) in UpdateCrtcId() 300 drmModeConnectorPtr c = drmModeGetConnector(drmFd, mId); in HandleHotplug() local
|
| /drivers/peripheral/codec/test/demo/heif/src/ |
| D | command_parser.cpp | 96 static void AnalyzeParamForEncoder(ShortOption c, CommandOpt& opt) in AnalyzeParamForEncoder() 137 static void AnalyzeParamForDecoder(ShortOption c, CommandOpt& opt) in AnalyzeParamForDecoder() 163 int c; in Parse() local
|
| /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/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/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/peripheral/camera/test/demo_3A/ |
| D | demo_3a_main.cpp | 47 int c = 0; in PutMenuAndGetChr() local 152 int c; in ManuList() local
|
| /drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
| D | code_emitter.cpp | 195 char c = name[i]; in ConstantName() local 217 char c = name[i]; in PascalName() local 246 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/test/demo/ |
| D | demo_main.cpp | 47 int c = 0; in PutMenuAndGetChr() local 189 int c; in ManuList() local
|
| /drivers/peripheral/location/gnss/hdi_service/ |
| D | string_utils.cpp | 28 uint16_t StringUtils::HexCharToInt(char c) in HexCharToInt()
|
| /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 | 47 int c = getopt_long(argc, argv, "i:o:w:h:", g_longOptions, &optionIndex); in Parse() local
|