Searched defs:GetProperty (Results 1 - 24 of 24) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
H A DTypeExtensions.cs70 internal static PropertyInfo GetProperty(this Type target, string name) method in class:Google.Protobuf.Compatibility.TypeExtensions
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.cpp38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value) function in class:COpenCallbackImp
H A DUpdateCallback.cpp317 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) function in class:CArchiveUpdateCallback
405 return Archive->GetProperty(ArcItems ? (*ArcItems)[up.ArcIndex].IndexInServer : up.ArcIndex, propID, value);
H A DLoadCodecs.cpp828 STDMETHODIMP CCodecs::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) function in class:CCodecs
974 if (GetProperty(index, NMethodPropID::kDecoderIsAssigned, &prop) == S_OK)
996 if (GetProperty(index, NMethodPropID::kEncoderIsAssigned, &prop) == S_OK)
1015 RINOK(GetProperty(index, NMethodPropID::kPackStreams, &prop));
1026 RINOK(GetProperty(index, NMethodPropID::kID, &prop));
1037 if (GetProperty(index, NMethodPropID::kName, &prop) == S_OK)
H A DOpenArchive.cpp322 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) function in class:NArchive::NParser::CHandler
452 RINOK(arc->GetProperty(index, propID, &prop));
553 RINOK(Archive->GetProperty(curIndex, kpidName, &prop));
710 RINOK(Archive->GetProperty(index, kpidPath, &prop));
733 RINOK(Archive->GetProperty(index, kpidExtension, &prop));
826 RINOK(Archive->GetProperty(index, kpidName, &prop));
920 RINOK(archive->GetProperty(index, kpidSize, &prop));
941 RINOK(Archive->GetProperty(index, kpidSize, &prop));
960 RINOK(Archive->GetProperty(index, kpidMTime, &prop));
1143 STDMETHODIMP CArchiveOpenCallback_Offset::GetProperty(PROPI function in class:CArchiveOpenCallback_Offset
[all...]
/external/libmojo/mojo/public/c/system/
H A Dthunks.h159 MojoResult (*GetProperty)(MojoPropertyType type, void* value); member in struct:MojoSystemThunks
/external/drm_hwcomposer/
H A Ddrmresources.cpp383 int DrmResources::GetProperty(uint32_t obj_id, uint32_t obj_type, function in class:android::DrmResources
409 return GetProperty(plane.id(), DRM_MODE_OBJECT_PLANE, prop_name, property);
414 return GetProperty(crtc.id(), DRM_MODE_OBJECT_CRTC, prop_name, property);
420 return GetProperty(connector.id(), DRM_MODE_OBJECT_CONNECTOR, prop_name,
/external/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp138 RINOK(volumeCallback->GetProperty(kpidName, &prop));
192 RINOK(volumeCallback->GetProperty(kpidSize, &prop));
226 RINOK(volumeCallback->GetProperty(kpidSize, &prop));
276 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) function in class:NArchive::NSplit::CHandler
H A DLzmaHandler.cpp261 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) function in class:NArchive::NLzma::CHandler
H A DXzHandler.cpp339 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value) function in class:NArchive::NXz::CHandler
779 RINOK(updateCallback->GetProperty(0, kpidIsDir, &prop));
791 RINOK(updateCallback->GetProperty(0, kpidSize, &prop));
/external/mdnsresponder/mDNSWindows/DLLX/
H A DDNSSD.cpp442 STDMETHODIMP CDNSSD::GetProperty(BSTR prop, VARIANT * value ) function in class:CDNSSD
H A DDNSSDService.cpp1002 STDMETHODIMP CDNSSDService::GetProperty(BSTR prop, VARIANT * value ) function in class:CDNSSDService
/external/pdfium/xfa/fde/css/
H A Dcfde_cssdeclaration.cpp136 CFX_RetainPtr<CFDE_CSSValue> CFDE_CSSDeclaration::GetProperty( function in class:CFDE_CSSDeclaration
/external/v8/src/
H A Dcode-factory.cc174 Callable CodeFactory::GetProperty(Isolate* isolate) { function in class:v8::internal::CodeFactory
H A Dcode-stub-assembler.h1007 Node* GetProperty(Node* context, Node* receiver, Handle<Name> name) { function in class:v8::internal::CodeStubAssembler
1008 return CallStub(CodeFactory::GetProperty(isolate()), context, receiver,
H A Dobjects-inl.h1179 MaybeHandle<Object> Object::GetProperty(Handle<Object> object, function in class:v8::internal::Object
1183 return GetProperty(&it);
1186 MaybeHandle<Object> JSReceiver::GetProperty(Handle<JSReceiver> receiver, function in class:v8::internal::JSReceiver
1190 return Object::GetProperty(&it);
1197 return GetProperty(&it);
1205 return Object::GetProperty(&it);
1237 MaybeHandle<Object> JSReceiver::GetProperty(Isolate* isolate, function in class:v8::internal::JSReceiver
1241 return GetProperty(receiver, str);
7441 return GetProperty(&it);
7460 return GetProperty(
[all...]
H A Dobjects.cc784 Object::GetProperty(callable, isolate->factory()->prototype_string()),
865 JSReceiver::GetProperty(receiver, name), Object);
1009 MaybeHandle<Object> Object::GetProperty(LookupIterator* it) { function in class:v8::internal::Object
1018 JSProxy::GetProperty(it->isolate(), it->GetHolder<JSProxy>(),
1048 MaybeHandle<Object> JSProxy::GetProperty(Isolate* isolate, function in class:v8::internal::JSProxy
1086 MaybeHandle<Object> result = Object::GetProperty(&it);
1405 return Object::GetProperty(it);
2043 isolate, prop_value, JSReceiver::GetProperty(from, next_key),
2057 isolate, prop_value, Object::GetProperty(&it), Nothing<bool>());
2292 Object::GetProperty(original_arra
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp529 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) function in class:NArchive::N7z::CHandler
/external/libmojo/mojo/edk/system/
H A Dcore.cc507 MojoResult Core::GetProperty(MojoPropertyType type, void* value) { function in class:mojo::edk::Core
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp113 RINOK(archive->GetProperty(index, propID, &prop));
270 RINOK(_archiveHandler->GetProperty(index, kpidPath, &prop));
290 RINOK(_archiveHandler->GetProperty(index, kpidAttrib, &prop));
310 RINOK(_archiveHandler->GetProperty(index, kpidMTime, &prop));
329 RINOK(_archiveHandler->GetProperty(index, kpidSize, &prop));
504 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);
565 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) function in class:CArchiveUpdateCallback
899 archive->GetProperty(i, kpidSize, &prop);
908 archive->GetProperty(i, kpidPath, &prop);
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_node.cpp1255 GetProperty(iValue, XFA_GetElementTypeForName(wsExpression.AsStringC()));
1284 bHas = !!GetProperty(iIndex, eType);
1289 bHas = !!m_pParent->GetProperty(iIndex, eType);
4074 CXFA_Node* pValue = GetProperty(0, XFA_Element::Value);
4152 CXFA_Node* pValue = GetProperty(0, XFA_Element::Value);
4374 CXFA_Node* CXFA_Node::GetProperty(int32_t index, function in class:CXFA_Node
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 4008 milliseconds