HomeSort by relevance Sort by last modified time
    Searched refs:g_result (Results 1 - 2 of 2) 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/antlr-3.4/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};

Completed in 652 milliseconds