Home
last modified time | relevance | path

Searched refs:child (Results 751 - 775 of 993) sorted by relevance

1...<<31323334353637383940

/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator-inl.h37 HeapGraphEdge* HeapEntry::child(int i) { return children_begin()[i]; } in child() function in v8::internal::HeapEntry
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Djson.h31 struct json_token *parent, *child, *sibling; member
/third_party/vulkan-loader/loader/
H A DcJSON.h49 struct cJSON *child; /* An array or object item will have a child pointer member
59 char *string; /* The item's name string, if this item is the child of, or is
/third_party/node/deps/v8/src/objects/
H A Dmap.cc1410 Handle<Map> child, Handle<Name> name, in ConnectTransition()
1413 child->may_have_interesting_symbols()); in ConnectTransition()
1415 child->may_have_interesting_symbols()); in ConnectTransition()
1425 DCHECK(child->IsDetached(isolate)); in ConnectTransition()
1427 LOG(isolate, MapEvent("Transition", parent, child, "prototype", name)); in ConnectTransition()
1430 TransitionsAccessor::Insert(isolate, parent, name, child, flag); in ConnectTransition()
1432 LOG(isolate, MapEvent("Transition", parent, child, "", name)); in ConnectTransition()
1523 Handle<Map> child, InternalIndex new_descriptor, in InstallDescriptors()
1527 child->SetInstanceDescriptors(isolate, *descriptors, in InstallDescriptors()
1529 child in InstallDescriptors()
1409 ConnectTransition(Isolate* isolate, Handle<Map> parent, Handle<Map> child, Handle<Name> name, SimpleTransitionFlag flag) ConnectTransition() argument
1522 InstallDescriptors(Isolate* isolate, Handle<Map> parent, Handle<Map> child, InternalIndex new_descriptor, Handle<DescriptorArray> descriptors) InstallDescriptors() argument
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A Dinput.py210 for index, child in enumerate(node.elts):
213 children.append(CheckNode(child, kp))
583 # Flag to indicate if there was an error in a child process.
1393 # Recurse into child dicts, or process child lists which may result in
1745 for child in node.dependents:
1746 if child in path:
1747 results.append([child] + path[: path.index(child) + 1])
1748 elif child no
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dinput.py210 for index, child in enumerate(node.elts):
213 children.append(CheckNode(child, kp))
583 # Flag to indicate if there was an error in a child process.
1383 # Recurse into child dicts, or process child lists which may result in
1732 for child in node.dependents:
1733 if child in path:
1734 results.append([child] + path[: path.index(child) + 1])
1735 elif child no
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs755 "add_item_to_module: adding {:?} as child of parent module {:?}", in add_item_to_module()
766 "add_item_to_module: adding {:?} as child of current module {:?}", in add_item_to_module()
1241 "Checking if {:?} is a child of {:?}", in assert_every_item_in_a_module()
1647 for child in children.iter().rev() { in instantiate_template()
1648 match child.kind() { in instantiate_template()
1659 child.cur_type(), in instantiate_template()
1660 *child, in instantiate_template()
1672 child, in instantiate_template()
1676 child.has_at_least_num_children( in instantiate_template()
1683 child in instantiate_template()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_find_array_copies.c217 struct match_node *child = node->children[(*deref)->strct.index]; in _foreach_aliasing() local
218 if (child) in _foreach_aliasing()
219 _foreach_aliasing(deref + 1, cb, child, state); in _foreach_aliasing()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dprotocol_core_test.cc194 auto child = std::make_unique<TestTypeBasic>(); in CompositeParsingTest() local
195 child->SetValue("child_value"); in CompositeParsingTest()
196 top.SetTestTypeBasicField(std::move(child)); in CompositeParsingTest()
248 // the mandatory field value in TestTypeBasic in the child won't be found. in TEST_F()
/third_party/ltp/testcases/kernel/ipc/pipeio/
H A Dpipeio.c98 static int num_writes = 1; /* number of writes per child */
133 pid_t child; in main() local
139 child = tst_fork(); in main()
140 switch (child) { in main()
176 "Timed out waiting for child processes to exit"); in main()
298 case 'n': /* number writes per child */ in parse_options()
429 * (each child will write at least 50000 bytes, since all in setup()
512 fprintf(stderr, "child pipe open(%s, %#o) failed", in do_child()
529 fprintf(stderr, "child: %d couldn't raise the semaphore 0", in do_child()
584 /* child wait in do_child()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
H A D2-1.c211 static void *child(void *arg PTS_ATTRIBUTE_UNUSED) in child() function
220 UNRESOLVED(ret, "Failed to lock mutex in child"); in child()
267 UNRESOLVED(ret, "Failed to lock mutex in child"); in child()
537 pthread_create(&t_child[ch], NULL, child, in main()
541 "Failed to create a child thread"); in main()
550 "Failed to create a child process"); in main()
553 if (p_child[ch] == 0) { /* We are the child */ in main()
554 child(NULL); in main()
733 "Failed to join a child thread"); in main()
748 /* the child shoul in main()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Ds-c1.c144 pthread_t child; in main() local
202 pthread_create(&child, &scenarii[sc].ta, threaded, in main()
360 ret = pthread_join(child, NULL); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
H A D1-2.c170 static void *child(void *arg PTS_ATTRIBUTE_UNUSED) in child() function
179 UNRESOLVED(ret, "Failed to lock mutex in child"); in child()
201 output("[child] Wokenup timed=%i, Predicate=%i, ret=%i\n", in child()
520 &ta, child, NULL); in main()
546 child(NULL); in main()
638 /* the child should return only failed or unresolved or passed */ in main()
H A D2-3.c25 * -> Every child checks that it owns the mutex (when possible)
160 static void *child(void *arg PTS_ATTRIBUTE_UNUSED) in child() function
169 UNRESOLVED(ret, "Failed to lock mutex in child"); in child()
189 output("[child] Wokenup timed=%i, Predicate=%i, ret=%i\n", in child()
436 &ta, child, NULL); in main()
443 child(NULL); in main()
509 "Failed to join a child thread"); in main()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DCodedOutputStreamTest.cs293 byte[] child = new byte[120]; in TestCodedInputOutputPosition()
295 MemoryStream ms = new MemoryStream(child); in TestCodedInputOutputPosition()
326 cout.WriteBytes(ByteString.CopyFrom(child)); in TestCodedInputOutputPosition()
354 // Now we are reading child message in TestCodedInputOutputPosition()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.h228 TIntermTyped *addUnaryMath(TOperator op, TIntermTyped *child, const TSourceLoc &loc);
229 TIntermTyped *addUnaryMathLValue(TOperator op, TIntermTyped *child, const TSourceLoc &loc);
250 TIntermTyped *createUnaryMath(TOperator op, TIntermTyped *child, const TSourceLoc &loc, const TType *funcReturnType);
/third_party/skia/src/pdf/
H A DSkPDFTag.cpp258 SkPDFTagNode* child = &children[i]; in PrepareTagTreeToEmit() local
259 if (!(can_discard(child))) { in PrepareTagTreeToEmit()
260 kids->appendRef(PrepareTagTreeToEmit(ref, child, doc)); in PrepareTagTreeToEmit()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_config_key.py130 for index, child in enumerate(dialog.winfo_children()):
131 if child._name == 'keyseq_basic':
133 if child._name == 'keyseq_advanced':
/third_party/python/Lib/unittest/test/
H A Dtest_suite.py181 child = unittest.TestSuite((Test1('test2'), test2))
182 parent = unittest.TestSuite((test3, child, Test1('test1')))
188 self.assertEqual(child.countTestCases(), 2)
/third_party/skia/include/effects/
H A DSkRuntimeEffect.h81 // Reflected description of a uniform child (shader or colorFilter) in the effect's SkSL
170 // Object that allows passing a SkShader, SkColorFilter or SkBlender as a child
227 // Returns pointer to the named child's description, or nullptr if not found
358 SkDEBUGFAIL("Assigning to missing child"); in operator =()
367 SkDEBUGFAIL("Assigning to missing child"); in operator =()
375 const SkRuntimeEffect::Child* fChild; // nullptr if the child was not found
381 BuilderChild child(const char* name) { in child() function in SkSL::SkRuntimeEffectBuilder
382 const SkRuntimeEffect::Child* child = fEffect->findChild(name); in child() local
383 return { this, child }; in child()
423 * to a list of child shade
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgStatement.cpp177 // Select and create a new child in createNextChild()
178 Statement* child = createStatement(state); in createNextChild() local
179 addChild(child); in createNextChild()
180 return child; in createNextChild()
/third_party/FreeBSD/sys/kern/
H A Dbus_if.c23 null_alloc_resource(device_t dev, device_t child, in null_alloc_resource() argument
/third_party/musl/src/thread/loongarch64/
H A Dclone.s22 beqz $a0, 1f # whether child process
29 syscall 0 # child process exit
/third_party/musl/src/thread/sh/
H A Dclone.s36 1: ! we are the child, call fn(arg)
/third_party/pulseaudio/src/modules/gsettings/
H A Dmodule-gsettings.c29 #include <pulsecore/start-child.h>

Completed in 23 milliseconds

1...<<31323334353637383940