Home
last modified time | relevance | path

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

12345

/external/chromium_org/third_party/angle/src/libEGL/
Dmain.h18 struct Current struct
27 void setCurrentError(EGLint error); argument
/external/chromium_org/third_party/angle/src/libGLESv2/
Dmain.h25 struct Current struct
31 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface); argument
/external/v8/src/
Dlithium-allocator-inl.h72 LOperand* TempIterator::Current() { in Current() function
100 LOperand* InputIterator::Current() { in Current() function
128 LOperand* UseIterator::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/chromium_org/v8/src/
Dlithium-allocator-inl.h72 LOperand* TempIterator::Current() { in Current() function
100 LOperand* InputIterator::Current() { in Current() function
131 LOperand* UseIterator::Current() { in Current() function
Ddata-flow.h59 int Current() const { in Current() function
212 int Current() const { return it_.Current(); } in Current() function
/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/chromium/base/
Dprocess_posix.cc17 Process Process::Current() { in Current() function in base::Process
Dprocess_win.cc53 Process Process::Current() { in Current() function in base::Process
/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/llvm/include/llvm/ADT/
Dedit_distance.h66 unsigned *Current = Previous + (n + 1); variable
/external/clang/lib/Format/
DTokenAnnotator.cpp267 void updateParameterCount(FormatToken *Left, FormatToken *Current) { in updateParameterCount()
578 void determineTokenType(FormatToken &Current) { in determineTokenType()
927 FormatToken *Current; member in clang::format::__anon157a22350111::ExpressionParser
956 FormatToken *Current = Line.First->Next; in calculateFormattingInformation() local
1010 FormatToken *Current = Line.Last; in calculateUnbreakableTailLengths() local
DTokenAnnotator.h47 FormatToken *Current = First; in AnnotatedLine() local
/external/chromium_org/base/message_loop/
Dmessage_pump_ozone.cc28 MessagePumpOzone* MessagePumpOzone::Current() { in Current() function in base::MessagePumpOzone
Dmessage_pump_x11.cc153 MessagePumpX11* MessagePumpX11::Current() { in Current() function in base::MessagePumpX11
159 MessagePumpX11* MessagePumpX11::Current() { in Current() function in base::MessagePumpX11
/external/chromium/chrome/browser/sync/engine/
Dget_commit_ids_command.h60 int64 Current() const { in Current() function
/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.cpp53 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/clang/include/clang/AST/
DAttrIterator.h58 mutable Iterator Current; variable
/external/llvm/include/llvm/Option/
DArgList.h30 SmallVectorImpl<Arg*>::const_iterator Current; variable
57 : Current(it), Args(_Args), Id0(_Id0), Id1(_Id1), Id2(_Id2) { in Current() function

12345