Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 37) sorted by relevance

12

/drivers/hdf_core/framework/tools/hdi-gen/lexer/
Dlexer.cpp112 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/
Dlexer.cpp51 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 …]
Dmacro_gen.cpp27 for (char &c : str) { in ToUpperString() local
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
Dlexer.js23 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/
DX2DFast.js62 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/
Dhost_stream_impl.cpp32 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()
Dhost_stream_mgr_impl.cpp33 RetCode HostStreamMgrImpl::CreateHostStream(const HostStreamInfo& info, BufferCb c) in CreateHostStream()
/drivers/peripheral/camera/hal/pipeline_core/nodes/src/sink_node/
Dsink_node.h31 void SetCallBack(BufferCb c) override in SetCallBack()
/drivers/peripheral/camera/hal/pipeline_core/pipeline_impl/src/
Dstream_pipeline_core.h27 explicit StreamPipelineCore(const std::shared_ptr<NodeContext>& c) : context_(c) {} in StreamPipelineCore()
/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/message/
Dhdf_queue_test.c27 int c = 3; in MessageQueueTest001() local
76 int c = 3; in MessageQueueTest002() local
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
Dhdi_display.cpp79 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/
Dcode_emitter.cpp178 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/
Ddrm_connector.cpp32 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
Ddrm_crtc.cpp23 DrmCrtc::DrmCrtc(drmModeCrtcPtr c, uint32_t pipe) : mId(c->crtc_id), mPipe(pipe) {} in DrmCrtc()
/drivers/peripheral/camera/hal/init/
Ddemo_main.cpp47 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/
Dfile.cpp81 char c = PeekChar(); in GetChar() local
232 char c = newPath[i]; in CreateParentDir() local
Dstring_builder.cpp28 StringBuilder &StringBuilder::Append(char c) in Append()
/drivers/peripheral/codec/test/demo/adapter/src/
Dcommand_adapter_parse.cpp43 int c = getopt_long(argc, argv, "i:o:w:h:", long_options, &optionIndex); in Parse() local
/drivers/peripheral/codec/test/demo/v2.0/src/
Dcommand_parse.cpp47 int c = getopt_long(argc, argv, "c::i:o:w:h:", g_longOptions, &optionIndex); in Parse() local
/drivers/peripheral/audio/test/sample/
Dframework_common.c87 int c; in CleanStdin() local
/drivers/peripheral/usb/test/unittest/hal/src/
Dusbd_device_test.cpp63 int c; in SetUpTestCase() local
/drivers/peripheral/distributed_camera/hdi_service/src/utils/
Ddcamera.cpp172 bool IsBase64(unsigned char c) in IsBase64()
/drivers/peripheral/camera/hal/pipeline_core/ipp/src/
Doffline_pipeline.cpp94 [&captureId](const std::vector<std::shared_ptr<IBuffer>>& c) { in CancelCapture()
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
Dsample_hdi.h32 int c; member
/drivers/hdf_core/adapter/uhdf2/hdi/src/
Dhdi_support.cpp56 char c = interfaceName[i]; in TransFileName() local

12