HomeSort by relevance Sort by last modified time
    Searched defs:init (Results 26 - 50 of 2236) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/resources/
TestApplet.java 7 public void init() method in class:TestApplet
  /external/chromium_org/third_party/WebKit/Source/platform/
Partitions.cpp 39 void Partitions::init() function in class:WebCore::Partitions
41 m_objectModelAllocator.init();
42 m_renderingAllocator.init();
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringStatics.cpp 64 void AtomicString::init() function in class:WTF::AtomicString
72 void StringStatics::init() function in class:WTF::StringStatics
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
m_dss.c 71 static int init(EVP_MD_CTX *ctx) function
86 init,
m_dss1.c 73 static int init(EVP_MD_CTX *ctx) function
88 init,
m_ecdsa.c 121 static int init(EVP_MD_CTX *ctx) function
136 init,
m_md4.c 74 static int init(EVP_MD_CTX *ctx) function
89 init,
m_md5.c 73 static int init(EVP_MD_CTX *ctx) function
88 init,
m_mdc2.c 74 static int init(EVP_MD_CTX *ctx) function
89 init,
m_null.c 65 static int init(EVP_MD_CTX *ctx) function
80 init,
m_ripemd.c 73 static int init(EVP_MD_CTX *ctx) function
88 init,
m_wp.c 14 static int init(EVP_MD_CTX *ctx) function
29 init,
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLExtensions.h 22 bool init(GrGLBinding binding, const GrGLInterface* iface) { function in class:GrGLExtensions
24 return this->init(binding, iface->fGetString, iface->fGetStringi, iface->fGetIntegerv);
28 * of init expects that getString is always non-NULL while getIntegerv and getStringi are non-
31 bool init(GrGLBinding binding,
37 * Queries whether an extension is present. This will fail if init() has not been called.
  /external/llvm/test/MC/MachO/
tlv-reloc.s 4 _a$tlv$init:
13 .quad _a$tlv$init
114 // CHECK: ('_string_data', '\x00_a\x00__tlv_bootstrap\x00_foo\x00_a$tlv$init\x00\x00\x00\x00')
122 // CHECK: ('_string', '_a$tlv$init')
  /external/openssl/crypto/evp/
m_dss.c 71 static int init(EVP_MD_CTX *ctx) function
86 init,
m_dss1.c 73 static int init(EVP_MD_CTX *ctx) function
88 init,
m_ecdsa.c 121 static int init(EVP_MD_CTX *ctx) function
136 init,
m_md4.c 74 static int init(EVP_MD_CTX *ctx) function
89 init,
m_md5.c 73 static int init(EVP_MD_CTX *ctx) function
88 init,
m_mdc2.c 74 static int init(EVP_MD_CTX *ctx) function
89 init,
m_null.c 65 static int init(EVP_MD_CTX *ctx) function
80 init,
m_ripemd.c 73 static int init(EVP_MD_CTX *ctx) function
88 init,
m_wp.c 14 static int init(EVP_MD_CTX *ctx) function
29 init,
  /external/skia/include/gpu/gl/
GrGLExtensions.h 22 bool init(GrGLBinding binding, const GrGLInterface* iface) { function in class:GrGLExtensions
24 return this->init(binding, iface->fGetString, iface->fGetStringi, iface->fGetIntegerv);
28 * of init expects that getString is always non-NULL while getIntegerv and getStringi are non-
31 bool init(GrGLBinding binding,
37 * Queries whether an extension is present. This will fail if init() has not been called.
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridSetSelection.java 27 protected void init(Params params) { method in class:GridSetSelection

Completed in 470 milliseconds

12 3 4 5 6 7 8 91011>>