Home
last modified time | relevance | path

Searched refs:req_ref (Results 1 – 25 of 43) sorted by relevance

12

/dports/net/py-python-keystoneclient/python-keystoneclient-4.3.0/keystoneclient/tests/unit/v3/
H A Dtest_application_credentials.py42 req_ref = ref.copy()
43 req_ref.pop('id')
51 req_ref=req_ref)
58 req_ref.pop('id')
68 req_ref=req_ref)
75 req_ref.pop('id')
85 req_ref=req_ref)
91 req_ref.pop('id')
99 req_ref=req_ref)
112 req_ref.pop('id')
[all …]
H A Dtest_trusts.py57 req_ref = ref.copy()
58 req_ref.pop('id')
65 super(TrustTests, self).test_create(ref=ref, req_ref=req_ref)
72 req_ref = ref.copy()
73 req_ref.pop('id')
81 super(TrustTests, self).test_create(ref=ref, req_ref=req_ref)
90 req_ref = ref.copy()
91 req_ref.pop('id')
96 super(TrustTests, self).test_create(ref=ref, req_ref=req_ref)
111 req_ref.pop('id')
[all …]
H A Dtest_users.py101 req_ref = ref.copy()
102 req_ref.pop('id')
121 req_ref = ref.copy()
122 req_ref.pop('id')
148 req_ref = ref.copy()
149 req_ref.pop('id')
169 req_ref = ref.copy()
170 req_ref.pop('id')
190 req_ref = ref.copy()
191 req_ref.pop('id')
[all …]
H A Dutils.py238 if req_ref:
239 req_ref = req_ref.copy()
241 req_ref = ref.copy()
242 req_ref.pop('id')
248 for attr in req_ref:
251 req_ref[attr],
253 self.assertEntityRequestBodyIs(req_ref)
362 if req_ref:
363 req_ref = req_ref.copy()
365 req_ref = ref.copy()
[all …]
H A Dtest_limits.py50 req_ref = [manager_ref.copy()]
52 self.stub_entity('POST', entity=req_ref, status_code=201)
57 expected_limit = req_ref.pop()
H A Dtest_registered_limits.py49 req_ref = [manager_ref.copy()]
51 self.stub_entity('POST', entity=req_ref, status_code=201)
56 expected_limit = req_ref.pop()
H A Dtest_federation.py84 req_ref = ref.copy()
85 req_ref.pop('id')
91 for attr in req_ref:
94 req_ref[attr],
118 req_ref = ref.copy()
125 for attr in req_ref:
128 req_ref[attr],
573 req_ref = ref.copy()
574 req_ref.pop('id')
580 for attr in req_ref:
[all …]
H A Dtest_domain_configs.py35 def _assert_resource_attributes(self, resource, req_ref): argument
36 for attr in req_ref:
39 req_ref[attr],
H A Dtest_regions.py37 req_ref={'description': uuid.uuid4().hex})
H A Dtest_projects.py99 self.test_create(ref=child_ref, req_ref=ref)
320 req_ref = ref.copy()
321 req_ref.pop('id')
326 ref['id'], **utils.parameterize(req_ref))
H A Dtest_domains.py53 req_ref={'name': uuid.uuid4().hex})
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/refs/gen-java/
H A DMyStruct.java33 public MyField req_ref; field in MyStruct
61 MyField req_ref) { in MyStruct() argument
63 this.req_ref = req_ref; in MyStruct()
68 MyField req_ref) { in MyStruct() argument
71 this.req_ref = req_ref; in MyStruct()
77 MyField req_ref) { in MyStruct() argument
81 this.req_ref = req_ref; in MyStruct()
103 this.req_ref = req_ref; in setReq_ref()
131 this.req_ref = TBaseHelper.deepCopy(other.req_ref); in MyStruct()
192 this.req_ref = req_ref; in setReq_ref()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/refs/gen-android/
H A DMyStruct.java33 public final MyField req_ref; field in MyStruct
41 MyField req_ref) { in MyStruct() argument
44 this.req_ref = req_ref; in MyStruct()
62 this.req_ref = TBaseHelper.deepCopy(other.req_ref); in MyStruct()
64 this.req_ref = null; in MyStruct()
91 return this.req_ref; in getReq_ref()
96 return this.req_ref != null; in isSetReq_ref()
113 …per.equalsNobinary(this.isSetReq_ref(), that.isSetReq_ref(), this.req_ref, that.req_ref)) { return… in equals()
197 if (this.req_ref != null) { in write()
199 this.req_ref.write(oprot); in write()
[all …]
/dports/devel/luv/luv-1.41.0-0/src/
H A Dlreq.c41 data->req_ref = luaL_ref(L, LUA_REGISTRYINDEX); in luv_setup_req()
68 luaL_unref(L, LUA_REGISTRYINDEX, data->req_ref); in luv_cleanup_req()
H A Dlreq.h23 int req_ref; /* ref for uv_req_t's userdata */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/v4l2/
H A Dv4l2_device.h436 V4L2RequestRef(V4L2RequestRef&& req_ref) : in V4L2RequestRef() argument
437 V4L2RequestRefBase(std::move(req_ref)) {} in V4L2RequestRef()
460 V4L2SubmittedRequestRef(V4L2SubmittedRequestRef&& req_ref) : in V4L2SubmittedRequestRef() argument
461 V4L2RequestRefBase(std::move(req_ref)) {} in V4L2SubmittedRequestRef()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/v4l2/
H A Dv4l2_device.h516 V4L2RequestRef(V4L2RequestRef&& req_ref) : in V4L2RequestRef() argument
517 V4L2RequestRefBase(std::move(req_ref)) {} in V4L2RequestRef()
540 V4L2SubmittedRequestRef(V4L2SubmittedRequestRef&& req_ref) : in V4L2SubmittedRequestRef() argument
541 V4L2RequestRefBase(std::move(req_ref)) {} in V4L2SubmittedRequestRef()
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dspc_dvips.c738 req_ref = 1 << 10, enumerator
749 {"LPut", add_temp | req_ref},
750 {"HPutPos", add_temp | req_ref},
755 {"NewNode", page_def | req_ref},
766 {" Glbx", req_ref},
769 {"NAngle", req_ref},
802 error |= spc_handler_ps_tricks_bput(spe, args, (f_exec & add_temp), (f_exec & req_ref)); in spc_handler_ps_trickscmd()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/refs/gen-py3/module/
H A Dbuilders.pyx34 yield "req_ref", self.req_ref
/dports/devel/libunit/unit-1.26.1/src/nodejs/unit-http/
H A Dunit.cpp44 napi_ref req_ref; member
420 remove_wrap(req_data->req_ref); in close_handler()
678 req_data->req_ref = wrap(res, req, req_destroy); in create_request()
1022 napi.remove_wrap(req_data->req_ref); in response_end()
/dports/www/unit/unit-1.26.1/src/nodejs/unit-http/
H A Dunit.cpp44 napi_ref req_ref; member
420 remove_wrap(req_data->req_ref); in close_handler()
678 req_data->req_ref = wrap(res, req, req_destroy); in create_request()
1022 napi.remove_wrap(req_data->req_ref); in response_end()
/dports/www/unit-php/unit-1.26.1/src/nodejs/unit-http/
H A Dunit.cpp44 napi_ref req_ref; member
420 remove_wrap(req_data->req_ref); in close_handler()
678 req_data->req_ref = wrap(res, req, req_destroy); in create_request()
1022 napi.remove_wrap(req_data->req_ref); in response_end()
/dports/www/unit-python/unit-1.26.1/src/nodejs/unit-http/
H A Dunit.cpp44 napi_ref req_ref; member
420 remove_wrap(req_data->req_ref); in close_handler()
678 req_data->req_ref = wrap(res, req, req_destroy); in create_request()
1022 napi.remove_wrap(req_data->req_ref); in response_end()
/dports/www/unit-java/unit-1.26.1/src/nodejs/unit-http/
H A Dunit.cpp44 napi_ref req_ref; member
420 remove_wrap(req_data->req_ref); in close_handler()
678 req_data->req_ref = wrap(res, req, req_destroy); in create_request()
1022 napi.remove_wrap(req_data->req_ref); in response_end()
/dports/www/unit-perl/unit-1.26.1/src/nodejs/unit-http/
H A Dunit.cpp44 napi_ref req_ref; member
420 remove_wrap(req_data->req_ref); in close_handler()
678 req_data->req_ref = wrap(res, req, req_destroy); in create_request()
1022 napi.remove_wrap(req_data->req_ref); in response_end()

12