Searched defs:GetProperty (Results 26 - 48 of 48) sorted by relevance

12

/external/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp156 RINOK(openVolumeCallback->GetProperty(kpidName, &prop));
217 RINOK(openVolumeCallback->GetProperty(kpidSize, &prop));
244 RINOK(openVolumeCallback->GetProperty(kpidSize, &prop));
282 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) function in class:NArchive::NSplit::CHandler
H A DLzmaHandler.cpp256 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) function in class:NArchive::NLzma::CHandler
H A DXzHandler.cpp276 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value) function in class:NArchive::NXz::CHandler
613 RINOK(updateCallback->GetProperty(0, kpidIsDir, &prop));
625 RINOK(updateCallback->GetProperty(0, kpidSize, &prop));
/external/skia/src/xml/
H A DSkJSDisplayable.cpp63 static JSBool GetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp);
204 gDisplayableClasses[type].getProperty = SkJSDisplayable::GetProperty;
218 JSBool SkJSDisplayable::GetProperty(JSContext *cx, JSObject *obj, jsval id, function in class:SkJSDisplayable
/external/chromium_org/dbus/
H A Dtest_service.cc258 base::Bind(&TestService::GetProperty,
349 void TestService::GetProperty(MethodCall* method_call, function in class:dbus::TestService
/external/chromium_org/ppapi/proxy/
H A Dppp_class_proxy.cc73 PP_Var GetProperty(void* object, function in namespace:ppapi::proxy::__anon10128
179 &GetProperty,
306 ToPPPClass(ppp_class)->GetProperty,
/external/chromium_org/tools/gn/
H A Dscope.cc454 void* Scope::GetProperty(const void* key, const Scope** found_on_scope) const { function in class:Scope
462 return containing()->GetProperty(key, found_on_scope);
/external/lldb/source/Interpreter/
H A DOptionValueProperties.cpp254 OptionValueProperties::GetProperty (const ExecutionContext *exe_ctx, bool will_modify, const ConstString &name) const function in class:OptionValueProperties
676 property = GetProperty (exe_ctx, will_modify, key);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp201 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) function in class:NArchive::N7z::CHandler
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_manager.cc109 const std::string& ConfigFile::GetProperty( function in class:chromeos::imageburner::ConfigFile
561 image_file_name_ = config_file.GetProperty(kFileName, hwid);
562 image_download_url_ = GURL(config_file.GetProperty(kUrl, hwid));
/external/chromium_org/components/policy/core/common/
H A Dschema.cc1039 Schema Schema::GetProperty(const std::string& key) const { function in class:policy::Schema
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py825 def GetProperty(self, key): member in class:XCObject
2463 file_ref = other.GetProperty('productReference')
2706 projectDirPath = self.GetProperty('projectDirPath')
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp82 RINOK(archive->GetProperty(index, propID, &prop));
237 RINOK(_archiveHandler->GetProperty(index, kpidPath, &prop));
257 RINOK(_archiveHandler->GetProperty(index, kpidAttrib, &prop));
277 RINOK(_archiveHandler->GetProperty(index, kpidMTime, &prop));
296 RINOK(_archiveHandler->GetProperty(index, kpidSize, &prop));
448 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);
515 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) function in class:CArchiveUpdateCallback
838 archive->GetProperty(i, kpidSize, &prop);
846 archive->GetProperty(i, kpidPath, &prop);
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp535 STDMETHODIMP CCodecs::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) function in class:CCodecs
642 if (GetProperty(index, NMethodPropID::kEncoder, &prop) == S_OK)
664 RINOK(GetProperty(index, NMethodPropID::kID, &prop));
675 if (GetProperty(index, NMethodPropID::kName, &prop) == S_OK)
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.cc1349 bool DBImpl::GetProperty(const Slice& property, std::string* value) { function in class:leveldb::DBImpl
H A Ddb_test.cc381 db_->GetProperty("leveldb.num-files-at-level" + NumberToString(level),
459 db_->GetProperty("leveldb.sstables", &property);
1887 virtual bool GetProperty(const Slice& property, std::string* value) { function in class:leveldb::ModelDB
/external/chromium_org/ui/base/x/
H A Dx11_util.cc86 bool GetProperty(XID window, const std::string& property_name, long max_length, function in namespace:ui::__anon16685
724 int result = GetProperty(window, property_name, 1,
793 int result = GetProperty(window, property_name, 1,
814 int result = GetProperty(window, property_name, 1,
837 int result = GetProperty(window, property_name,
865 int result = GetProperty(window, property_name,
890 int result = GetProperty(window, property_name, 1024,
1150 if (GetProperty(window,
/external/chromium_org/v8/test/cctest/
H A Dtest-heap-profiler.cc111 static const v8::HeapGraphNode* GetProperty(const v8::HeapGraphNode* node, function
193 GetProperty(global_env2, v8::HeapGraphEdge::kProperty, "a2");
196 NULL, GetProperty(global_env2, v8::HeapGraphEdge::kProperty, "b2_1"));
198 NULL, GetProperty(global_env2, v8::HeapGraphEdge::kProperty, "b2_2"));
199 CHECK_NE(NULL, GetProperty(global_env2, v8::HeapGraphEdge::kProperty, "c2"));
227 GetProperty(global, v8::HeapGraphEdge::kProperty, "x");
230 GetProperty(x, v8::HeapGraphEdge::kProperty, "a");
233 GetProperty(x, v8::HeapGraphEdge::kProperty, "b");
256 GetProperty(global, v8::HeapGraphEdge::kProperty, "boundFunction");
261 GetProperty(
[all...]
/external/chromium_org/v8/src/
H A Dobjects-inl.h1106 MaybeHandle<Object> Object::GetProperty(Handle<Object> object, function in class:v8::internal::Object
1109 return GetProperty(&it);
1129 return GetProperty(object, name);
1133 MaybeHandle<Object> Object::GetProperty(Isolate* isolate, function in class:v8::internal::Object
1142 return GetProperty(object, str);
H A Dobjects.cc109 MaybeHandle<Object> Object::GetProperty(LookupIterator* it) { function in class:v8::internal::Object
3452 // Emulate [[GetProperty]] semantics for proxies.
3464 // [[GetProperty]] requires to check that all properties are configurable.
3469 Object::GetProperty(desc, configurable_name).ToHandleChecked();
3486 Object::GetProperty(desc, hasWritable_name).ToHandleChecked();
3492 Object::GetProperty(desc, writable_name).ToHandleChecked();
3506 Handle<Object> setter = Object::GetProperty(desc, set_name).ToHandleChecked();
3592 Object::GetProperty(desc, enum_n),
3598 Object::GetProperty(desc, conf_n),
3604 Object::GetProperty(des
[all...]
/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 571 milliseconds

12