HomeSort by relevance Sort by last modified time
    Searched refs:bad (Results 201 - 225 of 298) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/openssh/regress/
test-exec.sh 175 echo bad pid for ssh: $pid
  /external/openssl/crypto/evp/
encode.c 418 int i,num=0,bad=0; local
  /external/stlport/stlport/stl/
_ios_base.h 175 bool bad() const { return (_M_iostate & badbit) != 0; } function in class:ios_base
  /external/valgrind/main/VEX/priv/
host_mips_defs.c     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 177 bool bad() const { return (_M_iostate & badbit) != 0; } function in class:ios_base
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 175 bool bad() const { return (_M_iostate & badbit) != 0; } function in class:ios_base
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 175 bool bad() const { return (_M_iostate & badbit) != 0; } function in class:ios_base
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 175 bool bad() const { return (_M_iostate & badbit) != 0; } function in class:ios_base
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 177 bool bad() const { return (_M_iostate & badbit) != 0; } function in class:ios_base
  /external/linux-tools-perf/util/
trace-event-parse.c 1183 die("bad op token %s", token);
1192 die("bad op token %s", token);
1255 die("bad pointer type");
    [all...]
  /external/skia/legacy/src/opts/
SkBlitRow_opts_arm.cpp 1608 int i, bad=0; local
    [all...]
  /external/stlport/test/unit/
fstream_test.cpp 554 CPPUNIT_ASSERT( out.bad() );
556 //out is bad we have no guaranty on what has been extracted:
561 CPPUNIT_ASSERT( out.fail() && out.bad() );
697 CPPUNIT_ASSERT( ifstr.fail() && !ifstr.bad() );
714 CPPUNIT_ASSERT( !ifstr.bad() );
  /external/tcpdump/missing/
getaddrinfo.c 211 /* XXX macros that make external reference is BAD. */
241 /* external reference: error, and label bad */ \
243 goto bad; \
497 bad:
824 bad:
  /external/valgrind/main/coregrind/
m_redir.c     [all...]
m_transtab.c     [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_web.c 253 wpabuf_put_str(buf, "400 Bad request\r\n");
862 goto bad;
868 goto bad;
883 bad:
1093 * 400 Bad Request. If SID header and one of NT or CALLBACK headers
1095 * 400 Bad Request.
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 572 CPPUNIT_ASSERT( out.bad() );
574 //out is bad we have no guaranty on what has been extracted:
579 CPPUNIT_ASSERT( out.fail() && out.bad() );
715 CPPUNIT_ASSERT( ifstr.fail() && !ifstr.bad() );
732 CPPUNIT_ASSERT( !ifstr.bad() );
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 572 CPPUNIT_ASSERT( out.bad() );
574 //out is bad we have no guaranty on what has been extracted:
579 CPPUNIT_ASSERT( out.fail() && out.bad() );
715 CPPUNIT_ASSERT( ifstr.fail() && !ifstr.bad() );
732 CPPUNIT_ASSERT( !ifstr.bad() );
  /external/ipsec-tools/src/racoon/
ipsec_doi.c 1304 goto bad;
1309 goto bad;
1313 goto bad;
1319 goto bad;
1334 goto bad;
1344 goto bad;
1357 goto bad;
1377 goto bad;
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c 835 // This policy is designed to avoid bad table bloat in the worst case where
3969 Bool bad; local
4737 Bool bad = False; local
    [all...]
  /external/stressapptest/src/
worker.cc 67 // Why ubuntu, do you hate gettid so bad?
590 char *bad = reinterpret_cast<char*>(&(error->actual)); local
595 if (good[offset] != bad[offset])
648 char *bad = reinterpret_cast<char*>(&(error->actual)); local
653 if (good[offset] != bad[offset])
3283 char *bad = reinterpret_cast<char*>(&(error->actual)); local
    [all...]
  /external/strace/
system.c     [all...]
strace.spec 190 - Note 4.5.12 fix for crash handling bad signal numbers (#162739).
194 - Fix bad output for ptrace on x86-64 (#159787).
  /external/v8/test/cctest/
test-parsing.cc 796 bool bad = false; local
799 // Bad UTF-8 sequence turns the first in the sequence into kBadChar,
801 bad = true;
805 if (!bad) {
    [all...]
  /external/chromium/chrome/browser/importer/
mork_reader.cc 418 if (stream_.eof() || stream_.bad())

Completed in 1764 milliseconds

1 2 3 4 5 6 7 891011>>