/third_party/cJSON/tests/ |
D | cjson_add.c | 50 cJSON *root = cJSON_CreateObject(); in cjson_add_null_should_add_null() local 63 cJSON *root = cJSON_CreateObject(); in cjson_add_null_should_fail_with_null_pointers() local 73 cJSON *root = cJSON_CreateObject(); in cjson_add_null_should_fail_on_allocation_failure() local 86 cJSON *root = cJSON_CreateObject(); in cjson_add_true_should_add_true() local 99 cJSON *root = cJSON_CreateObject(); in cjson_add_true_should_fail_with_null_pointers() local 109 cJSON *root = cJSON_CreateObject(); in cjson_add_true_should_fail_on_allocation_failure() local 122 cJSON *root = cJSON_CreateObject(); in cjson_add_false_should_add_false() local 135 cJSON *root = cJSON_CreateObject(); in cjson_add_false_should_fail_with_null_pointers() local 145 cJSON *root = cJSON_CreateObject(); in cjson_add_false_should_fail_on_allocation_failure() local 158 cJSON *root = cJSON_CreateObject(); in cjson_add_bool_should_add_bool() local [all …]
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | TextFormatParseInfoTreeTest.java | 72 TextFormatParseInfoTree root = rootBuilder.build(); in testGetLocationReturnsSingleLocation() local 80 TextFormatParseInfoTree root = rootBuilder.build(); in testGetLocationsReturnsNoParseLocationsForUnknownField() local 87 TextFormatParseInfoTree root = rootBuilder.build(); in testGetLocationThrowsIllegalArgumentExceptionForUnknownField() local 97 TextFormatParseInfoTree root = rootBuilder.setLocation(OPTIONAL_INT32, LOC0).build(); in testGetLocationThrowsIllegalArgumentExceptionForInvalidIndex() local 115 TextFormatParseInfoTree root = rootBuilder.build(); in testGetLocationsReturnsMultipleLocations() local 123 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreeThrowsIllegalArgumentExceptionForUnknownField() local 134 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreesReturnsNoParseInfoTreesForUnknownField() local 141 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreeThrowsIllegalArgumentExceptionForInvalidIndex() local 158 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreesReturnsSingleTree() local 172 TextFormatParseInfoTree root = rootBuilder.build(); in testGetNestedTreesReturnsMultipleTrees() local
|
/third_party/boost/libs/mpi/src/ |
D | broadcast.cpp | 22 int root) in broadcast() 47 int root) in broadcast() 55 int root) in broadcast() 84 int root) in broadcast() 92 packed_skeleton_oarchive& oa, int root) in broadcast() 100 packed_skeleton_iarchive& ia, int root) in broadcast() 106 void broadcast<content>(const communicator& comm, content& c, int root) in broadcast() 113 int root) in broadcast()
|
/third_party/uboot/u-boot-2020.01/lib/ |
D | rbtree.c | 54 struct rb_root *root, int color) in __rb_rotate_set_parents() 63 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert() 192 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, in ____rb_erase_color() 354 void __rb_erase_color(struct rb_node *parent, struct rb_root *root, in __rb_erase_color() 376 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color() 382 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase() 398 void __rb_insert_augmented(struct rb_node *node, struct rb_root *root, in __rb_insert_augmented() 408 struct rb_node *rb_first(const struct rb_root *root) in rb_first() 421 struct rb_node *rb_last(const struct rb_root *root) in rb_last() 496 struct rb_root *root) in rb_replace_node() [all …]
|
/third_party/boost/libs/yap/example/autodiff_library/ |
D | autodiff.cpp | 28 void hess_forward(Node* root, unsigned int nvar, double** hess_mat) in hess_forward() 53 double eval_function(Node* root) in eval_function() 63 double grad_reverse(Node* root,vector<Node*>& vnodes, vector<double>& grad) in grad_reverse() 92 double grad_reverse(Node* root, vector<Node*>& vnodes, col_compress_matrix_row& rgrad) in grad_reverse() 123 double hess_reverse(Node* root,vector<Node*>& vnodes,vector<double>& dhess) in hess_reverse() 171 double hess_reverse(Node* root,vector<Node*>& vnodes,col_compress_matrix_col& chess) in hess_reverse() 229 unsigned int nzGrad(Node* root) in nzGrad() 241 unsigned int nzGrad(Node* root, boost::unordered_set<Node*>& vSet) in nzGrad() 258 void nonlinearEdges(Node* root, EdgeSet& edges) in nonlinearEdges() 295 unsigned int numTotalNodes(Node* root) in numTotalNodes() [all …]
|
/third_party/python/Lib/idlelib/ |
D | macosx.py | 71 def tkVersionWarning(root): argument 127 def addOpenEventSupport(root, flist): argument 141 def hideTkConsole(root): argument 148 def overrideRootMenu(root, flist): argument 252 def fixb2context(root): argument 262 def setupApp(root, flist): argument
|
/third_party/boost/boost/mpi/collectives/ |
D | scatterv.hpp | 29 const int* sizes, const int* displs, int root, mpl::true_) in scatterv_impl() 47 scatterv_impl(const communicator& comm, T* out_values, int out_size, int root, in scatterv_impl() 63 int const* sizes, int const* displs, int root, mpl::false_) in scatterv_impl() 88 scatterv_impl(const communicator& comm, T* out_values, int n, int root, in scatterv_impl() 101 T* out_values, int out_size, int root) in scatterv() 112 T* out_values, int out_size, int root) in scatterv() 120 void scatterv(const communicator& comm, T* out_values, int out_size, int root) in scatterv() 132 const std::vector<int>& sizes, T* out_values, int root) in scatterv() 143 const std::vector<int>& sizes, T* out_values, int root) in scatterv() 151 T* out_values, int n, int root) in scatterv() [all …]
|
D | gatherv.hpp | 32 T* out_values, const int* sizes, const int* displs, int root, mpl::true_) in gatherv_impl() 45 gatherv_impl(const communicator& comm, const T* in_values, int in_size, int root, in gatherv_impl() 62 T* out_values, const int* sizes, const int* displs, int root, mpl::false_) in gatherv_impl() 74 gatherv_impl(const communicator& comm, const T* in_values, int in_size, int root, in gatherv_impl() 86 int root) in gatherv() 100 int root) in gatherv() 106 void gatherv(const communicator& comm, const T* in_values, int in_size, int root) in gatherv() 113 void gatherv(const communicator& comm, const std::vector<T>& in_values, int root) in gatherv() 125 T* out_values, const std::vector<int>& sizes, int root) in gatherv() 140 T* out_values, const std::vector<int>& sizes, int root) in gatherv()
|
D | gather.hpp | 34 T* out_values, int root, mpl::true_) in gather_impl() 46 gather_impl(const communicator& comm, const T* in_values, int n, int root, in gather_impl() 59 int const* nslot, int const* nskip, int root, mpl::false_) in gather_impl() 112 gather_impl(const communicator& comm, const T* in_values, int n, T* out_values,int root, in gather_impl() 121 gather(const communicator& comm, const T& in_value, T* out_values, int root) in gather() 128 void gather(const communicator& comm, const T& in_value, int root) in gather() 137 int root) in gather() 149 int root) in gather() 158 std::vector<T>& out_values, int root) in gather() 167 void gather(const communicator& comm, const T* in_values, int n, int root) in gather()
|
D | scatter.hpp | 31 int n, int root, mpl::true_) in scatter_impl() 43 scatter_impl(const communicator& comm, T* out_values, int n, int root, in scatter_impl() 99 T* out_values, int n, int root) { in dispatch_scatter_sendbuf() 134 int n, int root, mpl::false_) in scatter_impl() 148 scatter_impl(const communicator& comm, T* out_values, int n, int root, in scatter_impl() 157 scatter(const communicator& comm, const T* in_values, T& out_value, int root) in scatter() 165 int root) in scatter() 172 void scatter(const communicator& comm, T& out_value, int root) in scatter() 181 int root) in scatter() 189 T* out_values, int n, int root) in scatter() [all …]
|
D | reduce.hpp | 49 T* out_values, Op /*op*/, int root, mpl::true_ /*is_mpi_op*/, in reduce_impl() 63 int root, mpl::true_ /*is_mpi_op*/, mpl::true_/*is_mpi_datatype*/) in reduce_impl() 81 T* out_values, Op op, int root, mpl::false_ /*is_mpi_op*/, in reduce_impl() 97 int root, mpl::false_/*is_mpi_op*/, mpl::true_/*is_mpi_datatype*/) in reduce_impl() 114 T* out_values, Op op, int root, in tree_reduce_impl() 156 int root, mpl::true_ /*is_commutative*/) in tree_reduce_impl() 167 T* out_values, Op op, int root, in tree_reduce_impl() 208 int root, mpl::false_ /*is_commutative*/) in tree_reduce_impl() 289 T* out_values, Op op, int root, mpl::false_ /*is_mpi_op*/, in reduce_impl() 302 int root, mpl::false_ /*is_mpi_op*/, in reduce_impl() [all …]
|
D | broadcast.hpp | 93 broadcast_impl(const communicator& comm, T* values, int n, int root, in broadcast_impl() 106 broadcast_impl(const communicator& comm, T* values, int n, int root, in broadcast_impl() 139 void broadcast(const communicator& comm, T& value, int root) in broadcast() 145 void broadcast(const communicator& comm, T* values, int n, int root) in broadcast()
|
/third_party/python/Tools/c-analyzer/c_analyzer/common/ |
D | files.py | 14 def _walk_tree(root, *, argument 23 def walk_tree(root, *, argument 41 def glob_tree(root, *, argument 62 def iter_files(root, suffix=None, relparent=None, *, argument 112 def iter_files_by_suffix(root, suffixes, relparent=None, *, argument
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-root.md | 11 ### Synopsis 16 ### Description 20 ### See Also
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | rbtree.c | 25 static void __rb_rotate_left(struct rb_node *node, struct rb_root *root) in __rb_rotate_left() 48 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) in __rb_rotate_right() 71 void ext2fs_rb_insert_color(struct rb_node *node, struct rb_root *root) in ext2fs_rb_insert_color() 137 struct rb_root *root) in __rb_erase_color() 216 void ext2fs_rb_erase(struct rb_node *node, struct rb_root *root) in ext2fs_rb_erase() 354 struct rb_node *ext2fs_rb_first(const struct rb_root *root) in ext2fs_rb_first() 366 struct rb_node *ext2fs_rb_last(const struct rb_root *root) in ext2fs_rb_last() 431 struct rb_root *root) in ext2fs_rb_replace_node()
|
/third_party/node/test/parallel/ |
D | test-path-parse-format.js | 54 ['t', { base: 't', name: 't', root: '', dir: '', ext: '' }], property 55 ['/foo/bar', { root: '/', dir: '/foo', base: 'bar', ext: '', name: 'bar' }], property 61 [{ root: 'C:\\' }, 'C:\\'], property 64 [{ root: 'C:\\', name: 'index', ext: '.html' }, 'C:\\index.html'], property 95 [{ root: '/' }, '/'], property 98 [{ root: '/', name: 'index', ext: '.html' }, '/index.html'], property 125 [['.\\', { root: '', dir: '', base: '.', ext: '', name: '.' }], property 126 ['\\\\', { root: '\\', dir: '\\', base: '', ext: '', name: '' }], property 127 ['\\\\', { root: '\\', dir: '\\', base: '', ext: '', name: '' }], property 129 { root: 'c:\\', dir: 'c:\\', base: 'foo', ext: '', name: 'foo' }], property [all …]
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | FindMain.cpp | 17 size_t FindMainIndex(TIntermBlock *root) in FindMainIndex() 32 TIntermFunctionDefinition *FindMain(TIntermBlock *root) in FindMain() 45 TIntermBlock *FindMainBody(TIntermBlock *root) in FindMainBody()
|
/third_party/typescript/src/testRunner/unittests/ |
D | jsDocParsing.ts | 364 …const root = createSourceFile("foo.ts", "/** comment */var a = true;", ScriptTarget.ES5, /*setPare… constant 374 …const root = createSourceFile("foo.ts", "var a = true;/** comment */", ScriptTarget.ES5, /*setPare… constant 382 …const root = createSourceFile("foo.ts", "/** */var a = true;", ScriptTarget.ES5, /*setParentNodes*… constant
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | FindMain.cpp | 17 size_t FindMainIndex(TIntermBlock *root) in FindMainIndex() 32 TIntermFunctionDefinition *FindMain(TIntermBlock *root) in FindMain() 45 TIntermBlock *FindMainBody(TIntermBlock *root) in FindMainBody()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | rbtree.h | 73 #define RB_EMPTY_ROOT(root) RB_EMPTY((struct linux_root *)root) argument 77 #define rb_insert_color(node, root) \ argument 79 #define rb_erase(node, root) \ argument 83 #define rb_first(root) RB_MIN(linux_root, (struct linux_root *)(root)) argument 84 #define rb_last(root) RB_MAX(linux_root, (struct linux_root *)(root)) argument 98 struct rb_root *root) in rb_replace_node()
|
/third_party/uboot/u-boot-2020.01/fs/btrfs/ |
D | btrfs.c | 15 static int readdir_callback(const struct btrfs_root *root, in readdir_callback() 114 struct btrfs_root root = btrfs_info.fs_root; in btrfs_ls() local 140 struct btrfs_root root = btrfs_info.fs_root; in btrfs_exists() local 151 struct btrfs_root root = btrfs_info.fs_root; in btrfs_size() local 176 struct btrfs_root root = btrfs_info.fs_root; in btrfs_read() local
|
/third_party/gettext/gettext-runtime/intl/ |
D | tsearch.c | 153 check_tree (node root) in check_tree() 182 node root = *rootp; in maybe_split_for_insert() local 282 node root = *rootp; in __tsearch() local 343 node root = *rootp; variable 368 node root, unchained; in weak_alias() local 618 const_node root = (const_node) vroot; in weak_alias() local 641 const_node root = (const_node) vroot; in __twalk() local 673 node root = (node) vroot; in __tdestroy() local
|
/third_party/skia/third_party/externals/tint/src/ast/ |
D | traverse_expressions_test.cc | 31 auto* root = IndexAccessor(i[0], i[1]); in TEST_F() local 55 auto* root = Mul(i[0], i[1]); in TEST_F() local 81 auto* root = Bitcast<i32>(b2); in TEST_F() local 106 auto* root = Call("c", c[0], c[1]); in TEST_F() local 132 auto* root = MemberAccessor(m, Expr("b")); in TEST_F() local 158 auto* root = MemberAccessor(m, i[1]); in TEST_F() local 184 auto* root = Deref(u2); in TEST_F() local 209 auto* root = IndexAccessor(i[0], i[1]); in TEST_F() local 224 auto* root = IndexAccessor(i[0], i[1]); in TEST_F() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | TranslatorMetalDirect.cpp | 196 TIntermBlock *root, in ReplaceGLDepthRangeWithDriverUniform() 211 TIntermSequence *GetMainSequence(TIntermBlock *root) in GetMainSequence() 219 TIntermBlock *root, in RotateAndFlipBuiltinVariable() 287 TIntermBlock *root, in InsertFragCoordCorrection() 321 void DeclareRightBeforeMain(TIntermBlock &root, const TVariable &var) in DeclareRightBeforeMain() 326 void AddFragColorDeclaration(TIntermBlock &root, TSymbolTable &symbolTable) in AddFragColorDeclaration() 332 void AddFragDepthDeclaration(TIntermBlock &root, TSymbolTable &symbolTable) in AddFragDepthDeclaration() 338 void AddFragDepthEXTDeclaration(TCompiler &compiler, TIntermBlock &root, TSymbolTable &symbolTable) in AddFragDepthEXTDeclaration() 350 void AddSampleMaskDeclaration(TIntermBlock &root, TSymbolTable &symbolTable) in AddSampleMaskDeclaration() 360 ANGLE_NO_DISCARD bool AddFragDataDeclaration(TCompiler &compiler, TIntermBlock &root) in AddFragDataDeclaration() [all …]
|
/third_party/python/Lib/test/ |
D | test_ttk_guionly.py | 15 root = None variable 17 root = tkinter.Tk() variable
|