Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/frameworks/base/libs/ui/
DCamera.cpp76 sp<Camera> c = new Camera(); in create() local
98 sp<Camera> c = new Camera(); in connect() local
124 sp <ICamera> c = mCamera; in reconnect() local
136 sp <ICamera> c = mCamera; in lock() local
143 sp <ICamera> c = mCamera; in unlock() local
152 sp <ICamera> c = mCamera; in setPreviewDisplay() local
168 sp <ICamera> c = mCamera; in setPreviewDisplay() local
178 sp <ICamera> c = mCamera; in startPreview() local
187 sp <ICamera> c = mCamera; in startRecording() local
196 sp <ICamera> c = mCamera; in stopPreview() local
[all …]
/frameworks/base/opengl/libagl/
Dstate.cpp71 ogles_context_t *c = in ogles_init() local
133 void ogles_uninit(ogles_context_t* c) in ogles_uninit()
151 void _ogles_error(ogles_context_t* c, GLenum error) in _ogles_error()
170 static void enable_disable(ogles_context_t* c, GLenum cap, int enabled) in enable_disable()
258 ogles_context_t* c = ogles_context_t::get(); in glStencilFunc() local
269 ogles_context_t* c = ogles_context_t::get(); in glStencilOp() local
287 ogles_context_t* c = ogles_context_t::get(); in glCullFace() local
301 ogles_context_t* c = ogles_context_t::get(); in glFrontFace() local
315 ogles_context_t* c = ogles_context_t::get(); in glHint() local
334 ogles_context_t* c = ogles_context_t::get(); in glEnable() local
[all …]
Dvertex.cpp30 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 …]
Dlight.cpp61 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()
234 static inline void validate_light(ogles_context_t* c) in validate_light()
268 void invalidate_lighting(ogles_context_t* c) in invalidate_lighting()
[all …]
Darray.cpp108 void ogles_init_array(ogles_context_t* c) in ogles_init_array()
128 void ogles_uninit_array(ogles_context_t* c) in ogles_uninit_array()
139 static void currentColor(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentColor()
142 static void currentColor_clamp(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentColor_clamp()
145 static void currentNormal(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentNormal()
148 static void currentTexCoord(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentTexCoord()
433 void enableDisableClientState(ogles_context_t* c, GLenum array, bool enable) in enableDisableClientState()
456 vertex_t* cache_vertex(ogles_context_t* c, vertex_t* v, uint32_t index) in cache_vertex()
480 vertex_t* fetch_vertex(ogles_context_t* c, size_t index) in fetch_vertex()
532 void drawPrimitivesPoints(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesPoints()
[all …]
Dtexture.cpp49 void ogles_init_texture(ogles_context_t* c) in ogles_init_texture()
66 void ogles_uninit_texture(ogles_context_t* c) in ogles_uninit_texture()
78 void validate_tmu(ogles_context_t* c, int i) in validate_tmu()
105 void ogles_validate_texture(ogles_context_t* c) in ogles_validate_texture()
115 void invalidate_texture(ogles_context_t* c, int tmu, uint8_t flags = 0xFF) { in invalidate_texture()
127 void ogles_lock_textures(ogles_context_t* c) in ogles_lock_textures()
155 void ogles_unlock_textures(ogles_context_t* c) in ogles_unlock_textures()
226 static GLenum validFormatType(ogles_context_t* c, GLenum format, GLenum type) in validFormatType()
251 GGLContext* getRasterizer(ogles_context_t* c) in getRasterizer()
274 ogles_context_t* c, in copyPixels()
[all …]
Dmatrix.cpp65 void ogles_init_matrix(ogles_context_t* c) in ogles_init_matrix()
87 void ogles_uninit_matrix(ogles_context_t* c) in ogles_uninit_matrix()
95 static void validate_perspective(ogles_context_t* c, vertex_t* v) in validate_perspective()
112 void ogles_invalidate_perspective(ogles_context_t* c) in ogles_invalidate_perspective()
117 void ogles_validate_transform_impl(ogles_context_t* c, uint32_t want) in ogles_validate_transform_impl()
334 GLfloat c, s; in rotate() local
527 GLfloat det22(GLfloat a, GLfloat b, GLfloat c, GLfloat d) { in det22()
532 GLfloat ndet22(GLfloat a, GLfloat b, GLfloat c, GLfloat d) { in ndet22()
626 int ogles_surfaceport(ogles_context_t* c, GLint x, GLint y) in ogles_surfaceport()
646 void ogles_scissor(ogles_context_t* c, in ogles_scissor()
[all …]
Dcopybit.h35 inline bool copybitQuickCheckContext(ogles_context_t* c) { in copybitQuickCheckContext()
46 GLint w, GLint h, ogles_context_t* c) { in drawTexiOESWithCopybit()
58 inline bool drawTriangleFanWithCopybit(ogles_context_t* c, GLint first, in drawTriangleFanWithCopybit()
Dprimitives.cpp73 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 …]
Dstate.h42 #define ogles_error(c, error) \ argument
48 #define ogles_error(c, error) _ogles_error((c), (error)) argument
Dmatrix.h50 ogles_context_t* c, uint32_t want) in ogles_validate_transform()
59 GLfixed vsquare3(GLfixed a, GLfixed b, GLfixed c) in vsquare3()
88 GLfixed c) in mla2a()
118 GLfixed c) in mla3a()
155 GLfixed c) in mla3a16()
195 GLfixed c) in mla3a16_btb()
236 GLfixed c) in mla3a16_btt()
/frameworks/base/libs/utils/
DUnicode.cpp60 static uint16_t findCharacterValue(UChar32 c) in findCharacterValue()
99 uint32_t android::Unicode::getPackedData(UChar32 c) in getPackedData()
106 android::Unicode::CharType android::Unicode::getType(UChar32 c) in getType()
113 android::Unicode::DecompositionType android::Unicode::getDecompositionType(UChar32 c) in getDecompositionType()
120 int android::Unicode::getDigitValue(UChar32 c, int radix) in getDigitValue()
137 int android::Unicode::getNumericValue(UChar32 c) in getNumericValue()
145 UChar32 android::Unicode::toLower(UChar32 c) in toLower()
150 UChar32 android::Unicode::toUpper(UChar32 c) in toUpper()
155 android::Unicode::Direction android::Unicode::getDirectionality(UChar32 c) in getDirectionality()
170 bool android::Unicode::isMirrored(UChar32 c) in isMirrored()
[all …]
/frameworks/base/core/java/android/text/
DLoginFilter.java57 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/tests/AndroidTests/src/com/android/unit_tests/
DDatabaseCursorTest.java98 Cursor c = mDatabase.query("test", null, "s = 0", null, null, null, null); in testCursorUpdate() local
149 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testBlob() local
189 Cursor c = mDatabase.rawQuery("SELECT data FROM test", null); in testRealColumns() local
200 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testCursor1() local
264 Cursor c = mDatabase.query("test", null, "_id > 1000", null, null, null, null); in testCursor2() local
304 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testLargeField() local
318 SQLiteCursor c; field in DatabaseCursorTest.TestObserver
360 SQLiteCursor c = (SQLiteCursor)mDatabase.rawQuery("select * from test;", in testLoadingThreadDelayRegisterData() local
386 SQLiteCursor c = (SQLiteCursor)mDatabase.rawQuery("select * from test;", in testLoadingThread() local
411 SQLiteCursor c = (SQLiteCursor)mDatabase.rawQuery("select * from test;", in testLoadingThreadClose() local
[all …]
DTimeUtilsTest.java42 Calendar c = Calendar.getInstance(tz); in testMainstream() local
63 Calendar c = Calendar.getInstance(tz); in testWeird() local
79 Calendar c = Calendar.getInstance(tz); in testOld() local
393 Calendar c = Calendar.getInstance(tz); in testWorld() local
417 Calendar c = Calendar.getInstance(tz); in testWorldWeird() local
426 private static TimeZone guess(Calendar c, String country) { in guess()
DDatabasePerformanceTests.java84 public void setUp(Context c) { in setUp()
160 public void setUp(Context c) { in setUp()
202 public void setUp(Context c) { in setUp()
235 public void setUp(Context c) { in setUp()
270 public void setUp(Context c) { in setUp()
310 public void setUp(Context c) { in setUp()
348 public void setUp(Context c) { in setUp()
387 public void setUp(Context c) { in setUp()
425 public void setUp(Context c) { in setUp()
465 public void setUp(Context c) { in setUp()
[all …]
DDatabaseStatementTest.java83 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testExecuteStatement() local
137 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testStatementLongBinding() local
159 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testStatementStringBinding() local
182 Cursor c = mDatabase.query("test", null, null, null, null, null, "ROWID"); in testStatementClearBindings() local
204 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testSimpleStringBinding() local
229 Cursor c = mDatabase.query("test", null, null, null, null, null, "ROWID"); in testStatementMultipleBindings() local
264 Cursor c = mDatabase.query("test", null, null, null, null, null, "ROWID"); in run() local
313 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testStatementConstraint() local
/frameworks/base/telephony/java/com/android/internal/telephony/
DATResponseParser.java49 char c = line.charAt(tokStart); in nextBoolean() local
67 char c = line.charAt(i); in nextInt() local
111 char c = line.charAt(next++); in nextTok() local
153 skipWhiteSpace (char c) in skipWhiteSpace()
176 char c = line.charAt(next++); in skipPrefix() local
DGsmAlphabet.java57 charToGsm(char c) { in charToGsm()
77 charToGsm(char c, boolean throwException) throws EncodeException { in charToGsm()
110 charToGsmExtended(char c) { in charToGsmExtended()
244 char c = data.charAt(i); in stringToGsm7BitPacked() local
365 int c = data[i] & 0xff; in gsm8BitUnpackedToString() local
429 char c = s.charAt(i); in stringToGsm8BitUnpackedField() local
458 countGsmSeptets(char c) { in countGsmSeptets()
474 countGsmSeptets(char c, boolean throwsException) throws EncodeException { in countGsmSeptets()
/frameworks/base/telephony/java/com/android/internal/telephony/test/
DSimulatedGsmCallState.java451 CallInfo c = calls[i]; in releaseHeldOrUDUB() local
462 CallInfo c = calls[i]; in releaseHeldOrUDUB() local
482 CallInfo c = calls[i]; in releaseActiveAcceptHeldOrWaiting() local
494 CallInfo c = calls[i]; in releaseActiveAcceptHeldOrWaiting() local
507 CallInfo c = calls[i]; in releaseActiveAcceptHeldOrWaiting() local
520 CallInfo c = calls[i]; in releaseActiveAcceptHeldOrWaiting() local
537 CallInfo c = calls[i]; in switchActiveAndHeldOrWaiting() local
547 CallInfo c = calls[i]; in switchActiveAndHeldOrWaiting() local
567 CallInfo c; in separateCall() local
611 CallInfo c = calls[i]; in conference() local
[all …]
/frameworks/base/core/java/android/view/animation/
DAnimationUtils.java80 private static Animation createAnimationFromXml(Context c, XmlPullParser parser) in createAnimationFromXml()
86 private static Animation createAnimationFromXml(Context c, XmlPullParser parser, in createAnimationFromXml()
150 private static LayoutAnimationController createLayoutAnimationFromXml(Context c, in createLayoutAnimationFromXml()
156 private static LayoutAnimationController createLayoutAnimationFromXml(Context c, in createLayoutAnimationFromXml()
193 public static Animation makeInAnimation(Context c, boolean fromLeft) { in makeInAnimation()
214 public static Animation makeOutAnimation(Context c, boolean toRight) { in makeOutAnimation()
235 public static Animation makeInChildBottomAnimation(Context c) { in makeInChildBottomAnimation()
272 private static Interpolator createInterpolatorFromXml(Context c, XmlPullParser parser) in createInterpolatorFromXml()
/frameworks/base/core/java/android/webkit/
DByteArrayBuilder.java66 Chunk c = appendChunk(length); in append() local
89 public synchronized void releaseChunk(Chunk c) { in releaseChunk()
106 Chunk c = it.next(); in getByteSize() local
113 Chunk c = getFirstChunk(); in clear() local
125 Chunk c; in appendChunk() local
138 Chunk c; in obtainChunk() local
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java77 isISODigit (char c) { in isISODigit()
83 is12Key(char c) { in is12Key()
89 isDialable(char c) { in isDialable()
95 isReallyDialable(char c) { in isReallyDialable()
101 isNonSeparator(char c) { in isNonSeparator()
110 isStartsPostDial (char c) { in isStartsPostDial()
158 final Cursor c = context.getContentResolver().query(uri, new String[] { in getNumberFromIntent() local
197 char c = phoneNumber.charAt(i); in extractNetworkPortion() local
222 char c = phoneNumber.charAt(i); in stripSeparators() local
291 char c = phoneNumber.charAt(i); in extractPostDialPortion() local
[all …]
/frameworks/base/core/java/android/provider/
DBrowser.java167 public static final void saveBookmark(Context c, in saveBookmark()
176 public static final void sendString(Context c, String s) { in sendString()
191 public static final void sendString(Context c, in sendString()
244 Cursor c = cr.query( in updateVisitedHistory() local
287 Cursor c = cr.query(BOOKMARKS_URI, projection, "visits > 0", null, in getVisitedHistory() local
316 Cursor c = cr.query( in truncateHistory() local
349 Cursor c = cr.query( in canClearHistory() local
388 Cursor c = cr.query(BOOKMARKS_URI, in deleteHistoryWhere() local
493 Cursor c = cr.query( in addSearchUrl() local
541 final Cursor c = cr.query( in requestAllIcons() local
/frameworks/base/core/java/android/bluetooth/
DAtParser.java149 char c = input.charAt(i); in clean() local
167 static private boolean isAtoZ(char c) { in isAtoZ()
177 char c = input.charAt(i); in findChar() local
221 char c = input.charAt(i); in findEndExtendedName() local
278 char c = input.charAt(index); in process() local

12345678910>>...14