/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 …]
|
D | Script.java | 157 protected void invoke(int slot, FieldPacker v) { in invoke() 170 FieldPacker v) { in forEach() 179 FieldPacker v, LaunchOptions sc) { in forEach() 225 FieldPacker v) { in forEach() 235 FieldPacker v, LaunchOptions sc) { in forEach() 377 public void setVar(int index, float v) { in setVar() 378 mRS.nScriptSetVarF(getID(mRS), index, v); in setVar() local 388 public void setVar(int index, double v) { in setVar() 389 mRS.nScriptSetVarD(getID(mRS), index, v); in setVar() local 399 public void setVar(int index, int v) { in setVar() [all …]
|
/frameworks/rs/support/java/src/android/support/v8/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/native/libs/vr/libpdx/ |
D | variant_tests.cpp | 122 Variant<int, bool, float> v; in TEST() local 130 Variant<int, bool, float> v; in TEST() local 140 Variant<int, bool, float> v; in TEST() local 150 Variant<int, bool, float> v; in TEST() local 160 Variant<int, bool, float> v; in TEST() local 167 Variant<int, bool, float> v; in TEST() local 179 Variant<int, std::string> v; in TEST() local 186 Variant<int, std::string> v; in TEST() local 195 Variant<int, std::string> v; in TEST() local 204 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 currentColor_clamp(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentColor_clamp() 142 static void currentNormal(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentNormal() 145 static void currentTexCoord(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentTexCoord() 152 static void fetch2b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch2b() 156 static void fetch2s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch2s() 160 static void fetch2x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetch2x() 163 static void fetch2f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetch2f() 167 static void fetch3b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch3b() 172 static void fetch3s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch3s() [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() 35 std::vector<int> v; in TEST() local 43 FatVector<int, 4> v; in TEST() local 61 FatVector<int, 4> v(32); in TEST() local 67 FatVector<int, 4> v(4); in TEST() local 73 FatVector<int, 4> v(2); in TEST() local 81 FatVector<int, 10> v; in TEST() local 99 FatVector<TestUtils::SignalingDtor, 0> v; in TEST() local 111 FatVector<TestUtils::SignalingDtor, 10> v; in TEST() local
|
/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/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/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/ml/nn/common/operations/internal/optimized/ |
D | neon_tensor_utils.cc | 84 for (int v = 0; v < postamble_start; v += kFloatWeightsPerNeonLane) { in NeonVectorVectorCwiseProduct() local 93 for (int v = postamble_start; v < v_size; v++) { in NeonVectorVectorCwiseProduct() local 106 for (int v = 0; v < postamble_start; v += kFloatWeightsPerNeonLane) { in NeonVectorVectorCwiseProductAccumulate() local 116 for (int v = postamble_start; v < v_size; v++) { in NeonVectorVectorCwiseProductAccumulate() local 135 for (int v = 0; v < postamble_start; v += kFloatWeightsPerNeonLane) { in NeonVectorBatchVectorCwiseProductAccumulate() local 142 for (int v = 0; v < postamble_start; v += kFloatWeightsPerNeonLane) { in NeonVectorBatchVectorCwiseProductAccumulate() local 153 for (int v = postamble_start; v < v_size; v++) { in NeonVectorBatchVectorCwiseProductAccumulate() local 171 for (int v = 0; v < postamble_start; v += kFloatWeightsPerNeonLane) { in NeonSub1Vector() local 179 for (int v = postamble_start; v < v_size; v++) { in NeonSub1Vector() local 196 for (int v = 0; v < postamble_start; v += kFloatWeightsPerNeonLane) { in NeonClipVector() local [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/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/packages/SystemUI/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/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
|
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/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/support/samples/Support4Demos/src/com/example/android/supportv4/app/ |
D | SharingSupport.java | 63 public void onShareTextClick(View v) { in onShareTextClick() 70 public void onShareFileClick(View v) { in onShareFileClick() 89 public void onShareMultipleFileClick(View v) { in onShareMultipleFileClick()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | GuidedActionAdapterGroup.java | 123 View v = avh.getEditingView(); in openIme() local 140 public void closeIme(View v) { in closeIme() 150 public void fillAndStay(GuidedActionAdapter adapter, TextView v) { in fillAndStay() 159 public void fillAndGoNext(GuidedActionAdapter adapter, TextView v) { in fillAndGoNext() 178 private void updateTextIntoAction(GuidedActionsStylist.ViewHolder avh, TextView v) { in updateTextIntoAction()
|
/frameworks/compile/libbcc/include/bcc/ |
D | RSCompilerDriver.h | 91 void setDebugContext(bool v) { in setDebugContext() 106 void setEnableGlobalMerge(bool v) { in setEnableGlobalMerge() 119 void setEmbedGlobalInfo(bool v) { in setEmbedGlobalInfo() 130 void setEmbedGlobalInfoSkipConstant(bool v) { in setEmbedGlobalInfoSkipConstant()
|