/aosp12/frameworks/av/camera/ndk/include/camera/ |
H A D | NdkCameraMetadata.h | 129 double *d; member 174 const double *d; member
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
H A D | FileLog.java | 60 public static void d(String tag, String msg, Exception e) { in d() method in FileLog 65 public static void d(String tag, String msg) { in d() method in FileLog
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
H A D | strtord.c | 76 strtord(s, sp, rounding, d) CONST char *s; char **sp; int rounding; double *d; in strtord() argument
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
H A D | ImageDescriptor.java | 57 ImageDescriptor d = new ImageDescriptor(); in parse() local
|
/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
H A D | L.java | 38 static void d(@NonNull String msg) { in d() method in L
|
/aosp12/art/test/957-methodhandle-transforms/src/ |
H A D | Main.java | 797 short d, int e, long f, float g, double h) { in permuteArguments_callee() 1054 short d, int e, long f, float g, double h) { in spreadByte() 1062 int d, long e, float f, double g) { in spreadChar() 1069 int d, long e, float f, double g) { in spreadShort() 1076 long d, float e, double f) { in spreadInt() 1082 public static int spreadLong(String a, Long b, long c, float d, double e) { in spreadLong() 1088 public static int spreadFloat(String a, Float b, float c, double d) { in spreadFloat() 1393 public static int filterTarget(String a, char b, String c, char d) { in filterTarget() 1533 static int insertReceiver(String a, int b, Integer c, String d) { in insertReceiver() 1589 public static int foldTarget(String a, char b, char c, String d) { in foldTarget()
|
/aosp12/packages/apps/Gallery/src/com/android/camera/ |
H A D | MenuHelper.java | 188 private static void setDetailsValue(View d, String text, int valueId) { in setDetailsValue() 192 private static void hideDetailsRow(View d, int rowId) { in hideDetailsRow() 219 private static void setLatLngDetails(final View d, Activity context, in setLatLngDetails() 304 private static void hideExifInformation(View d) { in hideExifInformation() 314 private static void showExifInformation(IImage image, View d, in showExifInformation()
|
/aosp12/hardware/libhardware/modules/input/evdev/ |
H A D | InputHost.cpp | 31 void InputReport::reportEvent(InputDeviceHandle* d) { in reportEvent() 102 InputDeviceDefinition* d) { in registerDevice()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestMemory.cpp | 66 auto d = model.addOperand(&matrixType); in TEST_F() local 129 auto d = model.addOperand(&matrixType); in TEST_F() local
|
/aosp12/packages/services/Telephony/src/com/android/phone/vvm/ |
H A D | VvmLog.java | 76 public static int d(String tag, String log) { in d() method in VvmLog 81 public static int d(String tag, String log, Throwable e) { in d() method in VvmLog
|
/aosp12/art/test/813-fp-args/src/ |
H A D | Main.java | 37 public static void myMethod(float a, double b, float c, float d) { in myMethod()
|
/aosp12/system/libvintf/xsd/halManifest/vts/ |
H A D | ValidateHalManifest.cpp | 27 DIR* d; in get_files_in_dirs() local
|
/aosp12/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
H A D | locals.cpp | 27 double d[2][2] = {{0, 1}, {2, 3.0}}; in main() local
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | native_module_export.cpp | 67 auto d = static_cast<NapiApi::MyInstanceState *>(finalize_data); in Export() local
|
/aosp12/hardware/qcom/display/msm8226/liboverlay/ |
H A D | overlayMdp.cpp | 104 void MdpCtrl::setCrop(const utils::Dim& d) { in setCrop() 112 void MdpCtrl::setPosition(const overlay::utils::Dim& d) { in setPosition()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
H A D | NavBarTuner.java | 185 Drawable d = Icon.createWithResource(pkg, id) in updateSummary() local 226 Drawable d = Icon.createWithResource(getContext().getPackageName(), ICONS[i][0]) in setupIcons() local
|
/aosp12/packages/modules/StatsD/statsd/tests/ |
H A D | AlarmMonitor_test.cpp | 37 sp<const InternalAlarm> d = new InternalAlarm{30}; in TEST() local
|
/aosp12/frameworks/base/core/java/android/view/textclassifier/ |
H A D | Log.java | 46 public static void d(String tag, String msg) { in d() method in Log
|
/aosp12/art/test/907-get-loaded-classes/src/art/ |
H A D | Test907.java | 37 Object d; in doTest() local
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_nan.c | 85 double d; in nan() member
|
/aosp12/system/bt/test/mock/ |
H A D | mock_bta_sys_utl.cc | 36 bool utl_isdialchar(const char d) { in utl_isdialchar()
|
/aosp12/hardware/st/nfc/st21nfc/adaptation/ |
H A D | android_logmsg.cpp | 69 uint8_t* d = (uint8_t*)data; in DispHal() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/util/ |
H A D | frustum_util.cpp | 79 const float d = (plane.x * pos.x) + (plane.y * pos.y) + (plane.z * pos.z) + plane.w; in SphereFrustumCollision() local
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
H A D | rsa_openssl_common.c | 29 const BIGNUM *d = NULL; in DuplicateRsaPriKeyForSpec() local
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | DecorToolbar.java | 63 void setIcon(Drawable d); in setIcon() 65 void setLogo(Drawable d); in setLogo() 100 void setBackgroundDrawable(Drawable d); in setBackgroundDrawable()
|