Home
last modified time | relevance | path

Searched defs:root (Results 751 - 775 of 1151) sorted by relevance

1...<<31323334353637383940>>...47

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermNode_util.cpp271 const TVariable *DeclareInterfaceBlock(TIntermBlock *root, in DeclareInterfaceBlock() argument
227 DeclareStructure( TIntermBlock *root, TSymbolTable *symbolTable, TFieldList *fieldList, TQualifier qualifier, const TMemoryQualifier &memoryQualifier, uint32_t arraySize, const ImmutableString &structTypeName, const ImmutableString *structInstanceName) DeclareStructure() argument
H A DFindPreciseNodes.cpp638 void FindPreciseNodes(TCompiler *compiler, TIntermBlock *root) in FindPreciseNodes() argument
H A DSpecializationConstant.cpp266 void SpecConst::declareSpecConsts(TIntermBlock *root) in declareSpecConsts() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DDeclarePerVertexBlocks.cpp414 void AddPerVertexDecl(TIntermBlock *root, const TVariable *variable) in AddPerVertexDecl() argument
431 bool DeclarePerVertexBlocks(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in DeclarePerVertexBlocks() argument
[all...]
/third_party/vk-gl-cts/executor/tools/
H A DxeBatchResultToXml.cpp322 static void writeTestCaseList (const xe::TestRoot& root, const ShortTestResultMap& resultMap, xe::xml::Writer& dst) in writeTestCaseList() argument
/third_party/vk-gl-cts/executor/
H A DxeBatchExecutor.cpp60 static void computeExecuteSet (TestSet& executeSet, const TestNode* root, const TestSet& testSet, const BatchResult* batchResult) in computeExecuteSet() argument
79 static void computeBatchRequest (TestSet& requestSet, const TestSet& executeSet, const TestNode* root, int maxCasesInSet) in computeBatchRequest() argument
98 static int removeExecuted (TestSet& set, const TestNode* root, const BatchResult* batchResult) in removeExecuted() argument
157 BatchExecutor::BatchExecutor (const TargetConfiguration& config, CommLink* commLink, const TestNode* root, cons argument
[all...]
H A DxeTestCase.cpp276 TestHierarchyBuilder::TestHierarchyBuilder (TestRoot* root) in TestHierarchyBuilder() argument
430 ConstTestNodeIterator::ConstTestNodeIterator (const TestNode* root) in ConstTestNodeIterator() argument
435 ConstTestNodeIterator ConstTestNodeIterator::begin (const TestNode* root) in begin() argument
442 ConstTestNodeIterator ConstTestNodeIterator::end (const TestNode* root) in end() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dxmlparser.cpp335 UXMLElement *root = NULL; in parse() local
/third_party/skia/tests/
H A DSVGDeviceTest.cpp191 bool FindImageShaderNodes(skiatest::Reporter* reporter, const SkDOM* dom, const SkDOM::Node* root, in FindImageShaderNodes() argument
248 const SkDOM::Node* root in DEF_TEST() local
51 check_text_node(skiatest::Reporter* reporter, const SkDOM& dom, const SkDOM::Node* root, const SkPoint& offset, unsigned scalarsPerPos, const char* txt, const char* expected) check_text_node() argument
273 const SkDOM::Node* root = dom.finishParsing(); DEF_TEST() local
303 const SkDOM::Node* root = dom.finishParsing(); DEF_TEST() local
333 const SkDOM::Node* root = dom.finishParsing(); DEF_TEST() local
439 const auto* root = dom.finishParsing(); DEF_TEST() local
[all...]
/third_party/skia/third_party/externals/freetype/src/otvalid/
H A Dotvcommn.h45 FT_Validator root; member
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfobjs.c1043 FT_Face root = &face->root; FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/winfonts/
H A Dwinfnt.h149 FT_FaceRec root; member
/third_party/skia/modules/sksg/samples/
H A DSampleSVGPong.cpp149 auto root = sksg::TransformEffect::Make(std::move(group), fContentMatrix); variable
/third_party/skia/modules/svg/src/
H A DSkSVGDOM.cpp409 auto root = construct_svg_node(xmlDom, ctx, xmlDom.getRootNode()); in make() local
436 auto root = construct_svg_node(xmlDom, ctx, xmlDom.getRootNode()); in make() local
453 SkSVGDOM::SkSVGDOM(sk_sp<SkSVGSVG> root, sk_sp<SkFontMgr> fmgr, in SkSVGDOM() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_reconfig.c434 struct json_token *root = NULL, *own_root = NULL, *token; in dpp_reconfig_auth_req_rx() local
659 struct json_token *root = NULL, *token, *conn_status_json = NULL; in dpp_reconfig_auth_resp_rx() local
[all...]
/third_party/vk-gl-cts/framework/delibs/depool/
H A DdeMemPool.c219 deMemPool* root = pool; in createPoolInternal() local
307 deMemPool* root = pool->parent; deMemPool_destroy() local
[all...]
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_deserializer.cpp126 bool root = info->root_; in DeserializeNativeBindingObject() local
150 bool root = info->root_; in DeserializeJSError() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_layout.h587 auto root = const_cast<RootHClassLayoutDescInner *>(GetRoot()); in Merge() local
612 auto root = GetRoot(); in Convert() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dscheduler.cpp161 size_t root = 0; in Run() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dzip_file.cpp264 void GetTreeFileList(const std::shared_ptr<DirTreeNode> &root, const std::string &rootPath, in GetTreeFileList() argument
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Devent_query_wrapper_builder.cpp62 bool ConditionParser::ParseJsonString(const Json::Value& root, const std::string& key, std::string& value) in ParseJsonString() argument
91 bool ConditionParser::ParseLogicCondition(const Json::Value& root, const std::string& logic, in ParseLogicCondition() argument
128 ParseAndCondition(const Json::Value& root, EventStore::Cond& condition) ParseAndCondition() argument
133 ParseQueryConditionJson(const Json::Value& root, EventStore::Cond& condition) ParseQueryConditionJson() argument
151 Json::Value root; ParseQueryCondition() local
[all...]
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Dexport_json_file_writer.cpp133 cJSON* root = cJSON_CreateObject(); in CreateJsonObjectByVersion() local
266 void PersistJsonStrToLocalFile(cJSON* root, const std::string& localFile) in PersistJsonStrToLocalFile() argument
291 cJSON* root = CreateJsonObjectByVersion(eventVersion_); Write() local
[all...]
/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_controller.cpp193 Json::Value root; in ChangeWakeupSourceConfig() local
302 Json::Value root; in ChangePickupWakeupSourceConfig() local
337 Json::Value root; ChangeLidWakeupSourceConfig() local
[all...]
/base/notification/common_event_service/services/src/
H A Dinner_common_event_manager.cpp87 bool InnerCommonEventManager::GetJsonFromFile(const char *path, nlohmann::json &root) in GetJsonFromFile() argument
171 nlohmann::json root; in getCcmPublishControl() local
[all...]
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request_calendar.cpp794 nlohmann::json root; in SerializationRRule() local
805 nlohmann::json root; in SerializationExcludeDates() local
823 nlohmann::json root in DeserializationRRule() local
848 nlohmann::json root = nlohmann::json::parse(str, nullptr, false); DeserializationExcludeDates() local
[all...]

Completed in 24 milliseconds

1...<<31323334353637383940>>...47