OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ART
(Results
1 - 13
of
13
) sorted by null
/external/ImageMagick/coders/
art.h
27
MagickCoderExports(
ART
)
coders-list.h
18
AddMagickCoder(
ART
)
/development/scripts/gdb/
dalvik.gdb
16
#
ART
debugging.
ART
uses SIGSEGV signals for internal purposes. To allow
17
# gdb to debug programs using
ART
we need to treat this signal specially. We
21
define
art
-on
36
printf "
ART
debugging mode is enabled.\n"
42
printf "
ART
debugging mode is already enabled.\n"
46
document
art
-on
47
Enter
ART
debugging mode. In
ART
debugging mode, SIGSEGV signals are ignored
48
by gdb unless they are not handled by
ART
itself. A breakpoint i
[
all
...]
/device/google/fuchsia/
README.md
3
These targets are used to build
ART
for Fuchsia. They differ from usual Android devices as they do not target specific hardware. They will produce a fuchsia package (.far file).
/external/icu/icu4c/source/stubdata/
Android.mk
36
# /system/etc/icu for standalone
ART
testing purposes. This is a
37
# temporary change needed until the
ART
Buildbot and Golem both fully
42
# TODO(b/121117762): Remove this module definition when the
ART
45
LOCAL_MODULE := icu-data-
art
-test
/art/tools/
host_bcp.sh
20
host_bcp <image> | xargs <
art
-host-tool> ...
24
arguments for many
ART
host tools based on the \$ANDROID_PRODUCT_OUT variable
/cts/tools/release-parser/src/com/android/cts/releaseparser/
ArtParser.java
26
//
ART
file format at
art
/runtime/image.h
28
// The magic values for the
ART
identification.
39
return Entry.EntryType.
ART
;
79
System.err.println("Invalid
ART
file:" + getFileName() + " " + content);
134
System.err.println("Invalid
ART
file:" + getFileName());
/external/cldr/tools/java/org/unicode/cldr/icu/
timezone_aliases.txt
9
ART
; Africa/Cairo
/build/make/core/
dex_preopt_config.mk
77
# For MIPS the
ART
image is loaded at a lower address. This causes issues
/build/soong/android/
neverallow.go
112
// library internals, which could lead to compatibility issues with the
ART
/build/soong/java/
dexpreopt_bootjars.go
35
// /system/framework/boot.
art
and should be the same for all supported
43
// bootImages["x86_64"] = "out/soong/generic_x86_64/dex_bootjars/system/framework/x86_64/boot.
art
"
44
// dexpreopt.PathToLocation(bootImages["x86_64"], "x86_64") = "out/soong/generic_x86_64/dex_bootjars/system/framework/boot.
art
"
46
// bootImages["x86"] = "out/soong/generic_x86_64/dex_bootjars/system/framework/x86/boot.
art
"
47
// dexpreopt.PathToLocation(bootImages["x86"])= "out/soong/generic_x86_64/dex_bootjars/system/framework/boot.
art
"
49
// The location is passed as an argument to the
ART
tools like dex2oat instead of the real path. The
ART
tools
220
Flag(symbolsDir.Join(ctx, "*.
art
").String()).
224
Flag(outputDir.Join(ctx, "*.
art
").String()).
294
// is converted into to 'name'.
art
(to match the legacy assumption that 'name'.ar
[
all
...]
/build/soong/apex/
apex.go
119
//
ART
minimal builds (using the master-
art
manifest) do not have the "frameworks/base"
[
all
...]
/art/runtime/arch/mips/
quick_entrypoints_mips.S
[
all
...]
Completed in 418 milliseconds