Home
last modified time | relevance | path

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

12345678910>>...30

/aosp14/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGridLayoutCodeLtr.java86 TextView c = new TextView(context); in create() local
92 TextView c = new TextView(context); in create() local
98 TextView c = new TextView(context); in create() local
103 EditText c = new EditText(context); in create() local
109 TextView c = new TextView(context); in create() local
114 TextView c = new EditText(context); in create() local
120 Space c = new Space(context); in create() local
124 Button c = new Button(context); in create() local
129 Button c = new Button(context); in create() local
H A DBiDiTestGridLayoutCodeRtl.java86 TextView c = new TextView(context); in create() local
92 TextView c = new TextView(context); in create() local
98 TextView c = new TextView(context); in create() local
103 EditText c = new EditText(context); in create() local
109 TextView c = new TextView(context); in create() local
114 TextView c = new EditText(context); in create() local
120 Space c = new Space(context); in create() local
124 Button c = new Button(context); in create() local
129 Button c = new Button(context); in create() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/carrier/
H A DShadeCarrierTest.java66 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false); in testUpdateState_first() local
73 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false); in testUpdateState_same() local
81 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false); in testUpdateState_changed() local
92 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false); in testUpdateState_singleCarrier_first() local
99 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false); in testUpdateState_singleCarrier_noShowIcon() local
108 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false); in testUpdateState_multiCarrier_showIcon() local
117 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false); in testUpdateState_changeSingleMultiSingle() local
/aosp14/frameworks/base/core/java/android/text/
H A DLoginFilter.java60 char c = dest.charAt(i); in filter() local
69 char c = source.charAt(i); in filter() local
92 char c = dest.charAt(i); in filter() local
114 public void onInvalidCharacter(char c) { in onInvalidCharacter()
129 public abstract boolean isAllowed(char c); in isAllowed()
150 public boolean isAllowed(char c) { in isAllowed()
181 public boolean isAllowed(char c) { in isAllowed()
216 public boolean isAllowed(char c) { in isAllowed()
/aosp14/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseCursorTest.java110 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testBlob() local
133 Cursor c = mDatabase.rawQuery("SELECT data FROM test", null); in testRealColumns() local
144 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testCursor1() local
208 Cursor c = mDatabase.query("test", null, "_id > 1000", null, null, null, null); in testCursor2() local
248 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testLargeField() local
262 SQLiteCursor c; field in DatabaseCursorTest.TestObserver
300 Cursor c = mDatabase.query("test", new String[]{"data"}, null, null, null, null, null); in testManyRowsLong() local
391 Cursor c = mDatabase.rawQuery("SELECT * FROM test", null); in testRequery() local
404 Cursor c = mDatabase.rawQuery("SELECT data FROM test WHERE data = '" + sString1 + "'", in testRequeryWithSelection() local
422 Cursor c = mDatabase.rawQuery("SELECT data FROM test WHERE data = ?", in testRequeryWithSelectionArgs() local
[all …]
H A DDatabaseStatementTest.java85 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
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/transport/
H A DBackupTransportClientTest.java142 @Override public void finishBackup(ITransportStatusCallback c) throws RemoteException { in finishBackup()
226 @Override public void clearBackupData(PackageInfo i, ITransportStatusCallback c) in clearBackupData()
228 @Override public void finishBackup(ITransportStatusCallback c) throws RemoteException {} in finishBackup()
231 ITransportStatusCallback c) throws RemoteException {} in performBackup()
235 @Override public void startRestore(long t, PackageInfo[] p, ITransportStatusCallback c) in startRestore()
239 @Override public void getRestoreData(ParcelFileDescriptor fd, ITransportStatusCallback c) in getRestoreData()
241 @Override public void finishRestore(ITransportStatusCallback c) throws RemoteException {} in finishRestore()
244 ITransportStatusCallback c) throws RemoteException {} in performFullBackup()
245 @Override public void checkFullBackupSize(long s, ITransportStatusCallback c) in checkFullBackupSize()
247 @Override public void sendBackupData(int n, ITransportStatusCallback c) in sendBackupData()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/util/function/pooled/
H A DOmniFunction.java126 public R apply(A a, B b, C c) { in apply()
131 public void accept(A a, B b, C c) { in accept()
136 public R apply(A a, B b, C c, D d) { in apply()
141 public R apply(A a, B b, C c, D d, E e) { in apply()
146 public R apply(A a, B b, C c, D d, E e, F f) { in apply()
151 public R apply(A a, B b, C c, D d, E e, F f, G g) { in apply()
156 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply()
176 public void accept(A a, B b, C c, D d) { in accept()
181 public void accept(A a, B b, C c, D d, E e) { in accept()
186 public void accept(A a, B b, C c, D d, E e, F f) { in accept()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/om/
H A DIdmapDaemon.java126 try (Connection c = connect()) { in createIdmap()
141 try (Connection c = connect()) { in removeIdmap()
156 try (Connection c = connect()) { in verifyIdmap()
171 try (Connection c = connect()) { in idmapExists()
187 try (Connection c = connect()) { in createFabricatedOverlay()
202 try (Connection c = connect()) { in deleteFabricatedOverlay()
219 Connection c = null; in getFabricatedOverlayInfos() local
251 try (Connection c = connect()) { in dumpIdmap()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DErrorDialogController.java154 Consumer<BaseErrorDialog> c) { in scheduleForAllDialogs()
162 void forAllDialogs(List<? extends BaseErrorDialog> dialogs, Consumer<BaseErrorDialog> c) { in forAllDialogs()
173 final Context c = contexts.get(i); in showCrashDialogs() local
193 final Context c = contexts.get(i); in showAnrDialogs() local
204 final Context c = contexts.get(i); in showViolationDialogs() local
214 final Context c = contexts.get(0); in showDebugWaitingDialogs() local
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsRcsFeature.aidl39 oneway void addCapabilityCallback(IImsCapabilityCallback c); in addCapabilityCallback()
40 oneway void removeCapabilityCallback(IImsCapabilityCallback c); in removeCapabilityCallback()
42 IImsCapabilityCallback c); in changeCapabilitiesConfiguration()
44 IImsCapabilityCallback c); in queryCapabilityConfiguration()
H A DIImsRcsController.aidl42 void registerImsRegistrationCallback(int subId, IImsRegistrationCallback c); in registerImsRegistrationCallback()
43 void unregisterImsRegistrationCallback(int subId, IImsRegistrationCallback c); in unregisterImsRegistrationCallback()
48 void registerRcsAvailabilityCallback(int subId, IImsCapabilityCallback c); in registerRcsAvailabilityCallback()
49 void unregisterRcsAvailabilityCallback(int subId, IImsCapabilityCallback c); in unregisterRcsAvailabilityCallback()
55 in List<Uri> contactNumbers, IRcsUceControllerCallback c); in requestCapabilities()
58 IRcsUceControllerCallback c); in requestAvailability()
62 void registerUcePublishStateCallback(int subId, IRcsUcePublishStateCallback c); in registerUcePublishStateCallback()
63 void unregisterUcePublishStateCallback(int subId, IRcsUcePublishStateCallback c); in unregisterUcePublishStateCallback()
H A DIImsConfig.aidl35 void addImsConfigCallback(IImsConfigCallback c); in addImsConfigCallback()
36 void removeImsConfigCallback(IImsConfigCallback c); in removeImsConfigCallback()
46 void addRcsConfigCallback(IRcsConfigCallback c); in addRcsConfigCallback()
47 void removeRcsConfigCallback(IRcsConfigCallback c); in removeRcsConfigCallback()
/aosp14/system/core/libsysutils/src/
H A DSocketListener.cpp112 char c = CtrlPipe_Shutdown; in stopListener() local
176 char c = CtrlPipe_Shutdown; in runListener() local
184 int c = TEMP_FAILURE_RETRY(accept4(mSock, nullptr, nullptr, SOCK_CLOEXEC)); in runListener() local
208 SocketClient* c = it->second; in runListener() local
226 bool SocketListener::release(SocketClient* c, bool wakeup) { in release()
251 SocketClient* c = pair.second; in snapshotClients() local
/aosp14/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DImsFeature.java185 public CapabilityCallbackProxy(IImsCapabilityCallback c) { in CapabilityCallbackProxy()
392 public void addImsFeatureStatusCallback(@NonNull IImsFeatureStatusCallback c) { in addImsFeatureStatusCallback()
410 public void removeImsFeatureStatusCallback(@NonNull IImsFeatureStatusCallback c) { in removeImsFeatureStatusCallback()
435 public final void addCapabilityCallback(IImsCapabilityCallback c) { in addCapabilityCallback()
448 final void removeCapabilityCallback(IImsCapabilityCallback c) { in removeCapabilityCallback()
454 IImsCapabilityCallback c) { in queryCapabilityConfigurationInternal()
482 IImsCapabilityCallback c) { in requestChangeEnabledCapabilities()
542 CapabilityCallbackProxy c); in changeEnabledCapabilities()
/aosp14/frameworks/base/core/java/android/view/animation/
H A DAnimationUtils.java149 private static Animation createAnimationFromXml(Context c, XmlPullParser parser) in createAnimationFromXml()
157 Context c, XmlPullParser parser, AnimationSet parent, AttributeSet attrs) in createAnimationFromXml()
227 Context c, XmlPullParser parser) in createLayoutAnimationFromXml()
234 Context c, XmlPullParser parser, AttributeSet attrs) in createLayoutAnimationFromXml()
271 public static Animation makeInAnimation(Context c, boolean fromLeft) { in makeInAnimation()
292 public static Animation makeOutAnimation(Context c, boolean toRight) { in makeOutAnimation()
313 public static Animation makeInChildBottomAnimation(Context c) { in makeInChildBottomAnimation()
/aosp14/frameworks/base/apct-tests/perftests/rubidium/assets/
H A Drubidium_scoring_logic_compiled.js8 … instanceof b)throw new TypeError("Symbol is not a constructor");return new c(d+(e||"")+"_"+f++,e)… class in AnonymousFunction92b691380200
22 e.value[1]!=e.value[0]?!1:f.next().done}catch(g){return!1}}())return a;b.prototype.add=function(c){… argument
23 b.prototype.values;b.prototype.forEach=function(c,d){var f=this;this.h.forEach(function(e){return c… argument
27 function xa(a,b){function c(k){for(;d<a.length;){var l=a.charAt(d++),m=u[l];if(null!=m)return m;if(… function
32 function Xa(a,b){a&128&&La(b)};function Ya(a){return a.h||(a.h=a.j[a.i+a.A]={})}function L(a,b,c){r… argument
33 function Za(a,b,c,d,f){var e=L(a,b,d);Array.isArray(e)||(e=I);var g=A(e);g&1||C(e);if(f)g&2||z(e,2)… argument
35 function $a(a){return null==a?a:"string"===typeof a?a?new x(a,w):Ca():a.constructor===x?a:v(a)?a.le… argument
36 function S(a,b,c){if(a=bb(a,b,c,!1))b=a;else if(a=b[ab])b=a;else{a=new b;if(ra!==ra)throw Error("re… argument
38 b&-9:b|8));(e||f&&l)&&z(g,2);(e||f)&&Object.freeze(g)}return g}function U(a,b,c,d){var f=E(a.j);b=e… argument
53 function Lc(a,b,c,d){R(b,2,d,0);d=T(b,kc,4);if(W(a,23)&&d&&!yc(V(L(d,2),""))){a=encodeURIComponent;… argument
[all …]
H A Dturtledove_parametrized_generateBid.js21 q("Array.prototype.entries",function(a){return a?a:function(){return oa(this,function(b,c){return[b… argument
23 r(c);for(var d;!(d=c.next()).done;)this.add(d.value)}this.size=this.m.size};b.prototype.add=functio… argument
24 b.prototype[Symbol.iterator]=b.prototype.values;b.prototype.forEach=function(c,d){var e=this;this.m… argument
26 q("String.prototype.includes",function(a){return a?a:function(b,c){if(null==this)throw new TypeErro… argument
27 …object"!=b?b:a?Array.isArray(a)?"array":b:"null"},qa=function(a,b){function c(){}c.prototype=b.pro… function
28 var v=function(a,b,c){a||ta("",null,b,Array.prototype.slice.call(arguments,2));return a},ua=functio… argument
33 …sFrozen(d)&&(d=B(d.slice()),E(a,b,d,void 0,!0));for(b=0;b<d.length;b++)d[b]=c(d[b]);c=d;w(c,"state… argument
34 var N=function(a,b,c,d,e){e=void 0===e?!1:e;var g=e;if(-1===c)d=null;else{a.h||(a.h={});var f=a.h[c… argument
101 (m=b)?m:e};var fc=function(a){S.call(this,a)};t(fc,S);function gc(a,b,c){"0"===a||c.has(a)||c.set(a… argument
102 function tc(a,b,c,d){b=b?new Gb(nb(b)):void 0;var e,g;if(!b||!(O(b,Kb,2).length||(null==(e=W(b))?0:… argument
[all …]
H A Dturtledove_generate_bid.js22 p("Array.prototype.entries",function(a){return a?a:function(){return na(this,function(b,c){return[b… argument
24 r(c);for(var d;!(d=c.next()).done;)this.add(d.value)}this.size=this.m.size};b.prototype.add=functio… argument
25 b.prototype[Symbol.iterator]=b.prototype.values;b.prototype.forEach=function(c,d){var e=this;this.m… argument
27 p("String.prototype.includes",function(a){return a?a:function(b,c){if(null==this)throw new TypeErro… argument
28 …object"!=b?b:a?Array.isArray(a)?"array":b:"null"},ra=function(a,b){function c(){}c.prototype=b.pro… argument
29 var v=function(a,b,c){a||ua("",null,b,Array.prototype.slice.call(arguments,2));return a},va=functio… argument
34 …sFrozen(d)&&(d=B(d.slice()),D(a,b,d,void 0,!0));for(b=0;b<d.length;b++)d[b]=c(d[b]);c=d;w(c,"state… argument
35 var M=function(a,b,c,d,e){e=void 0===e?!1:e;var g=e;if(-1===c)d=null;else{a.h||(a.h={});var f=a.h[c… argument
36 h&&Ia(k.g))}h&&(Ia(f),Object.freeze(f));a.h[c]=f;Ja(e,!g)}b=f;f=C(a.g);if(c=a=E(a,c,d)){if(!Array.i… argument
104 (m=b)?m:e};var jc=function(a){Q.call(this,a)};t(jc,Q);function kc(a,b,c){"0"===a||c.has(a)||c.set(a… argument
[all …]
H A Drubidium_bidding_logic_compiled.js8 … instanceof b)throw new TypeError("Symbol is not a constructor");return new c(d+(e||"")+"_"+f++,e)… class in AnonymousFunction1ed7f0540200
22 e.value[1]!=e.value[0]?!1:f.next().done}catch(h){return!1}}())return a;b.prototype.add=function(c){… argument
27 function Da(a,b){function c(k){for(;d<a.length;){var l=a.charAt(d++),n=za[l];if(null!=n)return n;if… function
31 !1;if(a.constructor!=b.constructor)return!1;if(a.constructor===Array){d=a;c=a=void 0;for(var f=Math… argument
32 function xb(a,b,c,d,f){var e=x(a,b,d);Array.isArray(e)||(e=gb);var h=v(e);h&1||$a(e);if(f)h&2||u(e,… argument
34 function E(a,b){a=x(a,b);return null==a?0:a}function zb(a,b,c,d){if(null==c)c=gb;else{var f=v(c);1!… argument
35 function H(a,b,c){if(a=Wb(a,b,c,!1))b=a;else if(a=b[Vb])b=a;else{a=new b;if(wa!==wa)throw Error("re… argument
37 l?b&-9:b|8));(f||d&&k)&&u(e,2);(f||d)&&Object.freeze(e)}return e}function K(a,b,c){var d=w(a.i);b=Z… argument
38 function ac(a,b,c,d){ib(a);var f=Zb(a,c,b,!1,!1);c=null!=d?d:new c;a=xb(a,b,2,void 0,!1);f.push(c);… argument
55 d};function Ke(a,b,c){"0"===a||c.has(a)||c.set(a,b.filter(function(d){return 0<T(d,3)}).map(functio… argument
[all …]
/aosp14/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardware.java480 GeofenceHardwareMonitorCallbackWrapper(GeofenceHardwareMonitorCallback c) { in GeofenceHardwareMonitorCallbackWrapper()
485 GeofenceHardwareMonitorCallback c = mCallback.get(); in onMonitoringSystemChange() local
505 GeofenceHardwareCallbackWrapper(GeofenceHardwareCallback c) { in GeofenceHardwareCallbackWrapper()
511 GeofenceHardwareCallback c = mCallback.get(); in onGeofenceTransition() local
519 GeofenceHardwareCallback c = mCallback.get(); in onGeofenceAdd() local
524 GeofenceHardwareCallback c = mCallback.get(); in onGeofenceRemove() local
532 GeofenceHardwareCallback c = mCallback.get(); in onGeofencePause() local
539 GeofenceHardwareCallback c = mCallback.get(); in onGeofenceResume() local
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DAlphaLayersActivity.java55 static int dipToPx(Context c, int dip) { in dipToPx()
60 ColorView(Context c) { in ColorView()
74 DirtyBitmapView(Context c) { in DirtyBitmapView()
/aosp14/frameworks/base/tools/aapt/
H A Dpseudolocalize.cpp48 char16_t c = str[pos]; in text() local
94 pseudolocalize_char(const char16_t c) in pseudolocalize_char()
155 static bool is_possible_normal_placeholder_end(const char16_t c) { in is_possible_normal_placeholder_end()
203 static bool is_space(const char16_t c) { in is_space()
245 char16_t c = s[i]; in text() local
367 char16_t c = s[i]; in text() local
/aosp14/frameworks/base/core/jni/
H A Dandroid_text_AndroidCharacter.cpp76 int c = 0x00010000 + ((src[i] - 0xD800) << 10) + in getDirectionalities() local
88 int c = src[i]; in getDirectionalities() local
133 int c = 0x00010000 + ((src[srci] - 0xD800) << 10) + in getEastAsianWidths() local
142 int c = src[srci]; in getEastAsianWidths() local
180 static jchar getMirror(JNIEnv* env, jobject obj, jchar c) in getMirror()
/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUtilitiesTest.java28 char c = validChars.charAt(i); in testIsValidChar_valid() local
36 char c = validChars.charAt(i); in testIsValidChar_invalid() local

12345678910>>...30