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

1 2 3 4 5 6 7 8 910

  /external/libcxx/test/std/experimental/filesystem/fs.enum/
enum.perms.pass.cpp 26 constexpr fs::perms ME(int val) { return static_cast<fs::perms>(val); }
42 E::none == ME(0) &&
44 E::owner_read == ME(0400) &&
45 E::owner_write == ME(0200) &&
46 E::owner_exec == ME(0100) &&
47 E::owner_all == ME(0700) &&
49 E::group_read == ME(040) &&
50 E::group_write == ME(020) &&
51 E::group_exec == ME(010) &&
52 E::group_all == ME(070) &
    [all...]
enum.file_type.pass.cpp 24 constexpr fs::file_type ME(int val) { return static_cast<fs::file_type>(val); }
37 E::none == ME(0) &&
38 E::not_found == ME(-1) &&
39 E::regular == ME(1) &&
40 E::directory == ME(2) &&
41 E::symlink == ME(3) &&
42 E::block == ME(4) &&
43 E::character == ME(5) &&
44 E::fifo == ME(6) &&
45 E::socket == ME(7) &
    [all...]
enum.copy_options.pass.cpp 25 constexpr fs::copy_options ME(int val) { return static_cast<fs::copy_options>(val); }
41 E::none == ME(0),
45 E::skip_existing == ME(1) &&
46 E::overwrite_existing == ME(2) &&
47 E::update_existing == ME(4),
51 E::recursive == ME(8),
55 E::copy_symlinks == ME(16) &&
56 E::skip_symlinks == ME(32),
60 E::directories_only == ME(64) &&
61 E::create_symlinks == ME(128) &
    [all...]
enum.directory_options.pass.cpp 26 constexpr fs::directory_options ME(int val) { return static_cast<fs::directory_options>(val); }
41 E::none == ME(0) &&
42 E::follow_directory_symlink == ME(1) &&
43 E::skip_permission_denied == ME(2),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.enum/
enum.perms.pass.cpp 26 constexpr fs::perms ME(int val) { return static_cast<fs::perms>(val); }
42 E::none == ME(0) &&
44 E::owner_read == ME(0400) &&
45 E::owner_write == ME(0200) &&
46 E::owner_exec == ME(0100) &&
47 E::owner_all == ME(0700) &&
49 E::group_read == ME(040) &&
50 E::group_write == ME(020) &&
51 E::group_exec == ME(010) &&
52 E::group_all == ME(070) &
    [all...]
enum.file_type.pass.cpp 24 constexpr fs::file_type ME(int val) { return static_cast<fs::file_type>(val); }
37 E::none == ME(0) &&
38 E::not_found == ME(-1) &&
39 E::regular == ME(1) &&
40 E::directory == ME(2) &&
41 E::symlink == ME(3) &&
42 E::block == ME(4) &&
43 E::character == ME(5) &&
44 E::fifo == ME(6) &&
45 E::socket == ME(7) &
    [all...]
enum.copy_options.pass.cpp 25 constexpr fs::copy_options ME(int val) { return static_cast<fs::copy_options>(val); }
41 E::none == ME(0),
45 E::skip_existing == ME(1) &&
46 E::overwrite_existing == ME(2) &&
47 E::update_existing == ME(4),
51 E::recursive == ME(8),
55 E::copy_symlinks == ME(16) &&
56 E::skip_symlinks == ME(32),
60 E::directories_only == ME(64) &&
61 E::create_symlinks == ME(128) &
    [all...]
enum.directory_options.pass.cpp 26 constexpr fs::directory_options ME(int val) { return static_cast<fs::directory_options>(val); }
41 E::none == ME(0) &&
42 E::follow_directory_symlink == ME(1) &&
43 E::skip_permission_denied == ME(2),
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 118 static int dumpInfo(bcinfo::MetadataExtractor *ME) {
119 if (!ME) {
129 fprintf(info, "exportVarCount: %zu\n", ME->getExportVarCount());
130 const char **varNameList = ME->getExportVarNameList();
131 for (size_t i = 0; i < ME->getExportVarCount(); i++) {
135 fprintf(info, "exportFuncCount: %zu\n", ME->getExportFuncCount());
136 const char **funcNameList = ME->getExportFuncNameList();
137 for (size_t i = 0; i < ME->getExportFuncCount(); i++) {
142 ME->getExportForEachSignatureCount());
143 const char **nameList = ME->getExportForEachNameList()
    [all...]
  /toolchain/binutils/binutils-2.27/include/elf/
arc-reloc.def 114 ( ME ( ( ( ( S + A ) - P ) >> 1 ) ) ))
121 ( ME ( ( ( ( S + A ) - P ) >> 2 ) ) ))
128 ( ME ( ( ( ( S + A ) - P ) >> 1 ) ) ))
135 ( ME ( ( ( ( S + A ) - P ) >> 2 ) ) ))
142 ( ME ( ( ( S + A ) - _SDA_BASE_ ) ) ))
149 ( ME ( ( ( S + A ) - _SDA_BASE_ ) ) ))
156 ( ME ( ( ( ( S + A ) - _SDA_BASE_ ) >> 1 ) ) ))
163 ( ME ( ( ( ( S + A ) - _SDA_BASE_ ) >> 2 ) ) ))
205 ( ME ( ( S + A ) ) ))
212 ( ME ( ( S + A ) ) )
    [all...]
  /external/clang/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h 42 bool isImplicitNoReturn(const ObjCMessageExpr *ME);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h 42 bool isImplicitNoReturn(const ObjCMessageExpr *ME);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h 42 bool isImplicitNoReturn(const ObjCMessageExpr *ME);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h 42 bool isImplicitNoReturn(const ObjCMessageExpr *ME);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h 42 bool isImplicitNoReturn(const ObjCMessageExpr *ME);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h 42 bool isImplicitNoReturn(const ObjCMessageExpr *ME);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h 42 bool isImplicitNoReturn(const ObjCMessageExpr *ME);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h 42 bool isImplicitNoReturn(const ObjCMessageExpr *ME);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h 42 bool isImplicitNoReturn(const ObjCMessageExpr *ME);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h 42 bool isImplicitNoReturn(const ObjCMessageExpr *ME);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h 42 bool isImplicitNoReturn(const ObjCMessageExpr *ME);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h 42 bool isImplicitNoReturn(const ObjCMessageExpr *ME);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h 42 bool isImplicitNoReturn(const ObjCMessageExpr *ME);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h 42 bool isImplicitNoReturn(const ObjCMessageExpr *ME);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h 42 bool isImplicitNoReturn(const ObjCMessageExpr *ME);

Completed in 314 milliseconds

1 2 3 4 5 6 7 8 910