Home
last modified time | relevance | path

Searched refs:so (Results 1 – 25 of 67) sorted by relevance

123

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities.h484 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/
DAndroid.bp49 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/
DCleanSpec.mk54 $(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/
DREADME.md34 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/
DREADME.md23 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/
DCleanSpec.mk42 $(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)
Dproguard.flags55 # Preserve the name of the getCaller method so it can find itself in the stack trace it generates
/packages/apps/Camera2/
DCleanSpec.mk47 $(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/
DAndroid.bp35 // so that the package can be installed.
37 // so that the artifacts can run.
/packages/apps/Dialer/java/com/android/dialer/proguard/
Dproguard_base.flags12 # 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/
Dproguard.flags44 # 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/
DMediaProvider.java2524 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/
DCleanSpec.mk56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libjni_latinime.so)
/packages/modules/CellBroadcastService/
Dproguard.flags10 # Keep setters in Views so that animations can still work.
/packages/apps/SettingsIntelligence/
Dproguard.cfg10 # Keep setters in Views so that animations can still work.
/packages/modules/DnsResolver/
DREADME-DoT.md62 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/
DAndroid.bp183 // 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/
Dproguard.flags16 # Keep setters in Views so that animations can still work.
/packages/apps/Car/Settings/
DAndroid.bp95 // Testing only resources must be applied last so they take precedence.
/packages/apps/Dialer/java/com/android/dialer/logging/
Ddialer_impression.proto143 // 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/
Dinternals.md228 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/
Dproguard.flags26 # Keep setters in Views so that animations can still work.
/packages/apps/Dialer/java/com/android/contacts/common/widget/
Dselect_phone_account_dialog_options.proto49 // in a call so the other SIM cannot be used. Hint should also be set to
/packages/services/Car/tests/CarDeveloperOptions/
Dproguard.flags26 # Keep setters in Views so that animations can still work.
/packages/modules/RuntimeI18n/apex/
DAndroid.bp39 // TODO(b/122876336): Remove libpac.so once it's migrated to Webview.

123