HomeSort by relevance Sort by last modified time
    Searched refs:failure (Results 476 - 500 of 682) sorted by null

<<11121314151617181920>>

  /external/gtest/include/gtest/internal/
gtest-internal.h 84 class Message; // Represents a failure message.
103 // The text used in failure messages to indicate the start of the
150 explicit GoogleTestFailureException(const TestPartResult& failure);
175 // (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure.
195 // Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
    [all...]
  /external/openssl/include/openssl/
ts.h 490 Return non-zero for success and zero for failure. */
496 * status info/failure info of the response).
592 int TS_RESP_CTX_add_failure_info(TS_RESP_CTX *ctx, int failure);
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 83 class Message; // Represents a failure message.
102 // The text used in failure messages to indicate the start of the
149 explicit GoogleTestFailureException(const TestPartResult& failure);
174 // (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure.
194 // Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
image_burner.js 341 * Update the device state to report a failure and display an error message to
  /external/chromium_org/chrome/browser/resources/cryptotoken/
multiplesigner.js 265 UTIL_fmt((result.code ? 'failure.' : 'success!') +
usbenrollhandler.js 245 // Enroll completed after previous success or failure. Disregard.
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 291 * Loads all constants from |constants|. On failure, global dictionaries are
  /external/chromium_org/net/disk_cache/blockfile/
backend_impl_v3.cc 823 void BackendImplV3::RestartCache(bool failure) {
830 if (failure) {
838 // Don't call Init() if directed by the unit test: we are simulating a failure
    [all...]
  /external/chromium_org/remoting/webapp/
oauth2.js 320 * error code on failure.
  /external/chromium_org/third_party/skia/tools/skpdiff/
diff_viewer.js 255 var flashStyle = success ? "success-flash" : "failure-flash";
  /external/chromium_org/ui/file_manager/file_manager/background/js/
device_handler.js 291 // There is multiple child results and at least one is failure.
  /external/chromium_org/ui/file_manager/image_loader/
image_loader_client.js 351 * @param {function} onError Callback for failure.
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key-codes.js 189 * failure.
  /external/clang/tools/scan-build/
scan-build     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /external/elfutils/0.153/libcpu/
i386_parse.y 69 enum bittype { zeroone, field, failure } type;
442 $$->type = failure;
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
machine.c 600 goto failure;
604 failure:
    [all...]
  /external/skia/tools/skpdiff/
diff_viewer.js 255 var flashStyle = success ? "success-flash" : "failure-flash";
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 1128 -no-failure-reports
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 1128 -no-failure-reports
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 51 // debugging in case of failure (the alternative is to wait for control to
2784 bool failure = false; local
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 407 // Return a DNS Message read off of a TCP socket, or NULL on failure
762 if (!request || !reply) { vlogmsg = "NULL message"; goto failure; }
763 if (request->len < sizeof(DNSMessageHeader) || reply->len < sizeof(DNSMessageHeader)) { vlogmsg = "Malformatted message"; goto failure; }
767 { vlogmsg = "Request opcode not an update"; goto failure; }
770 if ((reply->msg.h.flags.b[1] & kDNSFlag1_RC_Mask)) { vlogmsg = "Reply contains non-zero rcode"; goto failure; }
772 { vlogmsg = "Reply opcode not an update response"; goto failure; }
777 failure:
    [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
macro-assembler-mips64.cc     [all...]
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc     [all...]

Completed in 2311 milliseconds

<<11121314151617181920>>