/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/ |
Table.py | 2 # This file is used to create/update/query/erase a common table
34 ## Create table
36 # Create a table
38 def Create(self, SqlCommand):
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
ITreeFactory.cs | 39 TTree Create( TToken payload );
|
/external/clang/lib/AST/ |
DeclFriend.cpp | 27 FriendDecl *FriendDecl::Create(ASTContext &C, DeclContext *DC,
|
StmtObjC.cpp | 46 ObjCAtTryStmt *ObjCAtTryStmt::Create(const ASTContext &Context,
|
/external/compiler-rt/test/tsan/ |
mutex_annotations.cc | 10 void Create(bool linker_initialized = false) { 37 m.Create(true);
|
/external/libbrillo/brillo/streams/ |
memory_stream.h | 39 // - Create - creates a new internal memory buffer that can be written to 92 static StreamPtr Create(size_t reserve_size, ErrorPtr* error); 94 inline static StreamPtr Create(ErrorPtr* error) { return Create(0, error); }
|
/external/llvm/lib/Target/SystemZ/ |
SystemZConstantPoolValue.cpp | 24 SystemZConstantPoolValue::Create(const GlobalValue *GV,
|
/external/lzma/CPP/7zip/UI/FileManager/ |
ComboDialog.h | 25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_COMBO, parentWindow); }
|
/external/lzma/CPP/Windows/Control/ |
StatusBar.h | 14 bool Create(LONG style, LPCTSTR text, HWND hwndParent, UINT id)
24 bool Create(LONG style, LPCWSTR text, HWND hwndParent, UINT id)
|
/external/pdfium/fpdfsdk/javascript/ |
JS_Runtime_Stub.cpp | 166 IJS_Runtime* IJS_Runtime::Create(CPDFSDK_FormFillEnvironment* pFormFillEnv) {
|
/external/skia/include/effects/ |
SkTableMaskFilter.h | 17 Helper methods create some common tables (e.g. gamma, clipping) 30 static SkMaskFilter* Create(const uint8_t table[256]) {
|
/external/skia/src/core/ |
SkColorTable.cpp | 94 sk_sp<SkColorTable> SkColorTable::Create(SkReadBuffer& buffer) {
|
/external/skia/src/gpu/gl/ |
GrGLContext.cpp | 14 GrGLContext* GrGLContext::Create(const GrGLInterface* interface, const GrContextOptions& options) {
|
/external/skia/src/gpu/vk/ |
GrVkTransferBuffer.cpp | 13 GrVkTransferBuffer* GrVkTransferBuffer::Create(GrVkGpu* gpu, size_t size, GrVkBuffer::Type type) { 20 const GrVkBuffer::Resource* bufferResource = GrVkBuffer::Create(gpu, desc);
|
/external/skia/src/ports/ |
SkFontConfigTypeface.h | 23 static SkTypeface_FCI* Create(sk_sp<SkFontConfigInterface> fci, 31 static SkTypeface_FCI* Create(std::unique_ptr<SkFontData> data,
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
ARMMCExpr.cpp | 17 ARMMCExpr::Create(VariantKind Kind, const MCExpr *Expr,
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
MipsMCSymbolRefExpr.cpp | 18 MipsMCSymbolRefExpr::Create(VariantKind Kind, const MCSymbol *Symbol,
|
/external/webrtc/talk/app/webrtc/ |
localaudiosource.cc | 88 rtc::scoped_refptr<LocalAudioSource> LocalAudioSource::Create(
|
mediastream.cc | 45 rtc::scoped_refptr<MediaStream> MediaStream::Create(
|
/external/webrtc/talk/media/base/ |
fakescreencapturerfactory.h | 44 virtual cricket::VideoCapturer* Create(const ScreencastId& window) {
|
/external/webrtc/talk/media/devices/ |
mobiledevicemanager.cc | 67 DeviceManagerInterface* DeviceManagerFactory::Create() {
|
/external/webrtc/talk/media/webrtc/ |
fakewebrtcvcmfactory.h | 40 virtual webrtc::VideoCaptureModule* Create(int module_id,
|
/external/webrtc/webrtc/base/ |
rtccertificate.cc | 17 scoped_refptr<RTCCertificate> RTCCertificate::Create(
|
windowpickerfactory.h | 32 virtual WindowPicker* Create() {
|
/external/webrtc/webrtc/common_audio/ |
real_fourier.cc | 24 rtc::scoped_ptr<RealFourier> RealFourier::Create(int fft_order) {
|