/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities.h | 484 double sp,so,sk,om_sp2,om_so2,om_sk2,cp,co,ck,sp_so,cp_so; in db_IncrementalRotationMatrix() local 487 sp=dx[0]; so=dx[1]; sk=dx[2]; in db_IncrementalRotationMatrix() 489 om_so2=1.0-so*so; in db_IncrementalRotationMatrix() 496 sp_so=sp*so; in db_IncrementalRotationMatrix() 497 cp_so=cp*so; in db_IncrementalRotationMatrix() 500 R[6]=sp*co; R[7]= -so; R[8]=cp*co; in db_IncrementalRotationMatrix()
|
/packages/modules/Cronet/ |
D | Android.bp | 49 srcs: ["prebuilt/libs/arm64-v8a/libcronet.80.0.3986.0.so"], 52 srcs: ["prebuilt/libs/armeabi-v7a/libcronet.80.0.3986.0.so"], 55 srcs: ["prebuilt/libs/x86_64/libcronet.80.0.3986.0.so"], 58 srcs: ["prebuilt/libs/x86/libcronet.80.0.3986.0.so"],
|
/packages/apps/Gallery2/ |
D | CleanSpec.mk | 54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libjni_jpegstream.so) 55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libjni_eglfence.so) 56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libjni_filtershow_filters.so)
|
/packages/apps/Test/connectivity/sl4n/ |
D | README.md | 34 adb push <ANDROID_SOURCE_ROOT>/out/target/product/<TARGET>/system/lib/libbinder.so /system/lib 35 adb push <ANDROID_SOURCE_ROOT>/out/target/product/<TARGET>/system/lib/libchrome.so /system/lib 36 adb push <ANDROID_SOURCE_ROOT>/out/target/product/<TARGET>/system/lib/libevent.so /system/lib
|
/packages/apps/Dialer/java/com/android/dialer/theme/ |
D | README.md | 23 more customization to their widgets, so they created the AppCompat variant 25 uses both Legacy Widgets and AppCompat widgets, so when you define an 32 provide an attribute to tint all of your ImageViews (why would it?), so we 56 * Colors that can't be theme'd (there aren't many of those, so you probably
|
/packages/apps/Messaging/ |
D | CleanSpec.mk | 42 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libgiftranscode.so) 43 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib64/libgiftranscode.so)
|
D | proguard.flags | 55 # Preserve the name of the getCaller method so it can find itself in the stack trace it generates
|
/packages/apps/Camera2/ |
D | CleanSpec.mk | 47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libjni_tinyplanet.so) 48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libjni_jpegutil.so)
|
/packages/modules/DnsResolver/apex/ |
D | Android.bp | 35 // so that the package can be installed. 37 // so that the artifacts can run.
|
/packages/apps/Dialer/java/com/android/dialer/proguard/ |
D | proguard_base.flags | 12 # dex doesn't use the java .class format, so it has no benefit and can cause 53 # and since Guava is so widely used, we include it here in the base.
|
/packages/apps/TV/ |
D | proguard.flags | 44 # Annotations are implemented as attributes, so we have to explicitly keep them. 49 # JNI is an entry point that's hard to keep track of, so there's
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 2524 Object so = values.get("artist"); in insertFile() local 2525 String s = (so == null ? "" : so.toString()); in insertFile() 2543 so = values.get("album"); in insertFile() 2544 s = (so == null ? "" : so.toString()); in insertFile() 2570 so = values.getAsString("title"); in insertFile() 2571 s = (so == null ? "" : so.toString()); in insertFile() 4876 String so = values.getAsString("album"); in updateInternal() local 4878 if (so != null) { in updateInternal() 4915 String s = so.toString(); in updateInternal() 4935 so = values.getAsString("title"); in updateInternal() [all …]
|
/packages/inputmethods/LatinIME/ |
D | CleanSpec.mk | 56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libjni_latinime.so)
|
/packages/modules/CellBroadcastService/ |
D | proguard.flags | 10 # Keep setters in Views so that animations can still work.
|
/packages/apps/SettingsIntelligence/ |
D | proguard.cfg | 10 # Keep setters in Views so that animations can still work.
|
/packages/modules/DnsResolver/ |
D | README-DoT.md | 62 threads have to arrive on a socket, so that `poll()` can listen for them. 122 substitute a test factory that returns a fake socket, so that the unit tests can
|
/packages/modules/NetworkStack/ |
D | Android.bp | 183 // Pre-merge the AndroidManifest for NetworkStackNext, so that its manifest can be merged on top 239 // java.lang.UnsatisfiedLinkError: dlopen failed: library "libc++_shared.so" not found
|
/packages/apps/CellBroadcastReceiver/ |
D | proguard.flags | 16 # Keep setters in Views so that animations can still work.
|
/packages/apps/Car/Settings/ |
D | Android.bp | 95 // Testing only resources must be applied last so they take precedence.
|
/packages/apps/Dialer/java/com/android/dialer/logging/ |
D | dialer_impression.proto | 143 // This is mainly so we can assign an impression event to a call event i.e 144 // so that we may be able to stitch different types of events if they make 276 // The user has permenantly denied a permission, so the user is being
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | internals.md | 228 If the first conversion methods fail, it will try the second, and so on. 236 …e first running-up `branchlut`. And `branchlut` is pure C++ implementation so we adopt `branchlut`… 245 However, since it is not header-only so that we implemented a header-only version of Grisu2. This a…
|
/packages/apps/Settings/ |
D | proguard.flags | 26 # Keep setters in Views so that animations can still work.
|
/packages/apps/Dialer/java/com/android/contacts/common/widget/ |
D | select_phone_account_dialog_options.proto | 49 // in a call so the other SIM cannot be used. Hint should also be set to
|
/packages/services/Car/tests/CarDeveloperOptions/ |
D | proguard.flags | 26 # Keep setters in Views so that animations can still work.
|
/packages/modules/RuntimeI18n/apex/ |
D | Android.bp | 39 // TODO(b/122876336): Remove libpac.so once it's migrated to Webview.
|