Home
last modified time | relevance | path

Searched refs:exported (Results 1 – 25 of 68) sorted by relevance

123

/frameworks/compile/slang/tests/F_reduce_general_bad_result/
Dstderr.txt.expect1 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/
Dstderr.txt.expect7 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' f…
11 reflection3264_struct_mismatch.rs:73:8: error: field 'b' of exported structure 'FieldType' has type…
12 reflection3264_struct_mismatch.rs:73:8: error: field 'e' of exported structure 'FieldType' has type…
13 reflection3264_struct_mismatch.rs:37:8: error: exported structure 'FieldCount' has 1 field for 32-b…
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 targets
/frameworks/compile/slang/tests/F_ptr_in_struct/
Dstderr.txt.expect1 …ining pointers cannot be used as the type of an exported global variable or the parameter to an ex…
2 …ining pointers cannot be used as the type of an exported global variable or the parameter to an ex…
/frameworks/base/core/java/android/content/pm/
DComponentInfo.java72 public boolean exported = false; field in ComponentInfo
95 exported = orig.exported; in ComponentInfo()
177 pw.println(prefix + "enabled=" + enabled + " exported=" + exported in dumpFront()
212 dest.writeInt(exported ? 1 : 0); in writeToParcel()
226 exported = (source.readInt() != 0); in ComponentInfo()
/frameworks/compile/slang/tests/F_ptr_in_struct_for_call/
Dstderr.txt.expect1 …ining pointers cannot be used as the type of an exported global variable or the parameter to an ex…
/frameworks/compile/slang/tests/F_struct_field_ptr_to_fn_noproto/
Dstderr.txt.expect1 …ining pointers cannot be used as the type of an exported global variable or the parameter to an ex…
/frameworks/compile/slang/tests/F_struct_field_ptr_to_fn_proto/
Dstderr.txt.expect1 …ining pointers cannot be used as the type of an exported global variable or the parameter to an ex…
/frameworks/compile/slang/tests/F_struct_field_ptr_to_array/
Dstderr.txt.expect1 …ining pointers cannot be used as the type of an exported global variable or the parameter to an ex…
/frameworks/compile/slang/tests/F_refcount_15/
Dstderr.txt.expect1 refcount_15.rs:5:15: error: arrays/structures containing RS object types cannot be exported in targ…
2 refcount_15.rs:9:3: error: arrays/structures containing RS object types cannot be exported in targe…
/frameworks/compile/libbcc/
DREADME.rst111 * **bccGetExportVarCount** - Get the count of exported variables
113 * **bccGetExportVarList** - Get the addresses of exported variables
115 * **bccGetExportFuncCount** - Get the count of exported functions
117 * **bccGetExportFuncList** - Get the addresses of exported functions
126 * **bccGetFuncCount** - Get the count of functions (including non-exported)
136 header, string pool, dependencies table, relocation table, exported
137 variable list, exported function list, pragma list, function information
158 The list of the addresses of exported variables.
161 The list of the addresses of exported functions.
/frameworks/base/core/java/android/view/textclassifier/
DTextClassification.java312 final boolean exported = activityRI.activityInfo.exported;
313 if (exported && hasPermission(context, activityRI.activityInfo.permission)) {
323 final boolean exported = serviceRI.serviceInfo.exported;
324 if (exported && hasPermission(context, serviceRI.serviceInfo.permission)) {
/frameworks/compile/slang/tests/F_anon_struct/
Dstderr.txt.expect1 anon_struct.rs:4:1: error: anonymous structures cannot be exported
/frameworks/compile/slang/tests/F_anon_struct_kernel_sig/
Dstderr.txt.expect1 anon_struct_kernel_sig.rs:4:9: error: anonymous structures cannot be exported
/frameworks/compile/slang/tests/F_anon_struct_typedef/
Dstderr.txt.expect1 anon_struct_typedef.rs:4:9: error: anonymous structures cannot be exported
/frameworks/compile/slang/tests/F_anon_struct_usrdata/
Dstderr.txt.expect1 anon_struct_usrdata.rs:4:9: error: anonymous structures cannot be exported
/frameworks/compile/slang/tests/F_ptr_to_fn_proto/
Dstderr.txt.expect1 ptr_to_fn_proto.rs:4:7: error: function types cannot be exported: 'fnptr'
/frameworks/compile/slang/tests/F_multidim_array/
Dstderr.txt.expect1 multidim_array.rs:4:5: error: multidimensional arrays cannot be exported: 'arr'
/frameworks/compile/slang/tests/F_void_ptr/
Dstderr.txt.expect1 void_ptr.rs:4:7: error: void pointers cannot be exported: 'v'
/frameworks/compile/slang/tests/F_ptr_to_fn_noproto/
Dstderr.txt.expect1 ptr_to_fn_noproto.rs:4:7: error: function types cannot be exported: 'fnptr'
/frameworks/compile/slang/tests/F_ptr_to_array/
Dstderr.txt.expect1 ptr_to_array.rs:4:7: error: pointers to arrays cannot be exported: 'arrayptr'
/frameworks/compile/slang/tests/F_int_ptr_ptr/
Dstderr.txt.expect1 int_ptr_ptr.rs:4:7: error: multiple levels of pointers cannot be exported: 'myPtr'
/frameworks/compile/slang/tests/F_const_array_arg/
Dstderr.txt.expect1 const_array_arg.rs:4:10: error: exported function parameters may not have array type: 'float [3]'
/frameworks/compile/slang/tests/F_struct_float3_array/
Dstderr.txt.expect1 struct_float3_array.rs:4:8: error: arrays of width 3 vector types cannot be exported: 'float3_array'
/frameworks/compile/slang/tests/F_float3_array/
Dstderr.txt.expect1 float3_array.rs:4:8: error: arrays of width 3 vector types cannot be exported: 'f'
/frameworks/compile/slang/tests/F_struct_bitfield/
Dstderr.txt.expect1 struct_bitfield.rs:5:9: error: bit fields are not able to be exported: 's.x'

123