Searched refs:parseFormat (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | SubtleCrypto.cpp | 253 if (!CryptoKey::parseFormat(rawFormat, format, result.get())) in importKey() 282 if (!CryptoKey::parseFormat(rawFormat, format, result.get())) in importKey() 318 if (!CryptoKey::parseFormat(rawFormat, format, result.get())) in exportKey() 345 if (!CryptoKey::parseFormat(rawFormat, format, result.get())) in wrapKey() 378 if (!CryptoKey::parseFormat(rawFormat, format, result.get())) in unwrapKey()
|
D | CryptoKey.h | 67 static bool parseFormat(const String&, WebCryptoKeyFormat&, CryptoResult*);
|
D | CryptoKey.cpp | 179 bool CryptoKey::parseFormat(const String& formatString, WebCryptoKeyFormat& format, CryptoResult* r… in parseFormat() function in blink::CryptoKey
|
/external/llvm/lib/Support/ |
D | Triple.cpp | 353 static Triple::ObjectFormatType parseFormat(StringRef EnvironmentName) { in parseFormat() function 389 ObjectFormat(parseFormat(getEnvironmentName())) { in Triple() 422 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple() 451 ObjectFormat = parseFormat(Components[4]); in normalize() 494 ObjectFormat = parseFormat(Comp); in normalize()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | dtfmttst.cpp | 2346 UnicodeString parseFormat; // parse rel->format full in TestRelative() local 2347 en_full->format(d, parseFormat, status); in TestRelative() 2352 if(parseFormat!=origFormat) { in TestRelative() 2353 …errln("FAIL: Relative Parse ["+bannerStr+"] of "+result+" failed, expected "+parseFormat+" but got… in TestRelative() 2355 logln("PASS: Relative Parse ["+bannerStr+"] of "+result+" passed, got "+parseFormat); in TestRelative()
|
/external/icu/icu4c/source/test/intltest/ |
D | dtfmttst.cpp | 2349 UnicodeString parseFormat; // parse rel->format full in TestRelative() local 2350 en_full->format(d, parseFormat, status); in TestRelative() 2355 if(parseFormat!=origFormat) { in TestRelative() 2356 …errln("FAIL: Relative Parse ["+bannerStr+"] of "+result+" failed, expected "+parseFormat+" but got… in TestRelative() 2358 logln("PASS: Relative Parse ["+bannerStr+"] of "+result+" passed, got "+parseFormat); in TestRelative()
|