Home
last modified time | relevance | path

Searched refs:objtype (Results 1 – 3 of 3) sorted by relevance

/external/tlsdate/
Dmkfile1 </$objtype/mkfile
7 …9.c ./src/proxy-bio-plan9.c ./src/tlsdate-helper-plan9.c /$objtype/lib/ape/libssl.a /$objtype/lib…
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp466 #define GET_WRL_OBJ_FROM_REF(objtype, obj, orig, hr) objtype^ obj = orig;\ argument
468 #define GET_WRL_OBJ_FROM_OBJ(objtype, obj, orig, hr) objtype^ obj = safe_cast<objtype^>(orig);\ argument
488 #define ACTIVATE_LOCAL_OBJ_BASE(objtype) ref new objtype() argument
489 #define ACTIVATE_LOCAL_OBJ(objtype, ...) ref new objtype(__VA_ARGS__) argument
490 #define ACTIVATE_EVENT_HANDLER(objtype, ...) ref new objtype(__VA_ARGS__) argument
491 #define ACTIVATE_OBJ(rtclass, objtype, obj, hr) MAKE_WRL_OBJ(objtype) obj = ref new objtype();\ argument
493 #define ACTIVATE_STATIC_OBJ(rtclass, objtype, obj, hr) objtype obj;\ argument
556 #define GET_WRL_OBJ_FROM_REF(objtype, obj, orig, hr) Microsoft::WRL::ComPtr<objtype> obj;\ argument
557 hr = orig->QueryInterface(__uuidof(objtype), &obj);
558 #define GET_WRL_OBJ_FROM_OBJ(objtype, obj, orig, hr) Microsoft::WRL::ComPtr<objtype> obj;\ argument
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
Dproperty.py54 def __get__(self, obj, objtype): argument
233 def __get__(self, obj, objtype): argument
234 … return self.data_type(super(PasswordProperty, self).__get__(obj, objtype), hashfunc=self.hashfunc)
283 def __get__(self, obj, objtype): argument
284 value = super(S3KeyProperty, self).__get__(obj, objtype)
489 def __get__(self, obj, objtype): argument
585 def __get__(self, obj, objtype): argument