HomeSort by relevance Sort by last modified time
    Searched defs:Create (Results 251 - 275 of 760) sorted by null

<<11121314151617181920>>

  /art/runtime/
type_lookup_table.cc 53 std::unique_ptr<TypeLookupTable> TypeLookupTable::Create(const DexFile& dex_file,
  /art/runtime/verifier/
register_line-inl.h 180 inline RegisterLine* RegisterLine::Create(size_t num_regs, MethodVerifier* verifier) {
  /build/soong/third_party/zip/
writer.go 180 // Create adds a file to the zip file using the provided name.
186 // call to Create, CreateHeader, or Close.
187 func (w *Writer) Create(name string) (io.Writer, error) {
200 // call to Create, CreateHeader, or Close. The provided FileHeader fh
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaDataTable.py 2 # This file is used to create/update/query/erase table for files
52 ## Create table
54 # Create a table
56 def Create(self, NewTable=True):
61 SqlCommand = """create temp table IF NOT EXISTS %s (%s)""" % (self.Table, self._COLUMN_)
63 SqlCommand = """create table IF NOT EXISTS %s (%s)""" % (self.Table, self._COLUMN_)
189 # Create all default records of table DataModel
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 94 constructor Create(const AHashList: THashList<TKey, TValue>);
117 constructor Create; overload;
118 constructor Create(const ACapacity: Integer); overload;
201 constructor THashList<TKey, TValue>.Create;
203 Create(-1);
206 constructor THashList<TKey, TValue>.Create(const ACapacity: Integer);
208 inherited Create;
211 FDictionary := TDictionary<TKey, TValue>.Create;
212 FInsertionOrderList := TList<TKey>.Create;
216 FDictionary := TDictionary<TKey, TValue>.Create(ACapacity)
    [all...]
  /external/autotest/client/deps/glbench/src/
glx_stuff.cc 30 GLInterface* GLInterface::Create() {
  /external/clang/lib/AST/
DeclCXX.cpp 94 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK,
361 // Create base specifier for any direct or indirect virtual bases.
    [all...]
ExprObjC.cpp 38 ObjCArrayLiteral *ObjCArrayLiteral::Create(const ASTContext &C,
89 ObjCDictionaryLiteral::Create(const ASTContext &C,
201 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK,
221 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK,
240 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK,
  /external/libbrillo/brillo/streams/
input_stream_set.cc 22 StreamPtr InputStreamSet::Create(std::vector<Stream*> source_streams,
57 StreamPtr InputStreamSet::Create(std::vector<Stream*> source_streams,
59 return Create(std::move(source_streams), {}, error);
62 StreamPtr InputStreamSet::Create(std::vector<StreamPtr> owned_source_streams,
68 return Create(std::move(source_streams), std::move(owned_source_streams),
memory_stream.cc 58 StreamPtr MemoryStream::Create(size_t reserve_size, ErrorPtr* error) {
  /external/libchrome/base/
environment.cc 138 std::unique_ptr<Environment> Environment::Create() {
  /external/libchrome/base/memory/
shared_memory_mac.cc 132 bool SharedMemory::Create(const SharedMemoryCreateOptions& options) {
137 "466437 SharedMemory::Create::Start"));
  /external/libchrome/base/threading/
platform_thread.h 160 static bool Create(size_t stack_size,
167 // CreateWithPriority() does the same thing as Create() except the priority of
173 // CreateNonJoinable() does the same thing as Create() except the thread
178 // Joins with a thread created via the Create function. This function blocks
  /external/llvm/lib/IR/
Instructions.cpp 204 LandingPadInst *LandingPadInst::Create(Type *RetTy, unsigned NumReservedClauses,
210 LandingPadInst *LandingPadInst::Create(Type *RetTy, unsigned NumReservedClauses,
320 CallInst *CallInst::Create(CallInst *CI, ArrayRef<OperandBundleDef> OpB,
324 auto *NewCI = CallInst::Create(CI->getCalledValue(), Args, OpB, CI->getName(),
485 // Create the call to Malloc.
497 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall",
501 // Create a cast instruction to convert to the right type...
504 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall");
508 // Create a cast instruction to convert to the right type...
592 Result = CallInst::Create(FreeFunc, PtrCast, Bundles, "", InsertBefore)
    [all...]
  /external/lzma/CPP/Windows/Control/
ImageList.h 34 bool Create(int width, int height, UINT flags, int initialNumber, int grow)
  /external/lzma/CS/7zip/Compress/LZ/
LzInWindow.cs 67 public void Create(UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32 keepSizeReserv)
  /external/lzma/Java/SevenZip/Compression/LZ/
OutWindow.java 15 public void Create(int windowSize)
  /external/opencv/otherlibs/highgui/
image.cpp 70 bool CvvImage::Create( int w, int h, int bpp, int origin )
122 if( Create( size.width, size.height,
  /external/pdfium/fpdfsdk/
fpdf_dataavail.cpp 63 static CFX_RetainPtr<CFPDF_FileAccessWrap> Create() {
105 m_FileRead(CFPDF_FileAccessWrap::Create()) {}
  /external/pdfium/fxjs/
cfxjse_runtimedata.cpp 80 std::unique_ptr<CFXJSE_RuntimeData> CFXJSE_RuntimeData::Create(
105 pData->m_pFXJSERuntimeData = CFXJSE_RuntimeData::Create(pIsolate);
  /external/pdfium/xfa/fwl/
cfx_barcode.cpp 59 bool CFX_Barcode::Create(BC_TYPE type) {
  /external/skia/include/gpu/vk/
GrVkBackendContext.h 58 * Helper function to create the Vulkan objects needed for a Vulkan-backed GrContext.
68 static const GrVkBackendContext* Create(uint32_t* presentQueueIndex = nullptr,
72 static const GrVkBackendContext* Create(const GrVkInterface::GetInstanceProc& getInstanceProc,
86 return Create(presentQueueIndex, canPresent, getProc);
  /external/skia/src/core/
SkImageFilterCache.cpp 134 SkImageFilterCache* SkImageFilterCache::Create(size_t maxBytes) {
142 once([]{ cache = SkImageFilterCache::Create(kDefaultCacheSize); });
  /external/skia/src/gpu/gl/
GrGLBuffer.cpp 32 GrGLBuffer* GrGLBuffer::Create(GrGLGpu* gpu, size_t size, GrBufferType intendedType,
  /external/skia/src/utils/
SkFrontBufferedStream.cpp 14 // Called by Create.
42 // FIXME: SkAutoTMalloc throws on failure. Instead, Create should return a
64 SkStreamRewindable* SkFrontBufferedStream::Create(SkStream* stream, size_t bufferSize) {

Completed in 687 milliseconds

<<11121314151617181920>>