HomeSort by relevance Sort by last modified time
    Searched defs:GetProperty (Results 26 - 50 of 55) sorted by null

12 3

  /external/pdfium/fxjs/
cjs_global.cpp 66 CJS_Return result = pObj->GetProperty(
70 JSFormatErrorString(class_name, "GetProperty", result.Error()));
147 CJS_Return GetProperty(CJS_Runtime* pRuntime, const wchar_t* propname);
282 CJS_Return JSGlobalAlternate::GetProperty(CJS_Runtime* pRuntime,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iedial.h 94 virtual HRESULT WINAPI GetProperty(LPCWSTR pwzProperty,LPWSTR pwzValue,DWORD dwBufSize) = 0;
108 HRESULT (WINAPI *GetProperty)(IDialEngine *This,LPCWSTR pwzProperty,LPWSTR pwzValue,DWORD dwBufSize);
124 #define IDialEngine_GetProperty(This,pwzProperty,pwzValue,dwBufSize) (This)->lpVtbl->GetProperty(This,pwzProperty,pwzValue,dwBufSize)
mlang.h     [all...]
sdoias.h 492 virtual HRESULT WINAPI GetProperty(LONG Id,VARIANT *pValue) = 0;
510 HRESULT (WINAPI *GetProperty)(ISdo *This,LONG Id,VARIANT *pValue);
530 #define ISdo_GetProperty(This,Id,pValue) (This)->lpVtbl->GetProperty(This,Id,pValue)
    [all...]
azroles.h 174 virtual HRESULT WINAPI GetProperty(LONG lPropId,VARIANT varReserved,VARIANT *pvarProp) = 0;
236 HRESULT (WINAPI *GetProperty)(IAzAuthorizationStore *This,LONG lPropId,VARIANT varReserved,VARIANT *pvarProp);
300 #define IAzAuthorizationStore_GetProperty(This,lPropId,varReserved,pvarProp) (This)->lpVtbl->GetProperty(This,lPropId,varReserved,pvarProp)
    [all...]
mmc.h     [all...]
comsvcs.h     [all...]
mshtmlc.h     [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 529 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSDService.cpp 1002 STDMETHODIMP CDNSSDService::GetProperty(BSTR prop, VARIANT * value )
  /external/pdfium/core/fxcrt/css/
cfx_cssdeclaration.cpp 288 RetainPtr<CFX_CSSValue> CFX_CSSDeclaration::GetProperty(
  /external/v8/src/
code-factory.cc 174 Callable CodeFactory::GetProperty(Isolate* isolate) {
code-stub-assembler.h     [all...]
objects-inl.h     [all...]
objects.cc 784 Object::GetProperty(callable, isolate->factory()->prototype_string()),
865 JSReceiver::GetProperty(receiver, name), Object);
    [all...]
  /external/libmojo/mojo/edk/system/
core.cc 521 MojoResult Core::GetProperty(MojoPropertyType type, void* value) {
    [all...]
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 261 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)
XzHandler.cpp 339 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value)
779 RINOK(updateCallback->GetProperty(0, kpidIsDir, &prop));
791 RINOK(updateCallback->GetProperty(0, kpidSize, &prop));
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 828 STDMETHODIMP CCodecs::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
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)
OpenArchive.cpp 322 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
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(PROPID propID, PROPVARIANT *value)
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_cost_analysis.cc 70 GetProperty(property.first, per_second_rates_, INFINITY));
105 /*static*/ float HloCostAnalysis::GetProperty(const string& key,
119 return GetProperty(key, it->second);
546 return GetProperty(kFlopsKey, properties_sum_);
550 return GetProperty(kTranscendentalsKey, properties_sum_);
554 return GetProperty(kBytesAccessedKey, properties_sum_);
558 return GetProperty(kOptimalSecondsKey, properties_sum_);
  /frameworks/native/cmds/installd/
otapreopt.cpp 148 int GetProperty(const char* key, char* value, const char* default_value) const {
149 const std::string* prop_value = system_properties_.GetProperty(key);
215 if (system_properties_.GetProperty(kAndroidDataPathPropertyName) == nullptr) {
218 android_data_ = *system_properties_.GetProperty(kAndroidDataPathPropertyName);
220 if (system_properties_.GetProperty(kAndroidRootPathPropertyName) == nullptr) {
223 android_root_ = *system_properties_.GetProperty(kAndroidRootPathPropertyName);
225 if (system_properties_.GetProperty(kBootClassPathPropertyName) == nullptr) {
228 boot_classpath_ = *system_properties_.GetProperty(kBootClassPathPropertyName);
230 if (system_properties_.GetProperty(ASEC_MOUNTPOINT_ENV_NAME) == nullptr) {
233 asec_mountpoint_ = *system_properties_.GetProperty(ASEC_MOUNTPOINT_ENV_NAME)
    [all...]
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 113 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)
899 archive->GetProperty(i, kpidSize, &prop);
908 archive->GetProperty(i, kpidPath, &prop);
  /system/core/bootstat/
bootstat.cpp 117 std::string GetProperty(const char* key) {
537 std::string ret(GetProperty(system_reboot_reason_property));
773 content = GetProperty(last_reboot_reason_property);
804 if (isKernelRebootReason(ret) && (GetProperty(last_reboot_reason_property) != "")) {
821 std::string build_date_str = GetProperty("ro.build.date.utc");
846 std::string value = GetProperty(property);
864 std::string value = GetProperty("ro.boot.boottime");
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 1727 milliseconds

12 3