HomeSort by relevance Sort by last modified time
    Searched refs:propName (Results 51 - 75 of 446) sorted by null

1 23 4 5 6 7 8 91011>>

  /tools/tradefederation/core/src/com/android/tradefed/device/
DeviceSelectionOptions.java 540 private String getProperty(IDevice device, String propName) {
541 return device.getProperty(propName);
NativeDevice.java 379 * @param propName The name of the device property as returned by `adb shell getprop`
385 protected String internalGetProperty(String propName, String fastbootVar, String description)
387 String propValue = getIDevice().getProperty(propName);
398 return getProperty(propName);
    [all...]
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.7.0/
commons-beanutils-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetTest.java 105 String propName;
107 propName = UCharacter.getPropertyName(propNum, nameChoice);
108 if (propName == null) {
119 logln("Property (" + propNum + "): " + propName);
139 + "Property (" + propNum + "): " + propName + ", "
148 testSet = new UnicodeSet("[:" + propName + "=" + valueName + ":]");
151 + "Property (" + propNum + "): " + propName + ", "
165 + "Property (" + propNum + "): " + propName + ", "
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java 102 String propName;
104 propName = UCharacter.getPropertyName(propNum, nameChoice);
105 if (propName == null) {
116 logln("Property (" + propNum + "): " + propName);
136 + "Property (" + propNum + "): " + propName + ", "
145 testSet = new UnicodeSet("[:" + propName + "=" + valueName + ":]");
148 + "Property (" + propNum + "): " + propName + ", "
162 + "Property (" + propNum + "): " + propName + ", "
    [all...]
  /external/pdfium/fxjs/
cjs_document.h 224 const ByteString& propName);
227 const ByteString& propName);
cjs_document.cpp 716 const ByteString& propName) {
724 pRuntime->NewString(pDictionary->GetUnicodeTextFor(propName).c_str()));
729 const ByteString& propName) {
741 pDictionary->SetNewFor<CPDF_String>(propName, PDF_EncodeText(csProperty),
    [all...]
  /frameworks/av/media/libaaudio/src/utility/
AAudioUtilities.cpp 622 static int32_t AAudioProperty_getMMapProperty(const char *propName,
625 int32_t prop = property_get_int32(propName, defaultValue);
  /external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeSupportTest.java     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.8.0/
commons-beanutils-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/
commons-beanutils-1.9.2.jar 
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/
commons-beanutils-core-1.8.3.jar 
  /external/icu/icu4c/source/i18n/
regexcmp.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSet.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java     [all...]
  /prebuilts/tools/common/m2/repository/me/leolin/ShortcutBadger/1.1.13/
ShortcutBadger-1.1.13.jar 
  /external/annotation-tools/scene-lib/
ant-contrib.jar 
  /hardware/ril/reference-ril/
reference-ril.c 723 char propName[PROP_NAME_MAX];
726 snprintf(propName, sizeof propName, "net.eth0.dns%d", nn);
729 if (property_get(propName, propValue, "") <= 0) {
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
classworlds-1.1-alpha-2.jar 
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1/
classworlds-1.1.jar 
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1-alpha-2/
classworlds-1.1-alpha-2.jar 
  /prebuilts/tools/common/m2/repository/org/jvnet/staxex/stax-ex/1.7.7/
stax-ex-1.7.7.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 584 milliseconds

1 23 4 5 6 7 8 91011>>