Home
last modified time | relevance | path

Searched refs:ME (Results 1 – 25 of 697) sorted by relevance

12345678910>>...28

/external/libcxx/test/std/input.output/filesystems/fs.enum/
Denum.perms.pass.cpp25 constexpr fs::perms ME(int val) { return static_cast<fs::perms>(val); } in ME() function
41 E::none == ME(0) && in main()
43 E::owner_read == ME(0400) && in main()
44 E::owner_write == ME(0200) && in main()
45 E::owner_exec == ME(0100) && in main()
46 E::owner_all == ME(0700) && in main()
48 E::group_read == ME(040) && in main()
49 E::group_write == ME(020) && in main()
50 E::group_exec == ME(010) && in main()
51 E::group_all == ME(070) && in main()
[all …]
Denum.file_type.pass.cpp23 constexpr fs::file_type ME(int val) { return static_cast<fs::file_type>(val); } in ME() function
36 E::none == ME(0) && in main()
37 E::not_found == ME(-1) && in main()
38 E::regular == ME(1) && in main()
39 E::directory == ME(2) && in main()
40 E::symlink == ME(3) && in main()
41 E::block == ME(4) && in main()
42 E::character == ME(5) && in main()
43 E::fifo == ME(6) && in main()
44 E::socket == ME(7) && in main()
[all …]
Denum.copy_options.pass.cpp24 constexpr fs::copy_options ME(int val) { return static_cast<fs::copy_options>(val); } in ME() function
40 E::none == ME(0), in main()
44 E::skip_existing == ME(1) && in main()
45 E::overwrite_existing == ME(2) && in main()
46 E::update_existing == ME(4), in main()
50 E::recursive == ME(8), in main()
54 E::copy_symlinks == ME(16) && in main()
55 E::skip_symlinks == ME(32), in main()
59 E::directories_only == ME(64) && in main()
60 E::create_symlinks == ME(128) && in main()
[all …]
Denum.perm_options.pass.cpp25 constexpr fs::perm_options ME(int val) { in ME() function
43 E::replace == ME(1) && in main()
44 E::add == ME(2) && in main()
45 E::remove == ME(4) && in main()
46 E::nofollow == ME(8), in main()
Denum.directory_options.pass.cpp25 constexpr fs::directory_options ME(int val) { return static_cast<fs::directory_options>(val); } in ME() function
40 E::none == ME(0) && in main()
41 E::follow_directory_symlink == ME(1) && in main()
42 E::skip_permission_denied == ME(2), in main()
/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.enum/
Denum.perms.pass.cpp24 constexpr fs::perms ME(int val) { return static_cast<fs::perms>(val); } in ME() function
40 E::none == ME(0) && in main()
42 E::owner_read == ME(0400) && in main()
43 E::owner_write == ME(0200) && in main()
44 E::owner_exec == ME(0100) && in main()
45 E::owner_all == ME(0700) && in main()
47 E::group_read == ME(040) && in main()
48 E::group_write == ME(020) && in main()
49 E::group_exec == ME(010) && in main()
50 E::group_all == ME(070) && in main()
[all …]
Denum.file_type.pass.cpp22 constexpr fs::file_type ME(int val) { return static_cast<fs::file_type>(val); } in ME() function
36 E::none == ME(0) && in main()
37 E::not_found == ME(-1) && in main()
38 E::regular == ME(1) && in main()
39 E::directory == ME(2) && in main()
40 E::symlink == ME(3) && in main()
41 E::block == ME(4) && in main()
42 E::character == ME(5) && in main()
43 E::fifo == ME(6) && in main()
44 E::socket == ME(7) && in main()
[all …]
Denum.copy_options.pass.cpp23 constexpr fs::copy_options ME(int val) { return static_cast<fs::copy_options>(val); } in ME() function
40 E::none == ME(0), in main()
44 E::skip_existing == ME(1) && in main()
45 E::overwrite_existing == ME(2) && in main()
46 E::update_existing == ME(4), in main()
50 E::recursive == ME(8), in main()
54 E::copy_symlinks == ME(16) && in main()
55 E::skip_symlinks == ME(32), in main()
59 E::directories_only == ME(64) && in main()
60 E::create_symlinks == ME(128) && in main()
[all …]
Denum.perm_options.pass.cpp24 constexpr fs::perm_options ME(int val) { in ME() function
42 E::replace == ME(1) && in main()
43 E::add == ME(2) && in main()
44 E::remove == ME(4) && in main()
45 E::nofollow == ME(8), in main()
Denum.directory_options.pass.cpp24 constexpr fs::directory_options ME(int val) { return static_cast<fs::directory_options>(val); } in ME() function
39 E::none == ME(0) && in main()
40 E::follow_directory_symlink == ME(1) && in main()
41 E::skip_permission_denied == ME(2), in main()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_cpp.cc95 typedef StringBufTesterVoidMethodNoHandlerDataNoHandle ME; typedef in StringBufTesterVoidMethodNoHandlerDataNoHandle
98 ASSERT(h.SetStringHandler(f, UpbMakeHandler(&ME::Handler))); in Register()
113 typedef StringBufTesterVoidMethodNoHandlerDataWithHandle ME; typedef in StringBufTesterVoidMethodNoHandlerDataWithHandle
116 ASSERT(h.SetStringHandler(f, UpbMakeHandler(&ME::Handler))); in Register()
132 typedef StringBufTesterVoidMethodWithHandlerDataNoHandle ME; typedef in StringBufTesterVoidMethodWithHandlerDataNoHandle
136 f, UpbBind(&ME::Handler, new int(kExpectedHandlerData)))); in Register()
151 typedef StringBufTesterVoidMethodWithHandlerDataWithHandle ME; typedef in StringBufTesterVoidMethodWithHandlerDataWithHandle
155 f, UpbBind(&ME::Handler, new int(kExpectedHandlerData)))); in Register()
172 typedef StringBufTesterVoidFunctionNoHandlerDataNoHandle ME; typedef in StringBufTesterVoidFunctionNoHandlerDataNoHandle
175 ASSERT(h.SetStringHandler(f, UpbMakeHandler(&ME::Handler))); in Register()
[all …]
/external/llvm-project/clang/include/clang/Basic/
DFileEntry.h59 StringRef getName() const { return ME->first(); } in getName()
61 return *ME->second->V.get<FileEntry *>(); in getFileEntry()
63 DirectoryEntryRef getDir() const { return *ME->second->Dir; } in getDir()
121 MapValue(MapEntry &ME) : V(&ME) {} in MapValue()
125 bool isSameRef(const FileEntryRef &RHS) const { return ME == RHS.ME; } in isSameRef()
147 explicit FileEntryRef(const MapEntry &ME) : ME(&ME) { in FileEntryRef() argument
148 assert(ME.second && "Expected payload"); in FileEntryRef()
149 assert(ME.second->V && "Expected non-null"); in FileEntryRef()
150 assert(ME.second->V.is<FileEntry *>() && "Expected FileEntry"); in FileEntryRef()
155 const clang::FileEntryRef::MapEntry &getMapEntry() const { return *ME; } in getMapEntry()
[all …]
DDirectoryEntry.h47 const DirectoryEntry &getDirEntry() const { return *ME->getValue(); } in getDirEntry()
49 StringRef getName() const { return ME->getKey(); } in getName()
59 const MapEntry &getMapEntry() const { return *ME; } in getMapEntry()
62 bool isSameRef(DirectoryEntryRef RHS) const { return ME == RHS.ME; } in isSameRef()
65 DirectoryEntryRef(const MapEntry &ME) : ME(&ME) {} in DirectoryEntryRef() argument
91 DirectoryEntryRef(optional_none_tag) : ME(nullptr) {} in DirectoryEntryRef()
92 bool hasOptionalValue() const { return ME; } in hasOptionalValue()
100 : ME(llvm::DenseMapInfo<const MapEntry *>::getEmptyKey()) {}
102 : ME(llvm::DenseMapInfo<const MapEntry *>::getTombstoneKey()) {}
108 const MapEntry *ME;
/external/cldr/tools/scripts/
DCLDRWrapper42 ME=`basename $0`
46 case $ME
59 echo "Unknown tool name $ME. Please set the package here.!"
64 if [ $ME = "CLDRWrapper" ];
66 echo "# $ME: Don't run this script directly."
70 exec ${JAVA} ${VM_OPTS} ${WRAPPER_OPTS} ${CWDEFS} ${CPCMD} ${PKG}.${ME} "$@"
/external/autotest/client/site_tests/firmware_LockedME/
Dcontrol7 PURPOSE = "Ensure the ME region is locked."
9 CRITERIA = "Fail if any part of the BIOS ME region is mutable from userspace"
17 firmware image for use by the Intel Management Engine (ME). Intel
18 requires that section of the BIOS flash to be mutable. The ME firmware
19 itself determines whether or not the CPU can modify the ME region. During
20 development, we often use an ME image that allows CPU updates. For
23 This test PASSES if the CPU is unable to modify the ME region.
25 This test FAILS if the CPU can modify the ME region, which means it should
28 Because the only way to be sure that the ME is locked is to try to change
/external/llvm-project/clang/lib/ARCMigrate/
DTransUnusedInitDelegate.cpp49 bool VisitObjCMessageExpr(ObjCMessageExpr *ME) { in VisitObjCMessageExpr() argument
50 if (ME->isDelegateInitCall() && in VisitObjCMessageExpr()
51 isRemovable(ME) && in VisitObjCMessageExpr()
53 ME->getExprLoc())) { in VisitObjCMessageExpr()
56 ME->getExprLoc()); in VisitObjCMessageExpr()
57 SourceRange ExprRange = ME->getSourceRange(); in VisitObjCMessageExpr()
DTransAutoreleasePool.cpp352 ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(E); in isPoolCreation() local
353 if (!ME) return false; in isPoolCreation()
354 if (ME->getMethodFamily() == OMF_new && in isPoolCreation()
355 ME->getReceiverKind() == ObjCMessageExpr::Class && in isPoolCreation()
356 isNSAutoreleasePool(ME->getReceiverInterface())) in isPoolCreation()
358 if (ME->getReceiverKind() == ObjCMessageExpr::Instance && in isPoolCreation()
359 ME->getMethodFamily() == OMF_init) { in isPoolCreation()
360 Expr *rec = getEssential(ME->getInstanceReceiver()); in isPoolCreation()
375 ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(S); in isPoolDrain() local
376 if (!ME) return false; in isPoolDrain()
[all …]
/external/clang/lib/ARCMigrate/
DTransUnusedInitDelegate.cpp50 bool VisitObjCMessageExpr(ObjCMessageExpr *ME) { in VisitObjCMessageExpr() argument
51 if (ME->isDelegateInitCall() && in VisitObjCMessageExpr()
52 isRemovable(ME) && in VisitObjCMessageExpr()
54 ME->getExprLoc())) { in VisitObjCMessageExpr()
57 ME->getExprLoc()); in VisitObjCMessageExpr()
58 SourceRange ExprRange = ME->getSourceRange(); in VisitObjCMessageExpr()
DTransAutoreleasePool.cpp353 ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(E); in isPoolCreation() local
354 if (!ME) return false; in isPoolCreation()
355 if (ME->getMethodFamily() == OMF_new && in isPoolCreation()
356 ME->getReceiverKind() == ObjCMessageExpr::Class && in isPoolCreation()
357 isNSAutoreleasePool(ME->getReceiverInterface())) in isPoolCreation()
359 if (ME->getReceiverKind() == ObjCMessageExpr::Instance && in isPoolCreation()
360 ME->getMethodFamily() == OMF_init) { in isPoolCreation()
361 Expr *rec = getEssential(ME->getInstanceReceiver()); in isPoolCreation()
376 ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(S); in isPoolDrain() local
377 if (!ME) return false; in isPoolDrain()
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_interface.h147 return CallAndWait(&ME::CreateWorkerSessionAsync, request, response); in CreateWorkerSession()
152 return CallAndWaitWithOptions(&ME::DeleteWorkerSessionAsync, request, in DeleteWorkerSession()
158 return CallAndWait(&ME::RegisterGraphAsync, request, response); in RegisterGraph()
163 return CallAndWait(&ME::DeregisterGraphAsync, request, response); in DeregisterGraph()
168 return CallAndWait(&ME::CleanupGraphAsync, request, response); in CleanupGraph()
173 return CallAndWait(&ME::CleanupAllAsync, request, response); in CleanupAll()
177 return CallAndWait(&ME::LoggingAsync, request, response); in Logging()
181 return CallAndWait(&ME::TracingAsync, request, response); in Tracing()
186 return CallAndWait(&ME::GetStepSequenceAsync, request, response); in GetStepSequence()
204 typedef WorkerInterface ME; typedef
/external/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp37 const MCExpr *ME; in GetSymbolRef() local
78 ME = MCSymbolRefExpr::create(Symbol, RelocationType, MC); in GetSymbolRef()
81 ME = MCBinaryExpr::createAdd(ME, MCConstantExpr::create(MO.getOffset(), MC), in GetSymbolRef()
84 ME = HexagonMCExpr::create(ME, MC); in GetSymbolRef()
85 HexagonMCInstrInfo::setMustExtend(*ME, MustExtend); in GetSymbolRef()
86 return MCOperand::createExpr(ME); in GetSymbolRef()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp44 const MCExpr *ME; in GetSymbolRef() local
85 ME = MCSymbolRefExpr::create(Symbol, RelocationType, MC); in GetSymbolRef()
88 ME = MCBinaryExpr::createAdd(ME, MCConstantExpr::create(MO.getOffset(), MC), in GetSymbolRef()
91 ME = HexagonMCExpr::create(ME, MC); in GetSymbolRef()
92 HexagonMCInstrInfo::setMustExtend(*ME, MustExtend); in GetSymbolRef()
93 return MCOperand::createExpr(ME); in GetSymbolRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp44 const MCExpr *ME; in GetSymbolRef() local
85 ME = MCSymbolRefExpr::create(Symbol, RelocationType, MC); in GetSymbolRef()
88 ME = MCBinaryExpr::createAdd(ME, MCConstantExpr::create(MO.getOffset(), MC), in GetSymbolRef()
91 ME = HexagonMCExpr::create(ME, MC); in GetSymbolRef()
92 HexagonMCInstrInfo::setMustExtend(*ME, MustExtend); in GetSymbolRef()
93 return MCOperand::createExpr(ME); in GetSymbolRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVMCInstLower.cpp77 const MCExpr *ME = in lowerSymbolOperand() local
81 ME = MCBinaryExpr::createAdd( in lowerSymbolOperand()
82 ME, MCConstantExpr::create(MO.getOffset(), Ctx), Ctx); in lowerSymbolOperand()
85 ME = RISCVMCExpr::create(ME, Kind, Ctx); in lowerSymbolOperand()
86 return MCOperand::createExpr(ME); in lowerSymbolOperand()
/external/llvm-project/clang/lib/Analysis/
DObjCNoReturn.cpp48 bool ObjCNoReturn::isImplicitNoReturn(const ObjCMessageExpr *ME) { in isImplicitNoReturn() argument
49 Selector S = ME->getSelector(); in isImplicitNoReturn()
51 if (ME->isInstanceMessage()) { in isImplicitNoReturn()
56 if (const ObjCInterfaceDecl *ID = ME->getReceiverInterface()) { in isImplicitNoReturn()

12345678910>>...28