Searched defs:init (Results 176 - 200 of 601) sorted by relevance

1234567891011>>

/external/javassist/sample/rmi/
H A DCountApplet.java20 public void init() { method in class:CountApplet
27 /* call this method instead of init() if this program is not run
/external/javassist/src/main/javassist/compiler/ast/
H A DNewExpr.java34 public NewExpr(int type, ASTList arraySize, ArrayInit init) { argument
38 if (init != null)
39 append(this, init);
43 ASTList arraySize, ArrayInit init) {
46 if (init != null)
47 append(e, init);
42 makeObjectArray(ASTList className, ASTList arraySize, ArrayInit init) argument
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/basis/
H A DImprovedNoise.java42 public void init() { method in class:ImprovedNoise
/external/kernel-headers/original/asm-mips/
H A Dpgalloc.h49 pgd_t *ret, *init; local
53 init = pgd_offset(&init_mm, 0UL);
55 memcpy(ret + USER_PTRS_PER_PGD, init + USER_PTRS_PER_PGD,
/external/kernel-headers/original/linux/
H A Dlis331dlh.h54 int (*init)(void); member in struct:lis331dlh_platform_data
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_link.h49 phDal4Nfc_link_initialize_CB_t init; member in struct:__anon8546
/external/llvm/lib/Archive/
H A DArchiveInternals.h58 void init() { function in class:llvm::ArchiveMemberHeader
/external/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp212 void LiveIntervalUnion::Array::init(LiveIntervalUnion::Allocator &Alloc, function in class:LiveIntervalUnion::Array
/external/llvm/lib/Transforms/Instrumentation/
H A DOptimalEdgeProfiling.cpp218 Constant *init = ConstantArray::get(ATy, Initializer); local
219 Counters->setInitializer(init);
/external/openssl/crypto/comp/
H A Dcomp.h17 int (*init)(COMP_CTX *ctx); member in struct:comp_method_st
/external/openssl/crypto/evp/
H A Dm_sha1.c74 static int init(EVP_MD_CTX *ctx) function
89 init,
/external/openssl/crypto/store/
H A Dstr_locl.h77 STORE_INITIALISE_FUNC_PTR init; member in struct:store_method_st
/external/openssl/include/openssl/
H A Dcomp.h17 int (*init)(COMP_CTX *ctx); member in struct:comp_method_st
/external/qemu/hw/
H A Dsysbus.h36 sysbus_initfn init; member in struct:__anon11590
39 void sysbus_register_dev(const char *name, size_t size, sysbus_initfn init);
/external/skia/include/core/
H A DSkBlitter.h103 void init(SkBlitter* blitter, const SkIRect& clipRect) { function in class:SkRectClipBlitter
130 void init(SkBlitter* blitter, const SkRegion* clipRgn) { function in class:SkRgnClipBlitter
/external/skia/include/gpu/
H A DGrGlyph.h34 void init(GrGlyph::PackedID packed, const GrIRect& bounds) { function in struct:GrGlyph
/external/skia/src/core/
H A DSkAAClip.h99 void init(SkBlitter* blitter, const SkAAClip* aaclip) { function in class:SkAAClipBlitter
H A DSkClampRange.cpp48 void SkClampRange::init(SkFixed fx0, SkFixed dx0, int count, int v0, int v1) { function in class:SkClampRange
/external/skia/src/gpu/gl/
H A DGrGLCaps.cpp59 void GrGLCaps::init(const GrGLContextInfo& ctxInfo) { function in class:GrGLCaps
/external/srec/seti/sltsEngine/include/
H A DSWIslts.h60 SWIsltsResult (*init) (void); member in struct:SWIsltsWrapper
/external/tcpdump/
H A Dprint-sctp.c225 const struct sctpInitiation *init; local
228 init=(const struct sctpInitiation*)(chunkDescPtr+1);
229 printf("[init tag: %u] ", EXTRACT_32BITS(&init->initTag));
230 printf("[rwnd: %u] ", EXTRACT_32BITS(&init->rcvWindowCredit));
231 printf("[OS: %u] ", EXTRACT_16BITS(&init->NumPreopenStreams));
232 printf("[MIS: %u] ", EXTRACT_16BITS(&init->MaxInboundStreams));
233 printf("[init TSN: %u] ", EXTRACT_32BITS(&init->initialTSN));
236 if( (init
244 const struct sctpInitiation *init; local
[all...]
/external/webkit/Source/WebCore/dom/
H A DQualifiedName.cpp54 void QualifiedName::init(const AtomicString& p, const AtomicString& l, const AtomicString& n) function in class:WebCore::QualifiedName
67 init(p, l, n);
72 init(p, AtomicString(l), n);
105 // Global init routines
108 void QualifiedName::init() function in class:WebCore::QualifiedName
114 AtomicString::init();
/external/webkit/Source/WebCore/platform/
H A DWidget.cpp36 void Widget::init(PlatformWidget widget) function in class:WebCore::Widget
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DPODIntervalTree.h57 init();
63 init();
105 void init() function in class:WebCore::PODIntervalTree
/external/webkit/Source/WebKit/win/
H A DWebDownloadCurl.cpp59 void WebDownload::init(ResourceHandle* handle, const ResourceRequest& request, const ResourceResponse& response, IWebDownloadDelegate* delegate) function in class:WebDownload
64 void WebDownload::init(const KURL& url, IWebDownloadDelegate* delegate) function in class:WebDownload

Completed in 695 milliseconds

1234567891011>>