/frameworks/rs/support/java/src/androidx/renderscript/ |
D | FieldPacker.java | 64 public void align(int v) { in align() 75 public void subalign(int v) { in subalign() 111 public void addI8(byte v) { in addI8() 120 public void addI16(short v) { in addI16() 128 short v = 0; in subI16() local 135 public void addI32(int v) { in addI32() 145 int v = 0; in subI32() local 154 public void addI64(long v) { in addI64() 168 long v = 0; in subI64() local 189 public void addU8(short v) { in addU8() [all …]
|
/frameworks/base/rs/java/android/renderscript/ |
D | FieldPacker.java | 63 public void align(int v) { in align() 74 public void subalign(int v) { in subalign() 110 public void addI8(byte v) { in addI8() 119 public void addI16(short v) { in addI16() 127 short v = 0; in subI16() local 134 public void addI32(int v) { in addI32() 144 int v = 0; in subI32() local 153 public void addI64(long v) { in addI64() 167 long v = 0; in subI64() local 188 public void addU8(short v) { in addU8() [all …]
|
D | Script.java | 163 protected void invoke(int slot, FieldPacker v) { in invoke() 176 FieldPacker v) { in forEach() 185 FieldPacker v, LaunchOptions sc) { in forEach() 231 FieldPacker v) { in forEach() 241 FieldPacker v, LaunchOptions sc) { in forEach() 383 public void setVar(int index, float v) { in setVar() 384 mRS.nScriptSetVarF(getID(mRS), index, v); in setVar() local 394 public void setVar(int index, double v) { in setVar() 395 mRS.nScriptSetVarD(getID(mRS), index, v); in setVar() local 405 public void setVar(int index, int v) { in setVar() [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/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/packages/SettingsProvider/test/src/android/provider/settings/validators/ |
D | SettingsValidatorsTest.java | 144 Validator v = new DiscreteValueValidator(beerTypes); in testDiscreteValueValidator() local 154 Validator v = new DiscreteValueValidator(discreteTypes); in testDiscreteValueValidator_onNullValue_returnsTrue() local 161 Validator v = new InclusiveIntegerRangeValidator(0, 5); in testInclusiveIntegerRangeValidator() local 171 Validator v = new InclusiveIntegerRangeValidator(0, 5); in testInclusiveIntegerRangeValidator_onNullValue_returnsTrue() local 178 Validator v = new InclusiveFloatRangeValidator(0.0f, 5.0f); in testInclusiveFloatRangeValidator() local 188 Validator v = new InclusiveFloatRangeValidator(0.0f, 5.0f); in testInclusiveFloatRangeValidator_onNullValue_returnsTrue() local 195 Validator v = new ComponentNameListValidator(","); in testComponentNameListValidator() local 203 Validator v = new ComponentNameListValidator(","); in testComponentNameListValidator_onNullValue_returnsFalse() local 210 Validator v = new PackageNameListValidator(","); in testPackageNameListValidator() local 217 Validator v = new PackageNameListValidator(","); in testPackageNameListValidator_onNullValue_returnsFalse() local [all …]
|
/frameworks/base/libs/hwui/jni/ |
D | Camera.cpp | 21 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_save() local 27 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_restore() local 34 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_translate() local 40 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_rotateX() local 46 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_rotateY() local 52 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_rotateZ() local 58 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_rotate() local 66 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_setLocation() local 72 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_getLocationX() local 78 Sk3DView* v = reinterpret_cast<Sk3DView*>(viewHandle); in Camera_getLocationY() local [all …]
|
/frameworks/base/errorprone/refaster/ |
D | EfficientXml.java | 32 void beforeToString(TypedXmlSerializer out, String n, int v) throws Exception { in beforeToString() 37 void beforeValueOf(TypedXmlSerializer out, String n, int v) throws Exception { in beforeValueOf() 42 void beforeUtils(TypedXmlSerializer out, String n, int v) throws Exception { in beforeUtils() 47 void beforeRadix(TypedXmlSerializer out, String n, int v) throws Exception { in beforeRadix() 52 void after(TypedXmlSerializer out, String n, int v) throws Exception { in after() 59 void beforeToHexString(TypedXmlSerializer out, String n, int v) throws Exception { in beforeToHexString() 64 void beforeRadix(TypedXmlSerializer out, String n, int v) throws Exception { in beforeRadix() 69 void after(TypedXmlSerializer out, String n, int v) throws Exception { in after() 122 void beforeToString(TypedXmlSerializer out, String n, long v) throws Exception { in beforeToString() 127 void beforeValueOf(TypedXmlSerializer out, String n, long v) throws Exception { in beforeValueOf() [all …]
|
/frameworks/base/test-runner/src/android/test/ |
D | TouchUtils.java | 131 public static void scrollToBottom(ActivityInstrumentationTestCase test, ViewGroup v) { in scrollToBottom() 144 ViewGroup v) { in scrollToBottom() 166 public static void scrollToTop(ActivityInstrumentationTestCase test, ViewGroup v) { in scrollToTop() 178 public static void scrollToTop(InstrumentationTestCase test, Activity activity, ViewGroup v) { in scrollToTop() 199 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v) { in dragViewToBottom() 210 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v) { in dragViewToBottom() 226 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v, in dragViewToBottom() 239 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v, in dragViewToBottom() 264 public static void tapView(InstrumentationTestCase test, View v) { in tapView() 304 public static void touchAndCancelView(InstrumentationTestCase test, View v) { in touchAndCancelView() [all …]
|
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/ |
D | SoundTriggerTestActivity.java | 207 public void onLoadButtonClicked(View v) { in onLoadButtonClicked() 215 public void onUnloadButtonClicked(View v) { in onUnloadButtonClicked() 223 public void onReloadButtonClicked(View v) { in onReloadButtonClicked() 231 public void onStartRecognitionButtonClicked(View v) { in onStartRecognitionButtonClicked() 239 public void onStopRecognitionButtonClicked(View v) { in onStopRecognitionButtonClicked() 247 public synchronized void onPlayTriggerButtonClicked(View v) { in onPlayTriggerButtonClicked() 255 public synchronized void onGetModelStateButtonClicked(View v) { in onGetModelStateButtonClicked() 263 public synchronized void onCaptureAudioCheckboxClicked(View v) { in onCaptureAudioCheckboxClicked() 297 public synchronized void onPlayCapturedAudioButtonClicked(View v) { in onPlayCapturedAudioButtonClicked()
|
/frameworks/native/libs/math/include/math/ |
D | TVecHelpers.h | 455 friend inline constexpr VECTOR<T> PURE rcp(VECTOR<T> v) { in rcp() 459 friend inline CONSTEXPR VECTOR<T> PURE abs(VECTOR<T> v) { in abs() 466 friend inline CONSTEXPR VECTOR<T> PURE floor(VECTOR<T> v) { in floor() 473 friend inline CONSTEXPR VECTOR<T> PURE ceil(VECTOR<T> v) { in ceil() 480 friend inline CONSTEXPR VECTOR<T> PURE round(VECTOR<T> v) { in round() 487 friend inline CONSTEXPR VECTOR<T> PURE inversesqrt(VECTOR<T> v) { in inversesqrt() 494 friend inline CONSTEXPR VECTOR<T> PURE sqrt(VECTOR<T> v) { in sqrt() 501 friend inline CONSTEXPR VECTOR<T> PURE pow(VECTOR<T> v, T p) { in pow() 512 friend inline CONSTEXPR VECTOR<T> PURE clamp(VECTOR<T> v, T min, T max) { in clamp() 527 friend inline CONSTEXPR VECTOR<T> PURE min(const VECTOR<T>& u, VECTOR<T> v) { in min() [all …]
|
/frameworks/base/core/java/com/android/internal/util/ |
D | FastDataOutput.java | 215 public void writeBoolean(boolean v) throws IOException { in writeBoolean() 220 public void writeByte(int v) throws IOException { in writeByte() 226 public void writeShort(int v) throws IOException { in writeShort() 233 public void writeChar(int v) throws IOException { in writeChar() 238 public void writeInt(int v) throws IOException { in writeInt() 247 public void writeLong(long v) throws IOException { in writeLong() 262 public void writeFloat(float v) throws IOException { in writeFloat() 267 public void writeDouble(double v) throws IOException { in writeDouble()
|
/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/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
|
D | ListActivity.java | 91 public void startProfiling(View v) { in startProfiling() 94 public void stopProfiling(View v) { in stopProfiling() 98 … public void onCreateContextMenu(ContextMenu menu, View v, ContextMenu.ContextMenuInfo menuInfo) { in onCreateContextMenu() 113 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/av/media/codec2/sfplugin/ |
D | CCodecConfig.cpp | 125 mMapper = [](C2Value v) -> C2Value { in withC2Mappers() 133 mReverse = [](C2Value v) -> C2Value { in withC2Mappers() 345 ConfigMapper::Mapper makeFloat = [](C2Value v) -> C2Value { in initializeStandardParams() 357 ConfigMapper::Mapper negate = [](C2Value v) -> C2Value { in initializeStandardParams() 388 .withMappers(makeFloat, [](C2Value v) -> C2Value { in initializeStandardParams() 528 .withMappers([](C2Value v) -> C2Value { in initializeStandardParams() 535 }, [](C2Value v) -> C2Value { in initializeStandardParams() 555 .withMapper([](C2Value v) -> C2Value { in initializeStandardParams() 571 .withMappers(makeFloat, [](C2Value v) -> C2Value { in initializeStandardParams() 654 .withMappers([](C2Value v) -> C2Value { in initializeStandardParams() [all …]
|
/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()
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/ |
D | LaunchBubbleActivity.java | 47 private void add(View v) { in add() 51 private void cancel(View v) { in cancel() 55 private void cancelAll(View v) { in cancelAll()
|