Searched refs:init (Results 1 - 25 of 3736) sorted by relevance

1234567891011>>

/external/llvm/test/MC/MachO/
H A Dtbss.s3 .tbss _a$tlv$init, 4
4 .tbss _b$tlv$init, 4, 3
67 // CHECK: Name: _a$tlv$init (13)
76 // CHECK: Name: _b$tlv$init (1)
H A Dtdata.s3 _a$tlv$init:
67 // CHECK: Name: _a$tlv$init (1)
/external/swiftshader/third_party/LLVM/test/MC/MachO/
H A Dtbss.s3 .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')
H A Dtdata.s3 _a$tlv$init:
70 // CHECK: ('_string_data', '\x00_a$tlv$init\x00\x00\x00\x00')
78 // CHECK: ('_string', '_a$tlv$init')
/external/clang/test/SemaCXX/
H A Duninit-variables-conditional.cpp12 int init(double *);
19 if (bar() || baz() || Foo() || init(&x))
/external/llvm/test/MC/AsmParser/
H A Ddirective_tbss.s3 # 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/swiftshader/third_party/LLVM/test/MC/AsmParser/
H A Ddirective_tbss.s3 # 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/conscrypt/platform/src/main/java/org/conscrypt/
H A DNativeCryptoJni.java24 public static void init() { method in class:NativeCryptoJni
/external/libcxx/test/std/thread/futures/futures.task/futures.task.members/
H A Dctor1.fail.cpp31 VPT init{};
32 auto const& c_init = init;
33 PT p1{init}; // expected-error {{no matching constructor}}
35 PT p3{std::move(init)}; // expected-error {{no matching constructor for initialization of 'PT' (aka 'packaged_task<A (int, char)>')}}
/external/proguard/examples/annotations/examples/
H A DApplet.java19 public void init() method in class:Applet
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dcall.exp17 dg-init
18 libffi-init
/external/swiftshader/third_party/subzero/crosstest/
H A Dmem_intrin.h11 int memcpy_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length);
12 int memmove_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length);
13 int memset_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length);
16 int memcpy_test_fixed_len_##NBYTES(uint8_t init); \
17 int memmove_test_fixed_len_##NBYTES(uint8_t init); \
18 int memset_test_fixed_len_##NBYTES(uint8_t init);
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dcalloc-preload.c19 static void init() { function
24 void *dummy = init;
/external/deqp/modules/egl/
H A DteglSyncTests.hpp38 void init (void);
45 void init (void);
H A DteglClientExtensionTests.hpp38 void init (void);
H A DteglGLES2SharedRenderingPerfTests.hpp38 void init (void);
H A DteglGLES2SharingTests.hpp38 void init (void);
H A DteglGLES2SharingThreadedTests.hpp39 void init (void);
H A DteglMakeCurrentPerfTests.hpp38 void init (void);
/external/syslinux/core/
H A Dinit.c9 void init(void) function
11 firmware->init();
/external/webrtc/talk/app/webrtc/objc/public/
H A DRTCAudioSource.h35 // Disallow init and don't add to documentation
36 - (id)init __attribute__(
37 (unavailable("init is not a supported initializer for this class.")));
H A DRTCAudioTrack.h34 // Disallow init and don't add to documentation
35 - (id)init __attribute__(
36 (unavailable("init is not a supported initializer for this class.")));
H A DRTCVideoSource.h34 // Disallow init and don't add to documentation
35 - (id)init __attribute__(
36 (unavailable("init is not a supported initializer for this class.")));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DAsymmetricCipherKeyPairGenerator.java13 public void init(KeyGenerationParameters param); method in interface:AsymmetricCipherKeyPairGenerator
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMMultiplier.java5 void init(byte[] H); method in interface:GCMMultiplier

Completed in 599 milliseconds

1234567891011>>