Searched refs:has_init (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/src/modules/audio_processing/test/
H A Dunpack.cc193 if (!event_msg.has_init()) {
H A Dprocess_test.cc526 ASSERT_TRUE(event_msg.has_init());
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c561 static int has_init = 0; local
565 if (!has_init) {
575 has_init = 1;
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dunpack.cc198 if (!event_msg.has_init()) {
H A Dprocess_test.cc588 ASSERT_TRUE(event_msg.has_init());
/external/libcxxabi/src/
H A Dcxa_demangle.cpp1399 bool has_init = false; local
1403 has_init = true;
1431 if (has_init)
1460 if (has_init)
/external/valgrind/main/perf/
H A Dtinycc.c5415 int has_init, int v, int scope);
14271 /* parse an initializer for type 't' if 'has_init' is non zero, and
14276 in the value stack. If 'has_init' is 2, a special parsing is done argument
14279 int has_init, int v, int scope)
14296 if (!has_init)
14299 if (has_init == 2) {
14399 if (!has_init)
14408 if (has_init)
14476 if (has_init) {
14634 int v, has_init,
14632 int v, has_init, r; local
[all...]

Completed in 5505 milliseconds