Searched refs:failure (Results 276 - 300 of 414) sorted by relevance

<<11121314151617

/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aurax11.cc438 // failure (F), or error (E).
439 // - In this case, failure means the destination should try to populate the
443 std::string failure("F");
447 base::RefCountedString::TakeString(&failure)));
/external/libunwind/doc/
H A Dunw_resume.tex64 For remote unwinding, it returns 0 on success. On failure, the
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DAsyncApiTest.java321 @Override public void onFailure(Failure failure) {
344 @Override public void onFailure(Failure failure) {
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_int.h167 UINT8 failure; member in struct:__anon1720
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dbytes.pxd29 # on failure. The parameter v must not be NULL; it will not be
35 # success, and NULL on failure. If v is NULL, the contents of the
H A Dstring.pxd29 # on failure. The parameter v must not be NULL; it will not be
35 # success, and NULL on failure. If v is NULL, the contents of the
H A Dexc.pxd15 # the error on failure. Most functions also return an error
18 # PyArg_*() functions return 1 for success and 0 for failure).
/external/llvm/lib/Support/Windows/
H A DPath.inc87 // A zero return value indicates a failure other than insufficient space.
135 // A zero return value indicates a failure other than insufficient space.
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DResponse.java344 * possible that the remote server accepted the request before the failure.
346 void onFailure(Failure failure); argument
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.cc209 // The first parameter is 0 on success or errno on failure. The second
213 // The first parameter is 0 on success or errno on failure. The second
231 // Reads file at |path|. |saved_errno| is 0 on success or errno on failure.
237 // failure. When success, |bytes_written| has number of bytes written.
1139 const net::NSSCertDatabase::ImportCertFailure& failure = not_imported[i]; local
1141 dict->SetString(kNameId, failure.certificate->subject().GetDisplayName());
1142 dict->SetString(kErrorId, NetErrorToString(failure.net_error));
/external/chromium_org/v8/src/
H A Dliveedit-debugger.js56 var failure =
64 failure.details = details;
66 throw failure;
964 // A logical failure in liveedit process. This means that change_log
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm.cc72 bool failure = false;
84 if (!DisassembleAndCompare(progcounter, compare_string)) failure = true; \
93 // Exit with a failure if at least one of the tests failed.
95 if (failure) { \
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_peap.c835 int failure = 0; local
838 &failure);
839 if (failure) {
H A Dtncs.c1194 int *failure)
1197 *failure = 0;
1193 tncs_process_soh(const u8 *soh_tlv, size_t soh_tlv_len, int *failure) argument
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_peap.c835 int failure = 0; local
838 &failure);
839 if (failure) {
H A Dtncs.c1194 int *failure)
1197 *failure = 0;
1193 tncs_process_soh(const u8 *soh_tlv, size_t soh_tlv_len, int *failure) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_peap.c835 int failure = 0; local
838 &failure);
839 if (failure) {
/external/mksh/src/
H A DBuild.sh349 /* force a failure: expr is false */
970 drop us a success or failure notice or even send in diffs.
1080 own risk, please report success/failure to the developers.'
1085 please report success/failure to the developers."
1107 echo >&2 " please report success/failure to the developers."
1122 own risk, please report success/failure to the developers.'
1137 own risk, please report success/failure to the developers.'
1170 own risk, please report success/failure to the developers.'
1176 own risk, please report success/failure to the developers.'
1520 /* force a failure
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl_v3.cc757 // There was a failure writing the actual data. Mark the entry as dirty.
1006 int failure = !DeleteCacheFile(backend_->GetFileName(address)); local
1007 CACHE_UMA(COUNTS, "DeleteFailed", 0, failure);
1008 if (failure) {
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.h1053 Label* failure, SmiCheckType smi_check = DO_SMI_CHECK);
1058 Label* failure);
1064 Register scratch1, Register scratch2, Label* failure);
1070 Register scratch1, Register scratch2, Label* failure);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Derror.rb54 hit a point of failure
61 declare failure
/external/chromium_org/content/common/gpu/media/
H A Dvaapi_video_decode_accelerator.cc21 content::VaapiH264Decoder::VAVDAH264DecoderFailure failure) {
24 failure,
20 ReportToUMA( content::VaapiH264Decoder::VAVDAH264DecoderFailure failure) argument
H A Dvaapi_video_encode_accelerator.cc84 static void ReportToUMA(VAVEAEncoderFailure failure) { argument
87 failure,

Completed in 736 milliseconds

<<11121314151617