Home
last modified time | relevance | path

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

123

/drivers/hdf_core/framework/tools/hdi-gen/lexer/
Dlexer.cpp115 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/
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
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/
Dusbfn_mtp_test.cpp183 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 …]
Dusbd_async_transfer_test.cpp120 int c; in SubscriberEvent() local
297 int32_t c; variable
436 int32_t c; variable
462 int32_t c; variable
Dusbd_accessory_test.cpp46 int c; in SetUpTestCase() local
/drivers/peripheral/usb/test/unittest/hal/src/
Dusbfn_mtp_test.cpp180 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 …]
Dusbd_serial_test.cpp66 int c; in SetUpTestCase() local
190 int c; variable
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
Dlexer.js23 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/
DX2DFast.js78 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/
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()
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/sink_node/
Dsink_node.h31 void SetCallBack(BufferCb c) override in SetCallBack()
/drivers/peripheral/display/composer/vdi_base/src/
Ddrm_connector.cpp36 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/
Dcommand_parser.cpp96 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/
Dhdf_queue_test.c27 int c = 3; in MessageQueueTest001() local
76 int c = 3; in MessageQueueTest002() local
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/
Dstream_pipeline_core.h27 explicit StreamPipelineCore(const std::shared_ptr<NodeContext>& c) : context_(c) {} in StreamPipelineCore()
/drivers/peripheral/codec/test/demo/jpeg/src/
Dcommand_parse.cpp33 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/
Dhdi_display.cpp78 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/
Ddemo_3a_main.cpp47 int c = 0; in PutMenuAndGetChr() local
152 int c; in ManuList() local
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dcode_emitter.cpp195 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/
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/test/demo/
Ddemo_main.cpp47 int c = 0; in PutMenuAndGetChr() local
189 int c; in ManuList() local
/drivers/peripheral/location/gnss/hdi_service/
Dstring_utils.cpp28 uint16_t StringUtils::HexCharToInt(char c) in HexCharToInt()
/drivers/peripheral/distributed_camera/hdi_service/test/sample/
Ddemo_main.cpp51 int c = 0; in PutMenuAndGetChr() local
208 int idx, c; in ManuList() local
/drivers/peripheral/codec/test/demo/idl/src/
Dcommand_parse.cpp47 int c = getopt_long(argc, argv, "i:o:w:h:", g_longOptions, &optionIndex); in Parse() local

123