Home
last modified time | relevance | path

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

12345678910>>...21

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_surface_node_test.cpp50 RSSurfaceNodeConfig c; variable
65 RSSurfaceNodeConfig c; variable
83 RSSurfaceNodeConfig c; variable
101 RSSurfaceNodeConfig c; variable
119 RSSurfaceNodeConfig c; variable
137 RSSurfaceNodeConfig c; variable
156 RSSurfaceNodeConfig c; variable
175 RSSurfaceNodeConfig c; variable
194 RSSurfaceNodeConfig c; variable
208 RSSurfaceNodeConfig c; variable
[all …]
H A Drs_display_node_test.cpp68 RSDisplayNodeConfig c; variable
83 RSDisplayNodeConfig c; variable
99 RSDisplayNodeConfig c; variable
112 RSDisplayNodeConfig c; variable
128 RSDisplayNodeConfig c; variable
146 RSDisplayNodeConfig c; variable
166 RSDisplayNodeConfig c; variable
187 RSDisplayNodeConfig c; variable
203 RSDisplayNodeConfig c; variable
253 RSDisplayNodeConfig c; variable
[all …]
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dlexer.cpp280 char c = file_->GetChar(); in ReadId() local
304 char c = file_->PeekChar(); in ReadNum() local
398 char c = file_->GetChar(); in ReadDecNum() local
430 char c = file_->GetChar(); in ReadShiftLeftOp() local
447 char c = file_->GetChar(); in ReadShiftRightOp() local
464 char c = file_->GetChar(); in ReadPPlusOp() local
481 char c = file_->GetChar(); in ReadMMinusOp() local
498 char c = file_->GetChar(); in ReadComment() local
517 char c = file_->GetChar(); in ReadLineComment() local
535 char c = file_->GetChar(); in ReadBlockComment() local
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/lexer/
H A Dlexer.cpp233 char c = file_->GetChar(); in ReadId() local
257 char c = file_->PeekChar(); in ReadNum() local
351 char c = file_->GetChar(); in ReadDecNum() local
383 char c = file_->GetChar(); in ReadShiftLeftOp() local
400 char c = file_->GetChar(); in ReadShiftRightOp() local
417 char c = file_->GetChar(); in ReadPPlusOp() local
434 char c = file_->GetChar(); in ReadMMinusOp() local
451 char c = file_->GetChar(); in ReadComment() local
470 char c = file_->GetChar(); in ReadLineComment() local
488 char c = file_->GetChar(); in ReadBlockComment() local
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A 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
300 char c = 0; in LexFromNumber() local
346 char c; in LexFromLiteral() local
385 char c; in ConsumeChar() local
[all …]
/ohos5.0/drivers/peripheral/usb/test/unittest/hal/src/
H A 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 …]
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A 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 …]
/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dstandardize_utils.h75 static bool IsDtmfKey(char c) in IsDtmfKey()
80 static bool IsPauseKey(char c) in IsPauseKey()
85 static bool IsWaitKey(char c) in IsWaitKey()
/ohos5.0/foundation/ability/idl_tool/parser/
H A Dlexer.cpp90 char c = currentFile_->GetChar(); in ReadToken() local
146 Token Lexer::ReadIdentifier(char c) in ReadIdentifier()
174 Token Lexer::ReadLineComment(char c) in ReadLineComment()
191 Token Lexer::ReadBlockComment(char c) in ReadBlockComment()
213 char c = currentFile_->GetChar(); in SkipCurrentLine() local
224 int c = currentFile_->GetChar(); in SkipCurrentLine() local
370 char c = currentFile_->PeekChar(); in ParseCacheable() local
H A Dlexer.h90 static bool IsAlphabet(char c) in IsAlphabet()
95 static bool IsDecimalDigital(char c) in IsDecimalDigital()
100 static bool IsSpace(char c) in IsSpace()
/ohos5.0/foundation/multimedia/camera_lite/interfaces/kits/
H A Dcamera_state_callback.h64 virtual void OnCreated(Camera &c) {} in OnCreated()
77 virtual void OnReleased(Camera &c) {} in OnReleased()
82 virtual void OnConfigured(Camera &c) {} in OnConfigured()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/simple/snippets/
H A Dcore_lerp_blocks.h15 void GenericLerp(in vec2 a, in vec2 b, in float t, out vec2 c) in GenericLerp()
20 void GenericLerp(in vec3 a, in vec3 b, in float t, out vec3 c) in GenericLerp()
25 void GenericLerp(in vec4 a, in vec4 b, in float t, out vec4 c) in GenericLerp()
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dstandardize_utils.cpp30 for (char c : phoneString) { in RemoveSeparatorsPhoneNumber() local
49 for (char c : phoneNumber) { in FormatNumberAndToa() local
68 char c = phoneString.at(i); in ExtractAddressAndPostDial() local
78 char c = phoneString.at(i); in ExtractAddressAndPostDial() local
/ohos5.0/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_output_event.c173 HiviewCache *c = NULL; in CloseEventOutputFile() local
231 HiviewCache *c = NULL; in OutputEvent() local
282 HiviewCache *c = NULL; in OutputEventRealtime() local
323 HiviewCache *c = NULL; in Output2Flash() local
379 HiviewCache *c = NULL; in GetEventFileSize() local
388 HiviewCache *c = NULL; in ReadEventFile() local
512 HiviewCache *c = NULL; in FlushFaultEvent() local
524 HiviewCache *c = NULL; in FlushUeEvent() local
536 HiviewCache *c = NULL; in FlushStatEvent() local
570 HiviewCache* c = NULL; in HiEventFileProcImp() local
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A 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
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A Dregister_module.cpp44 auto colorCtor = [](napi_env e, napi_callback_info c) -> napi_value { return {}; }; in RegisterClasses()
62 auto vec3Ctor = [](napi_env e, napi_callback_info c) -> napi_value { return {}; }; in RegisterClasses()
77 auto vec4Ctor = [](napi_env e, napi_callback_info c) -> napi_value { return {}; }; in RegisterClasses()
93 auto QuatCtor = [](napi_env e, napi_callback_info c) -> napi_value { return {}; }; in RegisterClasses()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Diteration.h116 bool Iterate(const BASE_NS::shared_ptr<Iterable>& c, Func&& func, IterateStrategy is) in Iterate()
131 bool ConstIterate(const BASE_NS::shared_ptr<Iterable>& c, Func&& func, IterateStrategy is) in ConstIterate()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_tonemap_common.h29 const float c = 2.43f; in TonemapAces() local
43 float c = 1.2f; in TonemapAcesFilmRec2020() local
57 const float c = 0.10f; in TonemapFilmic() local
67 const float c = 0.10f; in TonemapFilmic() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dvector_util.h104 const float c = Math::cos(angle); in BASE_BEGIN_NAMESPACE() local
112 const float c = Math::cos(angle); in BASE_BEGIN_NAMESPACE() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dproperty_macros.h46 #define BEGIN_COMPONENT_MANAGER(a, b, c) argument
47 #define END_COMPONENT_MANAGER(a, b, c) argument
48 #define END_COMPONENT(a, b, c) argument
49 #define END_COMPONENT_EXT(a, b, c, d) argument
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_wpa_common_test.cpp116 char c = 'A'; variable
122 char c = '1'; variable
133 char c = 'a'; variable
144 char c = 'A'; variable
155 char c = '*'; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/win32/sys/
H A Dioctl.h22 #define _IOC(a, b, c, d) (((a) << 30) | ((b) << 8) | (c) | ((d) << 16)) argument
24 #define _IOR(a, b, c) _IOC(_IOC_READ, (a), (b), sizeof(c)) argument
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/src/
H A 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()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dspirv_cross_helpers_gles.cpp57 for (auto& c : specInfo) { in ConstByName() local
71 for (const auto& c : specInfo) { in SpecConstByName() local
90 [&consts](uint32_t, const spirv_cross::SPIRConstant& c) { consts.push_back(c); }); in GetConstants()
123 const auto& c = SpecConstByName(compiler, name); in ConvertSpecConstToConstant() local
283 for (const auto& c : reflectionInfo) { in DefineForSpec() local
370 for (const auto& c : specInfo) { in CreateSpecInfos() local
396 const auto& c = ConstByName(compiler, name); in ConstId() local
402 const auto& c = SpecConstByName(compiler, name); in SpecConstId() local
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dbase32_utils.cpp30 for (char c : input) { in Encode() local
52 for (char c : input) { in Decode() local

12345678910>>...21