/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | rbtree.h | 102 rb_replace_node(struct rb_node *victim, struct rb_node *newnode, struct rb_root *root) rb_replace_node() argument 123 rb_insert_color_cached(struct rb_node *node, struct rb_root_cached *root, bool leftmost) rb_insert_color_cached() argument 132 rb_erase_cached(struct rb_node *node, struct rb_root_cached *root) rb_erase_cached() argument 145 rb_replace_node_cached(struct rb_node *old, struct rb_node *new, struct rb_root_cached *root) rb_replace_node_cached() argument [all...] |
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ |
H A D | CleanOutputDirectoryTask.java | 68 private Path root = null; field in CleanOutputDirectoryTask 125 public void setRoot(String root) { in setRoot() argument [all...] |
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | GatherAPIData.java | 73 RootDoc root; field in GatherAPIData 105 public static boolean start(RootDoc root) { in start() argument 117 GatherAPIData(RootDoc root) { in GatherAPIData() argument
|
H A D | GatherAPIDataOld.java | 72 RootDoc root; field in GatherAPIDataOld 104 public static boolean start(RootDoc root) { in start() argument 108 GatherAPIDataOld(RootDoc root) { in GatherAPIDataOld() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | UResourceBundle.java | 125 getBundleInstance(String baseName, String localeName, ClassLoader root) getBundleInstance() argument 145 getBundleInstance(String baseName, String localeName, ClassLoader root, boolean disableFallback) getBundleInstance() argument 314 getRootType(String baseName, ClassLoader root) getRootType() argument 354 instantiateBundle(String baseName, String localeName, ClassLoader root, boolean disableFallback) instantiateBundle() argument [all...] |
/third_party/libabigail/tools/ |
H A D | kmidiff.cc | 354 print_kernel_dist_binary_paths_under(const string& root, const options &opts) in print_kernel_dist_binary_paths_under() argument 363 cout << "Found kernel binaries under: '" << root << "'\n"; in print_kernel_dist_binary_paths_under() local
|
/third_party/ltp/testcases/cve/ |
H A D | meltdown.c | 211 int root = val / 2, prevroot = 0, i = 0; in mysqrt() local
|
/third_party/ltp/testcases/kernel/fs/inode/ |
H A D | inode01.c | 103 char root[16]; //as pids can get much longer in main() local
|
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
H A D | xvmc_bench.c | 183 Window root, window; in main() local
|
H A D | test_rendering.c | 139 Window root, window; in main() local
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_optimizer.cpp | 295 auto& root = shader.func(); in copy_propagation_fwd() local
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx_drawable.c | 365 Window root; in apple_glx_garbage_collect_drawables() local
|
/third_party/node/deps/icu-small/source/common/ |
H A D | stringtriebuilder.cpp | 74 Node *root=makeNode(0, elementsLength, 0, errorCode); in build() local
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cpluralrulestest.c | 34 void addPluralRulesTest(TestNode** root) in addPluralRulesTest() argument
|
H A D | spreptst.c | 49 addUStringPrepTest(TestNode** root) in addUStringPrepTest() argument [all...] |
H A D | spooftest.c | 86 void addUSpoofTest(TestNode** root) in addUSpoofTest() argument
|
H A D | tracetst.c | 44 addUTraceTest(TestNode** root) in addUTraceTest() argument
|
/third_party/libdrm/radeon/ |
H A D | radeon_cs_gem.c | 341 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 D | ast-model.c | 291 AstNode *root = AST_NODE(tree_model); in ast_get_path() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | mark-compact-inl.h | 34 void MarkCompactCollector::MarkRootObject(Root root, HeapObject obj) { in MarkRootObject() argument
|
/third_party/node/deps/v8/src/profiler/ |
H A D | allocation-tracker.h | 66 AllocationTraceNode* root() { return &root_; } in root() function in v8::internal::AllocationTraceTree
|
/third_party/node/deps/v8/src/objects/ |
H A D | visitors.h | 74 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 D | startup-serializer.cc | 272 void SerializedHandleChecker::VisitRootPointers(Root root, in VisitRootPointers() argument
|
/third_party/node/deps/v8/src/torque/ |
H A D | instance-type-generator.cc | 59 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 D | sparse_array.c | 135 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...] |