Home
last modified time | relevance | path

Searched defs:root (Results 1 – 25 of 1012) sorted by relevance

12345678910>>...41

/third_party/cJSON/tests/
Dcjson_add.c50 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/node/test/parallel/
Dtest-common-must-not-mutate-object-deep.mjs22 function testOriginal(root) { argument
27 function definePropertyOnRoot(root) { argument
31 function definePropertyOnFoo(root) { argument
35 function deletePropertyOnRoot(root) { argument
39 function deletePropertyOnFoo(root) { argument
43 function preventExtensionsOnRoot(root) { argument
47 function preventExtensionsOnFoo(root) { argument
51 function preventExtensionsOnRootViaSeal(root) { argument
55 function preventExtensionsOnFooViaSeal(root) { argument
59 function preventExtensionsOnRootViaFreeze(root) { argument
[all …]
Dtest-path-parse-format.js54 ['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/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatParseInfoTreeTest.java72 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/skia/src/ports/skia_ohos/
DHmSymbolConfig_ohos.cpp217 int HmSymbolConfig_OHOS::checkConfigFile(const char* fname, Json::Value& root) in checkConfigFile()
261 Json::Value root; in parseConfigOfHmSymbol() local
292 void HmSymbolConfig_OHOS::parseSymbolAnimations(const Json::Value& root, const char* key) in parseSymbolAnimations()
301 void HmSymbolConfig_OHOS::parseSymbolAnimations(const Json::Value& root, std::vector<AnimationInfo>… in parseSymbolAnimations()
329 void HmSymbolConfig_OHOS::parseSymbolAnimationParas(const Json::Value& root, std::vector<AnimationP… in parseSymbolAnimationParas()
342 void HmSymbolConfig_OHOS::parseSymbolAnimationPara(const Json::Value& root, AnimationPara& animatio… in parseSymbolAnimationPara()
388 void HmSymbolConfig_OHOS::parseSymbolGroupParas(const Json::Value& root, in parseSymbolGroupParas()
411 void HmSymbolConfig_OHOS::parseSymbolPiecewisePara(const Json::Value& root, PiecewiseParameter& pie… in parseSymbolPiecewisePara()
461 void HmSymbolConfig_OHOS::parseSymbolCurveArgs(const Json::Value& root, std::map<std::string, doubl… in parseSymbolCurveArgs()
478 void HmSymbolConfig_OHOS::parseSymbolProperties(const Json::Value& root, in parseSymbolProperties()
[all …]
/third_party/python/Lib/idlelib/
Dmacosx.py71 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/
Drbtree.h79 #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/deps/npm/node_modules/@npmcli/arborist/lib/
Dtree-check.js36 root: tree.root.path, property
48 root: tree.root.path, property
60 root: tree.root.path, property
73 root: tree.root.path, property
85 root: tree.root.path, property
97 root: tree.root.path, property
109 root: tree.root.path, property
143 root: tree.root.path, property
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Ddupe-enum-variant-in-namespace.rs9 pub mod root { module
15 impl root::foo::Bar { impl
18 impl root::foo::Bar { impl
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetalDirect.cpp196 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 …]
DTranslatorMetal.cpp52 TIntermBlock *root, in AppendVertexShaderPositionYCorrectionToMain()
77 ANGLE_NO_DISCARD bool InitializeUnusedOutputs(TIntermBlock *root, in InitializeUnusedOutputs()
116 bool TranslatorMetal::translate(TIntermBlock *root, in translate()
190 bool TranslatorMetal::transformDepthBeforeCorrection(TIntermBlock *root, in transformDepthBeforeCorrection()
219 TIntermBlock *root, in insertSampleMaskWritingLogic()
279 TIntermBlock *root) in insertRasterizerDiscardLogic()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DFindMain.cpp17 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/
Dtraverse_expressions_test.cc31 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/typescript/src/testRunner/unittests/
DjsDocParsing.ts379 …const root = createSourceFile("foo.ts", "/** comment */var a = true;", ScriptTarget.ES5, /*setPare… constant
389 …const root = createSourceFile("foo.ts", "var a = true;/** comment */", ScriptTarget.ES5, /*setPare… constant
398 …const root = createSourceFile("foo.ts", "/** */var a = true;", ScriptTarget.ES5, /*setParentNodes*… constant
/third_party/skia/third_party/externals/freetype/src/type42/
Dt42objs.h38 FT_SizeRec root; member
47 FT_GlyphSlotRec root; member
56 FT_DriverRec root; member
/third_party/node/deps/v8/src/torque/
Dinstance-type-generator.cc59 std::unique_ptr<InstanceTypeTree> root; in BuildInstanceTypeTree() local
76 void PropagateInstanceTypeConstraints(InstanceTypeTree* root) { in PropagateInstanceTypeConstraints()
111 int SelectOwnValues(InstanceTypeTree* root, int start_value) { in SelectOwnValues()
142 std::unique_ptr<InstanceTypeTree> root, int start_value, in SolveInstanceTypeConstraints()
270 std::unique_ptr<InstanceTypeTree> root) { in SolveInstanceTypeConstraints()
277 std::unique_ptr<InstanceTypeTree> root = BuildInstanceTypeTree(); in AssignInstanceTypes() local
310 void PrintInstanceTypes(InstanceTypeTree* root, std::ostream& definitions, in PrintInstanceTypes()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Dload-actual.js156 root: this.#actualTree, property
183 const p = this.#loadFSNode({ path, root: this.#actualTree, useRootOverrides: true }) property
249 async #loadFSNode ({ path, parent, real, root, loadOverrides, useRootOverrides }) { property
260 root, property
279 root, property
416 d = new Node({ path: p, root: node.root, dummy: true }) property
429 root: node.root, property
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrobjs.h36 FT_FaceRec root; member
46 FT_SizeRec root; member
53 FT_GlyphSlotRec root; member
/third_party/python/Modules/
Drotatingtree.c31 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_standard/src/utils/
Dxml-utils.c16 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/src/utils/
Dxml-utils.c16 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/skia/modules/sksg/tests/
DSGTest.cpp27 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/rust/crates/glob/tests/
Dglob-std.rs38 let root = TempDir::new("glob-tests"); in main() localVariable
39 let root = root.ok().expect("Should have created a temp directory"); in main() localVariable
/third_party/alsa-lib/src/
Dconfmisc.c255 int snd_func_getenv(snd_config_t **dst, snd_config_t *root, snd_config_t *src, in snd_func_getenv()
355 int snd_func_igetenv(snd_config_t **dst, snd_config_t *root, snd_config_t *src, in snd_func_igetenv()
406 int snd_func_concat(snd_config_t **dst, snd_config_t *root, snd_config_t *src, in snd_func_concat()
482 snd_config_t *root, in snd_func_iops()
560 int snd_func_iadd(snd_config_t **dst, snd_config_t *root, in snd_func_iadd()
586 int snd_func_imul(snd_config_t **dst, snd_config_t *root, in snd_func_imul()
831 static int parse_card(snd_config_t *root, snd_config_t *src, in parse_card()
877 int snd_func_card_inum(snd_config_t **dst, snd_config_t *root, snd_config_t *src, in snd_func_card_inum()
912 int snd_func_card_driver(snd_config_t **dst, snd_config_t *root, snd_config_t *src, in snd_func_card_driver()
949 int snd_func_card_id(snd_config_t **dst, snd_config_t *root, snd_config_t *src, in snd_func_card_id()
[all …]
/third_party/python/Lib/tkinter/
Dfont.py20 def nametofont(name, root=None): argument
69 def __init__(self, root=None, font=None, name=None, exists=False, argument
184 def families(root=None, displayof=None): argument
194 def names(root=None): argument
206 root = tkinter.Tk() variable

12345678910>>...41