Searched defs:property (Results 101 - 125 of 350) sorted by relevance

1234567891011>>

/external/v8/src/inspector/
H A Dv8-value-copier.cc56 v8::Local<v8::Value> property;
57 if (!object->Get(m_from, name).ToLocal(&property))
60 if (!copy(property, depth + 1).ToLocal(&copied))
150 v8::Local<v8::Value> property; local
151 if (!object->Get(context, name).ToLocal(&property))
155 toProtocolValue(context, property, maxDepth, &propertyValue);
/external/v8/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h265 // Asserts that the ON_CALL() statement has a certain property.
266 void AssertSpecProperty(bool property, const string& failure_message) const { argument
267 Assert(property, file_, line_, failure_message);
270 // Expects that the ON_CALL() statement has a certain property.
271 void ExpectSpecProperty(bool property, const string& failure_message) const { argument
272 Expect(property, file_, line_, failure_message);
740 // Asserts that the EXPECT_CALL() statement has the given property.
741 void AssertSpecProperty(bool property, const string& failure_message) const {
742 Assert(property, file_, line_, failure_message);
745 // Expects that the EXPECT_CALL() statement has the given property
[all...]
/external/v8/testing/gtest/test/
H A Dgtest-unittest-api_test.cc136 // Records a test property to verify TestResult::GetTestProperty().
308 const TestProperty& property = tests[3]->result()->GetTestProperty(0); local
309 EXPECT_STREQ("key", property.key());
310 EXPECT_STREQ("value", property.value());
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-unittest-api_test.cc136 // Records a test property to verify TestResult::GetTestProperty().
308 const TestProperty& property = tests[3]->result()->GetTestProperty(0); local
309 EXPECT_STREQ("key", property.key());
310 EXPECT_STREQ("value", property.value());
/external/webrtc/talk/media/devices/
H A Dlinuxdeviceinfo.cc96 std::string* property) {
150 property->assign(property_value);
95 GetUsbProperty(const Device& device, const char* property_name, std::string* property) argument
/external/ImageMagick/MagickCore/
H A Dconstitute.c69 #include "MagickCore/property.h"
601 *property,
667 property=InterpretImageProperties(read_info,next,option,exception);
668 (void) SetImageProperty(next,"caption",property,exception);
669 property=DestroyString(property);
674 property=InterpretImageProperties(read_info,next,option,exception);
675 (void) SetImageProperty(next,"comment",property,exception);
676 property=DestroyString(property);
596 *property, local
[all...]
/external/ImageMagick/coders/
H A Dfits.c63 #include "MagickCore/property.h"
256 property[MagickPathExtent],
391 (void) FormatLocaleString(property,MagickPathExtent,"fits:%s",keyword);
392 (void) SetImageProperty(image,property,p,exception);
251 property[MagickPathExtent], local
H A Dhdr.c59 #include "MagickCore/property.h"
672 *property;
717 property=GetImageProperty(image,"comment",exception);
718 if ((property != (const char *) NULL) &&
719 (strchr(property,'\n') == (char *) NULL))
721 count=FormatLocaleString(header,MagickPathExtent,"#%s\n",property);
724 property=GetImageProperty(image,"hdr:exposure",exception);
725 if (property != (const char *) NULL)
728 strtod(property,(char **) NULL));
665 *property; local
H A Djp2.c65 #include "MagickCore/property.h"
760 *property;
914 property=GetImageProperty(image,"comment",exception);
915 if (property != (const char *) NULL)
916 parameters.cp_comment=ConstantString(property);
752 *property; local
H A Dmpc.c68 #include "MagickCore/property.h"
1072 *property,
1318 property=GetNextImageProperty(image);
1319 while (property != (const char *) NULL)
1321 (void) FormatLocaleString(buffer,MagickPathExtent,"%s=",property);
1323 value=GetImageProperty(image,property,exception);
1351 property=GetNextImageProperty(image);
1065 *property, local
/external/drm_hwcomposer/
H A Ddrmresources.cpp309 ALOGE("Failed to create mode property blob %d", ret);
325 ALOGE("Failed to destroy mode property blob %" PRIu32 "/%d", blob_id, ret);
384 const char *prop_name, DrmProperty *property) {
397 property->Init(p, props->prop_values[i]);
408 DrmProperty *property) {
409 return GetProperty(plane.id(), DRM_MODE_OBJECT_PLANE, prop_name, property);
413 DrmProperty *property) {
414 return GetProperty(crtc.id(), DRM_MODE_OBJECT_CRTC, prop_name, property);
419 DrmProperty *property) {
421 property);
383 GetProperty(uint32_t obj_id, uint32_t obj_type, const char *prop_name, DrmProperty *property) argument
407 GetPlaneProperty(const DrmPlane &plane, const char *prop_name, DrmProperty *property) argument
412 GetCrtcProperty(const DrmCrtc &crtc, const char *prop_name, DrmProperty *property) argument
417 GetConnectorProperty(const DrmConnector &connector, const char *prop_name, DrmProperty *property) argument
[all...]
/external/dtc/
H A Ddtc.h139 struct property { struct
144 struct property *next;
152 struct property *proplist;
191 struct property *build_property(char *name, struct data val);
192 struct property *build_property_delete(char *name);
193 struct property *chain_property(struct property *first, struct property *list);
194 struct property *reverse_properties(struct property *firs
[all...]
H A Dfdtget.c48 const char *default_val; /* default value if node/property not found */
197 * Show the data for a given node (and perhaps property) according to the
203 * @param property Name of property to display, or NULL if none
207 int node, const char *property)
222 assert(property);
223 value = fdt_getprop(blob, node, property, &len);
232 report_error(property, len);
289 " fdtget <options> <dt file> [<node> <property>]...\n"
306 "Default value to display when the property i
206 show_data_for_item(const void *blob, struct display_info *disp, int node, const char *property) argument
[all...]
/external/dtc/libfdt/
H A Dfdt_overlay.c15 * property) instead of a path (target-path property).
18 * the phandle pointed by the target property
71 * target-path property in a node that contains a
89 * @name: Name of the property to modify (phandle or linux,phandle)
335 * @name: Name of the property holding the phandle reference in the overlay
337 * @poffset: Offset within the overlay property where the phandle is stored
395 * @property: Property offset in the overlay holding the list of fixups
398 * to in a __fixups__ property, and updates them to match the phandles
410 int property)
409 overlay_fixup_phandle(void *fdt, void *fdto, int symbols_off, int property) argument
494 int property; local
541 int property; local
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUPropertyAliases.java27 * imported from icu4c. It contains property and property value
123 private int findProperty(int property) { argument
130 if(property<start) {
133 if(property<limit) {
134 return i+(property-start)*2;
143 return 0; // The property does not have named values.
182 throw new IllegalIcuArgumentException("Invalid property (value) name choice");
239 * Returns a property name given a property enu
243 getPropertyName(int property, int nameChoice) argument
257 getPropertyValueName(int property, int value, int nameChoice) argument
293 getPropertyValueEnum(int property, CharSequence alias) argument
314 getPropertyValueEnumNoThrow(int property, CharSequence alias) argument
[all...]
/external/icu/icu4c/source/common/
H A Dpropname.cpp30 * Get the next non-ignorable ASCII character from a property name
53 * Get the next non-ignorable EBCDIC character from a property name
76 * Unicode property names and property value names are compared "loosely".
79 * For all property names, property value names, and for property values for
148 int32_t PropNameData::findProperty(int32_t property) { argument
155 if(property<start) {
158 if(property<limi
239 getPropertyName(int32_t property, int32_t nameChoice) argument
247 getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice) argument
272 getPropertyValueEnum(int32_t property, const char *alias) argument
291 u_getPropertyName(UProperty property, UPropertyNameChoice nameChoice) argument
304 u_getPropertyValueName(UProperty property, int32_t value, UPropertyNameChoice nameChoice) argument
312 u_getPropertyValueEnum(UProperty property, const char* alias) argument
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.cpp38 PropertyNames::getPropertyValueEnum(int32_t property, const char *name) const { argument
39 return u_getPropertyValueEnum((UProperty)property, name);
95 "property",
281 "error in preparsed UCD: mix of binary-property-no and "
282 "enum-property syntax '%s' on line %ld\n",
293 // Copy out the property name rather than modifying the field (writing a NUL).
302 // Ignore unknown property names.
316 // No binary value for a binary property.
318 "error in preparsed UCD: enum-property syntax '%s' "
319 "for binary property o
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUPropertyAliases.java26 * imported from icu4c. It contains property and property value
122 private int findProperty(int property) { argument
129 if(property<start) {
132 if(property<limit) {
133 return i+(property-start)*2;
142 return 0; // The property does not have named values.
181 throw new IllegalIcuArgumentException("Invalid property (value) name choice");
238 * Returns a property name given a property enu
242 getPropertyName(int property, int nameChoice) argument
256 getPropertyValueName(int property, int value, int nameChoice) argument
292 getPropertyValueEnum(int property, CharSequence alias) argument
313 getPropertyValueEnumNoThrow(int property, CharSequence alias) argument
[all...]
/external/kernel-headers/original/uapi/mtd/
H A Dubi-user.h130 * Set an UBI volume property
133 * To set an UBI volume property the %UBI_IOCSETPROP ioctl command should be
135 * passed. The object describes which property should be set, and to which value
201 /* Set an UBI volume property */
227 * UBI set volume property ioctl constants.
426 * property.
427 * @property: property to set (%UBI_VOL_PROP_DIRECT_WRITE)
432 __u8 property; member in struct:ubi_set_vol_prop_req
/external/libbrillo/brillo/glib/
H A Ddbus.h372 // \brief RetrieveProperty() retrieves a property of an object associated with a
376 // interface, the RetrieveProperty() call will retrieve a property of the
397 const char* property,
404 G_TYPE_STRING, property,
408 LOG(ERROR) << "Getting property failed: "
395 RetrieveProperty(const Proxy& proxy, const char* interface, const char* property, T* result) argument
/external/libchrome/dbus/
H A Dproperty.cc5 #include "dbus/property.h"
50 PropertyBase* property) {
51 property->Init(this, name);
52 properties_map_[name] = property;
100 void PropertySet::Get(PropertyBase* property, GetCallback callback) { argument
104 writer.AppendString(property->name());
111 property,
115 void PropertySet::OnGet(PropertyBase* property, GetCallback callback, argument
118 LOG(WARNING) << property->name() << ": Get: failed.";
123 if (property
49 RegisterProperty(const std::string& name, PropertyBase* property) argument
137 GetAndBlock(PropertyBase* property) argument
190 Set(PropertyBase* property, SetCallback callback) argument
206 SetAndBlock(PropertyBase* property) argument
221 OnSet(PropertyBase* property, SetCallback callback, Response* response) argument
284 PropertyBase* property = it->second; local
[all...]
/external/openssh/
H A Daudit-bsm.c185 scf_property_t *property = NULL; local
203 property = scf_property_create(handle);
204 if (property == NULL)
209 NULL, NULL, NULL, NULL, property, 0);
217 ret = scf_property_get_value(property, value);
226 scf_property_destroy(property);
/external/pdfium/fpdfsdk/javascript/
H A DJS_Define.h40 v8::Local<v8::String> property,
65 v8::Local<v8::String> property,
88 v8::Local<v8::String> property, \
91 property, info); \
94 v8::Local<v8::String> property, v8::Local<v8::Value> value, \
97 property, value, info); \
270 v8::Local<v8::String> property, \
272 static void getprop_static(v8::Local<v8::String> property, \
274 static void putprop_static(v8::Local<v8::String> property, \
278 v8::Local<v8::String> property, \
38 JSPropGetter(const char* prop_name_string, const char* class_name_string, v8::Local<v8::String> property, const v8::PropertyCallbackInfo<v8::Value>& info) argument
63 JSPropSetter(const char* prop_name_string, const char* class_name_string, v8::Local<v8::String> property, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info) argument
312 JSSpecialPropQuery(const char*, v8::Local<v8::String> property, const v8::PropertyCallbackInfo<v8::Integer>& info) argument
334 JSSpecialPropGet(const char* class_name, v8::Local<v8::String> property, const v8::PropertyCallbackInfo<v8::Value>& info) argument
362 JSSpecialPropPut(const char* class_name, v8::Local<v8::String> property, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) argument
389 JSSpecialPropDel(const char* class_name, v8::Local<v8::String> property, const v8::PropertyCallbackInfo<v8::Boolean>& info) argument
[all...]
/external/pdfium/fxjs/
H A Dcfxjse_class.cpp54 void V8GetterCallback_Wrapper(v8::Local<v8::String> property, argument
72 void V8SetterCallback_Wrapper(v8::Local<v8::String> property, argument
227 v8::Local<v8::Name> property,
234 v8::String::Utf8Value szPropName(property);
248 v8::Local<v8::Name> property,
255 v8::String::Utf8Value szPropName(property);
265 v8::Local<v8::Name> property,
270 v8::String::Utf8Value szPropName(property);
282 v8::Local<v8::Name> property,
288 v8::String::Utf8Value szPropName(property);
226 NamedPropertyQueryCallback( v8::Local<v8::Name> property, const v8::PropertyCallbackInfo<v8::Integer>& info) argument
247 NamedPropertyDeleterCallback( v8::Local<v8::Name> property, const v8::PropertyCallbackInfo<v8::Boolean>& info) argument
264 NamedPropertyGetterCallback( v8::Local<v8::Name> property, const v8::PropertyCallbackInfo<v8::Value>& info) argument
281 NamedPropertySetterCallback( v8::Local<v8::Name> property, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) argument
[all...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
H A DFullScreenTask.java148 public String setViewProperty(String idName, String property, String value) { argument
152 SetProperty p = new SetProperty(v, property, value);
217 SetProperty(View view, String property, String value) { argument
219 mProperty = property;

Completed in 697 milliseconds

1234567891011>>