OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exported
(Results
1 - 25
of
4019
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/compile/slang/tests/F_anon_struct/
stderr.txt.expect
1
anon_struct.rs:4:1: error: anonymous structures cannot be
exported
/frameworks/compile/slang/tests/F_anon_struct_kernel_sig/
stderr.txt.expect
1
anon_struct_kernel_sig.rs:4:9: error: anonymous structures cannot be
exported
/frameworks/compile/slang/tests/F_anon_struct_typedef/
stderr.txt.expect
1
anon_struct_typedef.rs:4:9: error: anonymous structures cannot be
exported
/frameworks/compile/slang/tests/F_anon_struct_usrdata/
stderr.txt.expect
1
anon_struct_usrdata.rs:4:9: error: anonymous structures cannot be
exported
/frameworks/compile/slang/tests/F_ptr_in_struct_for_call/
stderr.txt.expect
1
ptr_in_struct_for_call.rs:8:24: error: structures containing pointers cannot be used as the type of an
exported
global variable or the parameter to an
exported
function: 'usr'
/frameworks/compile/slang/tests/F_struct_field_ptr_to_array/
stderr.txt.expect
1
struct_field_ptr_to_array.rs:4:8: error: structures containing pointers cannot be used as the type of an
exported
global variable or the parameter to an
exported
function: 'foo'
/frameworks/compile/slang/tests/F_struct_field_ptr_to_fn_noproto/
stderr.txt.expect
1
struct_field_ptr_to_fn_noproto.rs:4:8: error: structures containing pointers cannot be used as the type of an
exported
global variable or the parameter to an
exported
function: 'foo'
/frameworks/compile/slang/tests/F_struct_field_ptr_to_fn_proto/
stderr.txt.expect
1
struct_field_ptr_to_fn_proto.rs:4:8: error: structures containing pointers cannot be used as the type of an
exported
global variable or the parameter to an
exported
function: 'foo'
/prebuilts/go/darwin-x86/src/go/doc/testdata/
f.0.golden
11
//
Exported
must always be visible. Was issue 2824.
12
func
Exported
() private
f.2.golden
11
//
Exported
must always be visible. Was issue 2824.
12
func
Exported
() private
/prebuilts/go/linux-x86/src/go/doc/testdata/
f.0.golden
11
//
Exported
must always be visible. Was issue 2824.
12
func
Exported
() private
f.2.golden
11
//
Exported
must always be visible. Was issue 2824.
12
func
Exported
() private
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
stub-dynsym-1.s
2
.global
exported
\@
3
.equ
exported
\@,\@
/frameworks/compile/slang/tests/F_int_ptr_ptr/
stderr.txt.expect
1
int_ptr_ptr.rs:4:7: error: multiple levels of pointers cannot be
exported
: 'myPtr'
/frameworks/compile/slang/tests/F_multidim_array/
stderr.txt.expect
1
multidim_array.rs:4:5: error: multidimensional arrays cannot be
exported
: 'arr'
/frameworks/compile/slang/tests/F_ptr_in_struct/
stderr.txt.expect
1
ptr_in_struct.rs:4:8: error: structures containing pointers cannot be used as the type of an
exported
global variable or the parameter to an
exported
function: 's'
2
ptr_in_struct.rs:10:8: error: structures containing pointers cannot be used as the type of an
exported
global variable or the parameter to an
exported
function: 'voidStruct'
/frameworks/compile/slang/tests/F_ptr_to_array/
stderr.txt.expect
1
ptr_to_array.rs:4:7: error: pointers to arrays cannot be
exported
: 'arrayptr'
/frameworks/compile/slang/tests/F_ptr_to_fn_noproto/
stderr.txt.expect
1
ptr_to_fn_noproto.rs:4:7: error: function types cannot be
exported
: 'fnptr'
/frameworks/compile/slang/tests/F_ptr_to_fn_proto/
stderr.txt.expect
1
ptr_to_fn_proto.rs:4:7: error: function types cannot be
exported
: 'fnptr'
/frameworks/compile/slang/tests/F_void_ptr/
stderr.txt.expect
1
void_ptr.rs:4:7: error: void pointers cannot be
exported
: 'v'
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/
.classpath
6
<classpathentry
exported
="true" kind="lib" path="libs/ninepatch.jar" sourcepath="/ninepatch"/>
7
<classpathentry
exported
="true" kind="lib" path="libs/sdkuilib.jar" sourcepath="/sdkuilib"/>
8
<classpathentry
exported
="true" kind="lib" path="libs/rule-api.jar" sourcepath="/rule-api"/>
9
<classpathentry
exported
="true" kind="lib" path="libs/lint-api.jar" sourcepath="/lint-api"/>
10
<classpathentry
exported
="true" kind="lib" path="libs/lint-checks.jar" sourcepath="/lint-checks"/>
11
<classpathentry
exported
="true" kind="lib" path="libs/asset-studio.jar" sourcepath="/asset-studio"/>
12
<classpathentry
exported
="true" kind="lib" path="libs/ant-glob.jar"/>
13
<classpathentry
exported
="true" kind="lib" path="libs/freemarker-2.3.20.jar"/>
14
<classpathentry
exported
="true" kind="lib" path="libs/manifest-merger.jar" sourcepath="/ManifestMerger"/>
15
<classpathentry
exported
="true" kind="lib" path="libs/lombok-ast-0.2.2.jar"/
[
all
...]
/prebuilts/go/darwin-x86/src/go/printer/testdata/
comments.x
8
// The S0 struct; no field is
exported
.
13
// The S1 struct; some fields are not
exported
.
16
A, B, C float // 3
exported
fields
21
// The S2 struct; all fields are
exported
.
24
A, B, C float // 3
exported
fields
30
// The I0 interface; no method is
exported
.
35
// The I1 interface; some methods are not
exported
.
38
F(x float) float //
exported
methods
42
// The I2 interface; all methods are
exported
.
45
F(x float) float //
exported
metho
[
all
...]
/prebuilts/go/linux-x86/src/go/printer/testdata/
comments.x
8
// The S0 struct; no field is
exported
.
13
// The S1 struct; some fields are not
exported
.
16
A, B, C float // 3
exported
fields
21
// The S2 struct; all fields are
exported
.
24
A, B, C float // 3
exported
fields
30
// The I0 interface; no method is
exported
.
35
// The I1 interface; some methods are not
exported
.
38
F(x float) float //
exported
methods
42
// The I2 interface; all methods are
exported
.
45
F(x float) float //
exported
metho
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.base/
.classpath
3
<classpathentry
exported
="true" kind="lib" path="libs/dvlib.jar" sourcepath="/dvlib"/>
4
<classpathentry
exported
="true" kind="lib" path="libs/common.jar" sourcepath="/common"/>
5
<classpathentry
exported
="true" kind="lib" path="libs/commons-codec-1.4.jar"/>
6
<classpathentry
exported
="true" kind="lib" path="libs/commons-compress-1.0.jar"/>
7
<classpathentry
exported
="true" kind="lib" path="libs/commons-logging-1.1.1.jar"/>
8
<classpathentry
exported
="true" kind="lib" path="libs/guava-17.0.jar"/>
9
<classpathentry
exported
="true" kind="lib" path="libs/httpclient-4.1.1.jar"/>
10
<classpathentry
exported
="true" kind="lib" path="libs/httpcore-4.1.jar"/>
11
<classpathentry
exported
="true" kind="lib" path="libs/kxml2-2.3.0.jar"/>
12
<classpathentry
exported
="true" kind="lib" path="libs/layoutlib-api.jar" sourcepath="/layoutlib-api"/
[
all
...]
/frameworks/base/tests/AmSlam/
AndroidManifest.xml
35
android:
exported
="false" />
37
<service android:name=".subreceivers.PingReceiver000" android:
exported
="false" android:process=":ping000" />
38
<service android:name=".subreceivers.PingReceiver001" android:
exported
="false" android:process=":ping001" />
39
<service android:name=".subreceivers.PingReceiver002" android:
exported
="false" android:process=":ping002" />
40
<service android:name=".subreceivers.PingReceiver003" android:
exported
="false" android:process=":ping003" />
41
<service android:name=".subreceivers.PingReceiver004" android:
exported
="false" android:process=":ping004" />
42
<service android:name=".subreceivers.PingReceiver005" android:
exported
="false" android:process=":ping005" />
43
<service android:name=".subreceivers.PingReceiver006" android:
exported
="false" android:process=":ping006" />
44
<service android:name=".subreceivers.PingReceiver007" android:
exported
="false" android:process=":ping007" />
45
<service android:name=".subreceivers.PingReceiver008" android:
exported
="false" android:process=":ping008" /
[
all
...]
Completed in 224 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>