Home
last modified time | relevance | path

Searched defs:State (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/external/ceres-solver/internal/ceres/
Dline_search_minimizer.h48 struct State { struct
49 State(int num_parameters, in State() function
59 double cost;
60 Vector gradient;
61 double gradient_squared_norm;
62 double gradient_max_norm;
63 Vector search_direction;
64 double directional_derivative;
65 double step_size;
/external/lldb/tools/debugserver/source/MacOSX/ppc/
DDNBArchImpl.h82 struct State struct
93 State() in State() argument
104 void InvalidateAllRegisterStates() in InvalidateAllRegisterStates() argument
108 kern_return_t GetError (int set, uint32_t err_idx) const in GetError()
126 bool SetError (int set, uint32_t err_idx, kern_return_t err) in SetError()
175 State m_state; argument
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.h137 struct State struct
145 State() in State() argument
156 void InvalidateRegisterSetState(int set) in InvalidateRegisterSetState() argument
160 kern_return_t GetError (int set, uint32_t err_idx) const in GetError()
181 bool SetError (int set, uint32_t err_idx, kern_return_t err) in SetError()
220 kern_return_t GetGPRState (bool force); argument
/external/libchrome/sandbox/linux/bpf_dsl/
Dverifier.cc21 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/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.h121 struct State struct
129 State() in State() function
140 void InvalidateAllRegisterStates() in InvalidateAllRegisterStates() argument
144 kern_return_t GetError (int flavor, uint32_t err_idx) const in GetError()
164 bool SetError (int flavor, uint32_t err_idx, kern_return_t err) in SetError()
204 kern_return_t GetGPRState (bool force); argument
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.h120 struct State struct
128 State() in State() argument
141 InvalidateAllRegisterStates() in InvalidateAllRegisterStates() argument
147 GetError (int flavor, uint32_t err_idx) const in GetError()
169 SetError (int flavor, uint32_t err_idx, kern_return_t err) in SetError()
211 kern_return_t GetGPRState (bool force); argument
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaBase.cs15 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/
Dmemory-reducer.h86 struct State { struct
87 State(Action action, int started_gcs, double next_gc_start_ms, in State() function
93 Action action;
94 int started_gcs;
95 double next_gc_start_ms;
96 double last_gc_time_ms;
/external/clang/lib/Format/
DContinuationIndenter.cpp73 LineState State; in getInitialState() local
92 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak()
136 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak()
256 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState()
291 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine()
406 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine()
554 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn()
666 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken()
779 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens()
857 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) { in moveStatePastFakeRParens()
[all …]
/external/llvm/lib/Target/ARM/
DARMCallingConv.h30 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/
DState.java7 final class State class
12 State(@SuppressWarnings("hiding") int state, @SuppressWarnings("hiding") ArrayList nodes) in State() method in State
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugLine.h192 struct State : public Row struct
194 typedef void (*Callback)(dw_offset_t offset, const State& state, void* userData); argument
203 State (Prologue::shared_ptr& prologue_sp, argument
223 DISALLOW_COPY_AND_ASSIGN (State); argument
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
DState.java13 final class State { class
33 State() {} in State() method in State
35 State(State other) { in State() method in State
/external/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp294 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
DNullabilityChecker.cpp250 ProgramStateRef State) { in getNullConstraint()
283 ProgramStateRef State = N->getState(); in VisitNode() local
333 ProgramStateRef State, in checkParamsForPreconditionViolation()
359 static bool checkPreconditionViolation(ProgramStateRef State, ExplodedNode *N, in checkPreconditionViolation()
412 ProgramStateRef State = C.getState(); in checkDeadSymbols() local
444 ProgramStateRef State = Event.SinkNode->getState(); in checkEvent() local
478 ProgramStateRef State = C.getState(); in checkPreStmt() local
543 ProgramStateRef State = C.getState(); in checkPreCall() local
635 ProgramStateRef State = C.getState(); in checkPostCall() local
664 ProgramStateRef State) { in getReceiverNullability()
[all …]
DVforkChecker.cpp147 ProgramStateRef State = C.getState(); in checkPostCall() local
185 ProgramStateRef State = C.getState(); in checkPreCall() local
194 ProgramStateRef State = C.getState(); in checkBind() local
211 ProgramStateRef State = C.getState(); in checkPreStmt() local
DCheckerDocumentation.cpp217 ProgramStateRef evalAssume(ProgramStateRef State, in evalAssume()
226 void checkLiveSymbols(ProgramStateRef State, SymbolReaper &SR) const {} in checkLiveSymbols()
260 checkRegionChanges(ProgramStateRef State, in checkRegionChanges()
281 ProgramStateRef checkPointerEscape(ProgramStateRef State, in checkPointerEscape()
292 ProgramStateRef checkConstPointerEscape(ProgramStateRef State, in checkConstPointerEscape()
/external/webrtc/webrtc/voice_engine/
Dchannel.h88 struct State { struct
89 State() : rx_apm_is_enabled(false), in State() argument
112 state_ = State(); in Reset() argument
/external/libchrome/base/metrics/
Dfield_trial.h116 struct BASE_EXPORT State { struct
121 State(); argument
/external/clang/lib/StaticAnalyzer/Core/
DConstraintManager.cpp21 static DefinedSVal getLocFromSymbol(const ProgramStateRef &State, in getLocFromSymbol()
28 ConditionTruthVal ConstraintManager::checkNull(ProgramStateRef State, in checkNull()
DDynamicTypeMap.cpp21 DynamicTypeInfo getDynamicTypeInfo(ProgramStateRef State, in getDynamicTypeInfo()
42 ProgramStateRef setDynamicTypeInfo(ProgramStateRef State, const MemRegion *Reg, in setDynamicTypeInfo()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DConstraintManager.h75 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/
DAArch64CallingConvention.h46 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()
/external/openfst/src/include/fst/
Dconst-fst.h112 struct State { struct
118 State() : final(Weight::Zero()), niepsilons(0), noepsilons(0) {} in State() argument
/external/avahi/avahi-autoipd/
Dmain.h32 typedef enum State { enum
41 } State; typedef

12345678910>>...13