HomeSort by relevance Sort by last modified time
    Searched defs:fromString (Results 1 - 25 of 477) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystemString.cpp 51 void CTESTSubsystemString::fromString(const std::string &strValue, void *pvValue, size_t size)
TESTSubsystemBinary.cpp 67 void CTESTSubsystemBinary::fromString(const std::string &strValue, void *pvValue, size_t size)
  /external/guava/guava/src/com/google/common/primitives/
ParseRequest.java 32 static ParseRequest fromString(String stringValue) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
X500NameStyle.java 38 RDN[] fromString(String dirName);
  /external/icu/icu4c/source/i18n/
standardplural.h 68 static Form fromString(const char *keyword, UErrorCode &errorCode) {
78 static Form fromString(const UnicodeString &keyword, UErrorCode &errorCode) {
  /frameworks/base/wifi/tests/src/android/net/wifi/
WifiSsidTest.java 53 WifiSsid fromString = WifiSsid.createFromAsciiEncoded(TEST_SSID);
55 assertTrue(fromString != null);
56 assertEquals(fromBytes, fromString);
  /external/protobuf/js/binary/
arith.js 289 jspb.arith.UInt64.fromString = function(s) {
400 jspb.arith.Int64.fromString = function(s) {
405 var num = jspb.arith.UInt64.fromString(s);
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
JreDeflateParametersTest.java 72 JreDeflateParameters fromString = JreDeflateParameters.parseString(asString);
73 Assert.assertEquals(params, fromString);
  /frameworks/av/media/libmedia/include/media/
convert.h 108 static inline bool fromString(const std::string &str, T &result)
169 return fromString<dstType>(str, result);
  /frameworks/base/core/java/android/os/
ParcelUuid.java 51 public static ParcelUuid fromString(String uuid) {
52 return new ParcelUuid(UUID.fromString(uuid));
  /libcore/ojluni/src/main/java/java/nio/file/attribute/
PosixFilePermissions.java 63 * {@link #fromString} method.
113 * Set&lt;PosixFilePermission&gt; perms = PosixFilePermissions.fromString("rwxr-x---");
126 public static Set<PosixFilePermission> fromString(String perms) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/
SignedLongLong.java 45 public static SignedLongLong fromString(String value) throws UnsupportedEncodingException {
  /tools/tradefederation/core/src/com/android/tradefed/util/
TimeVal.java 51 * manner used by the {@link #fromString(String)} method.
54 mValue = fromString(value);
80 public static long fromString(String value) throws NumberFormatException {
  /external/annotation-tools/asmx/src/org/objectweb/asm/
TypePath.java 134 public static TypePath fromString(final String typePath) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
StandardPlural.java 106 public static final StandardPlural fromString(CharSequence keyword) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
StandardPlural.java 104 public static final StandardPlural fromString(CharSequence keyword) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
73 static Optional<ParsedSourceRange> fromString(StringRef Str) {
88 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
121 Val = ParsedSourceLocation::FromString(ArgValue);
  /external/autotest/frontend/client/src/autotest/common/
CustomHistory.java 26 public static HistoryToken fromString(String tokenString) {
64 token = HistoryToken.fromString(historyTokenString);

Completed in 358 milliseconds

1 2 3 4 5 6 7 8 91011>>