/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/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/Email/tests/src/com/android/email/activity/setup/ |
D | AccountSetupOptionsTests.java | 157 SpinnerOption so = (SpinnerOption) sa.getItem(i); in frequencySpinnerHasValue() local 158 if (so != null && ((Integer)so.value) == value) { in frequencySpinnerHasValue()
|
/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/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/apps/Email/src/com/android/email/activity/setup/ |
D | SpinnerOption.java | 28 SpinnerOption so = (SpinnerOption)spinner.getItemAtPosition(i); in setSpinnerOptionValue() local 29 if (so.value.equals(value)) { in setSpinnerOptionValue()
|
/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 | 2523 Object so = values.get("artist"); in insertFile() local 2524 String s = (so == null ? "" : so.toString()); in insertFile() 2542 so = values.get("album"); in insertFile() 2543 s = (so == null ? "" : so.toString()); in insertFile() 2569 so = values.getAsString("title"); in insertFile() 2570 s = (so == null ? "" : so.toString()); in insertFile() 4860 String so = values.getAsString("album"); in updateInternal() local 4862 if (so != null) { in updateInternal() 4899 String s = so.toString(); in updateInternal() 4919 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/apps/SettingsIntelligence/ |
D | proguard.cfg | 10 # Keep setters in Views so that animations can still work.
|
/packages/apps/CellBroadcastReceiver/ |
D | proguard.flags | 10 # Keep setters in Views so that animations can still work.
|
/packages/apps/Dialer/java/com/android/dialer/logging/ |
D | dialer_impression.proto | 144 // This is mainly so we can assign an impression event to a call event i.e 145 // so that we may be able to stitch different types of events if they make 277 // 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…
|
D | Doxyfile.in | 299 # The output of markdown processing is further processed by doxygen, so you can 561 # (brief and detailed) documentation of class members so that constructors and 836 # Note that the wildcards are matched against the file with absolute path, so to 847 # Note that the wildcards are matched against the file with absolute path, so to 914 # *.ext= (so without naming a filter). 994 # Doxygen will invoke htags (and that will in turn invoke gtags), so these 1094 # Note: The header is subject to change so you typically have to regenerate the 1166 # darker. The value divided by 100 is the actual gamma applied, so 80 represents 1209 # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at 1489 # Content Delivery Network so you can quickly see the result without installing [all …]
|
/packages/apps/Dialer/java/com/android/contacts/common/widget/ |
D | select_phone_account_dialog_options.proto | 50 // in a call so the other SIM cannot be used. Hint should also be set to
|
/packages/apps/Settings/ |
D | proguard.flags | 26 # Keep setters in Views so that animations can still work.
|
/packages/apps/Messaging/ |
D | proguard.flags | 49 # Preserve the name of the getCaller method so it can find itself in the stack trace it generates
|
/packages/services/Car/tests/CarDeveloperOptions/ |
D | proguard.flags | 26 # Keep setters in Views so that animations can still work.
|
/packages/apps/Dialer/java/com/android/dialer/phonenumberproto/ |
D | dialer_phone_number.proto | 63 // This includes pause and wait characters, but strips other characters, so
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 295 # a logarithmic scale so increasing the size by one will rougly double the 420 # will sort the (brief and detailed) documentation of class members so that 657 # against the file with absolute path, so to exclude all test directories 836 # the style sheet file to the HTML output directory, so don't put your own 861 # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find 1018 # there is already a search function so this one should typically 1242 # nicely formatted so it can be parsed by a human reader. This is useful 1251 # This is useful so different doxyrules.make files included by the same 1402 # font does not include all possible unicode characters however, so when you need
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 295 # a logarithmic scale so increasing the size by one will rougly double the 420 # will sort the (brief and detailed) documentation of class members so that 657 # against the file with absolute path, so to exclude all test directories 836 # the style sheet file to the HTML output directory, so don't put your own 861 # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find 1018 # there is already a search function so this one should typically 1242 # nicely formatted so it can be parsed by a human reader. This is useful 1251 # This is useful so different doxyrules.make files included by the same 1402 # font does not include all possible unicode characters however, so when you need
|
/packages/modules/NetworkStack/ |
D | Android.bp | 66 // java.lang.UnsatisfiedLinkError: dlopen failed: library "libc++_shared.so" not found
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/ |
D | phone_lookup_info.proto | 137 // A URI that contains encoded JSON about the number so contacts can
|