Searched defs:failure (Results 76 - 92 of 92) sorted by relevance

1234

/external/v8/src/arm/
H A Dcode-stubs-arm.cc3753 // check for failure result
3756 // Lower 2 bits of r2 are 0 iff r0 has failure tag.
3796 __ bind(&retry); // pass last failure (r0) as parameter (r0) when retrying
3810 // NOTE: Invocations of builtins may return failure objects
3852 Failure* failure = Failure::InternalError(); local
3853 __ mov(r0, Operand(reinterpret_cast<int32_t>(failure)));
3962 // field in the JSEnv and return a failure sentinel. Coming in here the
3979 // saved values before returning a failure to C.
4898 Label failure;
4900 __ b(eq, &failure);
[all...]
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc3895 Label failure;
3897 __ j(equal, &failure);
3928 __ bind(&failure);
3929 // For failure to match, return null.
4810 // Pass failure code returned from last attempt as first argument to
4847 // Check for failure result.
4851 // Lower 2 bits of ecx are 0 iff eax has failure tag.
4859 // should have returned some failure value.
4876 // Handling of failure.
4915 // NOTE: Invocations of builtins may return failure object
4950 Failure* failure = Failure::InternalError(); local
[all...]
/external/v8/src/mips/
H A Dcode-stubs-mips.cc3918 // Check for failure result.
3967 // Last failure (v0) will be moved to (a0) for parameter when retrying.
3980 // NOTE: Invocations of builtins may return failure objects
4022 Failure* failure = Failure::InternalError(); local
4023 __ li(v0, Operand(reinterpret_cast<int32_t>(failure)));
4141 // field in the JSEnv and return a failure sentinel. Coming in here the
4158 // saved values before returning a failure to C.
5129 Label failure;
5130 __ Branch(&failure, eq, v0, Operand(NativeRegExpMacroAssembler::FAILURE));
5155 __ bind(&failure);
[all...]
/external/v8/src/x64/
H A Dcode-stubs-x64.cc2972 // For failure return null.
3813 // Pass failure code returned from last attempt as first argument to
3869 // Check for failure result.
3884 // Lower 2 bits of rcx are 0 iff rax has failure tag.
3892 // Handling of failure.
3935 // NOTE: Invocations of builtins may return failure objects
3950 // a failure result if the collect_garbage argument to GenerateCore
3951 // is true. This failure result can be the result of code
3981 Failure* failure = Failure::InternalError(); local
3982 __ movq(rax, failure, RelocInf
[all...]
/external/chromium/testing/gtest/src/
H A Dgtest.cc172 // The text used in failure messages to indicate the start of the
251 "printing test failure stack traces.");
603 // failure of the given type and that the failure message contains the
612 "1 fatal failure" :
613 "1 non-fatal failure");
642 // test part results, what type of failure we expect, and what
643 // substring the failure message should contain.
653 // TestPartResultArray contains exactly one failure that has the given
655 // non-fatal failure wil
2056 GoogleTestFailureException(const TestPartResult& failure) argument
[all...]
/external/gtest/src/
H A Dgtest.cc172 // The text used in failure messages to indicate the start of the
251 "printing test failure stack traces.");
603 // failure of the given type and that the failure message contains the
612 "1 fatal failure" :
613 "1 non-fatal failure");
642 // test part results, what type of failure we expect, and what
643 // substring the failure message should contain.
653 // TestPartResultArray contains exactly one failure that has the given
655 // non-fatal failure wil
2056 GoogleTestFailureException(const TestPartResult& failure) argument
[all...]
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc172 // The text used in failure messages to indicate the start of the
251 "printing test failure stack traces.");
603 // failure of the given type and that the failure message contains the
612 "1 fatal failure" :
613 "1 non-fatal failure");
642 // test part results, what type of failure we expect, and what
643 // substring the failure message should contain.
653 // TestPartResultArray contains exactly one failure that has the given
655 // non-fatal failure wil
2056 GoogleTestFailureException(const TestPartResult& failure) argument
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNS.c2668 // name but not an IPv6 address, that's okay (it just means the device doesn't do IPv6) so the failure
4312 // 2. If it's been more than ten seconds since the last probe failure, we can clear the counter
5372 // failure scenarios, we still want to wake up in at most 120 minutes, to see if the network environment has changed.
6533 mDNSBool failure = !(rcode == kDNSFlag1_RC_NoErr || rcode == kDNSFlag1_RC_NXDomain || rcode == kDNSFlag1_RC_NotAuth); local
6547 if (!failure)
11288 if (m->FQDN.c[0]) mDNSPlatformDynDNSHostNameStatusChanged(&m->FQDN, 1); // Set status to 1 to indicate temporary failure
/external/protobuf/gtest/src/
H A Dgtest.cc160 // The text used in failure messages to indicate the start of the
235 "printing test failure stack traces.");
571 // failure of the given type and that the failure message contains the
580 "1 fatal failure" :
581 "1 non-fatal failure");
612 // test part results, what type of failure we expect, and what
613 // substring the failure message should contain.
623 // TestPartResultArray contains exactly one failure that has the given
625 // non-fatal failure wil
3528 GoogleTestFailureException(const TestPartResult& failure) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jar ... .lang.String getHost () public void setFailonerror (boolean) boolean failure public boolean getFailonerror () public void setVerbose (boolean) boolean verbose public ...
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 413 milliseconds

1234