| /third_party/node/deps/v8/src/compiler/ |
| H A D | scheduler.cc | 1531 void ProcessQueue(Node* root) { in ProcessQueue() argument [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | liveedit.cc | 739 CollectFunctionLiterals(Isolate* isolate, AstNode* root) in CollectFunctionLiterals() argument
|
| /third_party/node/deps/v8/src/profiler/ |
| H A D | profile-generator.h | 375 ProfileNode* root() const { return root_; } in root() function in v8::internal::ProfileTree
|
| /third_party/node/deps/v8/src/snapshot/ |
| H A D | serializer.cc | 147 void Serializer::VisitRootPointers(Root root, const char* description, in VisitRootPointers() argument 243 void Serializer::PutRoot(RootIndex root) { in PutRoot() argument [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_lowering_nv50.cpp | 701 BasicBlock *root = BasicBlock::get(func->cfg.getRoot()); in visit() local
|
| /third_party/libabigail/src/ |
| H A D | abg-tools-utils.cc | 2629 load_vmlinux_corpus(elf_based_reader_sptr rdr, corpus_group_sptr& group, const string& vmlinux, vector<string>& modules, const string& root, vector<char**>& di_roots, vector<string>& suppr_paths, vector<string>& kabi_wl_paths, suppressions_type& supprs, bool verbose, timer& t, environment& env) load_vmlinux_corpus() argument 2748 build_corpus_group_from_kernel_dist_under(const string& root, const string debug_info_root, const string& vmlinux_path, vector<string>& suppr_paths, vector<string>& kabi_wl_paths, suppressions_type& supprs, bool verbose, environment& env, corpus::origin requested_fe_kind) build_corpus_group_from_kernel_dist_under() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| H A D | RewriteCubeMapSamplersAs2DArray.cpp | 958 RewriteCubeMapSamplersAs2DArray(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable, bool isFragmentShader) RewriteCubeMapSamplersAs2DArray() argument
|
| /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...] |