HomeSort by relevance Sort by last modified time
    Searched refs:property_value (Results 1 - 5 of 5) sorted by null

  /external/chromium/base/win/
win_util.cc 112 PROPVARIANT property_value; local
113 if (FAILED(InitPropVariantFromString(app_id, &property_value)))
117 property_value);
121 PropVariantClear(&property_value);
  /frameworks/base/core/jni/
android_bluetooth_common.cpp 98 } property_value; typedef in namespace:android
565 int max_num_properties, int *prop_index, property_value *value, int *len) {
640 property_value *value, int len, int *array_index ) {
681 property_value value;
685 property_value value;
754 property_value value;
  /external/v8/src/
d8.js     [all...]
  /system/netd/
MDnsSdListener.cpp 513 char property_value[PROPERTY_VALUE_MAX]; local
515 property_get(MDNS_SERVICE_STATUS, property_value, "");
516 if (strcmp("running", property_value) != 0) {
  /external/v8/test/mjsunit/
strict-mode.js 482 Object.defineProperty(object, "property", { value: "property_value" });
488 assertEquals(object.property, "property_value");
    [all...]

Completed in 272 milliseconds