/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-death-test.cc | 282 // message is propagated back to the parent process. Otherwise, the 292 FILE* parent = posix::FDOpen(flag->write_fd(), "w"); in DeathTestAbort() local 293 fputc(kDeathTestInternalError, parent); in DeathTestAbort() 294 fprintf(parent, "%s", message.c_str()); in DeathTestAbort() 295 fflush(parent); in DeathTestAbort() 342 // This is called from a death test parent process to read a failure 426 // Called in the parent process only. Reads the result code of the death 451 // Descriptor to the child's write end of the pipe to the parent process. 452 // It is always -1 in the parent process. The parent keep [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-rygel-media-server.c | 182 const char *parent; in send_signal() local 191 parent = OBJECT_SINKS; in send_signal() 193 parent = OBJECT_SOURCES; in send_signal() 195 pa_assert_se(m = dbus_message_new_signal(parent, "org.gnome.UPnP.MediaContainer2", "Updated")); in send_signal()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 340 static void addFunctionCases (tcu::TestCaseGroup* parent, const char* functionName, const std::vector<glu::DataType>& scalarTypes) in addFunctionCases() argument 342 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), functionName); in addFunctionCases() 343 parent->addChild(group); in addFunctionCases() 355 group->addChild(new TestClass(parent->getTestContext(), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec))); in addFunctionCases()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locdspnm.cpp | 403 LocaleDisplayNamesImpl& parent; member 406 : hasCapitalizationUsage(FALSE), parent(_parent) {} in CapitalizationContextSink() 437 int32_t titlecaseInt = (parent.capitalizationContext == UDISPCTX_CAPITALIZATION_FOR_UI_LIST_OR_MENU) ? intVector[0] : intVector[1]; in put() 440 parent.fCapitalization[usageEnum] = TRUE; in put()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | parserRealSource8.js | 188 // for inner static functions, use the parent's member scope, so local vars cannot be captured 214 // if the parent is the class constructor, use the constructor scope 390 export function preAssignScopes(ast: AST, parent: AST, walker: IAstWalker) { 425 export function postAssignScopes(ast: AST, parent: AST, walker: IAstWalker) { 629 // for inner static functions, use the parent's member scope, so local vars cannot be captured
652 // if the parent is the class constructor, use the constructor scope
800 function preAssignScopes(ast, parent, walker) {
834 function postAssignScopes(ast, parent, walker) {
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_spec.py | 173 self.assertEqual(spec.parent, 'spam') 179 self.assertEqual(spec.parent, 'spam.eggs') 322 self.assertEqual(loaded.__package__, self.spec.parent) 384 self.assertEqual(loaded.__package__, self.spec.parent)
|
/third_party/python/Lib/unittest/ |
H A D | case.py | 530 parent = self._subtest 531 if parent is None: 534 params_map = parent.params.new_child(params) 548 self._subtest = parent
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 340 static void addFunctionCases (tcu::TestCaseGroup* parent, const char* functionName, const std::vector<glu::DataType>& scalarTypes) in addFunctionCases() argument 342 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), functionName, functionName); in addFunctionCases() 343 parent->addChild(group); in addFunctionCases() 355 group->addChild(new TestClass(parent->getTestContext(), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec))); in addFunctionCases()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | bitset_utils.h | 63 Reference(BitSetT *parent, ParamT bit) : mParent(parent), mBit(bit) {} in Reference() argument 522 Reference(BitSetArray &parent, std::size_t pos) : mParent(parent), mPosition(pos) {} in Reference() argument
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_hub.c | 840 /* same speed like parent */ in uhub_reattach_port() 867 /* inherit mode from the parent HUB */ in uhub_reattach_port() 1286 DPRINTFN(2, "depth=%d selfpowered=%d, parent=%p, " in uhub_attach() 1287 "parent->selfpowered=%d\n", in uhub_attach() 1558 if (udev->parent_hub == NULL) { /* parent is bus */ in uhub_attach() 1566 } else { /* parent is hub */ in uhub_attach() 1737 uhub_child_location_string(device_t parent, device_t child, in uhub_child_location_string() argument 1744 if (!device_is_attached(parent)) { in uhub_child_location_string() 1750 sc = device_get_softc(parent); in uhub_child_location_string() 1777 uhub_child_pnpinfo_string(device_t parent, device_ argument [all...] |
/third_party/node/deps/minimatch/ |
H A D | index.js | 417 constructor(type, parent, options = {}) { 437 __privateSet(this, _parent, parent); 519 clone(parent) { 520 const c = new _AST(this.type, parent); 1022 constructor(type, parent, options = {}) { 1023 super(type, parent, ext(def, options));
|
/third_party/node/deps/v8/src/objects/ |
H A D | string-inl.h | 567 string = slicedString.parent(cage_base); in IsEqualToImpl() 943 string = slicedString.parent(cage_base); in VisitFlat() 1080 void SlicedString::set_parent(String parent, WriteBarrierMode mode) { in set_parent() argument 1081 DCHECK(parent.IsSeqString() || parent.IsExternalString()); in set_parent() 1082 TorqueGeneratedSlicedString<SlicedString, Super>::set_parent(parent, mode); in set_parent()
|
/third_party/python/Lib/ |
H A D | pickle.py | 328 parent = obj 333 return obj, parent 1069 obj2, parent = _getattribute(module, name) 1092 if parent is module: 1099 elif parent is not module: 1100 self.save_reduce(getattr, (parent, lastname))
|
/third_party/python/Python/ |
H A D | import.c | 156 created child processes do not share locks with the parent. 1576 PyObject *parent = PyObject_GetAttr(spec, &_Py_ID(parent)); in resolve_name() local 1577 if (parent == NULL) { in resolve_name() 1581 equal = PyObject_RichCompareBool(package, parent, Py_EQ); in resolve_name() 1582 Py_DECREF(parent); in resolve_name() 1588 "__package__ != __spec__.parent", 1) < 0) { in resolve_name() 1595 package = PyObject_GetAttr(spec, &_Py_ID(parent)); in resolve_name() 1601 "__spec__.parent must be a string"); in resolve_name() 1686 "with no known parent packag in resolve_name() [all...] |
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 335 device_printf(sc->sc_bus.parent, "Controller " in xhci_start_controller() 448 device_printf(sc->sc_bus.parent, "Run timeout.\n"); in xhci_start_controller() 457 (void)sc->sc_port_route(sc->sc_bus.parent, in xhci_start_controller() 487 device_printf(sc->sc_bus.parent, "Controller halt timeout.\n"); in xhci_halt_controller() 513 device_printf(sc->sc_bus.parent, "Controller " in xhci_reset_controller() 528 sc->sc_bus.parent = self; in xhci_init() 557 device_printf(sc->sc_bus.parent, "Controller does " in xhci_init() 586 device_printf(sc->sc_bus.parent, "Invalid number " in xhci_init() 606 device_printf(sc->sc_bus.parent, "XHCI request " in xhci_init() 1421 (void)sc->sc_port_route(sc->sc_bus.parent, in xhci_set_address() [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline.c | 682 assert(deref->parent.is_ssa); in lower_tex_src_to_offset() 683 nir_deref_instr *parent = in lower_tex_src_to_offset() local 684 nir_instr_as_deref(deref->parent.ssa->parent_instr); in lower_tex_src_to_offset() 703 array_elements *= glsl_get_length(parent->type); in lower_tex_src_to_offset() 705 deref = parent; in lower_tex_src_to_offset() 819 assert(deref->parent.is_ssa); in lower_image_deref() 820 nir_deref_instr *parent = in lower_image_deref() local 821 nir_instr_as_deref(deref->parent.ssa->parent_instr); in lower_image_deref() 840 array_elements *= glsl_get_length(parent->type); in lower_image_deref() 842 deref = parent; in lower_image_deref() [all...] |
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 2314 * Notify parent attributes and the dentry matching parent/name 2326 * @param parent inode number 2332 static int fuse_lowlevel_notify_entry(struct fuse_session *se, fuse_ino_t parent, argument 2345 outarg.parent = parent; 2359 int fuse_lowlevel_notify_inval_entry(struct fuse_session *se, fuse_ino_t parent, argument 2362 return fuse_lowlevel_notify_entry(se, parent, name, namelen, FUSE_LL_INVALIDATE); 2365 int fuse_lowlevel_notify_expire_entry(struct fuse_session *se, fuse_ino_t parent, argument 2374 return fuse_lowlevel_notify_entry(se, parent, nam 2378 fuse_lowlevel_notify_delete(struct fuse_session *se, fuse_ino_t parent, fuse_ino_t child, const char *name, size_t namelen) global() argument [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/linuxkpi/include/linux/ |
H A D | device.h | 48 struct device *parent; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | x509_crt.h | 179 mbedtls_x509_crt *parent; /* non-null iff parent_in in progress */ member
|
/test/ostest/wukong/component_event/include/ |
H A D | tree_manager.h | 238 * @param layer 0 update current page, < 0 update parent page, > 0 update child page 284 bool RecursGetChildElementInfo(const std::shared_ptr<OHOS::Accessibility::AccessibilityElementInfo>& parent,
|
/third_party/ffmpeg/libavcodec/ |
H A D | jpeg2000.h | 132 struct Jpeg2000TgtNode *parent; member
|
/third_party/eudev/export_include/ |
H A D | libudev.h | 86 /* udev_device_get_parent_*() does not take a reference on the returned device, it is automatically unref'd with the parent */ 155 int udev_enumerate_add_match_parent(struct udev_enumerate *udev_enumerate, struct udev_device *parent);
|
/third_party/eudev/src/libudev/ |
H A D | libudev.h | 86 /* udev_device_get_parent_*() does not take a reference on the returned device, it is automatically unref'd with the parent */ 155 int udev_enumerate_add_match_parent(struct udev_enumerate *udev_enumerate, struct udev_device *parent);
|
/third_party/ffmpeg/libavutil/ |
H A D | opt.h | 116 * parent struct to export a child's options. To do that, simply 118 * parent struct's AVClass. 199 * av_opt_child_class_iterate() recursively on the parent struct's AVClass. The 655 * Iterate over potential AVOptions-enabled children of parent. 660 const AVClass *av_opt_child_class_iterate(const AVClass *parent, void **iter);
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | uloc.h | 888 * Truncate the locale ID string to get the parent locale ID. 890 * The parent locale ID will be an empty string if there is no 894 * @param parent Output string buffer for the parent locale ID. 897 * @return The length of the parent locale ID. 902 char* parent,
|