Home
last modified time | relevance | path

Searched refs:art (Results 1 – 23 of 23) sorted by relevance

/frameworks/rs/tests/java_api/Refocus/dataExtraction/
DN5.txt5 07-30 19:27:06.356 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
6 07-30 19:27:06.356 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
7 07-30 19:27:06.452 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
8 07-30 19:27:06.452 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
11 07-30 19:27:07.210 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
12 07-30 19:27:07.210 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
13 07-30 19:27:07.378 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
14 07-30 19:27:07.378 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
20 07-30 19:27:09.926 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
21 07-30 19:27:09.926 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
[all …]
/frameworks/native/cmds/installd/
Ddexopt_return_codes.h73 inline const char* get_dex2oat_return_code_name(art::dex2oat::ReturnCode code) { in get_dex2oat_return_code_name()
75 case art::dex2oat::ReturnCode::kNoFailure: in get_dex2oat_return_code_name()
77 case art::dex2oat::ReturnCode::kOther: in get_dex2oat_return_code_name()
79 case art::dex2oat::ReturnCode::kCreateRuntime: in get_dex2oat_return_code_name()
105 case static_cast<int>(art::dex2oat::ReturnCode::kNoFailure): in get_return_code_name()
106 case static_cast<int>(art::dex2oat::ReturnCode::kOther): in get_return_code_name()
107 case static_cast<int>(art::dex2oat::ReturnCode::kCreateRuntime): in get_return_code_name()
114 value = get_dex2oat_return_code_name(static_cast<art::dex2oat::ReturnCode>(code)); in get_return_code_name()
Dotapreopt.cpp448 int32_t base_offset = ChooseRelocationOffsetDelta(art::GetImageMinBaseAddressDelta(), in Dex2oatBootImage()
449 art::GetImageMaxBaseAddressDelta()); in Dex2oatBootImage()
450 cmd.push_back(StringPrintf("--base=0x%x", art::GetImageBaseAddress() + base_offset)); in Dex2oatBootImage()
592 static_cast<int>(::art::dex2oat::ReturnCode::kCreateRuntime)) { in RunPreopt()
Dinstalld.rc57 mkdir /config/sdcardfs/extensions/1057/art
/frameworks/base/startop/view_compiler/
Ddex_builder.cc33 using Opcode = ::art::Instruction::Code;
48 case ::art::Instruction::INVOKE_VIRTUAL: in InvokeToInvokeRange()
49 return ::art::Instruction::INVOKE_VIRTUAL_RANGE; in InvokeToInvokeRange()
50 case ::art::Instruction::INVOKE_DIRECT: in InvokeToInvokeRange()
51 return ::art::Instruction::INVOKE_DIRECT_RANGE; in InvokeToInvokeRange()
52 case ::art::Instruction::INVOKE_STATIC: in InvokeToInvokeRange()
53 return ::art::Instruction::INVOKE_STATIC_RANGE; in InvokeToInvokeRange()
54 case ::art::Instruction::INVOKE_INTERFACE: in InvokeToInvokeRange()
55 return ::art::Instruction::INVOKE_INTERFACE_RANGE; in InvokeToInvokeRange()
169 return TypeDescriptor{art::DotToDescriptor(name.c_str())}; in FromClassname()
[all …]
Ddex_builder.h315 void EncodeReturn(const Instruction& instruction, ::art::Instruction::Code opcode);
318 void EncodeInvoke(const Instruction& instruction, ::art::Instruction::Code opcode);
319 void EncodeBranch(art::Instruction::Code op, const Instruction& instruction);
327 inline void Encode10x(art::Instruction::Code opcode) { in Encode10x()
332 inline void Encode11x(art::Instruction::Code opcode, uint8_t a) { in Encode11x()
337 inline void Encode11n(art::Instruction::Code opcode, uint8_t a, int8_t b) { in Encode11n()
348 inline void Encode21c(art::Instruction::Code opcode, uint8_t a, uint16_t b) { in Encode21c()
354 inline void Encode32x(art::Instruction::Code opcode, uint16_t a, uint16_t b) { in Encode32x()
360 inline void Encode35c(art::Instruction::Code opcode, size_t a, uint16_t b, uint8_t c, uint8_t d, in Encode35c()
375 inline void Encode3rc(art::Instruction::Code opcode, size_t a, uint16_t b, uint16_t c) { in Encode3rc()
Ddex_builder_test.cc30 art::ArtDexFileLoader loader; in EncodeAndVerify()
32 std::unique_ptr<const art::DexFile> loaded_dex_file{loader.Open(image.ptr<const uint8_t>(), in EncodeAndVerify()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipNotification.java206 Bitmap art = null; in updateMediaControllerMetadata() local
214 art = metadata.getBitmap(MediaMetadata.METADATA_KEY_ALBUM_ART); in updateMediaControllerMetadata()
215 if (art == null) { in updateMediaControllerMetadata()
216 art = metadata.getBitmap(MediaMetadata.METADATA_KEY_ART); in updateMediaControllerMetadata()
220 if (!TextUtils.equals(title, mTitle) || art != mArt) { in updateMediaControllerMetadata()
222 mArt = art; in updateMediaControllerMetadata()
/frameworks/base/cmds/app_process/
DAndroid.mk30 -Wl,--version-script,art/sigchainlib/version-script32.txt -Wl,--export-dynamic
32 -Wl,--version-script,art/sigchainlib/version-script64.txt -Wl,--export-dynamic
/frameworks/base/tools/preload2/
Dpreload-tool17 # from art/tools/art.
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DNotificationHelper.java183 Bitmap art; in updateNotification() local
187 art = null; in updateNotification()
192 art = description.getIconBitmap(); in updateNotification()
215 .setLargeIcon(art) in updateNotification()
DPlayerController.java94 public void setArt(Bitmap art) { in setArt() argument
95 mArt = art; in setArt()
98 mBinder.setIcon(art); in setArt()
DOnePlayerActivity.java78 mArtView = findViewById(R.id.art); in onCreate()
/frameworks/native/cmds/installd/art_helper/
Dart_image_values.h24 namespace art {
Dart_image_values.cpp21 namespace art { namespace
/frameworks/av/media/libstagefright/
DStagefrightMediaScanner.cpp161 MediaAlbumArt *art = static_cast<MediaAlbumArt *>(mem->pointer()); in extractAlbumArt() local
162 return art->clone(); in extractAlbumArt()
/frameworks/base/services/
DAndroid.bp9 profile: "art-profile",
/frameworks/base/core/tests/benchmarks/
DREADME15 # First make sure art has permissions to dalvik-cache, otherwise it will run slower with interprete…
/frameworks/base/media/java/android/media/session/
DMediaSessionLegacyHelper.java88 Bitmap art = metadata.getBitmap(MediaMetadata.METADATA_KEY_ART); in getOldMetadata() local
90 scaleBitmapIfTooBig(art, artworkWidth, artworkHeight)); in getOldMetadata()
93 Bitmap art = metadata.getBitmap(MediaMetadata.METADATA_KEY_ALBUM_ART); in getOldMetadata() local
95 scaleBitmapIfTooBig(art, artworkWidth, artworkHeight)); in getOldMetadata()
/frameworks/opt/net/wifi/service/
DAndroid.mk63 LOCAL_DEX_PREOPT_PROFILE_CLASS_LISTING := frameworks/base/services/art-profile
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp372 std::string art = GetSecondaryDexArtifact(path, "art"); in CompileSecondaryDex() local
375 ASSERT_EQ(-1, access(art.c_str(), R_OK)); // empty profiles do not generate an image. in CompileSecondaryDex()
405 std::string art = GetSecondaryDexArtifact(path, "art"); in reconcile_secondary_dex() local
408 ASSERT_EQ(-1, access(art.c_str(), R_OK)); // empty profiles do not generate an image. in reconcile_secondary_dex()
514 std::string art = GetPrimaryDexArtifact(oat_dir, apk_path_, "art"); in CompilePrimaryDex() local
522 CheckFileAccess(art, kSystemUid, uid, mode); in CompilePrimaryDex()
/frameworks/base/config/
Ddirty-image-objects27 # --boot-image=/system/framework/boot.art --dump-dirty-objects
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto190 // This must be kept in sync with enum AccessMethod in art/runtime/hidden_api.h