HomeSort by relevance Sort by last modified time
    Searched full:property_ (Results 1 - 14 of 14) sorted by null

  /bionic/tests/
system_properties_test.cpp 75 ASSERT_EQ(3, sscanf(name, "property_%d.%d.%d", &name_i, &name_j, &name_k));
175 ret = snprintf(prop_name, PROP_NAME_MAX - 1, "property_%d", count);
193 ret = snprintf(prop_name, PROP_NAME_MAX - 1, "property_%d", i);
268 ret = snprintf(prop_name, PROP_NAME_MAX - 1, "property_%d.%d.%d", i, j, k);
284 ret = snprintf(prop_name, PROP_NAME_MAX - 1, "property_%d.%d.%d", i, j, k);
  /frameworks/base/telecomm/java/android/telecom/
ParcelableConnection.java 150 * {@code PROPERTY_*} constants in {@link Connection}.
Conference.java 166 * Returns the properties of the conference. See {@code PROPERTY_*} constants in class
401 * Sets the properties of a conference. See {@code PROPERTY_*} constants of class
RemoteConference.java 379 * Returns the properties of the conference. See {@code PROPERTY_*} constants in class
Connection.java 743 * Renders a set of property bits ({@code PROPERTY_*}) as a human readable string.
753 * Renders a set of property bits ({@code PROPERTY_*}) as a *short* human readable string.
    [all...]
RemoteConnection.java     [all...]
Call.java 570 * Render a set of property bits ({@code PROPERTY_*}) as a human readable string.
660 * {@code PROPERTY_*} constants in this class.
    [all...]
  /external/autotest/client/deps/fakegudev/src/
fakegudev.c 35 * property_<name> are the special GUdevDevice properties that can be obtain
149 static const char *k_property_prefix = "property_";
  /packages/services/Telecomm/proto/
telecom.proto 284 // Bits are defined by android.telecom.Connection.PROPERTY_* constants.
  /frameworks/base/media/java/android/media/
MediaDrm.java     [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h 1827 PropertyType (Class::*property_)() const; member in class:testing::internal::PropertyMatcher
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h 2298 PropertyType (Class::*property_)() const; member in class:testing::internal::PropertyMatcher
    [all...]
  /external/google-styleguide/
javascriptguide.xml 417 this.property_ = null;
423 delete this.property_;
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h 2300 Property property_; member in class:testing::internal::PropertyMatcher
    [all...]

Completed in 622 milliseconds