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

  /bionic/tests/
system_properties_test.cpp 86 ASSERT_EQ(3, sscanf(name, "property_%d.%d.%d", &name_i, &name_j, &name_k));
196 ret = snprintf(prop_name, PROP_NAME_MAX - 1, "property_%d", count);
214 ret = snprintf(prop_name, PROP_NAME_MAX - 1, "property_%d", i);
288 ret = snprintf(prop_name, PROP_NAME_MAX - 1, "property_%d.%d.%d", i, j, k);
303 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 167 * Returns the properties of the conference. See {@code PROPERTY_*} constants in class
402 * 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 731 * Renders a set of property bits ({@code PROPERTY_*}) as a human readable string.
741 * Renders a set of property bits ({@code PROPERTY_*}) as a *short* human readable string.
    [all...]
Call.java 551 * Render a set of property bits ({@code PROPERTY_*}) as a human readable string.
638 * {@code PROPERTY_*} constants in this class.
    [all...]
RemoteConnection.java     [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.
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h 1827 PropertyType (Class::*property_)() const; member in class:testing::internal::PropertyMatcher
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h 2298 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/fmtlib/test/gmock/
gmock.h 6775 PropertyType (Class::*property_)() const; member in class:testing::internal::PropertyMatcher
    [all...]

Completed in 1197 milliseconds