/external/icu4c/common/ |
uresdata.h | 332 UErrorCode *errorCode); 340 const char *path, const char *name, UErrorCode *errorCode);
|
utrie2.cpp | 737 UErrorCode &errorCode) { 739 UTrie2 *instance=(UTrie2 *)singleton.getInstance(instantiator, context, duplicate, errorCode);
|
unames.cpp | [all...] |
ubidi.c | 122 UErrorCode errorCode=U_ZERO_ERROR; 123 return ubidi_openSized(0, 0, &errorCode); [all...] |
/external/icu4c/i18n/ |
ucol_wgt.cpp | 474 UErrorCode errorCode=U_ZERO_ERROR; 475 uprv_sortArray(ranges, rangeCount, sizeof(WeightRange), compareRanges, NULL, FALSE, &errorCode);
|
ucol_imp.h | 309 void appendOffset(int32_t offset, UErrorCode &errorCode); 544 UErrorCode &errorCode); [all...] |
/external/webkit/Source/WebCore/platform/network/soup/ |
ResourceHandleSoup.cpp | 435 gint errorCode = isTransportError ? static_cast<gint>(soupMsg->status_code) : error->code; 438 ResourceError resourceError(quarkStr, errorCode, uriStr.get(), String::fromUTF8(errorMsg));
|
/frameworks/base/docs/html/training/location/ |
activity-recognition.jd | 470 int errorCode = connectionResult.getErrorCode(); 473 errorCode,
|
receive-location-updates.jd | 184 int errorCode = connectionResult.getErrorCode(); 187 errorCode,
|
/frameworks/base/media/java/android/media/ |
MediaCodec.java | 297 public CryptoException(int errorCode, String detailMessage) { 299 mErrorCode = errorCode;
|
/frameworks/compile/libbcc/tools/bcc/ |
Main.cpp | 214 Compiler::ErrorCode result = pCompiler.config(*config); 277 Compiler::ErrorCode result = pCompiler.compile(pScript, output_file);
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipManager.java | 611 public void onRegistrationFailed(ISipSession session, int errorCode, 613 mListener.onRegistrationFailed(getUri(session), errorCode, message);
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiSettingsForSetupWizardXL.java | 680 final int errorCode = intent.getIntExtra(WifiManager.EXTRA_SUPPLICANT_ERROR, -1); 681 if (errorCode == WifiManager.ERROR_AUTHENTICATING) {
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
uniq.inp | 570 DPRINTF ((">>>> returning %d\n", match_block.errorcode)); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
jdimodel.jar | |
/external/regex-re2/re2/ |
re2.h | 224 enum ErrorCode { 283 ErrorCode error_code() const { return error_code_; } 716 mutable ErrorCode error_code_; // Error code [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
FrameLoaderClientImpl.cpp | 776 && error.errorCode() == PolicyChangeError) { [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
qc_main.c | 541 * return: errorcode
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
Main.cpp | 209 Compiler::ErrorCode result = compiler->config(*config);
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
gl.h | 191 /* ErrorCode */
|
/external/clang/lib/Serialization/ |
GlobalModuleIndex.cpp | 312 std::pair<GlobalModuleIndex *, GlobalModuleIndex::ErrorCode> 794 GlobalModuleIndex::ErrorCode
|
/external/icu4c/common/unicode/ |
uidna.h | 172 * int32_t length = uidna_nameToASCII(..., &info, &errorCode); 173 * if(U_SUCCESS(errorCode) && info.errors!=0) { ... } [all...] |
ucnv.h | 262 * For example, ucnv_open("SCSU,locale=ja", &errorCode); 274 * ucnv_open("UTF-7,version=1", &errorCode); 287 * For example, ucnv_open("ibm-1047,swaplfnl", &errorCode); 427 * cnv=ucnv_open(name, &errorCode); 436 * cnv=ucnv_open(name, &errorCode); 443 * cnv=ucnv_open(name, &errorCode); [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_web.c | 771 wpabuf_printf(buf, "<errorCode>%d</errorCode>\n", ret); [all...] |
/frameworks/compile/libbcc/lib/Renderscript/ |
RSCompilerDriver.cpp | 268 Compiler::ErrorCode err = mCompiler.config(*mConfig); 281 Compiler::ErrorCode compile_result = mCompiler.compile(pScript, *output_file);
|