HomeSort by relevance Sort by last modified time
    Searched defs:init (Results 1 - 25 of 3106) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/tools/droiddoc/templates-ds/
trailer.cs 46 init(); /* initialize android-developer-docs.js */ method
  /build/tools/droiddoc/templates-pdk/
trailer.cs 3 init(); /* initialize android-developer-docs.js */ method
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/app/
main.js 5 function init() { function
36 document.addEventListener('DOMContentLoaded', init);
  /external/doclava/res/assets/templates/
trailer.cs 4 init(); /* initialize android-developer-docs.js */ method
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
main.js 10 function init() { function
16 document.addEventListener('DOMContentLoaded', init);
  /external/proguard/examples/annotations/examples/
Applet.java 18 public void init() method in class:Applet
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/examples/
Applet.java 18 public void init() method in class:Applet
  /cts/suite/audio_quality/lib/src/
ClientImpl.cpp 34 bool ClientImpl::init(const android::String8& param) function in class:ClientImpl
48 return mAudio->init(HOST_TCP_PORT);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/i18n/getMessage/
popup.js 9 function init() { function
24 init();
  /external/chromium_org/chrome/common/extensions/docs/examples/api/processes/process_monitor/
popup.js 6 function init() { function
75 document.addEventListener('DOMContentLoaded', init);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/processes/show_tabs/
popup.js 6 function init() { function
72 document.addEventListener('DOMContentLoaded', init);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
options.js 10 //adding listener when body is loaded to call init function.
11 window.addEventListener('load', init, false);
17 function init() { function
  /external/chromium_org/remoting/ios/Chromoting_unittests/
main_no_arc.cc 12 void init() { function in namespace:remoting::main_no_arc
  /external/chromium_org/third_party/WebKit/ManualTests/accessibility/resources/
AppletTest.java 32 public void init() { method in class:AppletTest
  /external/chromium_org/third_party/skia/src/gpu/
GrTest.cpp 14 void GrTestTarget::init(GrContext* ctx, GrDrawTarget* target) { function in class:GrTestTarget
31 tar->init(this, fGpu);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
main.js 22 function init() { function
39 util.addPageLoadHandler(init);
  /external/llvm/test/MC/AsmParser/
directive_tdata.s 4 # CHECK: _a$tlv$init:
8 _a$tlv$init:
  /external/llvm/test/MC/MachO/
tdata.s 3 _a$tlv$init:
70 // CHECK: ('_string_data', '\x00_a$tlv$init\x00\x00\x00\x00')
78 // CHECK: ('_string', '_a$tlv$init')
tls.s 5 .globl _c$tlv$init
7 _c$tlv$init:
15 .quad _c$tlv$init
18 .globl _d$tlv$init
20 _d$tlv$init:
28 .quad _d$tlv$init
30 .tbss _a$tlv$init, 4, 2
36 .quad _a$tlv$init
38 .tbss _b$tlv$init, 4, 2
44 .quad _b$tlv$init
    [all...]
  /external/oprofile/daemon/
oprofiled.h 20 void (*init)(void); member in struct:oprofiled_ops
  /external/skia/src/gpu/
GrTest.cpp 14 void GrTestTarget::init(GrContext* ctx, GrDrawTarget* target) { function in class:GrTestTarget
31 tar->init(this, fGpu);
  /frameworks/compile/libbcc/include/bcc/Support/
Initialization.h 22 namespace init { namespace in namespace:bcc
26 } // end namespace init
  /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/openssl/openssl/crypto/evp/
m_dss.c 71 static int init(EVP_MD_CTX *ctx) function
86 init,

Completed in 1029 milliseconds

1 2 3 4 5 6 7 8 91011>>