Searched defs:GetProperty (Results 1 - 25 of 48) sorted by last modified time

12

/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/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/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/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp256 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) function in class:NArchive::NLzma::CHandler
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 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/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 DArchiveOpenCallback.cpp38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value) function in class:COpenCallbackImp
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)
H A DUpdateCallback.cpp88 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) function in class:CArchiveUpdateCallback
150 return Archive->GetProperty(indexInArchive, propID, value);
/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/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/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 ...
/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/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/chromium_org/third_party/webrtc/base/
H A Dsysteminfo.cc427 static void GetProperty(io_service_t port, CFStringRef name, int* value) { function in namespace:rtc
445 static void GetProperty(io_service_t port, CFStringRef name, function in namespace:rtc
509 GetProperty(display_service_port, CFSTR("vendor-id"), &info->vendor_id);
510 GetProperty(display_service_port, CFSTR("device-id"), &info->device_id);
511 GetProperty(display_service_port, CFSTR("model"), &info->description);
/external/chromium_org/third_party/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/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/third_party/WebKit/Source/web/tests/
H A DListenerLeakTest.cpp46 const v8::HeapGraphNode* GetProperty(const v8::HeapGraphNode* node, v8::HeapGraphEdge::Type type, const char* name) function in namespace:__anon11387
74 const v8::HeapGraphNode* constructorProp = GetProperty(node, v8::HeapGraphEdge::kProperty, "constructor");
/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/chromium_org/tools/idl_parser/
H A Didl_node.py98 name = self.GetProperty('NAME','')
107 self.GetProperty('ERRORS').append(msg)
112 self.GetProperty('WARNINGS').append(msg)
117 return self.GetProperty('FILENAME'), self.GetProperty('LINENO')
123 return self.GetProperty('NAME')
213 def GetProperty(self, name, default=None): member in class:IDLNode
/external/chromium_org/ui/aura/
H A Dwindow_property.h96 T Window::GetProperty(const WindowProperty<T>* property) const { function in class:aura::Window
112 template EXPORT T aura::Window::GetProperty( \

Completed in 487 milliseconds

12