HomeSort by relevance Sort by last modified time
    Searched refs:not_found (Results 1 - 25 of 35) sorted by null

1 2

  /external/libcxx/test/std/experimental/filesystem/class.file_status/
file_status.cons.pass.cpp 47 const file_status f(file_type::not_found);
48 assert(f.type() == file_type::not_found);
  /external/libcxx/test/std/experimental/filesystem/fs.enum/
enum.file_type.pass.cpp 38 E::not_found == ME(-1) &&
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.status_known/
status_known.pass.cpp 43 {file_type::not_found, true},
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_block_file/
is_block_file.pass.cpp 48 {file_type::not_found, false},
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_char_file/
is_character_file.pass.cpp 48 {file_type::not_found, false},
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_directory/
is_directory.pass.cpp 48 {file_type::not_found, false},
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_fifo/
is_fifo.pass.cpp 48 {file_type::not_found, false},
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_other/
is_other.pass.cpp 48 {file_type::not_found, false},
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_regular_file/
is_regular_file.pass.cpp 48 {file_type::not_found, false},
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_socket/
is_socket.pass.cpp 48 {file_type::not_found, false},
  /external/sfntly/cpp/src/test/
serialization_test.cc 59 TableMap::const_iterator not_found = serialized_tables->end(); local
62 EXPECT_TRUE((serialized_tables->find(b->first) != not_found));
125 TableMap::const_iterator not_found = serialized_tables->end(); local
128 EXPECT_TRUE((serialized_tables->find(b->first) != not_found));
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.exists/
exists.pass.cpp 48 {file_type::not_found, false},
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_symlink/
is_symlink.pass.cpp 48 {file_type::not_found, false},
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_LinkerNamespacesTest.cpp 85 static bool not_found(const std::string& library, const std::string& err) { function
122 if (!not_accessible(path, err) && !not_found(path, err) && !wrong_arch(path, err)) {
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.status/
status.pass.cpp 48 TEST_CHECK(st.type() == file_type::not_found);
53 TEST_CHECK(st.type() == file_type::not_found);
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.symlink_status/
symlink_status.pass.cpp 47 TEST_CHECK(st.type() == file_type::not_found);
52 TEST_CHECK(st.type() == file_type::not_found);
  /external/parameter-framework/asio-1.10.6/include/asio/
error.hpp 186 not_found, enumerator in enum:asio::error::misc_errors
  /external/syslinux/core/fs/ntfs/
ntfs.c 829 goto not_found;
837 goto not_found;
867 not_found:
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/impl/
connect.hpp 125 ec = asio::error::not_found;
228 ec = asio::error::not_found;
  /external/elfutils/src/
ar.c 430 not_found (int argc, char *argv[argc], bool found[argc]) function
828 not_found (argc, argv, found);
1078 not_found (argc, argv, found);
    [all...]
  /external/v8/src/ic/
keyed-store-generic.cc     [all...]
  /external/jemalloc/src/
prof.c 769 bool not_found; local
778 not_found = ckh_search(&tdata->bt2tctx, bt, NULL, &ret.v);
779 if (!not_found) /* Note double negative! */
782 if (not_found) {
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 631 uptr not_found = last + 1;
641 return not_found;
  /external/syslinux/com32/hdt/
hdt-cli.c 423 goto not_found;
436 not_found:
    [all...]
  /external/pdfium/third_party/pymock/
mock.py 869 not_found = []
874 not_found.append(kall)
875 if not_found:
877 '%r not all found in call list' % (tuple(not_found),)
    [all...]

Completed in 436 milliseconds

1 2