OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:long_arg
(Results
1 - 4
of
4
) sorted by null
/external/bison/build-aux/
cross-options.pl
42
my $
long_arg
= "=$arg";
44
$
long_arg
= "[$
long_arg
]";
59
$long = "$long$
long_arg
";
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc
193
const Arg<long>
long_arg
(2);
208
If((
long_arg
& ~kAllowedMask) == 0, Allow()).Else(CrashSIGSYS()))
/external/libchrome/sandbox/linux/bpf_dsl/
bpf_dsl_unittest.cc
400
const Arg<unsigned long>
long_arg
(2);
403
.Case(F_SETFD, If(
long_arg
== O_CLOEXEC, Allow()).Else(Error(EINVAL)))
/art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc
1860
jlong
long_arg
;
local
[
all
...]
Completed in 92 milliseconds