OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exported
(Results
51 - 75
of
4019
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/support/leanback/src/androidTest/
AndroidManifest.xml
23
android:
exported
="true"/>
26
android:
exported
="true"
30
android:
exported
="true"
35
android:
exported
="true"
39
android:
exported
="true"
43
android:
exported
="true"
47
android:
exported
="true"
51
android:
exported
="true"
55
android:
exported
="true"
60
android:
exported
="true
[
all
...]
/prebuilts/go/darwin-x86/test/fixedbugs/issue18419.dir/
test.go
11
func InMyCode(e *other.
Exported
) {
12
e.member() // ERROR "e\.member undefined .cannot refer to unexported field or method other\.\(\*
Exported
\)\.member."
/prebuilts/go/linux-x86/test/fixedbugs/issue18419.dir/
test.go
11
func InMyCode(e *other.
Exported
) {
12
e.member() // ERROR "e\.member undefined .cannot refer to unexported field or method other\.\(\*
Exported
\)\.member."
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
ServiceData.java
12
private static final String
EXPORTED
= "android:
exported
";
63
* Returns whether this service is
exported
by checking the XML attribute.
65
* @return true if the service is
exported
69
return (attributes.containsKey(
EXPORTED
)
70
? Boolean.parseBoolean(attributes.get(
EXPORTED
))
BroadcastReceiverData.java
10
private static final String
EXPORTED
= "android:
exported
";
68
* Returns whether this broadcast receiver is
exported
by checking the XML attribute.
70
* @return true if the broadcast receiver is
exported
74
return (attributes.containsKey(
EXPORTED
)
75
? Boolean.parseBoolean(attributes.get(
EXPORTED
))
/frameworks/compile/slang/tests/F_reduce_general_bad_result/
stderr.txt.expect
1
reduce_general_bad_result.rs:22:36: error: multidimensional arrays cannot be
exported
: 'accum'
2
reduce_general_bad_result.rs:32:39: error: multidimensional arrays cannot be
exported
: 'out'
3
reduce_general_bad_result.rs:36:7: error: unions cannot be
exported
: 'UnionShortDouble'
4
reduce_general_bad_result.rs:46:7: error: unions cannot be
exported
: 'UnionLongFloat'
5
reduce_general_bad_result.rs:72:7: error: unions cannot be
exported
: 'UnionIntFloat'
6
reduce_general_bad_result.rs:84:7: error: unions cannot be
exported
: 'UnionCharLong'
7
reduce_general_bad_result.rs:113:7: error: bit fields are not able to be
exported
: 'Bits1.b'
8
reduce_general_bad_result.rs:122:7: error: bit fields are not able to be
exported
: 'Bits111.e'
9
reduce_general_bad_result.rs:146:7: error: bit fields are not able to be
exported
: 'Bits2.b'
10
reduce_general_bad_result.rs:157:7: error: bit fields are not able to be
exported
: 'Bits222.e
[
all
...]
/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/
stderr.txt.expect
7
reflection3264_struct_mismatch.rs:6:8: error: structure 'q' is
exported
only for 64-bit targets
8
reflection3264_struct_mismatch.rs:8:8: error: structure 'b' is
exported
only for 64-bit targets
9
reflection3264_struct_mismatch.rs:4:8: error: structure 't' is
exported
only for 64-bit targets
10
reflection3264_struct_mismatch.rs:54:8: error: 2nd field of
exported
structure 'FieldName' is 'e' for 32-bit targets but 'b' for 64-bit targets
11
reflection3264_struct_mismatch.rs:73:8: error: field 'b' of
exported
structure 'FieldType' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets
12
reflection3264_struct_mismatch.rs:73:8: error: field 'e' of
exported
structure 'FieldType' has type 'char[4]' for 32-bit targets but type 'char[8]' for 64-bit targets
13
reflection3264_struct_mismatch.rs:37:8: error:
exported
structure 'FieldCount' has 1 field for 32-bit targets but 2 fields for 64-bit targets
14
error: in file 'reflection3264_struct_mismatch.rs' structure 'f' is
exported
only for 32-bit targets
15
error: in file 'reflection3264_struct_mismatch.rs' structure 'j' is
exported
only for 32-bit targets
16
error: in file 'reflection3264_struct_mismatch.rs' structure 'o' is
exported
only for 32-bit target
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/doc/testdata/
pkg.go
10
// Comment about
exported
constant.
33
// Comment about
exported
variable.
54
// Comment about
exported
function.
60
// Comment about
exported
type.
62
// Comment before
exported
field.
63
ExportedField int // Comment on line with
exported
field.
65
ExportedEmbeddedType // Comment on line with
exported
embedded field.
66
*ExportedEmbeddedType // Comment on line with
exported
embedded *field.
67
*qualified.ExportedEmbeddedType // Comment on line with
exported
embedded *selector.field.
74
// Comment about
exported
method
[
all
...]
/prebuilts/go/linux-x86/src/cmd/doc/testdata/
pkg.go
10
// Comment about
exported
constant.
33
// Comment about
exported
variable.
54
// Comment about
exported
function.
60
// Comment about
exported
type.
62
// Comment before
exported
field.
63
ExportedField int // Comment on line with
exported
field.
65
ExportedEmbeddedType // Comment on line with
exported
embedded field.
66
*ExportedEmbeddedType // Comment on line with
exported
embedded *field.
67
*qualified.ExportedEmbeddedType // Comment on line with
exported
embedded *selector.field.
74
// Comment about
exported
method
[
all
...]
/packages/experimental/PrintService/
AndroidManifest.xml
24
android:
exported
="true">
28
android:
exported
="true">
33
android:
exported
="true">
38
android:
exported
="false">
43
android:
exported
="true"
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/
AndroidManifest.xml
16
<service android:name=".Service1" android:
exported
="true" android:process=":com.android.framework.multidexlegacytestservices1">
22
<service android:name=".Service2" android:
exported
="true" android:process=":com.android.framework.multidexlegacytestservices2">
28
<service android:name=".Service3" android:
exported
="true" android:process=":com.android.framework.multidexlegacytestservices3">
34
<service android:name=".Service4" android:
exported
="true" android:process=":com.android.framework.multidexlegacytestservices4">
40
<service android:name=".Service5" android:
exported
="true" android:process=":com.android.framework.multidexlegacytestservices5">
46
<service android:name=".Service6" android:
exported
="true" android:process=":com.android.framework.multidexlegacytestservices6">
52
<service android:name=".Service7" android:
exported
="true" android:process=":com.android.framework.multidexlegacytestservices7">
58
<service android:name=".Service8" android:
exported
="true" android:process=":com.android.framework.multidexlegacytestservices8">
64
<service android:name=".Service9" android:
exported
="true" android:process=":com.android.framework.multidexlegacytestservices9">
70
<service android:name=".Service10" android:
exported
="true" android:process=":com.android.framework.multidexlegacytestservices10"
[
all
...]
/external/androidplot/Examples/DemoApp/
.classpath
3
<classpathentry
exported
="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
4
<classpathentry
exported
="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
8
<classpathentry combineaccessrules="false"
exported
="true" kind="src" path="/AndroidPlot-Core"/>
/prebuilts/go/darwin-x86/src/go/doc/testdata/
f.go
9
// Factory functions for non-
exported
types must not get lost.
13
//
Exported
must always be visible. Was issue 2824.
14
func
Exported
() private {}
/prebuilts/go/linux-x86/src/go/doc/testdata/
f.go
9
// Factory functions for non-
exported
types must not get lost.
13
//
Exported
must always be visible. Was issue 2824.
14
func
Exported
() private {}
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
.classpath
9
<classpathentry
exported
="true" kind="lib" path="libs/ddmlib.jar" sourcepath="/ddmlib"/>
10
<classpathentry
exported
="true" kind="lib" path="libs/ddmuilib.jar" sourcepath="/ddmuilib"/>
11
<classpathentry
exported
="true" kind="lib" path="libs/uiautomatorviewer.jar" sourcepath="/uiautomatorviewer/src"/>
/tools/tradefederation/core/remote/
.classpath
7
<classpathentry
exported
="true" kind="var" path="TRADEFED_ROOT/prebuilts/misc/common/guava/guava-18.0.jar"/>
8
<classpathentry
exported
="true" kind="var" path="TRADEFED_ROOT/prebuilts/misc/common/json/json-prebuilt.jar"/>
9
<classpathentry
exported
="true" kind="var" path="TRADEFED_ROOT/prebuilts/misc/common/sdklib/sdklib-prebuilt.jar"/>
/cts/tests/tests/externalservice/service/
AndroidManifest.xml
28
android:
exported
="true" />
34
android:
exported
="false"/>
38
android:
exported
="true"/>
42
android:
exported
="false"/>
46
android:
exported
="true"/>
52
android:
exported
="true"/>
/external/llvm/test/LTO/X86/
bcsection.ll
5
; RUN: llvm-lto -
exported
-symbol=main -
exported
-symbol=_main -o %T/bcsection.coff.o %T/bcsection.coff.bco
10
; RUN: llvm-lto -
exported
-symbol=main -
exported
-symbol=_main -o %T/bcsection.elf.o %T/bcsection.elf.bco
15
; RUN: llvm-lto -
exported
-symbol=main -
exported
-symbol=_main -o %T/bcsection.macho.o %T/bcsection.macho.bco
/tools/tradefederation/core/
.classpath
11
<classpathentry
exported
="true" kind="var" path="TRADEFED_ROOT/prebuilts/misc/common/kxml2/kxml2-2.3.0.jar"/>
12
<classpathentry
exported
="true" kind="var" path="TRADEFED_ROOT/prebuilts/misc/common/sdklib/sdklib-prebuilt.jar"/>
13
<classpathentry
exported
="true" kind="var" path="TRADEFED_ROOT/prebuilts/sdk/tools/jack-jacoco-reporter.jar"/>
14
<classpathentry
exported
="true" kind="var" path="TRADEFED_ROOT/prebuilts/misc/common/commons-compress/commons-compress-prebuilt.jar"/>
15
<classpathentry
exported
="true" kind="var" path="TRADEFED_ROOT/prebuilts/misc/common/devtools-annotations/devtools-annotations-prebuilt.jar"/>
16
<classpathentry combineaccessrules="false"
exported
="true" kind="src" path="/tf-remote-client"/>
/cts/hostsidetests/devicepolicy/app/SimpleApp/
AndroidManifest.xml
32
android:
exported
="false">
35
android:
exported
="true">
37
<activity android:name=".SimpleActivityStartService" android:
exported
="true" />
50
<service android:name=".SimpleService" android:
exported
="true">
52
<service android:name=".SimpleService2" android:
exported
="true" android:process=":other">
54
<receiver android:name=".SimpleReceiverStartService" android:
exported
="true">
56
<receiver android:name=".SimpleReceiver" android:
exported
="true">
59
android:
exported
="true">
/packages/services/Telecomm/
.classpath
7
<classpathentry
exported
="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
8
<classpathentry
exported
="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
/prebuilts/go/darwin-x86/test/fixedbugs/
bug398.go
12
//
exported
interfaces
29
// non-
exported
interfaces
/prebuilts/go/linux-x86/test/fixedbugs/
bug398.go
12
//
exported
interfaces
29
// non-
exported
interfaces
/sdk/testapps/javaProjectTest/lib1/
.classpath
7
<classpathentry combineaccessrules="false"
exported
="true" kind="src" path="/javaProjectTest-javaProject"/>
8
<classpathentry
exported
="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/USERLIBTEST2"/>
/system/bt/service/common/
README
3
subdirectory, which is the
exported
root path for the client static library.
11
one common include path
exported
to them, and our headers can find eachother
Completed in 472 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>