Home
last modified time | relevance | path

Searched defs:root (Results 476 - 500 of 954) sorted by relevance

1...<<11121314151617181920>>...39

/third_party/node/deps/icu-small/source/common/
H A Dstringtriebuilder.cpp74 Node *root=makeNode(0, elementsLength, 0, errorCode); in build() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dcpluralrulestest.c34 void addPluralRulesTest(TestNode** root) in addPluralRulesTest() argument
H A Dspreptst.c49 addUStringPrepTest(TestNode** root) in addUStringPrepTest() argument
[all...]
H A Dspooftest.c86 void addUSpoofTest(TestNode** root) in addUSpoofTest() argument
H A Dtracetst.c44 addUTraceTest(TestNode** root) in addUTraceTest() argument
/third_party/libdrm/radeon/
H A Dradeon_cs_gem.c341 bof_t *bcs, *blob, *array, *bo, *size, *handle, *device_id, *root; in cs_gem_dump_bof() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dast-model.c291 AstNode *root = AST_NODE(tree_model); in ast_get_path() local
/third_party/node/deps/v8/src/heap/
H A Dmark-compact-inl.h34 void MarkCompactCollector::MarkRootObject(Root root, HeapObject obj) { in MarkRootObject() argument
/third_party/node/deps/v8/src/profiler/
H A Dallocation-tracker.h66 AllocationTraceNode* root() { return &root_; } in root() function in v8::internal::AllocationTraceTree
/third_party/node/deps/v8/src/objects/
H A Dvisitors.h74 virtual void VisitRootPointer(Root root, const char* description, in VisitRootPointer() argument
81 virtual void VisitRootPointers(Root root, const char* description, in VisitRootPointers() argument
/third_party/node/deps/v8/src/snapshot/
H A Dstartup-serializer.cc272 void SerializedHandleChecker::VisitRootPointers(Root root, in VisitRootPointers() argument
/third_party/node/deps/v8/src/torque/
H A Dinstance-type-generator.cc59 std::unique_ptr<InstanceTypeTree> root; in BuildInstanceTypeTree() local
76 void PropagateInstanceTypeConstraints(InstanceTypeTree* root) { in PropagateInstanceTypeConstraints() argument
111 SelectOwnValues(InstanceTypeTree* root, int start_value) SelectOwnValues() argument
141 SolveInstanceTypeConstraints( std::unique_ptr<InstanceTypeTree> root, int start_value, std::vector<std::unique_ptr<InstanceTypeTree>>* destination) SolveInstanceTypeConstraints() argument
269 SolveInstanceTypeConstraints( std::unique_ptr<InstanceTypeTree> root) SolveInstanceTypeConstraints() argument
277 std::unique_ptr<InstanceTypeTree> root = BuildInstanceTypeTree(); AssignInstanceTypes() local
310 PrintInstanceTypes(InstanceTypeTree* root, std::ostream& definitions, std::ostream& values, std::ostream& fully_defined_single_instance_types, std::ostream& fully_defined_multiple_instance_types, std::ostream& only_declared_single_instance_types, std::ostream& only_declared_multiple_instance_types, std::ostream& fully_defined_range_instance_types, std::ostream& only_declared_range_instance_types, const std::string& indent) PrintInstanceTypes() argument
[all...]
/third_party/mesa3d/src/util/
H A Dsparse_array.c135 uintptr_t root = p_atomic_read(&arr->root); in util_sparse_array_get() local
213 uintptr_t root = p_atomic_read(&arr->root); util_sparse_array_validate() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_graph.h175 Node *root; member in nv50_ir::Graph
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dunion-in-ns_1_0.rs9 pub mod root { modules
H A Dbindgen-union-inside-namespace.rs9 pub mod root { modules
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dtemplate.hpp59 Rooted<void*> root; member in RootedContainer
/third_party/openssl/test/
H A Dcrltest.c246 static int verify(X509 *leaf, X509 *root, STACK_OF(X509_CRL) *crls, in verify() argument
/third_party/python/Lib/test/test_asyncio/
H A Dtest_taskgroups.py666 async def root(g): function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DProgramPrelude.cpp3976 bool sh::EmitProgramPrelude(TIntermBlock &root, TInfoSinkBase &out, const ProgramPreludeConfig &ppc) in EmitProgramPrelude() argument
H A DToposortStructs.cpp300 ToposortStructs(TCompiler &compiler, SymbolEnv &symbolEnv, TIntermBlock &root, ProgramPreludeConfig &ppc) ToposortStructs() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateLimitations.cpp442 bool ValidateLimitations(TIntermNode *root, in ValidateLimitations() argument
H A DTranslatorMetal.cpp77 ANGLE_NO_DISCARD bool InitializeUnusedOutputs(TIntermBlock *root, in InitializeUnusedOutputs() argument
116 bool TranslatorMetal::translate(TIntermBlock *root, in translate() argument
51 AppendVertexShaderPositionYCorrectionToMain(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable, TIntermTyped *negFlipY) AppendVertexShaderPositionYCorrectionToMain() argument
190 transformDepthBeforeCorrection(TIntermBlock *root, const DriverUniform *driverUniforms) transformDepthBeforeCorrection() argument
217 insertSampleMaskWritingLogic( TInfoSinkBase &sink, TIntermBlock *root, const DriverUniformMetal *driverUniforms) insertSampleMaskWritingLogic() argument
278 insertRasterizerDiscardLogic(TInfoSinkBase &sink, TIntermBlock *root) insertRasterizerDiscardLogic() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DConvertUnsupportedConstructorsToFunctionCalls.cpp311 bool rewrite(TIntermBlock &root) in rewrite() argument
333 bool sh::ConvertUnsupportedConstructorsToFunctionCalls(TCompiler &compiler, TIntermBlock &root) in ConvertUnsupportedConstructorsToFunctionCalls() argument
H A DInitializeVariables.cpp330 InitializeUninitializedLocals(TCompiler *compiler, TIntermBlock *root, int shaderVersion, bool canUseLoopsToInitialize, bool highPrecisionSupported, TSymbolTable *symbolTable) InitializeUninitializedLocals() argument
343 InitializeVariables(TCompiler *compiler, TIntermBlock *root, const InitVariableList &vars, TSymbolTable *symbolTable, int shaderVersion, const TExtensionBehavior &extensionBehavior, bool canUseLoopsToInitialize, bool highPrecisionSupported) InitializeVariables() argument

Completed in 17 milliseconds

1...<<11121314151617181920>>...39