HomeSort by relevance Sort by last modified time
    Searched refs:GetProperty (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /hardware/qcom/display/msm8996/sdm/libs/utils/
debug.cpp 43 debug_.debug_handler_->GetProperty("sdm.composition_simulation", &value);
50 debug_.debug_handler_->GetProperty("hw.hdmi.resolution", &value);
57 debug_.debug_handler_->GetProperty("sdm.idle_time", &value);
64 debug_.debug_handler_->GetProperty("sdm.boot_anim_layer_count", &value);
71 debug_.debug_handler_->GetProperty("sdm.debug.rotator_downscale", &value);
78 debug_.debug_handler_->GetProperty("sdm.disable_decimation", &value);
87 debug_.debug_handler_->GetProperty("sdm.primary.mixer_stages", &value);
90 debug_.debug_handler_->GetProperty("sdm.external.mixer_stages", &value);
93 debug_.debug_handler_->GetProperty("sdm.virtual.mixer_stages", &value);
104 debug_.debug_handler_->GetProperty("sdm.video_mode_panel", &value)
    [all...]
  /external/opencv3/modules/viz/src/
widget.cpp 97 actor->GetProperty()->SetInterpolationToFlat();
98 actor->GetProperty()->BackfaceCullingOn();
113 case POINT_SIZE: actor->GetProperty()->SetPointSize(float(value)); break;
114 case OPACITY: actor->GetProperty()->SetOpacity(value); break;
115 case LINE_WIDTH: actor->GetProperty()->SetLineWidth(float(value)); break;
128 case REPRESENTATION_POINTS: actor->GetProperty()->SetRepresentationToPoints(); break;
129 case REPRESENTATION_WIREFRAME: actor->GetProperty()->SetRepresentationToWireframe(); break;
130 case REPRESENTATION_SURFACE: actor->GetProperty()->SetRepresentationToSurface(); break;
138 case SHADING_FLAT: actor->GetProperty()->SetInterpolationToFlat(); break;
149 actor->GetProperty()->SetInterpolationToGouraud()
    [all...]
clouds.cpp 85 actor->GetProperty()->SetInterpolationToFlat();
86 actor->GetProperty()->BackfaceCullingOn();
125 actor->GetProperty()->SetInterpolationToFlat();
126 actor->GetProperty()->BackfaceCullingOn();
151 actor->GetProperty()->SetInterpolationToFlat();
152 actor->GetProperty()->BackfaceCullingOn();
191 actor->GetProperty()->SetInterpolationToFlat();
192 actor->GetProperty()->BackfaceCullingOn();
220 actor->GetProperty()->SetInterpolationToFlat();
221 actor->GetProperty()->BackfaceCullingOn()
    [all...]
  /hardware/qcom/display/msm8996/sdm/include/core/
debug_interface.h 119 virtual DisplayError GetProperty(const char *property_name, int *value) = 0;
128 virtual DisplayError GetProperty(const char *property_name, char *value) = 0;
  /system/nativepower/daemon/
system_property_setter_stub.cc 25 std::string SystemPropertySetterStub::GetProperty(
system_property_setter_stub.h 37 std::string GetProperty(const std::string& key) const;
power_manager_unittest.cc 145 property_setter_->GetProperty(ANDROID_RB_PROPERTY));
150 property_setter_->GetProperty(ANDROID_RB_PROPERTY));
155 EXPECT_EQ("", property_setter_->GetProperty(ANDROID_RB_PROPERTY));
161 property_setter_->GetProperty(ANDROID_RB_PROPERTY));
168 property_setter_->GetProperty(ANDROID_RB_PROPERTY));
173 EXPECT_EQ("", property_setter_->GetProperty(ANDROID_RB_PROPERTY));
  /system/connectivity/shill/
property_store_unittest.h 74 // Convenience overloads for GetProperty. Normally, we don't overload
76 static bool GetProperty(const PropertyStore& store, const std::string& name,
81 static bool GetProperty(const PropertyStore& store, const std::string& name,
86 static bool GetProperty(const PropertyStore& store, const std::string& name,
91 static bool GetProperty(const PropertyStore& store, const std::string& name,
96 static bool GetProperty(const PropertyStore& store, const std::string& name,
101 static bool GetProperty(const PropertyStore& store, const std::string& name,
106 static bool GetProperty(const PropertyStore& store, const std::string& name,
111 static bool GetProperty(const PropertyStore& store, const std::string& name,
116 static bool GetProperty(const PropertyStore& store, const std::string& name
    [all...]
  /system/bt/test/suite/adapter/
adapter_unittest.cpp 82 bt_property_t *name_property = GetProperty(BT_PROPERTY_BDNAME);
94 EXPECT_TRUE(GetProperty(BT_PROPERTY_BDNAME))
96 EXPECT_TRUE(property_equals(GetProperty(BT_PROPERTY_BDNAME), new_name))
98 << property_as_name(GetProperty(BT_PROPERTY_BDNAME))->name
105 EXPECT_TRUE(property_equals(GetProperty(BT_PROPERTY_BDNAME), old_name_property))
107 << property_as_name(GetProperty(BT_PROPERTY_BDNAME))->name
bluetooth_test.h 60 bt_property_t* GetProperty(bt_property_type_t type);
  /external/v8/test/cctest/compiler/
test-run-jsobjects.cc 19 Handle<Object> length = JSObject::GetProperty(arguments, l).ToHandleChecked();
32 Handle<Object> length = JSObject::GetProperty(arguments, l).ToHandleChecked();
45 Handle<Object> length = JSObject::GetProperty(arguments, l).ToHandleChecked();
  /hardware/qcom/display/msm8996/sdm/include/utils/
debug.h 76 static bool GetProperty(const char *property_name, char *value);
93 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) {
96 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) {
  /external/v8/test/cctest/
test-heap-profiler.cc 109 static const v8::HeapGraphNode* GetProperty(const v8::HeapGraphNode* node,
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(f, v8::HeapGraphEdge::kInternal, "bindings")
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
cpuhint.cpp 50 if (debug_handler->GetProperty("ro.vendor.extension_library", path) != kErrorNone) {
56 debug_handler->GetProperty("sdm.perf_hint_window", &pre_enable_window);
hwc_debugger.h 63 virtual DisplayError GetProperty(const char *property_name, int *value);
64 virtual DisplayError GetProperty(const char *property_name, char *value);
hwc_debugger.cpp 160 debug_handler_.GetProperty("sdm.idle_time", &value);
165 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) {
176 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) {
hwc_display_external.cpp 57 HWCDebugHandler::Get()->GetProperty("sdm.debug.downscale_external", &downscale_enabled);
140 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_width", &width);
142 HWCDebugHandler::Get()->GetProperty("sdm.external_action_safe_height", &height);
hwc_display_primary.cpp 56 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_width", &width);
57 HWCDebugHandler::Get()->GetProperty("sdm.fb_size_height", &height);
92 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps);
259 HWCDebugHandler::Get()->GetProperty("persist.metadata_dynfps.disable", &disable_metadata_dynfps);
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.cpp 99 RINOK(_archiveHandler->GetProperty(index, kpidPath, &propVariantName));
114 RINOK(_archiveHandler->GetProperty(index, kpidAttrib, &prop));
124 RINOK(_archiveHandler->GetProperty(index, kpidIsDir, &prop));
130 RINOK(_archiveHandler->GetProperty(index, kpidIsAnti, &propTemp));
135 RINOK(_archiveHandler->GetProperty(index, kpidMTime, &prop));
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp 89 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_ELEMENT_Color);
120 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_ELEMENT_Pattern);
131 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_ELEMENT_Stipple);
144 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_ELEMENT_Linear);
157 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_ELEMENT_Radial);
176 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_ELEMENT_Pattern);
177 CXFA_Node* pColor = pNode->GetProperty(0, XFA_ELEMENT_Color);
186 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_ELEMENT_Stipple);
187 CXFA_Node* pColor = pNode->GetProperty(0, XFA_ELEMENT_Color);
196 CXFA_Node* pNode = m_pNode->GetProperty(0, XFA_ELEMENT_Linear);
    [all...]
xfa_utils_imp.cpp 25 CXFA_Value defValue = pNode->GetProperty(0, XFA_ELEMENT_Value, TRUE);
61 CXFA_Node* pUI = pNode->GetProperty(0, XFA_ELEMENT_Ui, TRUE);
102 ((CXFA_Node*)defValue)->GetProperty(0, XFA_ELEMENT_Text, TRUE);
104 pUIChild = pUI->GetProperty(0, eUIType, TRUE);
139 ((CXFA_Node*)defValue)->GetProperty(0, eValueType, TRUE);
  /frameworks/native/cmds/installd/
otapreopt.cpp 117 int GetProperty(const char* key, char* value, const char* default_value) {
118 const std::string* prop_value = system_properties_.GetProperty(key);
181 if (system_properties_.GetProperty(kRequiredProperties[i]) == nullptr) {
205 CHECK(system_properties_.GetProperty(kBootClassPathPropertyName) != nullptr);
207 *system_properties_.GetProperty(kBootClassPathPropertyName);
210 CHECK(system_properties_.GetProperty(kAndroidRootPathPropertyName) != nullptr);
212 *system_properties_.GetProperty(kAndroidRootPathPropertyName);
256 const std::string& boot_cp = *system_properties_.GetProperty(kBootClassPathPropertyName);
325 system_properties_.GetProperty("dalvik.vm.image-dex2oat-flags");
470 system_properties_.GetProperty(system_property)
    [all...]
system_properties.h 51 const std::string* GetProperty(const std::string& key) const {
  /external/drm_hwcomposer/
drmresources.h 72 int GetProperty(uint32_t obj_id, uint32_t obj_type, const char *prop_name,
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 105 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)
887 archive->GetProperty(i, kpidSize, &prop);
896 archive->GetProperty(i, kpidPath, &prop);

Completed in 632 milliseconds

1 2 3 4 5