HomeSort by relevance Sort by last modified time
    Searched defs:init (Results 1 - 25 of 2236) 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
  /external/doclava/res/assets/templates/
trailer.cs 4 init(); /* initialize android-developer-docs.js */ method
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/app/
main.js 10 function init() { function
33 document.addEventListener('DOMContentLoaded', init);
  /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
  /external/chromium/chrome/browser/resources/file_manager/js/
main.js 15 function init() { function
  /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/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/chrome/browser/resources/file_manager/foreground/js/
main.js 22 function init() { function
39 util.addPageLoadHandler(init);
  /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
80 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/third_party/WebKit/ManualTests/accessibility/resources/
AppletTest.java 32 public void init() { method in class:AppletTest
  /external/chromium_org/third_party/WebKit/Source/core/
Init.cpp 32 #include "Init.h"
54 void init() function in namespace:WebCore
61 // It would make logical sense to do this and WTF::StringStatics::init() in
63 AtomicString::init();
64 HTMLNames::init();
65 SVGNames::init();
66 XLinkNames::init();
67 MathMLNames::init();
68 XMLNSNames::init();
69 XMLNames::init();
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrTest.cpp 13 void GrTestTarget::init(GrContext* ctx, GrDrawTarget* target) { function in class:GrTestTarget
30 tar->init(this, fGpu);
  /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 13 void GrTestTarget::init(GrContext* ctx, GrDrawTarget* target) { function in class:GrTestTarget
30 tar->init(this, fGpu);
  /frameworks/compile/libbcc/include/bcc/Support/
Initialization.h 22 namespace init { namespace in namespace:bcc
26 } // end namespace init
  /frameworks/compile/mclinker/tools/mcld/include/alone/Support/
Initialization.h 15 namespace init { namespace in namespace:alone
19 } // end namespace init
  /build/tools/droiddoc/templates-pdk/
trailer.cs 4 init(); /* initialize android-developer-docs.js */ method

Completed in 393 milliseconds

1 2 3 4 5 6 7 8 91011>>