/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | Monitor.java | 156 * <p>This version adds some verbosity around the {@code Guard} objects, but removes that same 164 * private final Monitor.Guard valuePresent = new Monitor.Guard(monitor) { 169 * private final Monitor.Guard valueAbsent = new Monitor.Guard(monitor) { 206 // TODO(user): Change API to make it impossible to use a Guard with the "wrong" monitor, 243 // - getWaitingThreads(Guard) method 280 * A boolean condition for which a thread may wait. A {@code Guard} is associated with a single 285 * <p>If a {@code Guard} is passed into any method of a {@code Monitor} other than the one it is 291 public abstract static class Guard { class in class:Monitor 303 protected Guard(Monitor monitor) { method in class:Monitor.Guard [all...] |
/external/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 288 if (Value *Guard = TLI->getIRStackGuard(B)) 289 return B.CreateLoad(Guard, true, "StackGuard"); 371 LoadInst *Guard = B.CreateLoad(AI, true, "Guard"); local 372 CallInst *Call = B.CreateCall(GuardCheck, {Guard}); 426 Value *Guard = getStackGuard(TLI, M, B); local 428 Value *Cmp = B.CreateICmpEQ(Guard, LI2);
|
H A D | TargetLoweringBase.cpp | 1821 auto Guard = cast<GlobalValue>(M.getOrInsertGlobal("__guard_local", PtrTy)); local 1822 Guard->setVisibility(GlobalValue::HiddenVisibility); 1823 return Guard;
|
/external/v8/src/base/platform/ |
H A D | platform-cygwin.cc | 231 bool VirtualMemory::Guard(void* address) { function in class:v8::base::VirtualMemory
|
H A D | platform-freebsd.cc | 206 bool VirtualMemory::Guard(void* address) { function in class:v8::base::VirtualMemory 207 OS::Guard(address, OS::CommitPageSize());
|
H A D | platform-linux.cc | 279 bool VirtualMemory::Guard(void* address) { function in class:v8::base::VirtualMemory 281 OS::Guard(address, OS::CommitPageSize());
|
H A D | platform-macos.cc | 199 bool VirtualMemory::Guard(void* address) { function in class:v8::base::VirtualMemory 200 OS::Guard(address, OS::CommitPageSize());
|
H A D | platform-openbsd.cc | 237 bool VirtualMemory::Guard(void* address) { function in class:v8::base::VirtualMemory 238 OS::Guard(address, OS::CommitPageSize());
|
H A D | platform-qnx.cc | 263 bool VirtualMemory::Guard(void* address) { function in class:v8::base::VirtualMemory 264 OS::Guard(address, OS::CommitPageSize());
|
H A D | platform-solaris.cc | 158 bool VirtualMemory::Guard(void* address) { function in class:v8::base::VirtualMemory 159 OS::Guard(address, OS::CommitPageSize());
|
H A D | platform-aix.cc | 203 bool VirtualMemory::Guard(void* address) { function in class:v8::base::VirtualMemory 204 OS::Guard(address, OS::CommitPageSize());
|
H A D | platform-posix.cc | 113 OS::Guard(mbase, requested); 137 void OS::Guard(void* address, const size_t size) { function in class:v8::base::OS
|
H A D | platform-win32.cc | 822 void OS::Guard(void* address, const size_t size) { function in class:v8::base::OS 1270 bool VirtualMemory::Guard(void* address) { function in class:v8::base::VirtualMemory
|
/external/clang/lib/CodeGen/ |
H A D | CGDeclCXX.cpp | 525 Address Guard) { 534 if (Guard.isValid()) { 537 llvm::Value *GuardVal = Builder.CreateLoad(Guard); 547 Builder.CreateStore(llvm::ConstantInt::get(GuardVal->getType(),1), Guard); 523 GenerateCXXGlobalInitFunc(llvm::Function *Fn, ArrayRef<llvm::Function *> Decls, Address Guard) argument
|
H A D | ItaniumCXXABI.cpp | 1896 llvm::GlobalVariable *Guard; member in struct:__anon1318::final 1897 CallGuardAbort(llvm::GlobalVariable *Guard) : Guard(Guard) {} argument 1900 CGF.EmitNounwindRuntimeCall(getGuardAbortFn(CGF.CGM, Guard->getType()), 1901 Guard); variable 1937 // Guard variables are 64 bits in the generic ABI and size width on ARM 2239 llvm::GlobalVariable *Guard = new llvm::GlobalVariable( local 2243 Guard->setThreadLocal(true); 2246 Guard [all...] |
H A D | MicrosoftCXXABI.cpp | 765 GuardInfo() : Guard(nullptr), BitIndex(0) {} 766 llvm::GlobalVariable *Guard; member in struct:__anon1326::MicrosoftCXXABI::GuardInfo 2302 Address Guard; member in struct:__anon1328::final 2304 ResetGuardBit(Address Guard, unsigned GuardNum) argument 2305 : Guard(Guard), GuardNum(GuardNum) {} 2311 llvm::LoadInst *LI = Builder.CreateLoad(Guard); 2314 Builder.CreateStore(Builder.CreateAnd(LI, Mask), Guard); 2319 llvm::Value *Guard; member in struct:__anon1328::final 2320 CallInitThreadAbort(Address Guard) argument 2324 CGF.EmitNounwindRuntimeCall(getInitThreadAbortFn(CGF.CGM), Guard); variable [all...] |
/external/llvm/include/llvm/IR/ |
H A D | ValueMap.h | 259 unique_lock<typename Config::mutex_type> Guard; variable 261 Guard = unique_lock<typename Config::mutex_type>(*M); 271 unique_lock<typename Config::mutex_type> Guard; variable 273 Guard = unique_lock<typename Config::mutex_type>(*M);
|
/external/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 293 std::string Guard; member in class:__anon3419::Intrinsic 326 StringRef Guard, bool IsUnavailable, bool BigEndianSafe) 328 CK(CK), Body(Body), Guard(Guard.str()), IsUnavailable(IsUnavailable), 364 std::string getGuard() const { return Guard; } 422 // Sort lexicographically on a two-tuple (Guard, Name) 423 if (Guard != Other.Guard) 424 return Guard < Other.Guard; 324 Intrinsic(Record *R, StringRef Name, StringRef Proto, TypeSpec OutTS, TypeSpec InTS, ClassKind CK, ListInit *Body, NeonEmitter &Emitter, StringRef Guard, bool IsUnavailable, bool BigEndianSafe) argument 1918 std::string Guard = R->getValueAsString("ArchGuard"); local [all...] |
/external/v8/src/regexp/ |
H A D | jsregexp.h | 856 class Guard: public ZoneObject { class in namespace:v8::internal 859 Guard(int reg, Relation op, int value) function in class:v8::internal::Guard 877 void AddGuard(Guard* guard, Zone* zone); 880 ZoneList<Guard*>* guards() { return guards_; } 884 ZoneList<Guard*>* guards_; 937 Guard* guard,
|
/external/owasp/sanitizer/distrib/lib/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ... |
/external/robolectric/v1/lib/main/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |
/external/guice/lib/ |
H A D | guava-16.0.1.jar | META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ... |
/external/r8/deps/ |
H A D | guava-19.0.jar | META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |