Home
last modified time | relevance | path

Searched full:bool (Results 1 – 25 of 10628) sorted by relevance

12345678910>>...426

/external/swiftshader/src/D3D9/
DCapabilities.hpp47 static bool NULL_;
48 static bool R8G8B8;
49 static bool R5G6B5;
50 static bool X1R5G5B5;
51 static bool A1R5G5B5;
52 static bool A4R4G4B4;
53 static bool R3G3B2;
54 static bool A8R3G3B2;
55 static bool X4R4G4B4;
56 static bool A8R8G8B8;
[all …]
DCapabilities.cpp21 bool Capabilities::Surface::RenderTarget::NULL_ = true;
22 bool Capabilities::Surface::RenderTarget::R8G8B8 = false;
23 bool Capabilities::Surface::RenderTarget::R5G6B5 = true;
24 bool Capabilities::Surface::RenderTarget::X1R5G5B5 = true;
25 bool Capabilities::Surface::RenderTarget::A1R5G5B5 = true;
26 bool Capabilities::Surface::RenderTarget::A4R4G4B4 = true;
27 bool Capabilities::Surface::RenderTarget::R3G3B2 = false;
28 bool Capabilities::Surface::RenderTarget::A8R3G3B2 = false;
29 bool Capabilities::Surface::RenderTarget::X4R4G4B4 = true;
30 bool Capabilities::Surface::RenderTarget::A8R8G8B8 = true;
[all …]
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk6-flags.txt1 bool AHRByDeathCollectTimeRatio = false {product}
2 bool AHRByMinorPauseTimeMajorFreq = false {product}
3 bool AHRByPromoToAllocRatio = false {product}
4 bool AHRBySurvivorAge = false {product}
18 bool AdaptiveHeapRebalance = false {product}
29 bool AdjustConcurrency = false {product}
30 bool AggressiveOpts = false {product}
37 bool AllowJNIEnvProxy = false {product}
38 bool AllowParallelDefineClass = false {product}
39 bool AllowUserSignalHandlers = false {product}
[all …]
Djdk7-flags.txt1 bool AHRByDeathCollectTimeRatio = false {product}
2 bool AHRByMinorPauseTimeMajorFreq = false {product}
3 bool AHRByPromoToAllocRatio = false {product}
4 bool AHRBySurvivorAge = false {product}
18 bool AdaptiveHeapRebalance = false {product}
29 bool AdjustConcurrency = false {product}
30 bool AggressiveOpts = false {product}
38 bool AllowJNIEnvProxy = false {product}
39 bool AllowParallelDefineClass = false {product}
40 bool AllowUserSignalHandlers = false {product}
[all …]
/external/boringssl/src/ssl/test/
Dtest_config.h24 bool is_server = false;
25 bool is_dtls = false;
27 bool fallback_scsv = false;
34 bool require_any_client_certificate = false;
37 bool false_start = false;
39 bool async = false;
40 bool write_different_record_sizes = false;
41 bool cbc_record_splitting = false;
42 bool partial_write = false;
43 bool no_tls13 = false;
[all …]
/external/llvm/lib/Target/X86/
DX86Subtarget.h75 bool HasX87;
79 bool HasCMov;
82 bool HasX86_64;
85 bool HasPOPCNT;
88 bool HasSSE4A;
91 bool HasAES;
94 bool HasFXSR;
97 bool HasXSAVE;
99 bool HasXSAVEOPT;
101 bool HasXSAVEC;
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_widgetdata.h49 int32_t GetAccess(bool bTemplate = false);
51 CXFA_Border GetBorder(bool bModified = false);
52 CXFA_Caption GetCaption(bool bModified = false);
53 CXFA_Font GetFont(bool bModified = false);
54 CXFA_Margin GetMargin(bool bModified = false);
55 CXFA_Para GetPara(bool bModified = false);
59 bool bIsFormReady = false);
60 CXFA_Value GetDefaultValue(bool bModified = false);
61 CXFA_Value GetFormValue(bool bModified = false);
62 CXFA_Calculate GetCalculate(bool bModified = false);
[all …]
Dxfa_object.h59 bool IsNode() const { in IsNode()
69 bool IsNodeList() const { return m_objectType == XFA_ObjectType::NodeList; } in IsNodeList()
70 bool IsContentNode() const { in IsContentNode()
73 bool IsContainerNode() const { in IsContainerNode()
76 bool IsModelNode() const { return m_objectType == XFA_ObjectType::ModelNode; } in IsModelNode()
77 bool IsNodeV() const { return m_objectType == XFA_ObjectType::NodeV; } in IsNodeV()
78 bool IsVariablesThis() const { in IsVariablesThis()
92 bool bSetting,
162 void SetFlag(uint32_t dwFlag, bool bNotify);
165 bool IsInitialized() const { return HasFlag(XFA_NodeFlag_Initialized); } in IsInitialized()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h90 bool HasMFOCRF;
91 bool Has64BitSupport;
92 bool Use64BitRegs;
93 bool UseCRBits;
94 bool UseSoftFloat;
95 bool IsPPC64;
96 bool HasAltivec;
97 bool HasSPE;
98 bool HasQPX;
99 bool HasVSX;
[all …]
/external/llvm/lib/Target/ARM/
DARMSubtarget.h87 bool HasV4TOps = false;
88 bool HasV5TOps = false;
89 bool HasV5TEOps = false;
90 bool HasV6Ops = false;
91 bool HasV6MOps = false;
92 bool HasV6KOps = false;
93 bool HasV6T2Ops = false;
94 bool HasV7Ops = false;
95 bool HasV8Ops = false;
96 bool HasV8_1aOps = false;
[all …]
/external/clang/test/PCH/
Dcxx-traits.cpp11 bool _Is_pod_comparator = n::__is_pod<int>::__value;
12 bool _Is_empty_check = n::__is_empty<int>::__value;
14 bool default_construct_int = n::is_trivially_constructible<int>::value;
15 bool copy_construct_int = n::is_trivially_constructible<int, const int&>::value;
18 bool _is_abstract_result = __is_abstract(int);
19 bool _is_arithmetic_result = __is_arithmetic(int);
20 bool _is_array_result = __is_array(int);
21 bool _is_assignable_result = __is_assignable(int, int);
22 bool _is_base_of_result = __is_base_of(int, int);
23 bool _is_class_result = __is_class(int);
[all …]
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h118 bool hasConstructor() const override;
119 bool hasCustomCallingConvention() const override;
120 bool hasFarReturn() const override;
121 bool isCode() const override;
122 bool isCompilerGenerated() const override;
123 bool isConstType() const override;
124 bool isEditAndContinueEnabled() const override;
125 bool isFunction() const override;
126 bool getAddressTaken() const override;
127 bool getNoStackOrdering() const override;
[all …]
/external/swiftshader/src/Renderer/
DContext.hpp289 bool isDrawPoint(bool fillModeAware = false) const;
290 bool isDrawLine(bool fillModeAware = false) const;
291 bool isDrawTriangle(bool fillModeAware = false) const;
302 void setLightingEnable(bool lightingEnable);
303 void setSpecularEnable(bool specularEnable);
304 void setLightEnable(int light, bool lightEnable);
307 void setColorVertexEnable(bool colorVertexEnable);
313 void setPointSpriteEnable(bool pointSpriteEnable);
314 void setPointScaleEnable(bool pointScaleEnable);
317 bool setDepthBufferEnable(bool depthBufferEnable);
[all …]
/external/pdfium/fpdfsdk/javascript/
DJS_EventHandler.h84 bool& bRc);
87 bool bWillCommit);
90 bool KeyDown,
91 bool bModifier,
94 bool bShift,
97 bool bWillCommit,
98 bool bFieldFull,
99 bool& bRc);
102 bool bKeyDown,
103 bool bModifier,
[all …]
Dcjs_event_context.h26 bool RunScript(const CFX_WideString& script, CFX_WideString* info) override;
39 void OnField_MouseDown(bool bModifier,
40 bool bShift,
42 void OnField_MouseEnter(bool bModifier,
43 bool bShift,
45 void OnField_MouseExit(bool bModifier,
46 bool bShift,
48 void OnField_MouseUp(bool bModifier,
49 bool bShift,
51 void OnField_Focus(bool bModifier,
[all …]
/external/lzma/CPP/Common/
DWildcard.h13 bool IsPath1PrefixedByPath2(const wchar_t *s1, const wchar_t *s2);
15 inline bool IsCharDirLimiter(wchar_t c) in IsCharDirLimiter()
31 bool DoesNameContainWildcard(const UString &path);
32 bool DoesWildcardMatchName(const UString &mask, const UString &name);
38 bool IsDriveColonName(const wchar_t *s);
45 bool Recursive;
46 bool ForFile;
47 bool ForDir;
48 bool WildcardMatching;
51 bool IsDriveItem() const in IsDriveItem()
[all …]
/external/llvm/lib/AsmParser/
DLLParser.h77 bool operator<(const ValID &RHS) const {
147 bool Run();
149 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots);
151 bool parseTypeAtBeginning(Type *&Ty, unsigned &Read,
158 bool Error(LocTy L, const Twine &Msg) const { in Error()
161 bool TokError(const Twine &Msg) const { in TokError()
180 bool ParseToken(lltok::Kind T, const char *ErrMsg);
181 bool EatIfPresent(lltok::Kind T) { in EatIfPresent()
201 bool ParseOptionalToken(lltok::Kind T, bool &Present,
213 bool ParseStringConstant(std::string &Result);
[all …]
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h135 bool enabled;
180 bool mNormalized;
191 bool mArrayEnabled; // From glEnable/DisableVertexAttribArray
224 bool cullFaceEnabled;
227 bool depthTestEnabled;
229 bool blendEnabled;
236 bool stencilTestEnabled;
244 bool polygonOffsetFillEnabled;
247 bool sampleAlphaToCoverageEnabled;
248 bool sampleCoverageEnabled;
[all …]
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.h21 static bool IsKill(int sysno);
22 static bool IsAllowedGettime(int sysno);
23 static bool IsCurrentDirectory(int sysno);
24 static bool IsUmask(int sysno);
28 static bool IsFileSystem(int sysno);
29 static bool IsAllowedFileSystemAccessViaFd(int sysno);
30 static bool IsDeniedFileSystemAccessViaFd(int sysno);
31 static bool IsGetSimpleId(int sysno);
32 static bool IsProcessPrivilegeChange(int sysno);
33 static bool IsProcessGroupOrSession(int sysno);
[all …]
/external/llvm/lib/Target/Mips/
DMipsSubtarget.h55 bool IsLittle;
58 bool IsSoftFloat;
63 bool IsSingleFloat;
66 bool IsFPXX;
69 bool NoABICalls;
72 bool IsFP64bit;
76 bool UseOddSPReg;
79 bool IsNaN2008bit;
82 bool IsGP64bit;
85 bool IsPTR64bit;
[all …]
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h127 virtual bool hasConstructor() const = 0;
128 virtual bool hasCustomCallingConvention() const = 0;
129 virtual bool hasFarReturn() const = 0;
130 virtual bool isCode() const = 0;
131 virtual bool isCompilerGenerated() const = 0;
132 virtual bool isConstType() const = 0;
133 virtual bool isEditAndContinueEnabled() const = 0;
134 virtual bool isFunction() const = 0;
135 virtual bool getAddressTaken() const = 0;
136 virtual bool getNoStackOrdering() const = 0;
[all …]
/external/swiftshader/src/Common/
DCPUID.hpp27 static bool supportsMMX();
28 static bool supportsCMOV();
29 …static bool supportsMMX2(); // MMX instructions added by SSE: pshufw, pmulhuw, pmovmskb, pavgw/b…
30 static bool supportsSSE();
31 static bool supportsSSE2();
32 static bool supportsSSE3();
33 static bool supportsSSSE3();
34 static bool supportsSSE4_1();
38 static void setEnableMMX(bool enable);
39 static void setEnableCMOV(bool enable);
[all …]
/external/clang/tools/libclang/
DCursorVisitor.h54 class CursorVisitor : public DeclVisitor<CursorVisitor, bool>,
55 public TypeLocVisitor<CursorVisitor, bool>
60 typedef bool (*PostChildrenVisitorTy)(CXCursor cursor,
85 bool VisitPreprocessorLast;
89 bool VisitIncludedEntities;
97 bool VisitDeclsOnly;
110 using DeclVisitor<CursorVisitor, bool>::Visit;
111 using TypeLocVisitor<CursorVisitor, bool>::Visit;
119 bool visitDeclsFromFileRegion(FileID File, unsigned Offset, unsigned Length);
146 bool VisitPreprocessorLast,
[all …]
/external/libcxx/include/
Dlimits24 static constexpr bool is_specialized = false;
32 static constexpr bool is_signed = false;
33 static constexpr bool is_integer = false;
34 static constexpr bool is_exact = false;
44 static constexpr bool has_infinity = false;
45 static constexpr bool has_quiet_NaN = false;
46 static constexpr bool has_signaling_NaN = false;
48 static constexpr bool has_denorm_loss = false;
54 static constexpr bool is_iec559 = false;
55 static constexpr bool is_bounded = false;
[all …]
/external/mesa3d/src/glsl/
Dir_optimization.h40 bool do_common_optimization(exec_list *ir, bool linked,
41 bool uniform_locations_assigned,
44 bool do_algebraic(exec_list *instructions);
45 bool do_constant_folding(exec_list *instructions);
46 bool do_constant_variable(exec_list *instructions);
47 bool do_constant_variable_unlinked(exec_list *instructions);
48 bool do_copy_propagation(exec_list *instructions);
49 bool do_copy_propagation_elements(exec_list *instructions);
50 bool do_constant_propagation(exec_list *instructions);
51 bool do_dead_code(exec_list *instructions, bool uniform_locations_assigned);
[all …]

12345678910>>...426