Home
last modified time | relevance | path

Searched defs:Current (Results 1 – 25 of 103) sorted by relevance

12345

/external/chromium_org/third_party/angle/src/libEGL/
Dmain.h17 struct Current struct
26 void setCurrentError(EGLint error); argument
/external/chromium_org/third_party/angle/src/libGLESv2/
Dmain.h27 struct Current struct
33 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface); argument
/external/clang/lib/Format/
DContinuationIndenter.cpp48 static bool startsNextParameter(const FormatToken &Current, in startsNextParameter()
92 const FormatToken &Current = *State.NextToken; in canBreak() local
128 const FormatToken &Current = *State.NextToken; in mustBreak() local
231 const FormatToken &Current = *State.NextToken; in addTokenToState() local
259 FormatToken &Current = *State.NextToken; in addTokenOnCurrentLine() local
346 FormatToken &Current = *State.NextToken; in addTokenOnNewLine() local
475 FormatToken &Current = *State.NextToken; in getNewLineColumn() local
573 const FormatToken &Current = *State.NextToken; in moveStateToNextToken() local
679 const FormatToken &Current = *State.NextToken; in moveStatePastFakeLParens() local
803 const FormatToken &Current = *State.NextToken; in moveStatePastScopeOpener() local
[all …]
DTokenAnnotator.cpp331 void updateParameterCount(FormatToken *Left, FormatToken *Current) { in updateParameterCount()
692 void determineTokenType(FormatToken &Current) { in determineTokenType()
1156 FormatToken *Current; member in clang::format::__anonb1df64420111::ExpressionParser
1204 static bool isFunctionDeclarationName(const FormatToken &Current) { in isFunctionDeclarationName()
1250 FormatToken *Current = Line.First->Next; in calculateFormattingInformation() local
1329 FormatToken *Current = Line.Last; in calculateUnbreakableTailLengths() local
DTokenAnnotator.h52 FormatToken *Current = First; in AnnotatedLine() local
/external/chromium_org/v8/src/
Dlithium-inl.h40 LOperand* TempIterator::Current() { in Current() function
66 LOperand* InputIterator::Current() { in Current() function
97 LOperand* UseIterator::Current() { in Current() function
Ddata-flow.h36 int Current() const { in Current() function
203 int Current() const { return it_.Current(); } in Current() function
/external/llvm/lib/Target/NVPTX/
DManagedStringPool.h32 SmallVectorImpl<std::string *>::iterator Current = Pool.begin(); in ~ManagedStringPool() local
34 delete *Current; in ~ManagedStringPool() local
/external/mesa3d/src/mesa/program/
Dprogram_parse.y99 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
/external/chromium_org/third_party/mesa/src/src/mesa/program/
Dprogram_parse.y99 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
/external/llvm/include/llvm/ADT/
Dedit_distance.h66 unsigned *Current = Previous + (n + 1); variable
/external/chromium_org/base/process/
Dprocess_posix.cc17 Process Process::Current() { in Current() function in base::Process
Dprocess_win.cc78 Process Process::Current() { in Current() function in base::Process
/external/chromium_org/media/cast/common/
Dclock_drift_smoother.cc20 base::TimeDelta ClockDriftSmoother::Current() const { in Current() function in media::cast::ClockDriftSmoother
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeIterator.cs73 public object Current { property in Antlr.Runtime.Tree.TreeIterator
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeIterator.cs78 public object Current property in Antlr.Runtime.Tree.TreeIterator
/external/chromium_org/v8/tools/testrunner/server/
Dcompression.py61 def Current(self): member in Receiver
/external/llvm/lib/IR/
DUse.cpp95 const Use *Current = this; in getImpliedUser() local
/external/clang/test/SemaCXX/
Dconstructor-initializer.cpp89 struct Current : Derived { struct
91Current() : Derived(1), ::Derived(), // expected-warning {{field 'Derived' will be initialized aft… in Current() argument
/external/llvm/include/llvm/Option/
DArgList.h31 SmallVectorImpl<Arg*>::const_iterator Current; variable
58 : Current(it), Args(_Args), Id0(_Id0), Id1(_Id1), Id2(_Id2) { in Current() function
/external/clang/include/clang/AST/
DAttrIterator.h58 mutable Iterator Current; variable
/external/llvm/include/llvm/Object/
DSymbolicFile.h49 content_type Current; variable
/external/clang/lib/Basic/
DModule.cpp79 for (const Module *Current = this; Current; Current = Current->Parent) { in isAvailable() local
175 Module *Current = Stack.back(); in markUnavailable() local
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
Dgtest-param-util.h215 virtual const T* Current() const { return &value_; } in Current() function
309 virtual const T* Current() const { in Current() function
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h215 virtual const T* Current() const { return &value_; } in Current() function
309 virtual const T* Current() const { in Current() function

12345