/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 166 cJSON *root = cJSON_CreateObject(); in cjson_add_false_should_add_false() local 179 cJSON *root = cJSON_CreateObject(); in cjson_add_false_should_fail_with_null_pointers() local 189 cJSON *root = cJSON_CreateObject(); in cjson_add_false_should_fail_on_allocation_failure() local 202 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/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/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | rbtree.h | 79 #define RB_EMPTY_ROOT(root) RB_EMPTY((struct linux_root *)root) argument 83 #define rb_insert_color(node, root) \ argument 85 #define rb_erase(node, root) \ argument 89 #define rb_first(root) RB_MIN(linux_root, (struct linux_root *)(root)) argument 90 #define rb_last(root) RB_MAX(linux_root, (struct linux_root *)(root)) argument 91 #define rb_first_cached(root) (root)->rb_leftmost argument 105 struct rb_root *root) in rb_replace_node() 125 rb_insert_color_cached(struct rb_node *node, struct rb_root_cached *root, in rb_insert_color_cached() 134 rb_erase_cached(struct rb_node *node, struct rb_root_cached *root) in rb_erase_cached() 148 struct rb_root_cached *root) in rb_replace_node_cached()
|
/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/node/deps/npm/docs/content/cli-commands/ |
D | npm-root.md | 11 ### Synopsis 16 ### Description 20 ### See Also
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | dupe-enum-variant-in-namespace.rs | 9 pub mod root { module 15 impl root::foo::Bar { impl 18 impl root::foo::Bar { impl
|
/third_party/jsoncpp/src/test_lib_json/ |
D | main.cpp | 383 Json::Value root; in JSONTEST_FIXTURE_LOCAL() local 1816 Json::Value root; in JSONTEST_FIXTURE_LOCAL() local 1823 Json::Value root; in JSONTEST_FIXTURE_LOCAL() local 1840 Json::Value root; in JSONTEST_FIXTURE_LOCAL() local 1903 Json::Value root; in JSONTEST_FIXTURE_LOCAL() local 1909 Json::Value root; in JSONTEST_FIXTURE_LOCAL() local 1928 Json::Value root; in JSONTEST_FIXTURE_LOCAL() local 2057 Json::Value root, subroot; in JSONTEST_FIXTURE_LOCAL() local 2152 Json::Value root; in JSONTEST_FIXTURE_LOCAL() local 2181 Json::Value root; in JSONTEST_FIXTURE_LOCAL() local [all …]
|
/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/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/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/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/iowow/src/utils/ |
D | iwavl.h | 130 const struct iwavl_node *root, in iwavl_lookup() 150 const struct iwavl_node *root, in iwavl_lookup_bounds() 179 const struct iwavl_node *root, in iwavl_lookup_node() 334 #define iwavl_for_each_in_order(child_struct, root, \ argument 346 #define iwavl_for_each_in_reverse_order(child_struct, root, \ argument 359 #define iwavl_for_each_in_postorder(child_struct, root, \ argument
|
/third_party/freetype/src/type42/ |
D | t42objs.h | 38 FT_SizeRec root; member 47 FT_GlyphSlotRec root; member 56 FT_DriverRec root; member
|
/third_party/skia/third_party/externals/freetype/src/type42/ |
D | t42objs.h | 38 FT_SizeRec root; member 47 FT_GlyphSlotRec root; member 56 FT_DriverRec root; member
|
/third_party/flutter/skia/third_party/externals/freetype/src/type42/ |
D | t42objs.h | 39 FT_SizeRec root; member 48 FT_GlyphSlotRec root; member 57 FT_DriverRec root; member
|
/third_party/freetype/src/pfr/ |
D | pfrobjs.h | 36 FT_FaceRec root; member 46 FT_SizeRec root; member 53 FT_GlyphSlotRec root; member
|
/third_party/flutter/skia/third_party/externals/freetype/src/pfr/ |
D | pfrobjs.h | 36 FT_FaceRec root; member 46 FT_SizeRec root; member 53 FT_GlyphSlotRec root; member
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrobjs.h | 36 FT_FaceRec root; member 46 FT_SizeRec root; member 53 FT_GlyphSlotRec root; member
|
/third_party/python/Modules/ |
D | rotatingtree.c | 31 RotatingTree_Add(rotating_node_t **root, rotating_node_t *node) in RotatingTree_Add() 48 RotatingTree_Get(rotating_node_t **root, void *key) in RotatingTree_Get() 107 RotatingTree_Enum(rotating_node_t *root, rotating_tree_enum_fn enumfn, in RotatingTree_Enum()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | xml-utils.c | 16 xml_node_t *root, char *uri) in get_node_uri_iter() 46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root, in get_node_uri() 64 xml_node_t *root, const char *path) in get_node_iter() 89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node() 106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_child_node() 280 xml_node_t *root; in mo_to_tnds() local 337 static xml_node_t * add_mo_node(struct xml_node_ctx *ctx, xml_node_t *root, in add_mo_node() 384 static xml_node_t * tnds_to_mo_iter(struct xml_node_ctx *ctx, xml_node_t *root, in tnds_to_mo_iter()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | xml-utils.c | 16 xml_node_t *root, char *uri) in get_node_uri_iter() 46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root, in get_node_uri() 64 xml_node_t *root, const char *path) in get_node_iter() 89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node() 106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_child_node() 280 xml_node_t *root; in mo_to_tnds() local 337 static xml_node_t * add_mo_node(struct xml_node_ctx *ctx, xml_node_t *root, in add_mo_node() 384 static xml_node_t * tnds_to_mo_iter(struct xml_node_ctx *ctx, xml_node_t *root, in tnds_to_mo_iter()
|
/third_party/flutter/skia/modules/sksg/tests/ |
D | SGTest.cpp | 27 static void check_inval(skiatest::Reporter* reporter, const sk_sp<sksg::Node>& root, in check_inval() 64 static void check_hittest(skiatest::Reporter* reporter, const sk_sp<sksg::RenderNode>& root, in check_hittest() 82 auto root = sksg::TransformEffect::Make(grp, matrix); in inval_test1() local 229 auto root = sksg::Group::Make(); in inval_test2() local 299 auto root = sksg::ImageFilterEffect::Make(group, filter); in inval_test3() local
|
/third_party/skia/modules/sksg/tests/ |
D | SGTest.cpp | 27 static void check_inval(skiatest::Reporter* reporter, const sk_sp<sksg::Node>& root, in check_inval() 64 static void check_hittest(skiatest::Reporter* reporter, const sk_sp<sksg::RenderNode>& root, in check_hittest() 82 auto root = sksg::TransformEffect::Make(grp, matrix); in inval_test1() local 229 auto root = sksg::Group::Make(); in inval_test2() local 299 auto root = sksg::ImageFilterEffect::Make(group, filter); in inval_test3() local
|