/frameworks/base/rs/java/android/renderscript/ |
D | FieldPacker.java | 59 public void align(int v) { in align() 70 public void subalign(int v) { in subalign() 106 public void addI8(byte v) { in addI8() 115 public void addI16(short v) { in addI16() 123 short v = 0; in subI16() local 130 public void addI32(int v) { in addI32() 140 int v = 0; in subI32() local 149 public void addI64(long v) { in addI64() 163 long v = 0; in subI64() local 184 public void addU8(short v) { in addU8() [all …]
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | FieldPacker.java | 60 public void align(int v) { in align() 71 public void subalign(int v) { in subalign() 107 public void addI8(byte v) { in addI8() 116 public void addI16(short v) { in addI16() 124 short v = 0; in subI16() local 131 public void addI32(int v) { in addI32() 141 int v = 0; in subI32() local 150 public void addI64(long v) { in addI64() 164 long v = 0; in subI64() local 185 public void addU8(short v) { in addU8() [all …]
|
/frameworks/base/startop/apps/ColorChanging/app/src/main/java/com/android/startop/colorchanging/ |
D | MainActivity.java | 37 public void goRed(View v) { in goRed() 43 public void goOrange(View v) { in goOrange() 49 public void goYellow(View v) { in goYellow() 55 public void goGreen(View v) { in goGreen() 61 public void goBlue(View v) { in goBlue() 67 public void goIndigo(View v) { in goIndigo() 73 public void goViolet(View v) { in goViolet() 79 public void goCyan(View v) { in goCyan() 85 public void goBlack(View v) { in goBlack()
|
/frameworks/native/libs/vr/libpdx/ |
D | variant_tests.cpp | 130 Variant<int, bool, float> v; in TEST() local 138 Variant<int, bool, float> v; in TEST() local 148 Variant<int, bool, float> v; in TEST() local 158 Variant<int, bool, float> v; in TEST() local 168 Variant<int, bool, float> v; in TEST() local 175 Variant<int, bool, float> v; in TEST() local 187 Variant<int, std::string> v; in TEST() local 194 Variant<int, std::string> v; in TEST() local 203 Variant<int, std::string> v; in TEST() local 212 Variant<int, std::string> v; in TEST() local [all …]
|
/frameworks/native/opengl/libagl/ |
D | fp.h | 114 bool isZerof(GLfloat v) { in isZerof() 127 bool isOnef(GLfloat v) { in isOnef() 131 int isZeroOrNegativef(GLfloat v) { in isZeroOrNegativef() 144 int exponent(GLfloat v) { in exponent() 153 int32_t mantissa(GLfloat v) { in mantissa() 166 GLfloat clampToZerof(GLfloat v) { in clampToZerof() 180 GLfloat reciprocalf(GLfloat v) { in reciprocalf() 185 GLfloat rsqrtf(GLfloat v) { in rsqrtf() 190 GLfloat sqrf(GLfloat v) { in sqrf() 195 GLfloat addExpf(GLfloat v, int e) { in addExpf() [all …]
|
D | array.cpp | 136 static void currentColor(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentColor() 139 static void currentNormal(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentNormal() 142 static void currentTexCoord(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentTexCoord() 149 static void fetch2b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch2b() 153 static void fetch2s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch2s() 157 static void fetch2x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetch2x() 160 static void fetch2f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetch2f() 164 static void fetch3b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch3b() 169 static void fetch3s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch3s() 174 static void fetch3x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetch3x() [all …]
|
D | vertex.cpp | 54 void perspective(ogles_context_t* c, vertex_t* v, uint32_t enables) in perspective() 83 void clipFrustumPerspective(ogles_context_t* c, vertex_t* v, uint32_t enables) in clipFrustumPerspective() 110 void clipAllPerspective(ogles_context_t* c, vertex_t* v, uint32_t enables) in clipAllPerspective() 136 void ogles_vertex_project(ogles_context_t* c, vertex_t* v) { in ogles_vertex_project() 140 void ogles_vertex_perspective2D(ogles_context_t* c, vertex_t* v) in ogles_vertex_perspective2D() 151 void ogles_vertex_perspective3DZ(ogles_context_t* c, vertex_t* v) { in ogles_vertex_perspective3DZ() 154 void ogles_vertex_perspective3D(ogles_context_t* c, vertex_t* v) { in ogles_vertex_perspective3D() 157 void ogles_vertex_clipAllPerspective3DZ(ogles_context_t* c, vertex_t* v) { in ogles_vertex_clipAllPerspective3DZ() 160 void ogles_vertex_clipAllPerspective3D(ogles_context_t* c, vertex_t* v) { in ogles_vertex_clipAllPerspective3D()
|
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 342 float __attribute__((overloadable)) acos(float v) { in acos() 348 float __attribute__((overloadable)) acosh(float v) { in acosh() 360 float __attribute__((overloadable)) asin(float v) { in asin() 366 float __attribute__((overloadable)) asinh(float v) { in asinh() 377 float __attribute__((overloadable)) atan(float v) { in atan() 389 float __attribute__((overloadable)) atanh(float v) { in atanh() 406 float __attribute__((overloadable)) cbrt(float v) { in cbrt() 412 float __attribute__((overloadable)) ceil(float v) { in ceil() 424 float __attribute__((overloadable)) cos(float v) { in cos() 430 float __attribute__((overloadable)) cosh(float v) { in cosh() [all …]
|
/frameworks/base/libs/hwui/tests/unit/ |
D | FatVectorTests.cpp | 26 static bool allocationIsInternal(VectorType& v) { in allocationIsInternal() 34 std::vector<int> v; in TEST() local 42 FatVector<int, 4> v; in TEST() local 60 FatVector<int, 4> v(32); in TEST() local 66 FatVector<int, 4> v(4); in TEST() local 72 FatVector<int, 4> v(2); in TEST() local 80 FatVector<int, 10> v; in TEST() local 98 FatVector<TestUtils::SignalingDtor, 0> v; in TEST() local 110 FatVector<TestUtils::SignalingDtor, 10> v; in TEST() local
|
/frameworks/base/core/java/android/util/ |
D | DataUnit.java | 36 KILOBYTES { @Override public long toBytes(long v) { return v * 1_000; } }, in toBytes() 37 MEGABYTES { @Override public long toBytes(long v) { return v * 1_000_000; } }, in toBytes() 38 GIGABYTES { @Override public long toBytes(long v) { return v * 1_000_000_000; } }, in toBytes() 39 KIBIBYTES { @Override public long toBytes(long v) { return v * 1_024; } }, in toBytes() 40 MEBIBYTES { @Override public long toBytes(long v) { return v * 1_048_576; } }, in toBytes() 41 GIBIBYTES { @Override public long toBytes(long v) { return v * 1_073_741_824; } }; in toBytes() 43 public long toBytes(long v) { in toBytes()
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/ |
D | VrActivity.java | 111 protected void onPostExecute(Volume v) { in onPostExecute() 123 public void cutXClick(View v) { in cutXClick() 128 public void cutYClick(View v) { in cutYClick() 133 public void cutZClick(View v) { in cutZClick() 138 public void rotateClick(View v) { in rotateClick() 143 public void resetClick(View v) { in resetClick() 147 public void saveClick(View v) { in saveClick() 151 public void looksClick(View v) { in looksClick() 171 public void dataClick(View v) { in dataClick() 199 private void uncheckOthers(View v) { in uncheckOthers() [all …]
|
/frameworks/av/media/tests/benchmark/src/native/common/utils/ |
D | Timers.h | 61 static inline nsecs_t s2ns(nsecs_t v) { in s2ns() 64 static inline nsecs_t ms2ns(nsecs_t v) { in ms2ns() 67 static inline nsecs_t us2ns(nsecs_t v) { in us2ns() 70 static inline nsecs_t ns2s(nsecs_t v) { in ns2s() 73 static inline nsecs_t ns2ms(nsecs_t v) { in ns2ms() 76 static inline nsecs_t ns2us(nsecs_t v) { in ns2us() 80 static inline nsecs_t seconds(nsecs_t v) { in seconds() 83 static inline nsecs_t milliseconds(nsecs_t v) { in milliseconds() 86 static inline nsecs_t microseconds(nsecs_t v) { in microseconds()
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
D | SettingsValidatorsTest.java | 141 Validator v = new SettingsValidators.DiscreteValueValidator(beerTypes); in testDiscreteValueValidator() local 151 Validator v = new SettingsValidators.DiscreteValueValidator(discreteTypes); in testDiscreteValueValidator_onNullValue_returnsFalse() local 158 Validator v = new SettingsValidators.InclusiveIntegerRangeValidator(0, 5); in testInclusiveIntegerRangeValidator() local 168 Validator v = new SettingsValidators.InclusiveIntegerRangeValidator(0, 5); in testInclusiveIntegerRangeValidator_onNullValue_returnsFalse() local 175 Validator v = new SettingsValidators.InclusiveFloatRangeValidator(0.0f, 5.0f); in testInclusiveFloatRangeValidator() local 185 Validator v = new SettingsValidators.InclusiveFloatRangeValidator(0.0f, 5.0f); in testInclusiveFloatRangeValidator_onNullValue_returnsFalse() local 192 Validator v = new SettingsValidators.ComponentNameListValidator(","); in testComponentNameListValidator() local 200 Validator v = new SettingsValidators.ComponentNameListValidator(","); in testComponentNameListValidator_onNullValue_returnsFalse() local 207 Validator v = new SettingsValidators.PackageNameListValidator(","); in testPackageNameListValidator() local 214 Validator v = new SettingsValidators.PackageNameListValidator(","); in testPackageNameListValidator_onNullValue_returnsFalse() local [all …]
|
/frameworks/base/core/jni/android/graphics/ |
D | Camera.cpp | 24 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_save() local 30 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_restore() local 37 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_translate() local 43 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_rotateX() local 49 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_rotateY() local 55 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_rotateZ() local 61 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_rotate() local 69 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_setLocation() local 75 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_getLocationX() local 81 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_getLocationY() local [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | SysuiLifecycle.java | 42 public static LifecycleOwner viewAttachLifecycle(View v) { in viewAttachLifecycle() 49 ViewLifecycle(View v) { in ViewLifecycle() 60 public void onViewAttachedToWindow(View v) { in onViewAttachedToWindow() 65 public void onViewDetachedFromWindow(View v) { in onViewDetachedFromWindow()
|
/frameworks/base/test-runner/src/android/test/ |
D | TouchUtils.java | 115 public static void scrollToBottom(ActivityInstrumentationTestCase test, ViewGroup v) { in scrollToBottom() 128 ViewGroup v) { in scrollToBottom() 150 public static void scrollToTop(ActivityInstrumentationTestCase test, ViewGroup v) { in scrollToTop() 162 public static void scrollToTop(InstrumentationTestCase test, Activity activity, ViewGroup v) { in scrollToTop() 183 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v) { in dragViewToBottom() 194 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v) { in dragViewToBottom() 210 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v, in dragViewToBottom() 223 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v, in dragViewToBottom() 246 public static void tapView(InstrumentationTestCase test, View v) { in tapView() 286 public static void touchAndCancelView(InstrumentationTestCase test, View v) { in touchAndCancelView() [all …]
|
/frameworks/native/libs/math/include/math/ |
D | TVecHelpers.h | 442 friend inline constexpr VECTOR<T> PURE rcp(VECTOR<T> v) { in rcp() 446 friend inline CONSTEXPR VECTOR<T> PURE abs(VECTOR<T> v) { in abs() 453 friend inline CONSTEXPR VECTOR<T> PURE floor(VECTOR<T> v) { in floor() 460 friend inline CONSTEXPR VECTOR<T> PURE ceil(VECTOR<T> v) { in ceil() 467 friend inline CONSTEXPR VECTOR<T> PURE round(VECTOR<T> v) { in round() 474 friend inline CONSTEXPR VECTOR<T> PURE inversesqrt(VECTOR<T> v) { in inversesqrt() 481 friend inline CONSTEXPR VECTOR<T> PURE sqrt(VECTOR<T> v) { in sqrt() 488 friend inline CONSTEXPR VECTOR<T> PURE pow(VECTOR<T> v, T p) { in pow() 499 friend inline CONSTEXPR VECTOR<T> PURE clamp(VECTOR<T> v, T min, T max) { in clamp() 514 friend inline CONSTEXPR VECTOR<T> PURE min(const VECTOR<T>& u, VECTOR<T> v) { in min() [all …]
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskViewTransform.java | 117 public boolean hasAlphaChangedFrom(float v) { in hasAlphaChangedFrom() 121 public boolean hasScaleChangedFrom(float v) { in hasScaleChangedFrom() 125 public boolean hasTranslationZChangedFrom(float v) { in hasTranslationZChangedFrom() 129 public boolean hasRectChangedFrom(View v) { in hasRectChangedFrom() 137 public void applyToTaskView(TaskView v, ArrayList<Animator> animators, in applyToTaskView() 188 public static void reset(TaskView v) { in reset()
|
D | ViewPool.java | 32 public void onReturnViewToPool(V v); in onReturnViewToPool() 33 public void onPickUpViewFromPool(V v, T prepareData, boolean isNewView); in onPickUpViewFromPool() 34 public boolean hasPreferredData(V v, T preferredData); in hasPreferredData() 48 void returnViewToPool(V v) { in returnViewToPool() 55 V v = null; in pickUpViewFromPool() local
|
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
D | MainActivity.java | 106 public void setShutterSpeed(View v) { in setShutterSpeed() 117 public void setISO(View v) { in setISO() 128 public void setFocus(View v) { in setFocus() 142 public void back(View v) { in back() 148 public void capture(View v) { in capture()
|
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/ |
D | SoundTriggerTestActivity.java | 212 public void onLoadButtonClicked(View v) { in onLoadButtonClicked() 220 public void onUnloadButtonClicked(View v) { in onUnloadButtonClicked() 228 public void onReloadButtonClicked(View v) { in onReloadButtonClicked() 236 public void onStartRecognitionButtonClicked(View v) { in onStartRecognitionButtonClicked() 244 public void onStopRecognitionButtonClicked(View v) { in onStopRecognitionButtonClicked() 252 public synchronized void onPlayTriggerButtonClicked(View v) { in onPlayTriggerButtonClicked() 260 public synchronized void onCaptureAudioCheckboxClicked(View v) { in onCaptureAudioCheckboxClicked() 283 public synchronized void onPlayCapturedAudioButtonClicked(View v) { in onPlayCapturedAudioButtonClicked()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | ViewLayersActivity5.java | 89 public void enableClip(View v) { in enableClip() 93 public void disableClip(View v) { in disableClip() 97 public void enableLayer(View v) { in enableLayer() 101 public void disableLayer(View v) { in disableLayer() 105 public void growLayer(View v) { in growLayer() 110 public void shrinkLayer(View v) { in shrinkLayer() 127 TextView v = (TextView) super.getView(position, convertView, parent); in getView() local
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | aggregate-indirect-arg.cpp | 19 void bar(SVal &v) {} in bar() 22 void foo(SVal v) { bar(v); } in foo() 26 SVal v; in main() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | MessagingPropertyAnimator.java | 58 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange() 120 public static int getTop(View v) { in getTop() 128 private static void setTop(View v, int value) { in setTop() 133 private static void updateTopAndBottom(View v) { in updateTopAndBottom() 140 private static void startTopAnimation(final View v, int start, int end, in startTopAnimation() 174 private static boolean isHidingAnimated(View v) { in isHidingAnimated() 181 public static void fadeIn(final View v) { in fadeIn() 250 public static boolean isAnimatingTranslation(View v) { in isAnimatingTranslation() 254 public static boolean isAnimatingAlpha(View v) { in isAnimatingAlpha()
|
/frameworks/rs/ |
D | rsStream.h | 94 void addF(float v) { in addF() 98 void addI32(int32_t v) { in addI32() 108 void addU32(uint32_t v) { in addU32() 118 void addU16(uint16_t v) { in addU16() 126 inline void addU8(uint8_t v) { in addU8()
|