| /third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
| H A D | rpng2-x.c | 844 Window root; in rpng2_x_create_window() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | rulebasedcollator.cpp | 167 const CollationTailoring *root = CollationRoot::getRoot(errorCode); in RuleBasedCollator() local
|
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| H A D | parse.cpp | 772 struct SResource *root = data->fRoot; in getRules() local
|
| /third_party/skia/src/utils/ |
| H A D | SkPolyUtils.cpp | 698 ActiveEdge* root = fTreeHead.fChild[1] = this->allocate(p0, v, index0, index1); in insert() local
|
| /third_party/skia/third_party/externals/angle2/src/third_party/ceval/ |
| H A D | ceval.h | 862 ceval_node root = { in ceval_make_tree() local
|
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| H A D | psintrp.c | 2279 FT_Fixed root = arg < 10 ? arg : arg >> 1; in cf2_interpT2CharString() local
|
| /third_party/skia/third_party/externals/freetype/src/truetype/ |
| H A D | ttgxvar.c | 1465 FT_Face root = &face->root; in tt_apply_mvar() local 3288 FT_Face root = &face->root; FT_LOCAL_DEF() local [all...] |
| /third_party/python/PC/ |
| H A D | launcher.c | 249 _locate_pythons_for_key(HKEY root, LPCWSTR subkey, REGSAM flags, int bits, in _locate_pythons_for_key() argument 446 locate_pythons_for_key(HKEY root, REGSAM flags) in locate_pythons_for_key() argument
|
| /third_party/python/Python/ |
| H A D | hamt.c | 2154 hamt_iterator_init(PyHamtIteratorState *iter, PyHamtNode *root) in hamt_iterator_init() argument
|
| /third_party/python/Modules/ |
| H A D | _zoneinfo.c | 2304 strong_cache_free(StrongCacheNode *root) in strong_cache_free() argument 2348 find_in_strong_cache(const StrongCacheNode *const root, PyObject *const key) in find_in_strong_cache() argument 2395 move_strong_cache_node_to_front(StrongCacheNode **root, StrongCacheNode *node) in move_strong_cache_node_to_front() argument [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | Descriptors.java | 489 ExtensionRegistry assignDescriptors(FileDescriptor root); in assignDescriptors() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | cord.cc | 224 auto* root = CordRepBtree::Create(flat); in NewBtree() local 420 static inline bool PrepareAppendRegion(CordRep* root, char** region, in PrepareAppendRegion() argument 469 CordRep* root = tree(); GetAppendRegion() local 675 const CordRep* const root = rep; AppendArray() local 1912 ReportError(CordRep* root, CordRep* node) ReportError() argument 1919 VerifyNode(CordRep* root, CordRep* start_node, bool full_validation) VerifyNode() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | btree.h | 1444 node_type *root() { return root_.template get<2>(); } root() function in absl::container_internal::btree 1445 const node_type *root() const { return root_.template get<2>(); } root() function in absl::container_internal::btree [all...] |
| /third_party/skia/dm/ |
| H A D | DMSrcSink.cpp | 507 const float root = sqrt((float) frameInfos.size()); in draw() local 801 const float root = sqrt((float) count); in size() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fDrawBuffersIndexedTests.cpp | 1588 void addDrawBufferCommonTests (TestCaseGroup* root, PrePost prepost) in addDrawBufferCommonTests() argument 1645 addRandomMaxTest(TestCaseGroup* root) addRandomMaxTest() argument 1651 addRandomImplMaxTest(TestCaseGroup* root) addRandomImplMaxTest() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | dpp_crypto.c | 591 struct json_token *root, *token; in dpp_parse_jws_prot_hdr() local
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuCommandLine.cpp | 476 static const CaseTreeNode* findNode (const CaseTreeNode* root, const char* path) in findNode() argument 505 static void parseCaseTrie (CaseTreeNode* root, std::istream& in, std::unordered_map<test_case_hash_t, string> &hashCollisionDetectionMap) in parseCaseTrie() argument 665 static void parseCaseList (CaseTreeNode* root, std::istream& in, bool reportDuplicates, std::unordered_map<test_case_hash_t, string> &hashCollisionDetectionMap) in parseCaseList() argument 671 static void parseGroupFile(CaseTreeNode* root, std::istream& inGroupList, const tcu::Archive& archive, bool reportDuplicates, std::unordered_map<test_case_hash_t, string> &hashCollisionDetectionMap) in parseGroupFile() argument 702 CaseTreeNode* const root = new CaseTreeNode(hash); in parseCaseList() local 1231 checkTestGroupName(const CaseTreeNode* root, const char* groupPath) checkTestGroupName() argument 1237 checkTestCaseName(const CaseTreeNode* root, const char* casePath) checkTestCaseName() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | TranslatorVulkan.cpp | 253 TIntermSequence *GetMainSequence(TIntermBlock *root) in GetMainSequence() argument 121 DeclareDefaultUniforms(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable, gl::ShaderType shaderType) DeclareDefaultUniforms() argument 188 RotateAndFlipBuiltinVariable(TCompiler *compiler, TIntermBlock *root, TIntermSequence *insertSequence, TIntermTyped *flipXY, TSymbolTable *symbolTable, const TVariable *builtin, const ImmutableString &flippedVariableName, TIntermTyped *pivot, TIntermTyped *fragRotation) RotateAndFlipBuiltinVariable() argument 260 ReplaceGLDepthRangeWithDriverUniform(TCompiler *compiler, TIntermBlock *root, const DriverUniform *driverUniforms, TSymbolTable *symbolTable) ReplaceGLDepthRangeWithDriverUniform() argument 278 ReplaceGLBoundingBoxWithGlobal(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) ReplaceGLBoundingBoxWithGlobal() argument 306 AddANGLEPositionVaryingDeclaration(TIntermBlock *root, TSymbolTable *symbolTable, TQualifier qualifier) AddANGLEPositionVaryingDeclaration() argument 329 AddBresenhamEmulationVS(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable, SpecConst *specConst, const DriverUniform *driverUniforms) AddBresenhamEmulationVS() argument 401 AddXfbEmulationSupport(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable, const DriverUniform *driverUniforms) AddXfbEmulationSupport() argument 615 InsertFragCoordCorrection(TCompiler *compiler, ShCompileOptions compileOptions, TIntermBlock *root, TIntermSequence *insertSequence, TSymbolTable *symbolTable, SpecConst *specConst, const DriverUniform *driverUniforms) InsertFragCoordCorrection() argument 683 AddBresenhamEmulationFS(TCompiler *compiler, ShCompileOptions compileOptions, TIntermBlock *root, TSymbolTable *symbolTable, SpecConst *specConst, const DriverUniform *driverUniforms, bool usesFragCoord) AddBresenhamEmulationFS() argument 805 translateImpl(TInfoSinkBase &sink, TIntermBlock *root, ShCompileOptions compileOptions, PerformanceDiagnostics * , SpecConst *specConst, DriverUniform *driverUniforms) translateImpl() argument 1346 translate(TIntermBlock *root, ShCompileOptions compileOptions, PerformanceDiagnostics *perfDiagnostics) translate() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
| H A D | RewriteRowMajorMatrices.cpp | 1581 bool RewriteRowMajorMatrices(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in RewriteRowMajorMatrices() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.cpp | 1843 void PGOProfiler::SetRootProfileType(JSHClass *root, ApEntityId abcId, uint32_t type, ProfileType::Kind kind) in SetRootProfileType() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | gate_accessor.cpp | 1787 GateRef root = circuit_->GetRoot(); in GetRoot() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | function.cpp | 1982 void ETSChecker::ReplaceScope(ir::AstNode *root, ir::AstNode *oldNode, varbinder::Scope *newScope) in ReplaceScope() argument
|
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| H A D | reminder_request.cpp | 84 void GetJsonValue(const nlohmann::json& root, const std::string& name, T& value) in GetJsonValue() argument 485 nlohmann::json root = nlohmann::json::parse(jsonString, nullptr, false); in RecoverActionButtonJsonMode() local 574 nlohmann::json root = nlohmann::json::parse(wantAgentInfo, nullptr, false); RecoverWantAgentByJson() local 1335 nlohmann::json root; SerializeButtonInfo() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
| H A D | render_node.cpp | 60 void RenderNode::MarkTreeRender(const RefPtr<RenderNode>& root, bool& meetHole, bool needFlush) in MarkTreeRender() argument
|
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
| H A D | scene_holder.cpp | 987 const auto& root = nodeSystem_->GetRootNode(); in FindMesh() local 1051 const auto& root = nodeSystem_->GetRootNode(); in FindMaterial() local 1113 const auto& root = nodeSystem_->GetRootNode(); in FindAnimation() local 1420 auto& root = nodeSystem.GetRootNode(); LoadScene() local 1660 auto& root = nodeSystem_->GetRootNode(); ReparentEntity() local 1692 const auto& root = nodeSystem_->GetRootNode(); ReparentEntity() local [all...] |