OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:executables
(Results
176 - 200
of
1648
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/avdlauncher/
Android.mk
38
INTERMEDIATE := $(call intermediates-dir-for,
EXECUTABLES
,$(LOCAL_MODULE),true)
/sdk/find_lock/
Android.mk
39
INTERMEDIATE := $(call intermediates-dir-for,
EXECUTABLES
,$(LOCAL_MODULE),true)
/sdk/sdklauncher/
Android.mk
38
INTERMEDIATE := $(call intermediates-dir-for,
EXECUTABLES
,$(LOCAL_MODULE),true)
/toolchain/binutils/binutils-2.25/gold/testsuite/
tls_pie_test.sh
3
# tls_pie_test.sh -- a test case for TLS symbols in PIE
executables
.
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-pie/
pie.exp
22
# This test can only be run if ld generates native
executables
.
/external/parameter-framework/upstream/ctest/
CMakeLists.txt
50
# Set environement variables so that
executables
and libraries can be find by tests.
74
# With nmake and nmake,
executables
are build in:
79
# build systems build
executables
in:
/toolchain/binutils/binutils-2.25/ld/emultempl/
solaris2.em
35
.dynsym table of
executables
and shared objects. If generating a
55
/* Do this for both
executables
and shared objects. */
129
/* Do this for both
executables
and shared objects. */
/cts/hostsidetests/security/src/android/security/cts/
SELinuxHostTest.java
566
* @param
executables
567
* The path of the allowed
executables
or application package names.
569
private void assertDomainN(String domain, String...
executables
)
575
Set<String> execList = new HashSet<String>(Arrays.asList(
executables
));
583
for (String exe :
executables
) {
597
* Asserts that a domain, if it exists, is only running the listed
executables
.
601
* @param
executables
602
* The path of the allowed
executables
or application package names.
604
private void assertDomainHasExecutable(String domain, String...
executables
)
609
Set<String> execList = new HashSet<String>(Arrays.asList(
executables
));
[
all
...]
/development/ndk/platforms/
README.CRT.TXT
26
This is equivalent to crtbegin_static.[cS] but for _dynamic_
executables
.
27
These
executables
always link to the system C library dynamically.
67
This means they are run *before* 'main', in the case of
executables
,
74
This means they are run *after* 'exit', in the case of
executables
,
80
This section can *only* appear in
executables
. It contains a list of
171
C static library, and shall only be used to generate static
executables
(it
214
executables
will use the one in libc.a instead.
/docs/source.android.com/src/devices/tech/debug/
asan.jd
61
<h2 id=building_executables_with_addresssanitizer>Building
executables
with AddressSanitizer</h2>
83
<p>To sanitize a shared library that is used in multiple
executables
, not all of
232
<code>/data/lib</code> (the second make invocation).
Executables
from the
234
executables
get a different library search path that includes
245
<li>Statically linked
executables
.
250
<p>
Executables
like these are skipped in the SANITIZE_TARGET build, and the
/external/libxml2/result/HTML/
fp40.htm
40
<a href="#
executables
">Uploading files into executable folders</a></p>
90
<h3><a name="
executables
">Uploading files into executable folders</a></h3>
99
<p>To allow FrontPage authors to upload
executables
, set the NoExecutableCgiUpload configuration
/external/libxml2/test/HTML/
fp40.htm
39
<a href="#
executables
">Uploading files into executable folders</a></p>
89
<h3><a name="
executables
">Uploading files into executable folders</a></h3>
98
<p>To allow FrontPage authors to upload
executables
, set the NoExecutableCgiUpload configuration
/ndk/build/core/
default-build-commands.mk
65
# command line when generating shared libraries and
executables
.
84
# linking
executables
to supress warning about missing symbol from libraries not
104
# The strip command is only used for shared libraries and
executables
.
/bootable/recovery/
CleanSpec.mk
50
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/
EXECUTABLES
/recovery_intermediates)
/bootable/recovery/tests/unit/
recovery_test.cpp
31
// recovery-persist or recovery-refresh
executables
. Tests also require
/build/core/
executable_internal.mk
9
LOCAL_MODULE_CLASS :=
EXECUTABLES
/build/tools/acp/
README
35
conventions. It adds a "-e" flag, used when copying
executables
around.
/cts/
CleanSpec.mk
47
$(call add-clean-step, rm -rf $(HOST_OUT_INTERMEDIATES)/
EXECUTABLES
/vm-tests-tf_intermediates)
/cts/build/
config.mk
15
# Test XMLs, native
executables
, and packages will be placed in this
/cts/tools/cfassembler/
Android.mk
23
LOCAL_MODULE_CLASS :=
EXECUTABLES
/cts/tools/cts-api-coverage/
Android.mk
25
LOCAL_MODULE_CLASS :=
EXECUTABLES
/cts/tools/cts-java-scanner/
Android.mk
25
LOCAL_MODULE_CLASS :=
EXECUTABLES
/cts/tools/cts-xml-generator/
Android.mk
25
LOCAL_MODULE_CLASS :=
EXECUTABLES
/dalvik/tools/dexdeps/
Android.mk
26
LOCAL_MODULE_CLASS :=
EXECUTABLES
/development/tools/apkcheck/
Android.mk
25
LOCAL_MODULE_CLASS :=
EXECUTABLES
Completed in 465 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>