/aosp12/art/test/403-optimizing-long/src/ |
H A D | Main.java | 28 long l = $opt$ReturnLong(); in main() local 64 long l = $opt$SubTwoLongs(-600000000006L, -200000000002L); in $opt$MakeCallsWithLongs1() local 84 static long $opt$TakeOneLong1(long l) { in $opt$TakeOneLong1() 88 static long $opt$TakeOneLong2(int a, long l) { in $opt$TakeOneLong2() 92 static long $opt$TakeOneLong3(int a, int b, long l) { in $opt$TakeOneLong3() 96 static long $opt$TakeOneLong4(int a, int b, int c, long l) { in $opt$TakeOneLong4() 100 static long $opt$TakeOneLong5(int a, int b, int c,int d, long l) { in $opt$TakeOneLong5() 108 static long $opt$AddThreeLongs(long a, long b, long c) { in $opt$AddThreeLongs()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/text/format/ |
H A D | DateIntervalFormatTest.java | 67 Calendar c = Calendar.getInstance(tz, ULocale.US); in test_formatDateInterval() local 324 ULocale l = ULocale.US; in test8862241() local 326 Calendar c = Calendar.getInstance(tz, l); in test8862241() local 340 ULocale l = ULocale.US; in test10089890() local 365 ULocale l = ULocale.US; in test10318326() local 394 ULocale l = ULocale.US; in test10560853_when_time_not_displayed() local 422 ULocale l = ULocale.US; in test10560853_for_single_day_events() local 437 ULocale l = ULocale.US; in test_single_day_events_later_than_epoch() local 442 Calendar c = Calendar.getInstance(utc, l); in test_single_day_events_later_than_epoch() local 462 Calendar c = Calendar.getInstance(pacific, l); in test_single_day_events_not_in_UTC() local [all …]
|
/aosp12/art/test/655-checker-simd-arm-opt/src/ |
H A D | Main.java | 67 …private static void encodableConstants(byte[] b, short[] s, char[] c, int[] a, long[] l, float[] f… in encodableConstants() 100 …private static int sumArray(byte[] b, short[] s, char[] c, int[] a, long[] l, float[] f, double[] … in sumArray() 113 char[] c = new char[ARRAY_SIZE]; in main() local 115 long[] l = new long[ARRAY_SIZE]; in main() local
|
/aosp12/art/test/027-arithmetic/src/ |
H A D | Main.java | 27 long l; in shiftTest1() local 55 long c = 0x33; in shiftTest2() local 73 long l; in convTest() local 134 char c = 0xfffc; in unsignedShiftTest() local
|
/aosp12/art/test/467-regalloc-pair/src/ |
H A D | Main.java | 20 public void invokeInterface(long l, int i); in invokeInterface() 29 Class<?> c = Class.forName("TestCase"); in main() local 34 public void invokeInterface(long l, int i) { in invokeInterface()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
H A D | IImsMmTelFeature.aidl | 40 void setListener(IImsMmTelListener l); in setListener() 51 oneway void addCapabilityCallback(IImsCapabilityCallback c); in addCapabilityCallback() 52 oneway void removeCapabilityCallback(IImsCapabilityCallback c); in removeCapabilityCallback() 54 IImsCapabilityCallback c); in changeCapabilitiesConfiguration() 56 IImsCapabilityCallback c); in queryCapabilityConfiguration() 58 void setSmsListener(IImsSmsListener l); in setSmsListener()
|
H A D | IImsServiceController.aidl | 34 void setListener(IImsServiceControllerListener l); in setListener() 39 void addFeatureStatusCallback(int slotId, int featureType, in IImsFeatureStatusCallback c); in addFeatureStatusCallback() 40 void removeFeatureStatusCallback(int slotId, int featureType, in IImsFeatureStatusCallback c); in removeFeatureStatusCallback()
|
/aosp12/art/test/440-stmp/src/ |
H A D | Main.java | 27 public static void baz(float a, float b, float c, float d, float e, float f, float g, in baz() 28 float h, float i, float j, float k, float l, float m, float n, float o) { in baz() 34 float c = 3.0f; field in Main 43 float l = 12.0f; field in Main
|
/aosp12/bionic/libc/dns/nameser/ |
H A D | ns_name.c | 102 u_char c; in ns_name_ntop() local 104 int l; in ns_name_ntop() local 223 int c, n, escaped, e = 0; in ns_name_pton2() local 361 u_char c; in ns_name_ntol() local 363 int l; in ns_name_ntol() local 428 int n, len, checked, l; in ns_name_unpack2() local 531 int n, l, first = 1; in ns_name_pack() local 695 int l=0; in ns_name_skip() local 805 int l; in ns_name_map() local 1050 char c; in encode_bitsring() local [all …]
|
/aosp12/art/test/100-reflect2/src/ |
H A D | Main.java | 23 private static char c = '\u2714'; field in Main 269 …private static void ZBCDFIJSV(boolean z, byte b, char c, double d, float f, int i, long l, short s… in ZBCDFIJSV() 273 …rivate static void ZBCDLFIJSV(boolean z, byte b, char c, double d, String string, float f, int i, … in ZBCDLFIJSV() 287 Class<?> c = Class.forName("sub.PPClass"); in testPackagePrivateConstructor() local 301 Class<?> c = Class.forName("sub.PPClass"); in testPackagePrivateAccessibleConstructor() local
|
/aosp12/art/runtime/ |
H A D | jvalue.h | 83 uint16_t c; in PACKED() local 89 mirror::Object* l; in PACKED() local
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | Call.java | 140 public boolean hasConnection(Connection c) { in hasConnection() 224 List<Connection> l; in getEarliestConnection() local 226 Connection c; in getEarliestConnection() local 252 List<Connection> l; in getEarliestCreateTime() local 262 Connection c = l.get(i); in getEarliestCreateTime() local
|
/aosp12/frameworks/base/core/java/com/android/internal/util/function/ |
H A D | DodecConsumer.java | 28 void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k, L l); in accept()
|
H A D | DodecFunction.java | 27 R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k, L l); in apply()
|
H A D | DodecPredicate.java | 27 boolean test(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k, L l); in test()
|
/aosp12/art/test/1959-redefine-object-instrument/src/ |
H A D | Main.java | 38 public static void notifyBreakpointReached(Thread thr, Executable e, long l) {} in notifyBreakpointReached() 75 private static native void forceRedefine(Class c, Thread thr); in forceRedefine()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | StaticLayoutDirectionsTest.java | 110 char c = chars[j]; in pseudoBidiToReal() local 140 Layout l = b.build(); in testTrailingWhitespace() local 161 Layout l = b.build(); in testNextToRightOf() local 178 Layout l = b.build(); in testNextToLeftOf() local 204 private void checkDirections(Layout l, int i, String text, in checkDirections()
|
/aosp12/art/test/1981-structural-redef-private-method-handles/src/art/ |
H A D | Test1981_Varhandles.java | 31 public Object findStaticVarHandle(MethodHandles.Lookup l, Class c, String n, Class t) in findStaticVarHandle()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | FlashlightControllerImpl.java | 132 public void addCallback(@NonNull FlashlightListener l) { in addCallback() 145 public void removeCallback(@NonNull FlashlightListener l) { in removeCallback() 162 CameraCharacteristics c = mCameraManager.getCameraCharacteristics(id); in getCameraId() local 190 FlashlightListener l = mListeners.get(i).get(); in dispatchListeners() local
|
/aosp12/art/test/642-fp-callees/ |
H A D | fp_callees.cc | 34 double c = array[2]; in Java_Main_holdFpTemporaries() local 43 double l = array[11]; in Java_Main_holdFpTemporaries() local
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | UntrustedWifiNetworkFactory.java | 40 public UntrustedWifiNetworkFactory(Looper l, Context c, NetworkCapabilities f, in UntrustedWifiNetworkFactory()
|
H A D | OemWifiNetworkFactory.java | 41 public OemWifiNetworkFactory(Looper l, Context c, NetworkCapabilities f, in OemWifiNetworkFactory()
|
/aosp12/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
H A D | parameters.cpp | 23 char c; member 28 …pd[][2], struct char_struct& s, int** ppn = 0, unsigned short us = 10u, const unsigned long l = 42) in test_parameters()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/database/ |
H A D | DatabaseCursorTest.java | 104 Long l = (long)1000; in testBlob() local 110 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 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 …]
|
/aosp12/art/test/593-checker-boolean-2-integral-conv/src/ |
H A D | Main.java | 139 long l = booleanToLong(booleanField); in longToIntOfBoolean() local 176 Class<?> c = Class.forName("SmaliTests"); in $noinline$runSmaliTest() local 186 Class<?> c = Class.forName("SmaliTests"); in $noinline$runSmaliTest() local
|