Searched refs:init (Results 476 - 500 of 3511) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/
H A Dunsetf_mask.pass.cpp25 init(0);
H A Dwidth_streamsize.pass.cpp25 init(0);
/external/libxml2/
H A Denc.h25 int xmlCharEncOutput(xmlOutputBufferPtr output, int init);
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_sw.c90 struct pipe_screen *(*init)(struct sw_winsys *);
97 init = (void *)util_dl_get_proc_address(sdev->lib, "swrast_create_screen");
98 if (!init)
101 return init(sdev->ws);
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dfilters.h42 pp_init_func init; /* Init function */ member in struct:pp_filter_t
49 /* name inner shaders verts init run */
/external/qemu/include/hw/
H A Dboards.h18 QEMUMachineInitFunc *init; member in struct:QEMUMachine
/external/qemu/
H A Dkvm-android.c8 #define D(...) VERBOSE_PRINT(init,__VA_ARGS__)
/external/skia/src/effects/gradients/
H A DSkClampRange.h31 void init(SkFixed fx, SkFixed dx, int count, int v0, int v1);
/external/skia/src/gpu/
H A DGrTest.h22 void init(GrContext*, GrDrawTarget*);
/external/tcpdump/
H A Dprint-sctp.c273 const struct sctpInitiation *init; local
276 init=(const struct sctpInitiation*)(chunkDescPtr+1);
277 printf("[init tag: %u] ", EXTRACT_32BITS(&init->initTag));
278 printf("[rwnd: %u] ", EXTRACT_32BITS(&init->rcvWindowCredit));
279 printf("[OS: %u] ", EXTRACT_16BITS(&init->NumPreopenStreams));
280 printf("[MIS: %u] ", EXTRACT_16BITS(&init->MaxInboundStreams));
281 printf("[init TSN: %u] ", EXTRACT_32BITS(&init->initialTSN));
284 if( (init
292 const struct sctpInitiation *init; local
[all...]
/external/openssl/crypto/evp/
H A Dbio_md.c102 bi->init=0;
113 a->init=0;
129 if (b->init)
152 if (b->init)
185 if (b->init)
193 if (b->init)
204 b->init = 1;
207 if (b->init)
222 b->init=1;
229 b->init
[all...]
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DCipher_Impl1Test.java37 kg.init(keyLen, new SecureRandom());
47 * @tests javax.crypto.Cipher#init(int, java.security.Key,
62 ap.init(iv, "RAW");
65 cipher.init(Cipher.ENCRYPT_MODE, cipherKey, ap);
74 * @tests javax.crypto.Cipher#init(int, java.security.Key,
93 ap.init(iv, "RAW");
97 cipher.init(Cipher.ENCRYPT_MODE, cipherKey, ap, sr);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_webrtc_data_channel_handler.cc38 const WebRTCDataChannelInit& init,
40 : client_(0), label_(label), init_(init), delegate_(delegate) {
41 reliable_ = (init.ordered && init.maxRetransmits == -1 &&
42 init.maxRetransmitTime == -1);
36 MockWebRTCDataChannelHandler( WebString label, const WebRTCDataChannelInit& init, WebTestDelegate* delegate) argument
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dsocket.c70 bio->init = 0;
83 if (bio->init) {
86 bio->init = 0;
137 b->init = 1;
140 if (b->init) {
/external/chromium_org/third_party/mesa/src/src/gbm/main/
H A Dbackend.c55 const void *init = NULL; local
66 init = backend->builtin;
80 init = dlsym(module, entrypoint);
81 if (!init)
85 return init;
/external/mesa3d/src/gbm/main/
H A Dbackend.c55 const void *init = NULL; local
66 init = backend->builtin;
80 init = dlsym(module, entrypoint);
81 if (!init)
85 return init;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-object-private.hh56 inline void init (int v) { ref_count = v; } function in struct:hb_reference_count_t
85 inline void init (void) { lock.init (); items.init (); } function in struct:hb_user_data_array_t
138 obj->header.ref_count.init (1);
139 obj->header.user_data.init ();
/external/libcxx/test/containers/sequences/deque/deque.capacity/
H A Dresize_size_value.pass.cpp24 int init = 0; local
27 init = (start+1) / b + ((start+1) % b != 0);
28 init *= b;
29 --init;
31 C c(init, 0);
32 for (int i = 0; i < init-start; ++i)
/external/libcxx/test/containers/sequences/deque/deque.cons/
H A Dassign_iter_iter.pass.cpp26 int init = 0; local
29 init = (start+1) / b + ((start+1) % b != 0);
30 init *= b;
31 --init;
33 C c(init, 0);
34 for (int i = 0; i < init-start; ++i)
/external/libcxx/test/containers/sequences/deque/deque.modifiers/
H A Demplace.pass.cpp27 int init = 0; local
30 init = (start+1) / b + ((start+1) % b != 0);
31 init *= b;
32 --init;
34 C c(init);
35 for (int i = 0; i < init-start; ++i)
H A Derase_iter.pass.cpp24 int init = 0; local
27 init = (start+1) / b + ((start+1) % b != 0);
28 init *= b;
29 --init;
31 C c(init, 0);
32 for (int i = 0; i < init-start; ++i)
H A Derase_iter_iter.pass.cpp24 int init = 0; local
27 init = (start+1) / b + ((start+1) % b != 0);
28 init *= b;
29 --init;
31 C c(init, 0);
32 for (int i = 0; i < init-start; ++i)
H A Dinsert_rvalue.pass.cpp27 int init = 0; local
30 init = (start+1) / b + ((start+1) % b != 0);
31 init *= b;
32 --init;
34 C c(init);
35 for (int i = 0; i < init-start; ++i)
/external/libcxx/test/containers/sequences/deque/deque.special/
H A Dcopy.pass.cpp29 int init = 0; local
32 init = (start+1) / b + ((start+1) % b != 0);
33 init *= b;
34 --init;
36 C c(init, 0);
37 for (int i = 0; i < init-start; ++i)
H A Dcopy_backward.pass.cpp29 int init = 0; local
32 init = (start+1) / b + ((start+1) % b != 0);
33 init *= b;
34 --init;
36 C c(init, 0);
37 for (int i = 0; i < init-start; ++i)

Completed in 2080 milliseconds

<<11121314151617181920>>