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

/external/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.cpp38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value) function in class:COpenCallbackImp
H A DUpdateCallback.cpp302 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) function in class:CArchiveUpdateCallback
391 return Archive->GetProperty(ArcItems ? (*ArcItems)[up.ArcIndex].IndexInServer : up.ArcIndex, propID, value);
H A DLoadCodecs.cpp707 STDMETHODIMP CCodecs::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) function in class:CCodecs
838 if (GetProperty(index, NMethodPropID::kEncoder, &prop) == S_OK)
855 RINOK(GetProperty(index, NMethodPropID::kID, &prop));
866 if (GetProperty(index, NMethodPropID::kName, &prop) == S_OK)
H A DOpenArchive.cpp326 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) function in class:NArchive::NParser::CHandler
453 RINOK(arc->GetProperty(index, propID, &prop));
548 RINOK(Archive->GetProperty(curIndex, kpidName, &prop));
668 RINOK(Archive->GetProperty(index, kpidPath, &prop));
681 RINOK(Archive->GetProperty(index, kpidExtension, &prop));
713 RINOK(archive->GetProperty(index, kpidSize, &prop));
734 RINOK(Archive->GetProperty(index, kpidSize, &prop));
753 RINOK(Archive->GetProperty(index, kpidMTime, &prop));
/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.cpp153 RINOK(volumeCallback->GetProperty(kpidName, &prop));
206 RINOK(volumeCallback->GetProperty(kpidSize, &prop));
234 RINOK(volumeCallback->GetProperty(kpidSize, &prop));
281 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) function in class:NArchive::NSplit::CHandler
H A DLzmaHandler.cpp281 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) function in class:NArchive::NLzma::CHandler
H A DXzHandler.cpp381 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value) function in class:NArchive::NXz::CHandler
832 RINOK(updateCallback->GetProperty(0, kpidIsDir, &prop));
844 RINOK(updateCallback->GetProperty(0, kpidSize, &prop));
/external/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp542 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) function in class:NArchive::N7z::CHandler
/external/pdfium/xfa/src/fdp/src/css/
H A Dfde_cssdeclaration.cpp9 IFDE_CSSValue* CFDE_CSSDeclaration::GetProperty(FDE_CSSPROPERTY eProperty, function in class:CFDE_CSSDeclaration
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp105 RINOK(archive->GetProperty(index, propID, &prop));
262 RINOK(_archiveHandler->GetProperty(index, kpidPath, &prop));
282 RINOK(_archiveHandler->GetProperty(index, kpidAttrib, &prop));
302 RINOK(_archiveHandler->GetProperty(index, kpidMTime, &prop));
321 RINOK(_archiveHandler->GetProperty(index, kpidSize, &prop));
497 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);
564 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) function in class:CArchiveUpdateCallback
887 archive->GetProperty(i, kpidSize, &prop);
896 archive->GetProperty(i, kpidPath, &prop);
/external/v8/src/
H A Dobjects-inl.h1167 MaybeHandle<Object> Object::GetProperty(Handle<Object> object, function in class:v8::internal::Object
1171 return GetProperty(&it, language_mode);
1179 return GetProperty(&it, language_mode);
1206 MaybeHandle<Object> Object::GetProperty(Isolate* isolate, Handle<Object> object, function in class:v8::internal::Object
1210 return GetProperty(object, str, language_mode);
7054 return GetProperty(&it, language_mode);
7064 return GetProperty(&it, language_mode);
H A Dobjects.cc663 JSReceiver::GetProperty(receiver, name), Object);
693 JSReceiver::GetProperty(object, isolate->factory()->length_string()),
780 MaybeHandle<Object> Object::GetProperty(LookupIterator* it, function in class:v8::internal::Object
788 return JSProxy::GetProperty(it->isolate(), it->GetHolder<JSProxy>(),
827 MaybeHandle<Object> JSProxy::GetProperty(Isolate* isolate, function in class:v8::internal::JSProxy
864 return Object::GetProperty(&it, language_mode);
1622 Object::GetProperty(original_array,
1639 Object::GetProperty(constructor,
6440 ASSIGN_RETURN_ON_EXCEPTION(isolate, desc_obj, Object::GetProperty(&it),
7268 if (!JSObject::GetProperty(i
[all...]
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc109 static const v8::HeapGraphNode* GetProperty(const v8::HeapGraphNode* node, function
188 GetProperty(global_env2, v8::HeapGraphEdge::kProperty, "a2");
190 CHECK(GetProperty(global_env2, v8::HeapGraphEdge::kProperty, "b2_1"));
191 CHECK(GetProperty(global_env2, v8::HeapGraphEdge::kProperty, "b2_2"));
192 CHECK(GetProperty(global_env2, v8::HeapGraphEdge::kProperty, "c2"));
219 GetProperty(global, v8::HeapGraphEdge::kProperty, "x");
222 GetProperty(x, v8::HeapGraphEdge::kProperty, "a");
225 GetProperty(x, v8::HeapGraphEdge::kProperty, "b");
247 GetProperty(global, v8::HeapGraphEdge::kProperty, "boundFunction");
251 GetProperty(
[all...]
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_object_imp.cpp887 CXFA_Node* pNode = this->GetProperty(iValue, pElementInfo->eName);
921 bHas = (this->GetProperty(iIndex, pElementInfo->eName) != NULL);
4244 CXFA_Node* pValue = GetProperty(0, XFA_ELEMENT_Value);
4323 CXFA_Node* pValue = GetProperty(0, XFA_ELEMENT_Value);
4543 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/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 558 milliseconds