OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_result
(Results
1 - 4
of
4
) sorted by null
/bionic/tests/libs/
preinit_syscall_test_helper.cpp
24
static ssize_t
g_result
;
variable
29
g_result
= write(-1, "", 1);
37
CHECK(
g_result
== -1);
/external/antlr/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm
89
my $
g_result
= run_program([ File::Spec->catfile($cwd, 'tools', $antlr), '-o', $tmpdir, $grammar_file ]);
90
if ($
g_result
->{exit_code} >> 8 != 0) {
91
croak $
g_result
->{err};
/external/grpc-grpc/test/core/iomgr/
tcp_server_uv_test.cc
62
static on_connect_result
g_result
= {NULL, 0, 0};
variable
110
g_result
= temp_result;
191
on_connect_result_init(&
g_result
);
210
*result =
g_result
;
tcp_server_posix_test.cc
81
static on_connect_result
g_result
= {nullptr, 0, 0, -1};
variable
158
g_result
= temp_result;
235
on_connect_result_init(&
g_result
);
270
*result =
g_result
;
Completed in 2858 milliseconds