| /external/swiftshader/src/OpenGL/libGLESv2/ |
| D | Context.h | 329 struct State struct 331 Color colorClearValue; 332 GLclampf depthClearValue; 333 int stencilClearValue; 335 bool cullFaceEnabled; 336 GLenum cullMode; 337 GLenum frontFace; 338 bool depthTestEnabled; 339 GLenum depthFunc; 340 bool blendEnabled; [all …]
|
| /external/swiftshader/src/OpenGL/libGLES_CM/ |
| D | Context.h | 219 struct State struct 221 Color colorClearValue; 222 GLclampf depthClearValue; 223 int stencilClearValue; 225 bool cullFaceEnabled; 226 GLenum cullMode; 227 GLenum frontFace; 228 bool depthTestEnabled; 229 GLenum depthFunc; 230 bool blendEnabled; [all …]
|
| /external/swiftshader/src/OpenGL/libGL/ |
| D | Context.h | 419 struct State struct 421 Color colorClearValue; 422 GLclampf depthClearValue; 423 int stencilClearValue; 425 bool cullFaceEnabled; 426 GLenum cullMode; 427 GLenum frontFace; 428 bool depthTestEnabled; 429 GLenum depthFunc; 430 bool blendEnabled; [all …]
|
| /external/libchrome/sandbox/linux/bpf_dsl/ |
| D | verifier.cc | 21 struct State { struct 22 State(const std::vector<struct sock_filter>& p, in State() function 25 const std::vector<struct sock_filter>& program; 26 const struct arch_seccomp_data& data; 27 unsigned int ip; 28 uint32_t accumulator; 29 bool acc_is_valid; 103 uint32_t Ret(State*, const struct sock_filter& insn, const char** err) { in Ret() argument
|
| /external/swiftshader/src/Renderer/ |
| D | TextureStage.hpp | 97 struct State struct in sw::TextureStage 101 unsigned int stageOperation : BITS(STAGE_LAST); 102 unsigned int firstArgument : BITS(SOURCE_LAST); 103 unsigned int secondArgument : BITS(SOURCE_LAST); 104 unsigned int thirdArgument : BITS(SOURCE_LAST); 105 unsigned int stageOperationAlpha : BITS(STAGE_LAST); 106 unsigned int firstArgumentAlpha : BITS(SOURCE_LAST); 107 unsigned int secondArgumentAlpha : BITS(SOURCE_LAST); 108 unsigned int thirdArgumentAlpha : BITS(SOURCE_LAST); 109 unsigned int firstModifier : BITS(MODIFIER_LAST); [all …]
|
| D | Sampler.hpp | 128 struct State struct in sw::Sampler 132 TextureType textureType : BITS(TEXTURE_LAST); 133 Format textureFormat : BITS(FORMAT_LAST); 134 FilterType textureFilter : BITS(FILTER_LAST); 135 AddressingMode addressingModeU : BITS(ADDRESSING_LAST); 136 AddressingMode addressingModeV : BITS(ADDRESSING_LAST); 137 AddressingMode addressingModeW : BITS(ADDRESSING_LAST); 138 MipmapType mipmapFilter : BITS(FILTER_LAST); 139 bool sRGB : 1; 140 SwizzleType swizzleR : BITS(SWIZZLE_LAST); [all …]
|
| /external/pdfium/core/fxge/skia/ |
| D | fx_skia_device_unittest.cpp | 18 struct State { struct 19 enum class Change { kNo, kYes }; 20 enum class Save { kNo, kYes }; 21 enum class Clip { kNo, kSame, kDifferentPath, kDifferentMatrix }; 22 enum class Graphic { kNone, kPath, kText }; 24 Change m_change; 25 Save m_save; 26 Clip m_clip; 27 Graphic m_graphic; 28 uint32_t m_pixel; [all …]
|
| /external/lzma/CS/7zip/Compress/LZMA/ |
| D | LzmaBase.cs | 15 public struct State struct in SevenZip.Compression.LZMA.Base 17 public uint Index; 18 public void Init() { Index = 0; } in Init() 19 public void UpdateChar() in UpdateChar() 25 public void UpdateMatch() { Index = (uint)(Index < 7 ? 7 : 10); } in UpdateMatch() 26 public void UpdateRep() { Index = (uint)(Index < 7 ? 8 : 11); } in UpdateRep() 27 public void UpdateShortRep() { Index = (uint)(Index < 7 ? 9 : 11); } in UpdateShortRep() 28 public bool IsCharState() { return Index < 7; } in IsCharState()
|
| /external/v8/src/heap/ |
| D | memory-reducer.h | 87 struct State { struct 88 State(Action action, int started_gcs, double next_gc_start_ms, in State() argument 95 Action action; 96 int started_gcs; 97 double next_gc_start_ms; 98 double last_gc_time_ms; 99 size_t committed_memory_at_last_run;
|
| /external/clang/lib/Format/ |
| D | ContinuationIndenter.cpp | 79 LineState State; in getInitialState() local 98 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak() 142 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() 277 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() 312 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine() 439 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine() 596 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn() 708 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken() 825 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens() 904 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) { in moveStatePastFakeRParens() [all …]
|
| /external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
| D | ARMCallingConv.h | 31 CCState &State, bool CanFail) { in f64AssignAPCS() 62 CCState &State) { in CC_ARM_APCS_Custom_f64() 74 CCState &State, bool CanFail) { in f64AssignAAPCS() 110 CCState &State) { in CC_ARM_AAPCS_Custom_f64() 120 CCValAssign::LocInfo &LocInfo, CCState &State) { in f64RetAssign() 142 CCState &State) { in RetCC_ARM_APCS_Custom_f64() 153 CCState &State) { in RetCC_ARM_AAPCS_Custom_f64()
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | PointerArithChecker.cpp | 110 ProgramStateRef State = C.getState(); in getPointedRegion() local 132 ProgramStateRef State = C.getState(); in getArrayRegion() local 157 ProgramStateRef State = C.getState(); in reportPointerArithMisuse() local 222 ProgramStateRef State = C.getState(); in checkPostStmt() local 251 ProgramStateRef State = C.getState(); in checkPostStmt() local 266 ProgramStateRef State = C.getState(); in checkPostStmt() local 284 ProgramStateRef State = C.getState(); in checkPreStmt() local 308 ProgramStateRef State = C.getState(); in checkPreStmt() local 325 ProgramStateRef State = C.getState(); in checkPreStmt() local
|
| D | GenericTaintChecker.cpp | 294 ProgramStateRef State = nullptr; in addSourcesPre() local 329 ProgramStateRef State = C.getState(); in propagateFromPre() local 395 ProgramStateRef State = nullptr; in addSourcesPost() local 428 ProgramStateRef State = C.getState(); in getPointedToSymbol() local 447 ProgramStateRef State = C.getState(); in process() local 518 ProgramStateRef State = C.getState(); in preFscanf() local 536 ProgramStateRef State = C.getState(); in postSocket() local 552 ProgramStateRef State = C.getState(); in postScanf() local 574 ProgramStateRef State = C.getState(); in isStdin() local 637 ProgramStateRef State = C.getState(); in generateReportIfTainted() local
|
| D | ObjCSuperDeallocChecker.cpp | 90 ProgramStateRef State = C.getState(); in checkPreObjCMessage() local 125 ProgramStateRef State = C.getState(); in checkPostObjCMessage() local 142 ProgramStateRef State = C.getState(); in checkLocation() local 208 ProgramStateRef State = C.getState(); in diagnoseCallArguments() local 259 ProgramStateRef State = Succ->getState(); in VisitNode() local
|
| D | ExprInspectionChecker.cpp | 76 ProgramStateRef State = N->getState(); in getArgumentValueString() local 164 ProgramStateRef State = C.getState(); in analyzerGetExtent() local 179 ProgramStateRef State = C.getState(); in analyzerWarnOnDeadSymbol() local 186 ProgramStateRef State = C.getState(); in checkDeadSymbols() local
|
| /external/llvm/lib/Target/ARM/ |
| D | ARMCallingConv.h | 30 CCState &State, bool CanFail) { in f64AssignAPCS() 61 CCState &State) { in CC_ARM_APCS_Custom_f64() 73 CCState &State, bool CanFail) { in f64AssignAAPCS() 115 CCState &State) { in CC_ARM_AAPCS_Custom_f64() 125 CCValAssign::LocInfo &LocInfo, CCState &State) { in f64RetAssign() 147 CCState &State) { in RetCC_ARM_APCS_Custom_f64() 158 CCState &State) { in RetCC_ARM_AAPCS_Custom_f64() 183 CCState &State) { in CC_ARM_AAPCS_Custom_Aggregate()
|
| /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/ |
| D | State.java | 7 final class State class 12 State(@SuppressWarnings("hiding") int state, @SuppressWarnings("hiding") ArrayList nodes) in State() method in State
|
| /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/ |
| D | State.java | 13 final class State { class 33 State() {} in State() method in State 35 State(State other) { in State() method in State
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | ConstraintManager.cpp | 21 static DefinedSVal getLocFromSymbol(const ProgramStateRef &State, in getLocFromSymbol() 28 ConditionTruthVal ConstraintManager::checkNull(ProgramStateRef State, in checkNull()
|
| D | DynamicTypeMap.cpp | 21 DynamicTypeInfo getDynamicTypeInfo(ProgramStateRef State, in getDynamicTypeInfo() 42 ProgramStateRef setDynamicTypeInfo(ProgramStateRef State, const MemRegion *Reg, in setDynamicTypeInfo()
|
| /external/libchrome/base/metrics/ |
| D | field_trial.h | 116 struct BASE_EXPORT State { struct 121 State(); argument
|
| /external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
| D | DWARFDebugLine.h | 143 struct State : public Row, public LineTable { struct 150 State() : row(StartParsingLineTable) {} in State() argument 162 struct DumpingState : public State { argument
|
| /external/webrtc/webrtc/voice_engine/ |
| D | channel.h | 88 struct State { struct 89 State() : rx_apm_is_enabled(false), in State() function 112 state_ = State(); in Reset() argument
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | ConstraintManager.h | 75 ProgramStatePair assumeDual(ProgramStateRef State, DefinedSVal Cond) { in assumeDual() 109 ProgramStateRef State, NonLoc Value, const llvm::APSInt &From, in assumeWithinInclusiveRangeDual() 153 ConditionTruthVal isNull(ProgramStateRef State, SymbolRef Sym) { in isNull()
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64CallingConvention.h | 46 CCState &State, unsigned SlotAlign) { in finishStackBlock() 67 ISD::ArgFlagsTy &ArgFlags, CCState &State) { in CC_AArch64_Custom_Stack_Block() 86 ISD::ArgFlagsTy &ArgFlags, CCState &State) { in CC_AArch64_Custom_Block()
|