/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/ |
D | CryptoServicesRegistrar.java | 243 public static <T> void setThreadProperty(Property property, T... propertyValue) in setThreadProperty() 264 public static <T> void setGlobalProperty(Property property, T... propertyValue) in setGlobalProperty() 271 private static <T> void localSetThread(Property property, T[] propertyValue) in localSetThread() 284 private static <T> void localSetGlobalProperty(Property property, T... propertyValue) in localSetGlobalProperty()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
D | CryptoServicesRegistrar.java | 241 public static <T> void setThreadProperty(Property property, T... propertyValue) in setThreadProperty() 262 public static <T> void setGlobalProperty(Property property, T... propertyValue) in setGlobalProperty() 269 private static <T> void localSetThread(Property property, T[] propertyValue) in localSetThread() 282 private static <T> void localSetGlobalProperty(Property property, T... propertyValue) in localSetGlobalProperty()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/ |
D | SkipBeanTest.java | 45 Object propertyValue, Tag customTag) { in representJavaBeanProperty() 65 Object propertyValue, Tag customTag) { in representJavaBeanProperty()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | InspectableNativeWindow.cpp | 134 ComPtr<ABI::Windows::Foundation::IPropertyValue> &propertyValue) in GetOptionalPropertyValue() 178 ComPtr<ABI::Windows::Foundation::IPropertyValue> propertyValue; in GetOptionalSizePropertyValue() local 244 ComPtr<ABI::Windows::Foundation::IPropertyValue> propertyValue; in GetOptionalSinglePropertyValue() local
|
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/ |
D | HasPropertyWithValueTest.java | 116 private final String propertyValue; field in HasPropertyWithValueTest.BeanWithInfo 118 public BeanWithInfo(String propertyValue) { in BeanWithInfo()
|
/external/cldr/tools/java/org/unicode/cldr/util/props/ |
D | UnicodePropertySymbolTable.java | 53 String propertyValue, UnicodeSet result) { in applyPropertyAlias() 213 private boolean isValid(UnicodeProperty prop, String propertyValue) { in isValid()
|
D | UnicodeProperty.java | 323 public final UnicodeSet getSet(String propertyValue) { in getSet() 333 public final UnicodeSet getSet(String propertyValue, UnicodeSet result) { in getSet() 894 String propertyValue, UnicodeSet result) { in applyPropertyAlias() 1492 public boolean isValidValue(String propertyValue) { in isValidValue()
|
/external/emma/core/java12/com/vladium/util/exception/ |
D | ExceptionCommon.java | 403 String propertyValue = null; in lookup() local 420 String propertyValue = null; in lookup() local
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue133/ |
D | StackOverflowTest.java | 57 Object propertyValue, Tag customTag) { in representJavaBeanProperty()
|
/external/clang/test/Analysis/ |
D | retain-release-path-notes-gc.m | 28 @property(retain) id propertyValue; property
|
D | retain-release-path-notes.m | 28 @property(retain) id propertyValue; property
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue29/ |
D | FlexibleScalarStylesInJavaBeanTest.java | 118 Object propertyValue, Tag customTag) { in representJavaBeanProperty()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/ |
D | Representer.java | 121 Object propertyValue, Tag customTag) { in representJavaBeanProperty()
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | UnicodeSetFormat.java | 166 …public abstract boolean getProperty(String propertyName, String propertyValue, boolean regex, Unic… in getProperty()
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context.cpp | 1393 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg() local 1471 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Count() local 1543 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Max() local 1617 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Min() local 1778 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Sum() local 3033 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Choose() local 3242 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Ref() local 4552 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in assign_value_operator() local 5052 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in get_fm_value() local 5217 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in GetSimpleValue() local [all …]
|
/external/proguard/src/proguard/ |
D | ConfigurationParser.java | 1169 String propertyValue = properties.getProperty(propertyName); in replaceSystemProperties() local
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | TestMisc.java | 823 … public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { in applyPropertyAlias()
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | Desugar.java | 897 String propertyValue = System.getProperty(LAMBDA_METAFACTORY_DUMPER_PROPERTY); in createAndRegisterLambdaDumpDirectory() local
|
/external/testng/src/main/java/org/testng/xml/ |
D | TestNGContentHandler.java | 794 String propertyValue = System.getProperty(property); in expandValue() local
|
/external/nanohttpd/core/src/main/java/fi/iki/elonen/ |
D | NanoHTTPD.java | 1900 String propertyValue = sep >= 0 ? decodePercent(e.substring(sep + 1)) : null; in decodeParameters() local
|
/external/oj-libjdwp/src/share/back/ |
D | util.c | 1711 setAgentPropertyValue(JNIEnv *env, char *propertyName, char* propertyValue) in setAgentPropertyValue()
|
/external/v8/src/inspector/ |
D | value-mirror.cc | 149 std::unique_ptr<protocol::Value> propertyValue; in toProtocolValue() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 4026 … public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { in applyPropertyAlias()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UnicodeSet.java | 3940 … public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { in applyPropertyAlias()
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 9141 void * propertyValue; in Qt_SpriteMediaSetProperty() local 9167 void * propertyValue; in Qt_SpriteMediaGetProperty() local 9348 void * propertyValue; in Qt_SpriteMediaSetSpriteProperty() local 9374 void * propertyValue; in Qt_SpriteMediaGetSpriteProperty() local 24708 void * propertyValue; in Qt_MediaRefConSetProperty() local 24734 void * propertyValue; in Qt_MediaRefConGetProperty() local
|