/frameworks/support/v8/renderscript/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/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 | 159 protected void invoke(int slot, FieldPacker v) { in invoke() 172 FieldPacker v) { in forEach() 181 FieldPacker v, LaunchOptions sc) { in forEach() 227 FieldPacker v) { in forEach() 237 FieldPacker v, LaunchOptions sc) { in forEach() 379 public void setVar(int index, float v) { in setVar() 380 mRS.nScriptSetVarF(getID(mRS), index, v); in setVar() local 390 public void setVar(int index, double v) { in setVar() 391 mRS.nScriptSetVarD(getID(mRS), index, v); in setVar() local 401 public void setVar(int index, int v) { in setVar() [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 | 339 float __attribute__((overloadable)) acos(float v) { in acos() 345 float __attribute__((overloadable)) acosh(float v) { in acosh() 357 float __attribute__((overloadable)) asin(float v) { in asin() 363 float __attribute__((overloadable)) asinh(float v) { in asinh() 374 float __attribute__((overloadable)) atan(float v) { in atan() 386 float __attribute__((overloadable)) atanh(float v) { in atanh() 403 float __attribute__((overloadable)) cbrt(float v) { in cbrt() 409 float __attribute__((overloadable)) ceil(float v) { in ceil() 421 float __attribute__((overloadable)) cos(float v) { in cos() 427 float __attribute__((overloadable)) cosh(float v) { in cosh() [all …]
|
/frameworks/support/v13/java/android/support/v13/view/ |
D | ViewCompat.java | 29 boolean startDragAndDrop(View v, ClipData data, View.DragShadowBuilder shadowBuilder, in startDragAndDrop() 31 void cancelDragAndDrop(View v); in cancelDragAndDrop() 32 void updateDragShadow(View v, View.DragShadowBuilder shadowBuilder); in updateDragShadow() 40 public boolean startDragAndDrop(View v, ClipData data, View.DragShadowBuilder shadowBuilder, in startDragAndDrop() 46 public void cancelDragAndDrop(View v) { in cancelDragAndDrop() 51 public void updateDragShadow(View v, View.DragShadowBuilder shadowBuilder) { in updateDragShadow() 61 public boolean startDragAndDrop(View v, ClipData data, View.DragShadowBuilder shadowBuilder, in startDragAndDrop() 68 public void cancelDragAndDrop(View v) { in cancelDragAndDrop() 73 public void updateDragShadow(View v, View.DragShadowBuilder shadowBuilder) { in updateDragShadow() 90 public static boolean startDragAndDrop(View v, ClipData data, in startDragAndDrop() [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/java/tests/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/support/compat/ics/android/support/v4/view/ |
D | ViewCompatICS.java | 30 public static boolean canScrollHorizontally(View v, int direction) { in canScrollHorizontally() 34 public static boolean canScrollVertically(View v, int direction) { in canScrollVertically() 38 public static void setAccessibilityDelegate(View v, @Nullable Object delegate) { in setAccessibilityDelegate() 42 public static void onPopulateAccessibilityEvent(View v, AccessibilityEvent event) { in onPopulateAccessibilityEvent() 46 public static void onInitializeAccessibilityEvent(View v, AccessibilityEvent event) { in onInitializeAccessibilityEvent() 50 public static void onInitializeAccessibilityNodeInfo(View v, Object info) { in onInitializeAccessibilityNodeInfo()
|
/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/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/rs/java/tests/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/support/v13/api24/android/support/v13/view/ |
D | ViewCompatApi24.java | 23 public static boolean startDragAndDrop(View v, ClipData data, in startDragAndDrop() 28 public static void cancelDragAndDrop(View v) { in cancelDragAndDrop() 32 public static void updateDragShadow(View v, View.DragShadowBuilder shadowBuilder) { in updateDragShadow()
|
/frameworks/native/include/ui/ |
D | TMatHelpers.h | 51 inline int PURE transpose(int v) { return v; } in transpose() 52 inline float PURE transpose(float v) { return v; } in transpose() 53 inline double PURE transpose(double v) { return v; } in transpose() 55 inline int PURE trace(int v) { return v; } in trace() 56 inline float PURE trace(float v) { return v; } in trace() 57 inline double PURE trace(double v) { return v; } in trace()
|
/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 | 64 public void onShareTextClick(View v) { in onShareTextClick() 71 public void onShareFileClick(View v) { in onShareFileClick() 90 public void onShareMultipleFileClick(View v) { in onShareMultipleFileClick()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | GuidedActionAdapterGroup.java | 128 View v = avh.getEditingView(); in openIme() local 145 public void closeIme(View v) { in closeIme() 155 public void fillAndStay(GuidedActionAdapter adapter, TextView v) { in fillAndStay() 164 public void fillAndGoNext(GuidedActionAdapter adapter, TextView v) { in fillAndGoNext() 183 private void updateTextIntoAction(GuidedActionsStylist.ViewHolder avh, TextView v) { in updateTextIntoAction()
|