/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...] |
Init.h | 37 void init();
|
/system/core/sh/ |
init.h | 1 /* $NetBSD: init.h,v 1.10 2003/08/07 09:05:32 agc Exp $ */ 34 * @(#)init.h 8.2 (Berkeley) 5/4/95 37 void init(void);
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
WorkerCrypto.cpp | 38 ScriptWrappable::init(this);
|
/external/llvm/test/MC/MachO/ |
tbss.s | 3 .tbss _a$tlv$init, 4 4 .tbss _b$tlv$init, 4, 3 70 // CHECK: ('_string_data', '\x00_a$tlv$init\x00_b$tlv$init\x00\x00\x00\x00') 78 // CHECK: ('_string', '_a$tlv$init') 86 // CHECK: ('_string', '_b$tlv$init')
|
tdata.s | 3 _a$tlv$init: 70 // CHECK: ('_string_data', '\x00_a$tlv$init\x00\x00\x00\x00') 78 // CHECK: ('_string', '_a$tlv$init')
|
/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
|
/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();
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/ |
dic_node_state.h | 42 // Init with prevWordPos 43 void init(const int prevWordPos) { function in class:latinime::DicNodeState 44 mDicNodeStateInput.init(); 45 mDicNodeStateOutput.init(); 46 mDicNodeStatePrevWord.init(prevWordPos); 47 mDicNodeStateScoring.init(); 50 // Init by copy 51 AK_FORCE_INLINE void init(const DicNodeState *const src) { function in class:latinime::DicNodeState 52 mDicNodeStateInput.init(&src->mDicNodeStateInput); 53 mDicNodeStateOutput.init(&src->mDicNodeStateOutput) 59 void init(const DicNodeState *const src, const uint16_t mergedNodeCodePointCount, function in class:latinime::DicNodeState [all...] |
/external/clang/test/SemaCXX/ |
uninit-variables-conditional.cpp | 12 int init(double *); 19 if (bar() || baz() || Foo() || init(&x))
|
/external/llvm/test/MC/AsmParser/ |
directive_tbss.s | 3 # CHECK: .tbss _a$tlv$init, 4 4 # CHECK: .tbss _b$tlv$init, 4, 3 6 .tbss _a$tlv$init, 4 7 .tbss _b$tlv$init, 4, 3
|
/external/arduino/hardware/arduino/cores/arduino/ |
main.cpp | 5 init();
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
StringStatics.h | 40 WTF_EXPORT static void 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_org/third_party/WebKit/ManualTests/accessibility/resources/ |
AppletTest.class | |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/ |
RTCAudioSource.h | 35 // Disallow init and don't add to documentation 36 - (id)init __attribute__( 37 (unavailable("init is not a supported initializer for this class.")));
|
RTCAudioTrack.h | 34 // Disallow init and don't add to documentation 35 - (id)init __attribute__( 36 (unavailable("init is not a supported initializer for this class.")));
|
RTCVideoSource.h | 34 // Disallow init and don't add to documentation 35 - (id)init __attribute__( 36 (unavailable("init is not a supported initializer for this class.")));
|
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/ |
GL2JNILib.java | 31 public static native void init(int width, int height); method in class:GL2JNILib
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
AsymmetricCipherKeyPairGenerator.java | 13 public void init(KeyGenerationParameters param); method in interface:AsymmetricCipherKeyPairGenerator
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/ |
GCMMultiplier.java | 5 void init(byte[] H); method in interface:GCMMultiplier
|
/external/dropbear/debian/ |
dropbear.prerm | 5 if test -x /etc/init.d/dropbear; then 9 /etc/init.d/dropbear stop
|
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
GL2JNILib.java | 31 public static native void init(int width, int height); method in class:GL2JNILib
|