OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exported
(Results
26 - 50
of
4019
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/compile/slang/tests/F_const_array_arg/
stderr.txt.expect
1
const_array_arg.rs:4:10: error:
exported
function parameters may not have array type: 'float [3]'
/frameworks/compile/slang/tests/F_float3_array/
stderr.txt.expect
1
float3_array.rs:4:8: error: arrays of width 3 vector types cannot be
exported
: 'f'
/frameworks/compile/slang/tests/F_float3_v13/
stderr.txt.expect
1
float3_v13.rs:9:10: error: structs containing vectors of dimension 3 cannot be
exported
at this API level: 'myStruct'
/frameworks/compile/slang/tests/F_struct_bitfield/
stderr.txt.expect
1
struct_bitfield.rs:5:9: error: bit fields are not able to be
exported
: 's.x'
/frameworks/compile/slang/tests/F_struct_float3_array/
stderr.txt.expect
1
struct_float3_array.rs:4:8: error: arrays of width 3 vector types cannot be
exported
: 'float3_array'
/prebuilts/go/darwin-x86/src/go/doc/testdata/
predeclared.0.golden
1
// Package predeclared is a go/doc test for handling of
exported
...
predeclared.2.golden
1
// Package predeclared is a go/doc test for handling of
exported
...
f.1.golden
14
//
Exported
must always be visible. Was issue 2824.
15
func
Exported
() private
/prebuilts/go/linux-x86/src/go/doc/testdata/
predeclared.0.golden
1
// Package predeclared is a go/doc test for handling of
exported
...
predeclared.2.golden
1
// Package predeclared is a go/doc test for handling of
exported
...
f.1.golden
14
//
Exported
must always be visible. Was issue 2824.
15
func
Exported
() private
/frameworks/compile/slang/tests/F_refcount_15/
stderr.txt.expect
1
refcount_15.rs:5:15: error: arrays/structures containing RS object types cannot be
exported
in target API < 16: 'aFail'
2
refcount_15.rs:9:3: error: arrays/structures containing RS object types cannot be
exported
in target API < 16: 'sFail'
/prebuilts/go/darwin-x86/test/fixedbugs/issue18419.dir/
other.go
7
type
Exported
struct {
11
func (e *
Exported
) member() int { return 1 }
/prebuilts/go/linux-x86/test/fixedbugs/issue18419.dir/
other.go
7
type
Exported
struct {
11
func (e *
Exported
) member() int { return 1 }
/cts/tests/framework/base/activitymanager/app/
AndroidManifest.xml
31
android:
exported
="true"
36
android:
exported
="true"
44
android:
exported
="true"
48
android:
exported
="true"
54
android:
exported
="true"
59
android:
exported
="true"
64
android:
exported
="true"
68
android:
exported
="true"
75
android:
exported
="true"
78
android:
exported
="true
[
all
...]
/frameworks/support/samples/SupportLeanbackDemos/src/main/
AndroidManifest.xml
36
android:
exported
="true" />
40
android:
exported
="true" />
43
android:
exported
="true" >
48
android:
exported
="true" />
52
android:
exported
="true" />
56
android:
exported
="true" />
60
android:
exported
="true" />
64
android:
exported
="true" />
68
android:
exported
="true" />
72
android:
exported
="true" /
[
all
...]
/prebuilts/go/darwin-x86/test/fixedbugs/bug324.dir/
prog.go
11
type
Exported
interface {
22
var x
Exported
27
var px p.
Exported
35
// *Implementation does not implement p.
Exported
(missing p.private method)
39
// p.
Exported
does not implement
Exported
(missing private method)
46
x = px.(
Exported
)
/prebuilts/go/linux-x86/test/fixedbugs/bug324.dir/
prog.go
11
type
Exported
interface {
22
var x
Exported
27
var px p.
Exported
35
// *Implementation does not implement p.
Exported
(missing p.private method)
39
// p.
Exported
does not implement
Exported
(missing private method)
46
x = px.(
Exported
)
/prebuilts/go/darwin-x86/test/interface/private.dir/
prog.go
12
type
Exported
interface {
21
var x
Exported
25
var px p.
Exported
/prebuilts/go/linux-x86/test/interface/private.dir/
prog.go
12
type
Exported
interface {
21
var x
Exported
25
var px p.
Exported
/external/libusb/.private/
README.txt
5
exported
when producing release archives.
/external/v8/src/inspector/
inspector_protocol_config.json
10
"
exported
": ["Domain"]
15
"
exported
": ["StackTrace", "RemoteObject"]
19
"
exported
": ["SearchMatch", "paused.reason"]
33
"
exported
": {
/prebuilts/go/darwin-x86/test/fixedbugs/issue10700.dir/
other.go
7
type
Exported
interface {
/prebuilts/go/linux-x86/test/fixedbugs/issue10700.dir/
other.go
7
type
Exported
interface {
/external/libbrillo/brillo/
brillo_export.h
9
// that need to be
exported
out of libbrillo. By default, any symbol not
10
// explicitly marked with BRILLO_EXPORT attribute is not
exported
.
20
void baz(); //
Exported
since it is a member of an
exported
class.
28
// virtual table (if any), and static member variables are
exported
.
32
// be
exported
and fail to link. Marking those inline explicitly might help.
39
// hide a member of an
exported
class:
44
void bar(); //
Exported
since it is a member of an
exported
class.
53
// that it must not be
exported
, since the compiler might still need it
[
all
...]
Completed in 221 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>