OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:facilities
(Results
1 - 25
of
35
) sorted by null
1
2
/external/flatbuffers/go/
doc.go
1
// Package flatbuffers provides
facilities
to read and write flatbuffers
/prebuilts/go/darwin-x86/src/runtime/
os_linux_s390x.go
16
//
facilities
is padded to avoid false sharing.
17
type
facilities
struct {
type
23
// cpu indicates the availability of s390x
facilities
that can be used in
25
var cpu
facilities
os_linux_ppc64x.go
28
type
facilities
struct {
type
46
var cpu
facilities
/prebuilts/go/linux-x86/src/runtime/
os_linux_s390x.go
16
//
facilities
is padded to avoid false sharing.
17
type
facilities
struct {
type
23
// cpu indicates the availability of s390x
facilities
that can be used in
25
var cpu
facilities
os_linux_ppc64x.go
28
type
facilities
struct {
type
46
var cpu
facilities
/external/valgrind/tests/
s390x_features.c
54
/* stfle not available: assume no
facilities
*/
203
unsigned long long
facilities
;
local
208
facilities
= stfle();
211
match = (
facilities
& FAC_BIT(1)) && (
facilities
& FAC_BIT(2));
213
match =
facilities
& FAC_BIT(0);
215
match =
facilities
& FAC_BIT(7);
217
match = (
facilities
& FAC_BIT(18)) && (
facilities
& FAC_BIT(19));
219
match =
facilities
& FAC_BIT(21)
[
all
...]
/external/ltp/testcases/kernel/syscalls/syslog/
syslog08
27
# case 8: Test all the
facilities
at a particular level. #
29
#
Facilities
available are: LOG_KERN, LOG_USER, LOG_MAIL #
42
local
facilities
="user mail daemon auth lpr"
44
tst_resm TINFO "testing all the
facilities
"
46
for facility in $
facilities
; do
123
tst_resm TINFO " Test all the
facilities
at a particular level."
124
tst_resm TINFO "
Facilities
available are: LOG_KERN, LOG_USER, LOG_MAIL"
/prebuilts/go/darwin-x86/src/runtime/debug/
stack.go
5
// Package debug contains
facilities
for programs to debug themselves while
/prebuilts/go/linux-x86/src/runtime/debug/
stack.go
5
// Package debug contains
facilities
for programs to debug themselves while
/external/regex-re2/doc/
mksyntaxgo
27
facilities
of package regexp (such as Compile and Match) instead of this package.
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
sys_netbsd.go
51
// routing
facilities
.
route.go
8
// packet routing
facilities
on BSD variants.
sys_darwin.go
60
// Darwin kernels require 32-bit aligned access to routing
facilities
.
sys_freebsd.go
63
// alignment for routing
facilities
are set at the build time
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
sys_netbsd.go
51
// routing
facilities
.
route.go
8
// packet routing
facilities
on BSD variants.
sys_darwin.go
60
// Darwin kernels require 32-bit aligned access to routing
facilities
.
sys_freebsd.go
63
// alignment for routing
facilities
are set at the build time
/external/mesa3d/docs/OLD/
MESA_program_debug.spec
35
The extension provides
facilities
for implementing debuggers for
42
There are
facilities
to do the following:
/prebuilts/go/darwin-x86/src/syscall/
route_bsd.go
24
// routing
facilities
.
28
// access to routing
facilities
.
34
//
facilities
are set at the build time of the kernel.
/prebuilts/go/linux-x86/src/syscall/
route_bsd.go
24
// routing
facilities
.
28
// access to routing
facilities
.
34
//
facilities
are set at the build time of the kernel.
/prebuilts/go/darwin-x86/src/regexp/syntax/
doc.go
10
facilities
of package regexp (such as Compile and Match) instead of this package.
/prebuilts/go/linux-x86/src/regexp/syntax/
doc.go
10
facilities
of package regexp (such as Compile and Match) instead of this package.
/prebuilts/go/darwin-x86/src/sync/atomic/
doc.go
10
// done with channels or the
facilities
of the sync package.
/prebuilts/go/linux-x86/src/sync/atomic/
doc.go
10
// done with channels or the
facilities
of the sync package.
Completed in 681 milliseconds
1
2