HomeSort by relevance Sort by last modified time
    Searched full:exported (Results 226 - 250 of 4019) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/libbcc/
README.rst 111 * **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
157 * **Exported Variable List** (MCO_ExportVarList) -
158 The list of the addresses of exported variables.
160 * **Exported Function List** (MCO_ExportFuncList)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/doc/
doc_test.go 65 `type ExportedType struct{ ... }`, // Exported type.
67 `const ExportedTypedConstant_unexported unexportedType`, // Typed constant, exported for unexported type.
70 `const ConstGroup4 ExportedType = ExportedType{}`, // Typed constant using exported type.
81 `Comment about exported constant`, // No comment for single constant.
82 `Comment about exported variable`, // No comment for single variable.
109 `Comment about exported constant`, // No comment for simple constant.
121 `Comment about exported constant`, // Include comment.
231 `Comment about exported function`, // Include comment.
252 `Comment about exported type`, // Include comment.
254 `Comment before exported field.*\n.*ExportedField +int`
    [all...]
  /prebuilts/go/linux-x86/src/cmd/doc/
doc_test.go 65 `type ExportedType struct{ ... }`, // Exported type.
67 `const ExportedTypedConstant_unexported unexportedType`, // Typed constant, exported for unexported type.
70 `const ConstGroup4 ExportedType = ExportedType{}`, // Typed constant using exported type.
81 `Comment about exported constant`, // No comment for single constant.
82 `Comment about exported variable`, // No comment for single variable.
109 `Comment about exported constant`, // No comment for simple constant.
121 `Comment about exported constant`, // Include comment.
231 `Comment about exported function`, // Include comment.
252 `Comment about exported type`, // Include comment.
254 `Comment before exported field.*\n.*ExportedField +int`
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/
AndroidManifest.xml 36 android:exported="true" />
44 android:exported="true">
53 android:exported="true">
61 android:exported="false">
67 android:exported="false">
72 <!-- An ambiguous content provider, where "exported" was not specified.
84 android:exported="true">
100 android:exported="true">
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareAppCompat/
AndroidManifest.xml 21 This provider doesn't specify an android:exported line. Because we specify
23 android:exported="true".
  /cts/hostsidetests/appsecurity/test-apps/StorageAppA/
AndroidManifest.xml 21 <receiver android:name="com.android.cts.storageapp.UtilsReceiver" android:exported="true" />
25 android:exported="true" />
  /cts/hostsidetests/appsecurity/test-apps/StorageAppB/
AndroidManifest.xml 21 <receiver android:name="com.android.cts.storageapp.UtilsReceiver" android:exported="true" />
25 android:exported="true" />
  /cts/tests/JobScheduler/JobTestApp/
AndroidManifest.xml 26 android:exported="true" />
28 android:exported="true" />
  /cts/tests/JobSchedulerSharedUid/JobSharedUidTestApp/
AndroidManifest.xml 26 android:exported="true" />
28 android:exported="true" />
  /cts/tests/app/app2/
AndroidManifest.xml 25 android:exported="true"/>
27 android:exported="true"/>
  /cts/tests/tests/content/SyncAccountAccessStubs/
AndroidManifest.xml 34 android:exported="true"
41 android:exported="true"
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
key.h 50 /* Exported API */
63 /* Exported variables */
  /external/cblas/
README.android 9 exported by LAPACK.
13 the xerbla_ exported by LAPACK to capture the error.
  /external/linux-kselftest/tools/testing/selftests/android/ion/
ionutils.h 32 /* This is used to read the data from the exported buffer */
40 /* This is used to import or map an exported FD.
  /external/llvm/test/LTO/X86/
attrs.ll 2 ; RUN: llvm-lto -exported-symbol=test_x86_aesni_aeskeygenassist -mattr=+aes -o %t2 %t1
4 ; RUN: not llvm-lto -exported-symbol=test_x86_aesni_aeskeygenassist -mattr=-aes -o %t3 %t1 2>&1 | FileCheck -check-prefix=WITHOUT_AES %s
diagnostic-handler-remarks.ll 6 ; RUN: -exported-symbol _func2 -pass-remarks-analysis=loop-vectorize \
7 ; RUN: -exported-symbol _main -o %t.o %t.bc 2>&1 | \
12 ; RUN: -exported-symbol _func2 -pass-remarks-analysis=loop-vectorize \
13 ; RUN: -exported-symbol _main -o %t.o %t.bc 2>&1 | \
19 ; RUN: -exported-symbol _func2 \
20 ; RUN: -exported-symbol _main -o %t.o %t.bc 2>&1 | \
25 ; RUN: -exported-symbol _func2 \
26 ; RUN: -exported-symbol _main -o %t.o %t.bc 2>&1 | \
no-undefined-puts-when-implemented.ll 2 ; RUN: llvm-lto -exported-symbol=_uses_puts -exported-symbol=_uses_printf -o - %t1 | \
strip-debug-info.ll 5 ; RUN: -exported-symbol foo -exported-symbol _foo \
  /external/python/cpython3/Lib/asyncio/
__init__.py 11 import selectors # Will also be exported.
18 import _overlapped # Will also be exported.
  /frameworks/base/core/tests/coretests/BinderProxyCountingTestService/
AndroidManifest.xml 21 android:exported="true" />
23 android:exported="true" />
  /frameworks/base/packages/ExternalStorageProvider/
AndroidManifest.xml 15 android:exported="true"
33 android:exported="true"
  /frameworks/base/services/tests/servicestests/test-apps/ConnTestApp/
AndroidManifest.xml 26 android:exported="true" />
28 android:exported="true" />
  /frameworks/base/services/tests/servicestests/test-apps/SuspendTestApp/
AndroidManifest.xml 22 android:exported="true" />
24 android:exported="true">
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
BindingBuildInfo.java 35 * The folder that includes xml files which are exported by aapt or gradle plugin from layout files
40 * The file to which the list of generated classes should be exported
  /frameworks/support/work/workmanager-firebase/src/main/
AndroidManifest.xml 21 android:exported="false"
29 android:exported="true"/>

Completed in 3601 milliseconds

1 2 3 4 5 6 7 8 91011>>