/external/llvm/unittests/ADT/ |
Makefile | 19 CPP.Flags += -DXFAIL
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
Makefile | 18 LD.Flags += $(RDYNAMIC)
|
/external/v8/test/mjsunit/harmony/ |
destructuring-assignment-lazy.js | 5 // Flags: --harmony-destructuring-assignment --harmony-destructuring-bind 6 // Flags: --min-preparse-length=0
|
/external/v8/test/mjsunit/regress/ |
regress-379770.js | 4 // Flags: --allow-natives-syntax --nostress-opt 5 // Flags: --nouse-osr
|
regress-417709a.js | 5 // Flags: --harmony-object-observe 6 // Flags: --stack-size=100
|
regress-crbug-489293.js | 5 // Flags: --allow-natives-syntax --turbo-filter=f 6 // Flags: --noanalyze-environment-liveness
|
regress-observe-map-cache.js | 5 // Flags: --harmony-object-observe 6 // Flags: --allow-natives-syntax --enable-slow-asserts
|
regress-osr-context.js | 5 // Flags: --allow-natives-syntax --function-context-specialization 6 // Flags: --turbo-filter=f
|
/system/vold/ |
TrimTask.h | 30 TrimTask(int flags); 33 enum Flags {
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-unwind.d | 8 Size EntSize Flags Link Info Align 25 Key to Flags:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
group-1.d | 8 Size EntSize Flags Link Info Align 27 Key to Flags:
|
secname.d | 8 Size EntSize Flags Link Info Align 25 Key to Flags:
|
unwind.d | 8 Size EntSize Flags Link Info Align 27 Key to Flags:
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
qos2.h | 86 DWORD Flags, 116 DWORD Flags, 126 DWORD Flags, 134 DWORD Flags 149 DWORD Flags, 156 DWORD Flags 162 DWORD Flags
|
evcoll.h | 127 DWORD Flags 141 DWORD Flags, 155 DWORD Flags, 165 DWORD Flags, 179 DWORD Flags 183 DWORD Flags 194 DWORD Flags 199 DWORD Flags 206 DWORD Flags, 213 DWORD Flags, [all...] |
certmod.h | 63 virtual HRESULT WINAPI GetProperty(const BSTR strConfig,BSTR strStorageLocation,BSTR strPropertyName,LONG Flags,VARIANT *pvarProperty) = 0; 64 virtual HRESULT WINAPI SetProperty(const BSTR strConfig,BSTR strStorageLocation,BSTR strPropertyName,LONG Flags,const VARIANT *pvarProperty) = 0; 65 virtual HRESULT WINAPI Configure(const BSTR strConfig,BSTR strStorageLocation,LONG Flags) = 0; 77 HRESULT (WINAPI *GetProperty)(ICertManageModule *This,const BSTR strConfig,BSTR strStorageLocation,BSTR strPropertyName,LONG Flags,VARIANT *pvarProperty); 78 HRESULT (WINAPI *SetProperty)(ICertManageModule *This,const BSTR strConfig,BSTR strStorageLocation,BSTR strPropertyName,LONG Flags,const VARIANT *pvarProperty); 79 HRESULT (WINAPI *Configure)(ICertManageModule *This,const BSTR strConfig,BSTR strStorageLocation,LONG Flags); 93 #define ICertManageModule_GetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty) (This)->lpVtbl->GetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty) 94 #define ICertManageModule_SetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty) (This)->lpVtbl->SetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty [all...] |
ndr64types.h | 95 NDR64_UINT32 Flags; 158 NDR64_UINT8 Flags; 165 NDR64_UINT8 Flags; 173 NDR64_UINT8 Flags; 192 NDR64_UINT8 Flags; 199 NDR64_UINT8 Flags; 216 NDR64_POINTER_REPEAT_FLAGS Flags; 236 NDR64_UINT8 Flags; 243 NDR64_UINT8 Flags; 262 NDR64_STRUCTURE_FLAGS Flags; [all...] |
winevt.h | 187 DWORD Flags; 329 DWORD Flags 340 DWORD Flags 354 DWORD Flags 362 DWORD Flags 371 DWORD Flags, 380 DWORD Flags, 397 DWORD Flags, 421 DWORD Flags, 435 DWORD Flags, [all...] |
/packages/apps/Contacts/src/com/android/contacts/editor/ |
PhotoActionPopup.java | 40 * Bitmask flags to specify which actions should be presented to the user. 42 public static final class Flags { 55 * Convenient combinations of commonly-used flags (see {@link Flags}). 59 Flags.TAKE_OR_PICK_PHOTO; 62 Flags.REMOVE_PHOTO | 63 Flags.TAKE_OR_PICK_PHOTO | 64 Flags.TAKE_OR_PICK_PHOTO_REPLACE_WORDING; 69 Flags.TAKE_OR_PICK_PHOTO | 70 Flags.TAKE_OR_PICK_PHOTO_REPLACE_WORDING [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_flags.cc | 24 Flags *flags() { function in namespace:__tsan 25 return &ctx->flags; 38 void Flags::SetDefaults() { 46 void RegisterTsanFlags(FlagParser *parser, Flags *f) { 57 void InitializeFlags(Flags *f, const char *env) { 60 // Override some common flags defaults. 84 __ubsan::Flags *uf = __ubsan::flags();
|
/external/llvm/unittests/Support/ |
MemoryTest.cpp | 23 Flags = GetParam(); 28 // Adds RW flags to permit testing of the resulting memory 55 unsigned Flags; 61 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags,EC); 72 MemoryBlock M1 = Memory::allocateMappedMemory(16, nullptr, Flags, EC); 74 MemoryBlock M2 = Memory::allocateMappedMemory(64, nullptr, Flags, EC); 76 MemoryBlock M3 = Memory::allocateMappedMemory(32, nullptr, Flags, EC); 92 MemoryBlock M4 = Memory::allocateMappedMemory(16, nullptr, Flags, EC); 102 if (Flags && 103 !((Flags & Memory::MF_READ) && (Flags & Memory::MF_WRITE)) [all...] |
/external/llvm/include/llvm/IR/ |
Operator.h | 163 /// Convenience struct for specifying and reasoning about fast-math flags. 167 unsigned Flags; 168 FastMathFlags(unsigned F) : Flags(F) { } 179 FastMathFlags() : Flags(0) 183 bool any() const { return Flags != 0; } 185 /// Set all the flags to false 186 void clear() { Flags = 0; } 189 bool noNaNs() const { return 0 != (Flags & NoNaNs); } 190 bool noInfs() const { return 0 != (Flags & NoInfs); } 191 bool noSignedZeros() const { return 0 != (Flags & NoSignedZeros); [all...] |
/external/llvm/include/llvm/CodeGen/ |
MachineMemOperand.h | 97 unsigned Flags; 102 /// Flags values. These may be or'd together. 117 // This is the number of bits we need to represent flags. 122 /// specified PtrInfo, flags, size, and base alignment. 123 MachineMemOperand(MachinePointerInfo PtrInfo, unsigned flags, uint64_t s, 145 /// getFlags - Return the raw flags of the source value, \see MemOperandFlags. 146 unsigned int getFlags() const { return Flags & ((1 << MOMaxBits) - 1); } 148 /// Bitwise OR the current flags with the given flags. 149 void setFlags(unsigned f) { Flags |= (f & ((1 << MOMaxBits) - 1)); [all...] |
/external/clang/include/clang/AST/ |
StmtIterator.h | 33 Flags = 0x3 }; 43 return (RawVAPtr & Flags) == DeclGroupMode; 47 return (RawVAPtr & Flags) == SizeOfTypeVAMode; 51 return (RawVAPtr & Flags) == StmtMode; 55 return reinterpret_cast<const VariableArrayType*>(RawVAPtr & ~Flags); 60 RawVAPtr = reinterpret_cast<uintptr_t>(P) | (RawVAPtr & Flags);
|
/external/compiler-rt/lib/asan/ |
asan_flags.cc | 28 Flags asan_flags_dont_use_directly; // use via flags(). 45 void Flags::SetDefaults() { 51 static void RegisterAsanFlags(FlagParser *parser, Flags *f) { 59 // Set the default values and prepare for parsing ASan and common flags. 71 Flags *f = flags(); 78 // Set the default values and prepare for parsing LSan and UBSan flags 79 // (which can also overwrite common flags). 81 __lsan::Flags *lf = __lsan::flags() [all...] |