/frameworks/native/opengl/libagl/ |
D | state.cpp | 71 ogles_context_t *c = in ogles_init() local 104 void ogles_uninit(ogles_context_t* c) in ogles_uninit() 117 void _ogles_error(ogles_context_t* c, GLenum error) in _ogles_error() 136 static void enable_disable(ogles_context_t* c, GLenum cap, int enabled) in enable_disable() 227 ogles_context_t* c = ogles_context_t::get(); in glStencilFunc() local 238 ogles_context_t* c = ogles_context_t::get(); in glStencilOp() local 256 ogles_context_t* c = ogles_context_t::get(); in glCullFace() local 270 ogles_context_t* c = ogles_context_t::get(); in glFrontFace() local 284 ogles_context_t* c = ogles_context_t::get(); in glHint() local 303 ogles_context_t* c = ogles_context_t::get(); in glEnable() local [all …]
|
D | vertex.cpp | 30 void ogles_init_vertex(ogles_context_t* c) in ogles_init_vertex() 44 void ogles_uninit_vertex(ogles_context_t* c) in ogles_uninit_vertex() 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() [all …]
|
D | light.cpp | 61 static void init_white(vec4_t& c) { in init_white() 65 void ogles_init_light(ogles_context_t* c) in ogles_init_light() 108 void ogles_uninit_light(ogles_context_t* c) in ogles_uninit_light() 120 static GLfixed fog_linear(ogles_context_t* c, GLfixed z) { in fog_linear() 124 static GLfixed fog_exp(ogles_context_t* c, GLfixed z) { in fog_exp() 129 static GLfixed fog_exp2(ogles_context_t* c, GLfixed z) { in fog_exp2() 203 static inline void light_picker(ogles_context_t* c) in light_picker() 216 static inline void validate_light_mvi(ogles_context_t* c) in validate_light_mvi() 242 static inline void validate_light(ogles_context_t* c) in validate_light() 276 void invalidate_lighting(ogles_context_t* c) in invalidate_lighting() [all …]
|
D | array.cpp | 105 void ogles_init_array(ogles_context_t* c) in ogles_init_array() 125 void ogles_uninit_array(ogles_context_t* c) in ogles_uninit_array() 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() 430 void enableDisableClientState(ogles_context_t* c, GLenum array, bool enable) in enableDisableClientState() 453 vertex_t* cache_vertex(ogles_context_t* c, vertex_t* v, uint32_t index) in cache_vertex() 477 vertex_t* fetch_vertex(ogles_context_t* c, size_t index) in fetch_vertex() 529 void drawPrimitivesPoints(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesPoints() [all …]
|
D | texture.cpp | 45 void ogles_init_texture(ogles_context_t* c) in ogles_init_texture() 62 void ogles_uninit_texture(ogles_context_t* c) in ogles_uninit_texture() 74 void validate_tmu(ogles_context_t* c, int i) in validate_tmu() 101 void ogles_validate_texture(ogles_context_t* c) in ogles_validate_texture() 111 void invalidate_texture(ogles_context_t* c, int tmu, uint8_t flags = 0xFF) { in invalidate_texture() 123 void ogles_lock_textures(ogles_context_t* c) in ogles_lock_textures() 151 void ogles_unlock_textures(ogles_context_t* c) in ogles_unlock_textures() 222 static GLenum validFormatType(ogles_context_t* c, GLenum format, GLenum type) in validFormatType() 247 GGLContext* getRasterizer(ogles_context_t* c) in getRasterizer() 270 ogles_context_t* c, in copyPixels() [all …]
|
D | matrix.cpp | 66 void ogles_init_matrix(ogles_context_t* c) in ogles_init_matrix() 88 void ogles_uninit_matrix(ogles_context_t* c) in ogles_uninit_matrix() 96 static void validate_perspective(ogles_context_t* c, vertex_t* v) in validate_perspective() 113 void ogles_invalidate_perspective(ogles_context_t* c) in ogles_invalidate_perspective() 118 void ogles_validate_transform_impl(ogles_context_t* c, uint32_t want) in ogles_validate_transform_impl() 335 GLfloat c, s; in rotate() local 528 GLfloat det22(GLfloat a, GLfloat b, GLfloat c, GLfloat d) { in det22() 533 GLfloat ndet22(GLfloat a, GLfloat b, GLfloat c, GLfloat d) { in ndet22() 641 int ogles_surfaceport(ogles_context_t* c, GLint x, GLint y) in ogles_surfaceport() 661 void ogles_scissor(ogles_context_t* c, in ogles_scissor() [all …]
|
D | primitives.cpp | 73 static void lightTriangleDarkSmooth(ogles_context_t* c, in lightTriangleDarkSmooth() 96 static void lightTriangleDarkFlat(ogles_context_t* c, in lightTriangleDarkFlat() 109 static void lightTriangleSmooth(ogles_context_t* c, in lightTriangleSmooth() 120 static void lightTriangleFlat(ogles_context_t* c, in lightTriangleFlat() 132 void lightVertexDarkSmoothFog(ogles_context_t* c, vertex_t* v) in lightVertexDarkSmoothFog() 143 void lightVertexDarkFlatFog(ogles_context_t* c, vertex_t* v) in lightVertexDarkFlatFog() 151 void lightVertexSmoothFog(ogles_context_t* c, vertex_t* v) in lightVertexSmoothFog() 159 static void lightTriangleDarkSmoothFog(ogles_context_t* c, in lightTriangleDarkSmoothFog() 167 static void lightTriangleDarkFlatFog(ogles_context_t* c, in lightTriangleDarkFlatFog() 177 static void lightTriangleSmoothFog(ogles_context_t* c, in lightTriangleSmoothFog() [all …]
|
/frameworks/av/camera/ |
D | Camera.cpp | 54 sp<Camera> c = new Camera(-1); in create() local 83 sp <ICamera> c = mCamera; in reconnect() local 90 sp <ICamera> c = mCamera; in lock() local 97 sp <ICamera> c = mCamera; in unlock() local 106 sp <ICamera> c = mCamera; in setPreviewTarget() local 116 sp <ICamera> c = mCamera; in startPreview() local 125 sp <ICamera> c = mCamera; in storeMetaDataInBuffers() local 134 sp <ICamera> c = mCamera; in startRecording() local 143 sp <ICamera> c = mCamera; in stopPreview() local 156 sp <ICamera> c = mCamera; in stopRecording() local [all …]
|
D | ProCamera.cpp | 124 sp <IProCameraUser> c = mCamera; in exclusiveTryLock() local 131 sp <IProCameraUser> c = mCamera; in exclusiveLock() local 138 sp <IProCameraUser> c = mCamera; in exclusiveUnlock() local 145 sp <IProCameraUser> c = mCamera; in hasExclusiveLock() local 155 sp <IProCameraUser> c = mCamera; in submitRequest() local 164 sp <IProCameraUser> c = mCamera; in cancelRequest() local 172 sp <IProCameraUser> c = mCamera; in deleteStream() local 214 sp <IProCameraUser> c = mCamera; in createStream() local 249 sp <IProCameraUser> c = mCamera; in createStreamCpu() local 288 sp <IProCameraUser> c = mCamera; in getCameraInfo() local [all …]
|
/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
D | BiDiTestGridLayoutCodeLtr.java | 72 TextView c = new TextView(context); in create() local 78 TextView c = new TextView(context); in create() local 84 TextView c = new TextView(context); in create() local 89 EditText c = new EditText(context); in create() local 95 TextView c = new TextView(context); in create() local 100 TextView c = new EditText(context); in create() local 106 Space c = new Space(context); in create() local 110 Button c = new Button(context); in create() local 115 Button c = new Button(context); in create() local
|
D | BiDiTestGridLayoutCodeRtl.java | 72 TextView c = new TextView(context); in create() local 78 TextView c = new TextView(context); in create() local 84 TextView c = new TextView(context); in create() local 89 EditText c = new EditText(context); in create() local 95 TextView c = new TextView(context); in create() local 100 TextView c = new EditText(context); in create() local 106 Space c = new Space(context); in create() local 110 Button c = new Button(context); in create() local 115 Button c = new Button(context); in create() local
|
/frameworks/base/core/java/android/text/ |
D | LoginFilter.java | 57 char c = dest.charAt(i); in filter() local 66 char c = source.charAt(i); in filter() local 89 char c = dest.charAt(i); in filter() local 111 public void onInvalidCharacter(char c) { in onInvalidCharacter() 126 public abstract boolean isAllowed(char c); in isAllowed() 145 public boolean isAllowed(char c) { in isAllowed() 176 public boolean isAllowed(char c) { in isAllowed() 207 public boolean isAllowed(char c) { in isAllowed()
|
/frameworks/base/core/tests/coretests/src/android/database/ |
D | DatabaseCursorTest.java | 112 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testBlob() local 135 Cursor c = mDatabase.rawQuery("SELECT data FROM test", null); in testRealColumns() local 146 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testCursor1() local 210 Cursor c = mDatabase.query("test", null, "_id > 1000", null, null, null, null); in testCursor2() local 250 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testLargeField() local 264 SQLiteCursor c; field in DatabaseCursorTest.TestObserver 302 Cursor c = mDatabase.query("test", new String[]{"data"}, null, null, null, null, null); in testManyRowsLong() local 338 Cursor c = mDatabase.query("test", new String[]{"data"}, null, null, null, null, null); in testManyRowsTxt() local 375 … Cursor c = mDatabase.query("test", new String[]{"txt", "data"}, null, null, null, null, null); in testManyRowsTxtLong() local 393 Cursor c = mDatabase.rawQuery("SELECT * FROM test", null); in testRequery() local [all …]
|
D | DatabasePerformanceTests.java | 85 public void setUp(Context c) { in setUp() 161 public void setUp(Context c) { in setUp() 203 public void setUp(Context c) { in setUp() 236 public void setUp(Context c) { in setUp() 271 public void setUp(Context c) { in setUp() 311 public void setUp(Context c) { in setUp() 349 public void setUp(Context c) { in setUp() 388 public void setUp(Context c) { in setUp() 426 public void setUp(Context c) { in setUp() 466 public void setUp(Context c) { in setUp() [all …]
|
D | DatabaseStatementTest.java | 85 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testExecuteStatement() local 139 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testStatementLongBinding() local 161 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testStatementStringBinding() local 184 Cursor c = mDatabase.query("test", null, null, null, null, null, "ROWID"); in testStatementClearBindings() local 206 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testSimpleStringBinding() local 231 Cursor c = mDatabase.query("test", null, null, null, null, null, "ROWID"); in testStatementMultipleBindings() local 266 Cursor c = mDatabase.query("test", null, null, null, null, null, "ROWID"); in run() local 315 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testStatementConstraint() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ATResponseParser.java | 49 char c = mLine.charAt(mTokStart); in nextBoolean() local 67 char c = mLine.charAt(i); in nextInt() local 111 char c = mLine.charAt(mNext++); in nextTok() local 153 skipWhiteSpace (char c) in skipWhiteSpace() 176 char c = mLine.charAt(mNext++); in skipPrefix() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedGsmCallState.java | 452 CallInfo c = mCalls[i]; in releaseHeldOrUDUB() local 463 CallInfo c = mCalls[i]; in releaseHeldOrUDUB() local 483 CallInfo c = mCalls[i]; in releaseActiveAcceptHeldOrWaiting() local 495 CallInfo c = mCalls[i]; in releaseActiveAcceptHeldOrWaiting() local 508 CallInfo c = mCalls[i]; in releaseActiveAcceptHeldOrWaiting() local 521 CallInfo c = mCalls[i]; in releaseActiveAcceptHeldOrWaiting() local 538 CallInfo c = mCalls[i]; in switchActiveAndHeldOrWaiting() local 548 CallInfo c = mCalls[i]; in switchActiveAndHeldOrWaiting() local 568 CallInfo c; in separateCall() local 612 CallInfo c = mCalls[i]; in conference() local [all …]
|
/frameworks/av/libvideoeditor/vss/src/ |
D | M4PCMR_CoreReader.c | 188 M4PCMR_Context *c = (M4PCMR_Context *)context; in M4PCMR_getNextStream() local 297 M4PCMR_Context *c = (M4PCMR_Context *)context; in M4PCMR_startReading() local 353 M4PCMR_Context *c = (M4PCMR_Context *)context; in M4PCMR_nextAU() local 435 M4PCMR_Context *c = (M4PCMR_Context *)context; in M4PCMR_freeAU() local 485 M4PCMR_Context *c = (M4PCMR_Context *)context; in M4PCMR_seek() local 560 M4PCMR_Context *c = (M4PCMR_Context *)context; in M4PCMR_closeRead() local 625 M4PCMR_Context *c =(M4PCMR_Context *)context; in M4PCMR_getOption() local 674 M4PCMR_Context *c =(M4PCMR_Context *)context; in M4PCMR_setOption() local
|
/frameworks/base/core/java/android/view/animation/ |
D | AnimationUtils.java | 88 private static Animation createAnimationFromXml(Context c, XmlPullParser parser) in createAnimationFromXml() 94 private static Animation createAnimationFromXml(Context c, XmlPullParser parser, in createAnimationFromXml() 166 private static LayoutAnimationController createLayoutAnimationFromXml(Context c, in createLayoutAnimationFromXml() 172 private static LayoutAnimationController createLayoutAnimationFromXml(Context c, in createLayoutAnimationFromXml() 209 public static Animation makeInAnimation(Context c, boolean fromLeft) { in makeInAnimation() 230 public static Animation makeOutAnimation(Context c, boolean toRight) { in makeOutAnimation() 251 public static Animation makeInChildBottomAnimation(Context c) { in makeInChildBottomAnimation() 288 private static Interpolator createInterpolatorFromXml(Context c, XmlPullParser parser) in createInterpolatorFromXml()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | TimeUtilsTest.java | 40 Calendar c = Calendar.getInstance(tz); in testMainstream() local 61 Calendar c = Calendar.getInstance(tz); in testWeird() local 77 Calendar c = Calendar.getInstance(tz); in testOld() local 391 Calendar c = Calendar.getInstance(tz); in testWorld() local 415 Calendar c = Calendar.getInstance(tz); in testWorldWeird() local 424 private static TimeZone guess(Calendar c, String country) { in guess()
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
D | WifiP2pManager.java | 821 private static void checkChannel(Channel c) { in checkChannel() 833 private static void checkP2pConfig(WifiP2pConfig c) { in checkP2pConfig() 881 public void discoverPeers(Channel c, ActionListener listener) { in discoverPeers() 897 public void stopPeerDiscovery(Channel c, ActionListener listener) { in stopPeerDiscovery() 924 public void connect(Channel c, WifiP2pConfig config, ActionListener listener) { in connect() 941 public void cancelConnect(Channel c, ActionListener listener) { in cancelConnect() 965 public void createGroup(Channel c, ActionListener listener) { in createGroup() 982 public void removeGroup(Channel c, ActionListener listener) { in removeGroup() 988 public void listen(Channel c, boolean enable, ActionListener listener) { in listen() 995 public void setWifiP2pChannels(Channel c, int lc, int oc, ActionListener listener) { in setWifiP2pChannels() [all …]
|
/frameworks/rs/cpu_ref/ |
D | rsCpuRuntimeStubs.cpp | 105 static void SC_debugI8(const char *s, char c) { in SC_debugI8() 108 static void SC_debugC2(const char *s, const char2 *c) { in SC_debugC2() 111 static void SC_debugC3(const char *s, const char3 *c) { in SC_debugC3() 114 static void SC_debugC4(const char *s, const char4 *c) { in SC_debugC4() 117 static void SC_debugU8(const char *s, unsigned char c) { in SC_debugU8() 120 static void SC_debugUC2(const char *s, const uchar2 *c) { in SC_debugUC2() 123 static void SC_debugUC3(const char *s, const uchar3 *c) { in SC_debugUC3() 126 static void SC_debugUC4(const char *s, const uchar4 *c) { in SC_debugUC4() 129 static void SC_debugI16(const char *s, short c) { in SC_debugI16() 132 static void SC_debugS2(const char *s, const short2 *c) { in SC_debugS2() [all …]
|
/frameworks/native/services/surfaceflinger/ |
D | clz.h | 32 static inline T min(T a, T b, T c) { in min() 36 static inline T min(T a, T b, T c, T d) { in min() 45 static inline T max(T a, T b, T c) { in max() 49 static inline T max(T a, T b, T c, T d) { in max()
|
/frameworks/base/core/java/android/text/method/ |
D | DigitsKeyListener.java | 59 private static boolean isSignChar(final char c) { in isSignChar() 64 private static boolean isDecimalPointChar(final char c) { in isDecimalPointChar() 161 char c = dest.charAt(i); in filter() local 170 char c = dest.charAt(i); in filter() local 189 char c = source.charAt(i); in filter() local
|
/frameworks/base/core/java/android/hardware/location/ |
D | GeofenceHardware.java | 455 GeofenceHardwareMonitorCallbackWrapper(GeofenceHardwareMonitorCallback c) { in GeofenceHardwareMonitorCallbackWrapper() 461 GeofenceHardwareMonitorCallback c = mCallback.get(); in onMonitoringSystemChange() local 469 GeofenceHardwareCallbackWrapper(GeofenceHardwareCallback c) { in GeofenceHardwareCallbackWrapper() 475 GeofenceHardwareCallback c = mCallback.get(); in onGeofenceTransition() local 483 GeofenceHardwareCallback c = mCallback.get(); in onGeofenceAdd() local 488 GeofenceHardwareCallback c = mCallback.get(); in onGeofenceRemove() local 496 GeofenceHardwareCallback c = mCallback.get(); in onGeofencePause() local 503 GeofenceHardwareCallback c = mCallback.get(); in onGeofenceResume() local
|