Searched defs:Create (Results 276 - 300 of 527) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs64 public virtual object Create( IToken payload ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
69 return Create( payload.Type, payload.Text );
71 object node = adaptor.Create( payload );
174 object n = this.Create( child );
180 object n = this.Create( newRoot );
186 public virtual object Create( int tokenType, IToken fromToken ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
188 object node = adaptor.Create( tokenType, fromToken );
193 public virtual object Create( int tokenType, IToken fromToken, string text ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
195 object node = adaptor.Create( tokenType, fromToken, text );
200 public virtual object Create( in method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
207 public object Create(IToken fromToken, string text) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs40 * Create a tree node from Token object; for CommonTree type trees,
49 T Create(IToken payload); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
166 * Create a node for newRoot make it the root of oldRoot.
185 * Create a new node derived from a token, with a new token type.
194 T Create(int tokenType, IToken fromToken); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
206 T Create(int tokenType, IToken fromToken, string text); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
209 * Create a new node derived from a token, with a new token type.
218 T Create(int tokenType, string text); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/autotest/client/deps/glbench/src/
H A Dwaffle_stuff.cc51 GLInterface* GLInterface::Create() { function in class:GLInterface
/external/clang/include/clang/AST/
H A DDependentDiagnostic.h38 static DependentDiagnostic *Create(ASTContext &Context, function in class:clang::DependentDiagnostic
48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
101 static DependentDiagnostic *Create(ASTContext &Context,
/external/clang/lib/AST/
H A DExprObjC.cpp38 ObjCArrayLiteral *ObjCArrayLiteral::Create(const ASTContext &C, function in class:ObjCArrayLiteral
89 ObjCDictionaryLiteral::Create(const ASTContext &C, function in class:ObjCDictionaryLiteral
201 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, function in class:ObjCMessageExpr
221 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, function in class:ObjCMessageExpr
240 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, function in class:ObjCMessageExpr
H A DTemplateBase.cpp530 ASTTemplateArgumentListInfo::Create(ASTContext &C, function in class:ASTTemplateArgumentListInfo
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc62 DDetector *DDetector::Create(const DDFlags *flags) { function in class:__sanitizer::DDetector
/external/libbrillo/brillo/streams/
H A Dmemory_stream.cc58 StreamPtr MemoryStream::Create(size_t reserve_size, ErrorPtr* error) { function in class:brillo::MemoryStream
/external/libchrome/base/memory/
H A Dshared_memory_posix.cc121 bool SharedMemory::Create(const SharedMemoryCreateOptions& options) { function in class:base::SharedMemory
/external/libmojo/mojo/edk/embedder/
H A Dplatform_shared_buffer.cc43 PlatformSharedBuffer* PlatformSharedBuffer::Create(size_t num_bytes) { function in class:mojo::edk::PlatformSharedBuffer
231 return shared_memory_->Create(options);
/external/libmojo/mojo/edk/system/
H A Dchannel_win.cc351 scoped_refptr<Channel> Channel::Create( function in class:mojo::edk::Channel
H A Dcore_test_base.cc31 static scoped_refptr<MockDispatcher> Create( function in class:mojo::edk::test::__anon11797::MockDispatcher
156 scoped_refptr<MockDispatcher> dispatcher = MockDispatcher::Create(info);
H A Dshared_buffer_dispatcher.cc77 MojoResult SharedBufferDispatcher::Create( function in class:mojo::edk::SharedBufferDispatcher
93 PlatformSharedBuffer::Create(static_cast<size_t>(num_bytes));
/external/libmojo/mojo/public/cpp/bindings/
H A Dthread_safe_interface_ptr.h146 static scoped_refptr<ThreadSafeInterfacePtrBase> Create( function in class:mojo::ThreadSafeInterfacePtrBase
157 static scoped_refptr<ThreadSafeInterfacePtrBase> Create( function in class:mojo::ThreadSafeInterfacePtrBase
/external/llvm/include/llvm/ADT/
H A DScopedHashTable.h61 static ScopedHashTableVal *Create(ScopedHashTableVal *nextInScope, function in class:llvm::ScopedHashTableVal
212 KeyEntry = ValTy::Create(S->getLastValInScope(), KeyEntry, Key, Val,
/external/llvm/include/llvm/IR/
H A DBasicBlock.h91 static BasicBlock *Create(LLVMContext &Context, const Twine &Name = "", function in class:llvm::BasicBlock
344 // Create wrappers for C Binding types (see CBindingWrapping.h).
/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.h132 if (_dialogCreatedEvent.Create() != S_OK)
136 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0) function in class:CProgressDialog
139 INT_PTR res = CModalDialog::Create(IDD_PROGRESS, wndParent);
/external/lzma/CPP/Windows/Control/
H A DDialog.cpp193 bool CModelessDialog::Create(LPCTSTR templateName, HWND parentWindow) function in class:NWindows::NControl::CModelessDialog
202 INT_PTR CModalDialog::Create(LPCTSTR templateName, HWND parentWindow) function in class:NWindows::NControl::CModalDialog
209 bool CModelessDialog::Create(LPCWSTR templateName, HWND parentWindow) function in class:NWindows::NControl::CModelessDialog
233 INT_PTR CModalDialog::Create(LPCWSTR templateName, HWND parentWindow) function in class:NWindows::NControl::CModalDialog
H A DDialog.h129 bool Create(LPCTSTR templateName, HWND parentWindow);
130 bool Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindow); } function in class:NWindows::NControl::CModelessDialog
132 bool Create(LPCWSTR templateName, HWND parentWindow);
141 INT_PTR Create(LPCTSTR templateName, HWND parentWindow);
142 INT_PTR Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindow); } function in class:NWindows::NControl::CModalDialog
144 INT_PTR Create(LPCWSTR templateName, HWND parentWindow);
/external/lzma/CPP/Windows/
H A DFileIO.cpp49 bool CFileBase::Create(CFSTR path, DWORD desiredAccess, function in class:NWindows::NFile::NIO::CFileBase
313 bool res = Create(fileName, GENERIC_READ, shareMode, creationDisposition, flagsAndAttributes);
375 { return CFileBase::Create(fileName, GENERIC_WRITE, shareMode, creationDisposition, flagsAndAttributes); }
380 bool COutFile::Create(CFSTR fileName, bool createAlways) function in class:NWindows::NFile::NIO::COutFile
H A DRegistry.cpp21 LONG CKey::Create(HKEY parentKey, LPCTSTR keyName, function in class:NWindows::NRegistry::CKey
176 LONG res = key.Create(parentKey, keyName);
186 LONG res = key.Create(_object, keyName);
H A DSynchronization.h28 WRes Create(bool manualReset, bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = NULL) function in class:NWindows::NSynchronization::CBaseEvent
53 WRes Create(bool initiallyOwn = false) function in class:NWindows::NSynchronization::CManualResetEvent
66 return CBaseEvent::Create(true, initiallyOwn, name);
74 WRes Create() function in class:NWindows::NSynchronization::CAutoResetEvent
96 WRes Create(bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = NULL) function in class:NWindows::NSynchronization::CMutex
134 WRes Create(UInt32 initiallyCount, UInt32 maxCount) function in class:NWindows::NSynchronization::CSemaphore
/external/lzma/CS/7zip/Compress/LZ/
H A DLzBinTree.cs79 public void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method in class:SevenZip.Compression.LZ.BinTree
89 base.Create(historySize + keepAddBufferBefore, matchMaxLen + keepAddBufferAfter, windowReservSize);
/external/lzma/Java/SevenZip/Compression/LZ/
H A DBinTree.java79 public boolean Create(int historySize, int keepAddBufferBefore, method in class:BinTree
89 super.Create(historySize + keepAddBufferBefore, matchMaxLen + keepAddBufferAfter, windowReservSize);
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DDecoder.java18 public void Create(int numPosStates) method in class:Decoder.LenDecoder
97 public void Create(int numPosBits, int numPrevBits) method in class:Decoder.LiteralDecoder
162 m_OutWindow.Create(Math.max(m_DictionarySizeCheck, (1 << 12)));
171 m_LiteralDecoder.Create(lp, lc);
173 m_LenDecoder.Create(numPosStates);
174 m_RepLenDecoder.Create(numPosStates);

Completed in 1302 milliseconds

<<11121314151617181920>>