/external/llvm/lib/Object/ |
Archive.cpp | 165 if (std::error_code EC = NameOrErr.getError()) 166 return EC; 182 if (std::error_code EC = BuffOrErr.getError()) 183 return EC; 190 std::error_code EC; 191 std::unique_ptr<Archive> Ret(new Archive(std::move(Source), EC)); 192 if (EC) 193 return EC; 197 Archive::Archive(std::unique_ptr<MemoryBuffer> Source, std::error_code &ec) 202 ec = object_error::invalid_file_type [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
svccoll.cpp | 482 UErrorCode ec = U_ZERO_ERROR; local 484 int32_t i = 0, idxAfterReset = 0, n = iter.count(ec); 485 assertSuccess("count", ec); 489 const UnicodeString* s = iter.snext(ec); 490 if (!assertSuccess("snext", ec) || s == NULL) 513 iter.reset(ec); 515 const UChar *s = iter.unext(NULL, ec); 516 if (!assertSuccess("unext", ec) || s == NULL) 561 UErrorCode ec = U_ZERO_ERROR; local 562 StringEnumeration *iter = Collator::getKeywords(ec); [all...] |
loctest.cpp | 1815 UErrorCode ec = U_ZERO_ERROR; local [all...] |
dtfmttst.cpp | 339 UErrorCode ec = U_ZERO_ERROR; local 344 DateFormatSymbols rootSyms(Locale(""), ec); 345 assertSuccess("DateFormatSymbols", ec); 346 if (U_FAILURE(ec)) { 365 dateFormats[2] = new SimpleDateFormat(buf, Locale::getUS(), ec); 372 dateFormats[3] = new SimpleDateFormat(buf, Locale::getUS(), ec); 373 if(U_FAILURE(ec)){ 374 errln(UnicodeString("Could not create SimpleDateFormat object for locale en_US. Error: " )+ UnicodeString(u_errorName(ec))); 960 UErrorCode ec = U_ZERO_ERROR; local 1146 UErrorCode ec = U_ZERO_ERROR; local 1282 UErrorCode ec = U_ZERO_ERROR; local 1297 UErrorCode ec = U_ZERO_ERROR; local 1600 UErrorCode ec = U_ZERO_ERROR; local 1683 UErrorCode ec = U_ZERO_ERROR; local 1787 UErrorCode ec = U_ZERO_ERROR; local [all...] |
/external/icu/icu4c/source/test/intltest/ |
loctest.cpp | 1838 UErrorCode ec = U_ZERO_ERROR; local [all...] |
/bionic/libc/include/net/ |
if_ether.h | 182 #define VLAN_OUTPUT_TAG(ec, m0) \ 183 VLAN_ATTACHED(ec) ? m_tag_find((m0), PACKET_TAG_VLAN, NULL) : NULL 190 #define VLAN_ATTACHED(ec) ((ec)->ec_nvlans > 0)
|
/development/ndk/platforms/android-3/include/net/ |
if_ether.h | 182 #define VLAN_OUTPUT_TAG(ec, m0) \ 183 VLAN_ATTACHED(ec) ? m_tag_find((m0), PACKET_TAG_VLAN, NULL) : NULL 190 #define VLAN_ATTACHED(ec) ((ec)->ec_nvlans > 0)
|
/development/ndk/platforms/android-L/include/net/ |
if_ether.h | 182 #define VLAN_OUTPUT_TAG(ec, m0) \ 183 VLAN_ATTACHED(ec) ? m_tag_find((m0), PACKET_TAG_VLAN, NULL) : NULL 190 #define VLAN_ATTACHED(ec) ((ec)->ec_nvlans > 0)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/agreement/ |
ECDHBasicAgreement.java | 9 import org.bouncycastle.math.ec.ECPoint; 18 * the same set of EC domain parameters. If two parties correctly
|
/external/chromium_org/third_party/icu/source/common/ |
ruleiter.h | 118 * @param ec input-output error code. An error will only be set by 124 UChar32 next(int32_t options, UBool& isEscaped, UErrorCode& ec);
|
uvectr64.cpp | 71 void UVector64::assign(const UVector64& other, UErrorCode &ec) { 72 if (ensureCapacity(other.count, ec)) { 197 UErrorCode ec = U_ZERO_ERROR; local 198 if (!ensureCapacity(newSize, ec)) {
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uenum.h | 165 * @param ec the error code. 170 uenum_openFromStringEnumeration(U_NAMESPACE_QUALIFIER StringEnumeration* adopted, UErrorCode* ec);
|
/external/chromium_org/third_party/icu/source/config/ |
mh-alpha-linux-gcc | 54 @$(SHELL) -ec '$(GEN_DEPS.c) $< \ 60 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
|
mh-beos | 77 @$(SHELL) -ec '$(GEN_DEPS.c) $< \ 83 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
|
mh-hpux-gcc | 64 @$(SHELL) -ec '$(GEN_DEPS.c) $< \ 70 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
|
mh-irix | 57 @$(SHELL) -ec '$(GEN_DEPS.c) $< \ 63 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
|
mh-linux | 55 @$(SHELL) -ec '$(GEN_DEPS.c) $< \ 61 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
|
mh-linux-va | 63 @$(SHELL) -ec '$(GEN_DEPS.c) $< > /dev/null' 67 @$(SHELL) -ec '$(GEN_DEPS.cc) $< > /dev/null'
|
mh-solaris-gcc | 57 @$(SHELL) -ec '$(GEN_DEPS.c) $< \ 63 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cintltst.h | 89 U_CFUNC UBool assertSuccess(const char* msg, UErrorCode* ec);
|
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/ |
ecdh.h | 78 #include <openssl/ec.h>
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ecdh.h | 78 #include <openssl/ec.h>
|
/external/icu/icu4c/source/common/ |
ruleiter.h | 117 * @param ec input-output error code. An error will only be set by 123 UChar32 next(int32_t options, UBool& isEscaped, UErrorCode& ec);
|
uvectr64.cpp | 71 void UVector64::assign(const UVector64& other, UErrorCode &ec) { 72 if (ensureCapacity(other.count, ec)) { 197 UErrorCode ec = U_ZERO_ERROR; local 198 if (!ensureCapacity(newSize, ec)) {
|
/external/icu/icu4c/source/config/ |
mh-alpha-linux-gcc | 54 @$(SHELL) -ec '$(GEN_DEPS.c) $< \ 60 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
|