/aosp12/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
H A D | OmniFunction.java | 156 public R apply(A a, B b, C c, D d, E e) { in apply() 161 public R apply(A a, B b, C c, D d, E e, F f) { in apply() 166 public R apply(A a, B b, C c, D d, E e, F f, G g) { in apply() 171 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply() 176 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in apply() 181 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j) { in apply() 196 public void accept(A a, B b, C c, D d, E e) { in accept() 201 public void accept(A a, B b, C c, D d, E e, F f) { in accept() 206 public void accept(A a, B b, C c, D d, E e, F f, G g) { in accept() 211 public void accept(A a, B b, C c, D d, E e, F f, G g, H h) { in accept() [all …]
|
/aosp12/art/test/105-invoke/src/ |
H A D | Main.java | 27 int virI_III(int a, int b, int c) { in virI_III() 31 int virI_IIII(int a, int b, int c, int d) { in virI_IIII() 35 int virI_IIIII(int a, int b, int c, int d, int e) { in virI_IIIII() 39 int virI_IIIIII(int a, int b, int c, int d, int e, int f) { in virI_IIIIII() 51 static int statI_III(int a, int b, int c) { in statI_III() 55 static int statI_IIII(int a, int b, int c, int d) { in statI_IIII() 59 static int statI_IIIII(int a, int b, int c, int d, int e) { in statI_IIIII() 63 static int statI_IIIIII(int a, int b, int c, int d, int e, int f) { in statI_IIIIII()
|
/aosp12/packages/apps/Nfc/nci/jni/ |
H A D | NfcJniUtil.cpp | 45 JNIEnv* e = NULL; in JNI_OnLoad() local 80 int nfc_jni_cache_object(JNIEnv* e, const char* className, jobject* cachedObj) { in nfc_jni_cache_object() 113 int nfc_jni_get_nfc_socket_handle(JNIEnv* e, jobject o) { in nfc_jni_get_nfc_socket_handle() 114 ScopedLocalRef<jclass> c(e, e->GetObjectClass(o)); in nfc_jni_get_nfc_socket_handle() local 130 struct nfc_jni_native_data* nfc_jni_get_nat(JNIEnv* e, jobject o) { in nfc_jni_get_nat() 131 ScopedLocalRef<jclass> c(e, e->GetObjectClass(o)); in nfc_jni_get_nat() local 146 int nfc_jni_cache_object_local(JNIEnv* e, const char* className, in nfc_jni_cache_object_local()
|
H A D | NativeLlcpConnectionlessSocket.cpp | 60 static jboolean nativeLlcpConnectionlessSocket_doSendTo(JNIEnv* e, jobject o, in nativeLlcpConnectionlessSocket_doSendTo() 66 ScopedLocalRef<jclass> c(e, e->GetObjectClass(o)); in nativeLlcpConnectionlessSocket_doSendTo() local 168 static jobject nativeLlcpConnectionlessSocket_doReceiveFrom(JNIEnv* e, jobject, in nativeLlcpConnectionlessSocket_doReceiveFrom() 262 static jboolean nativeLlcpConnectionlessSocket_doClose(JNIEnv* e, jobject o) { in nativeLlcpConnectionlessSocket_doClose() 265 ScopedLocalRef<jclass> c(e, e->GetObjectClass(o)); in nativeLlcpConnectionlessSocket_doClose() local 300 int register_com_android_nfc_NativeLlcpConnectionlessSocket(JNIEnv* e) { in register_com_android_nfc_NativeLlcpConnectionlessSocket()
|
/aosp12/art/test/404-optimizing-allocator/src/ |
H A D | Main.java | 57 int c = 0; in $opt$reg$TestThreeLive() local 69 int c = 0; in $opt$reg$TestFourLive() local 83 int c = 0; in $opt$reg$TestMultipleLive() local 85 int e = 0; in $opt$reg$TestMultipleLive() local 116 public static int $opt$reg$testSpillInIf(int a, int b, int c) { in $opt$reg$testSpillInIf() 118 int e = 0; in $opt$reg$testSpillInIf() local 129 public static int $opt$reg$TestAgressiveLive1(int a, int b, int c, int d, int e, int f, int g) { in $opt$reg$TestAgressiveLive1() 150 public static int $opt$reg$TestAgressiveLive2(int a, int b, int c, int d, int e, int f, int g) { in $opt$reg$TestAgressiveLive2()
|
/aosp12/art/test/405-optimizing-long-allocator/src/ |
H A D | Main.java | 63 long c = 0; in $opt$TestThreeLive() local 75 long c = 0; in $opt$TestFourLive() local 89 long c = 0; in $opt$TestMultipleLive() local 91 long e = 0; in $opt$TestMultipleLive() local 122 public static long $opt$testSpillInIf(long a, long b, long c) { in $opt$testSpillInIf() 124 long e = 0; in $opt$testSpillInIf() local 135 …public static long $opt$TestAgressiveLive1(long a, long b, long c, long d, long e, long f, long g)… in $opt$TestAgressiveLive1() 156 …public static long $opt$TestAgressiveLive2(long a, long b, long c, long d, long e, long f, long g)… in $opt$TestAgressiveLive2()
|
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
H A D | BaseOverview.java | 51 try (LauncherInstrumentation.Closable e = mLauncher.eventsCheck()) { in flingForward() 57 try (LauncherInstrumentation.Closable c = in flingForwardImpl() 77 try (LauncherInstrumentation.Closable e = mLauncher.eventsCheck(); in dismissAllTasks() 99 try (LauncherInstrumentation.Closable e = mLauncher.eventsCheck(); in flingBackward() 123 try (LauncherInstrumentation.Closable e = mLauncher.eventsCheck(); in scrollCurrentTaskOffScreen() 186 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in getTasks() 212 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in getOverviewActions() 231 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in verifyActionsViewVisibility()
|
H A D | Workspace.java | 75 try (LauncherInstrumentation.Closable e = mLauncher.eventsCheck(); in switchToAllApps() 114 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in tryGetWorkspaceAppIcon() 132 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in getWorkspaceAppIcon() 146 try (LauncherInstrumentation.Closable e = mLauncher.eventsCheck()) { in ensureWorkspaceIsScrollable() 177 try (LauncherInstrumentation.Closable e = mLauncher.eventsCheck()) { in dragIcon() 233 try (LauncherInstrumentation.Closable e = mLauncher.eventsCheck(); in deleteAppIcon() 361 try (LauncherInstrumentation.Closable e = mLauncher.eventsCheck()) { in flingForward() 375 try (LauncherInstrumentation.Closable e = mLauncher.eventsCheck()) { in flingBackward() 391 try (LauncherInstrumentation.Closable e = mLauncher.eventsCheck()) { in openAllWidgets() 414 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in tryGetWidget() [all …]
|
/aosp12/art/test/821-many-args/src/ |
H A D | Main.java | 40 int a, int b, int c, int d, int e, int f, int g, int h, int i, int j) { in staticMethod() 54 public int instanceMethod(int a, int b, int c, int d, int e, int f, int g, int h, int i, int j) { in instanceMethod() 69 public static int staticMethodNonRange(int a, int b, int c, int d, int e) { in staticMethodNonRange() 78 public int instanceMethodNonRange(int a, int b, int c, int d) { in instanceMethodNonRange()
|
/aosp12/art/test/439-swap-double/src/ |
H A D | Main.java | 35 double a, double b, double c, double d, double e, double f, double g) { in callWithDoubles() 41 double c = 3.0; field in Main 43 double e = 5.0; field in Main
|
/aosp12/art/test/952-invoke-custom/src/ |
H A D | TestLinkerMethodWithRange.java | 66 private static int add(int a, int b, int c, int d, int e, int f) { in add() 72 private static int _add(int a, int b, int c, int d, int e, int f) { in _add() 131 private static Double multiply(Double a, Double b, Double c, Double d, Double e, Double f) { in multiply() 137 private static Double _multiply(Double a, Double b, Double c, Double d, Double e, Double f) { in _multiply()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapContent.java | 469 private void setThreadId(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, in setThreadId() 505 private void setSent(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, in setSent() 529 private void setRead(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, in setRead() 547 private void setConvoRead(BluetoothMapConvoListingElement e, Cursor c, FilterInfo fi, in setConvoRead() 560 private void setPriority(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, in setPriority() 646 private void setText(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, in setText() 701 private void setSize(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, in setSize() 823 private String getRecipientNameEmail(BluetoothMapMessageListingElement e, Cursor c, in getRecipientNameEmail() 992 private void setRecipientAddressing(BluetoothMapMessageListingElement e, Cursor c, in setRecipientAddressing() 1315 private void setSubject(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, in setSubject() [all …]
|
/aosp12/art/test/NonStaticLeafMethods/ |
H A D | NonStaticLeafMethods.java | 31 int sum(int a, int b, int c) { in sum() 34 int sum(int a, int b, int c, int d) { in sum() 37 int sum(int a, int b, int c, int d, int e) { in sum() 46 double sum(double a, double b, double c) { in sum() 49 double sum(double a, double b, double c, double d) { in sum() 52 double sum(double a, double b, double c, double d, double e) { in sum()
|
/aosp12/art/test/StaticLeafMethods/ |
H A D | StaticLeafMethods.java | 29 static int sum(int a, int b, int c) { in sum() 32 static int sum(int a, int b, int c, int d) { in sum() 35 static int sum(int a, int b, int c, int d, int e) { in sum() 44 static double sum(double a, double b, double c) { in sum() 47 static double sum(double a, double b, double c, double d) { in sum() 50 static double sum(double a, double b, double c, double d, double e) { in sum()
|
/aosp12/art/test/401-optimizing-compiler/src/ |
H A D | Main.java | 142 static int $opt$TestInvokeWith3Parameters(int a, int b, int c) { in $opt$TestInvokeWith3Parameters() 146 static int $opt$TestInvokeWith5Parameters(int a, int b, int c, int d, int e) { in $opt$TestInvokeWith5Parameters() 150 static int $opt$TestInvokeWith7Parameters(int a, int b, int c, int d, int e, int f, int g) { in $opt$TestInvokeWith7Parameters() 194 public static void printStaticMethodWith5Args(int a, int b, int c, int d, int e) { in printStaticMethodWith5Args() 199 public static void printStaticMethodWith7Args(int a, int b, int c, int d, int e, int f, int g) { in printStaticMethodWith7Args()
|
/aosp12/art/test/454-get-vreg/src/ |
H A D | Main.java | 21 int testSimpleVReg(int a, float f, short s, boolean z, byte b, char c) { in testSimpleVReg() 22 int e = doCall(); in testSimpleVReg() local 27 long testPairVReg(long a, long b, long c, double e) { in testPairVReg()
|
/aosp12/system/core/fastboot/fuzzy_fastboot/ |
H A D | transport_sniffer.cpp | 26 Event e(READ_ERROR, std::move(buf)); in Read() local 33 Event e(READ, std::move(buf)); in Read() local 47 Event e(WRITE_ERROR, std::move(buf)); in Write() local 54 Event e(WRITE, std::move(buf)); in Write() local 69 Event e(RESET, std::move(buf)); in Reset() local 87 const auto no_print = [](char c) -> bool { return !isprint(c); }; in CreateTrace() 103 for (auto c = buf.begin(); c < iter; c++) { in CreateTrace() local 188 Event e(SERIAL, std::move(buf)); in ProcessSerial() local
|
/aosp12/frameworks/compile/mclinker/unittests/ |
H A D | BinTreeTest.cpp | 116 int a = 111, b = 10, c = 9, d = 8, e = 7; in TEST_F() local 144 int a = 0, b = 1, c = 2, d = 3, e = 4; in TEST_F() local 186 int a = 111, b = 10, c = 9, d = 8, e = 7; in TEST_F() local 216 int a = 0, b = 1, c = 2, d = 3, e = 4; in TEST_F() local 258 int a = 0, b = 1, c = 2, d = 3, e = 4, f = 5; in TEST_F() local
|
H A D | SymbolCategoryTest.cpp | 45 ResolveInfo* c = ResolveInfo::Create("c"); in TEST_F() local 47 ResolveInfo* e = ResolveInfo::Create("e"); in TEST_F() local 87 ResolveInfo* c = ResolveInfo::Create("c"); in TEST_F() local 89 ResolveInfo* e = ResolveInfo::Create("e"); in TEST_F() local
|
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | jquery-1.6.2.min.js | 16 …ultView||a.parentWindow:!1}function cs(a){if(!cg[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.c… argument 17 shift(),i.sort());if(!!e&&!f.event.customEvent[h]||!!f.event.global[h]){c=typeof c=="object"?c[f.ex… variable 18 )}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d=a.cloneNode(!0),e,… argument
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | ExceptionUtils.java | 33 public static RuntimeException wrap(IOException e) { in wrap() 37 public static void maybeUnwrapIOException(RuntimeException e) throws IOException { in maybeUnwrapIOException() 60 @Nullable Throwable t, Class<E> c) throws E { in propagateIfInstanceOf() 69 public static <E extends Exception> RuntimeException propagate(@NonNull Throwable t, Class<E> c) in propagate()
|
/aosp12/system/libufdt/tests/testdata/ |
H A D | local_fixup_with_offset-overlay.dts | 5 c: c{ label 8 e: e{ label
|
/aosp12/art/test/484-checker-register-hints/src/ |
H A D | Main.java | 43 public static void test1(boolean z, int a, int b, int c, int d, int m) { in test1() 44 int e = live1; in test1() local 78 public static void test2(boolean z, int a, int b, int c, int d, int m) { in test2() 79 int e = live1; in test2() local 101 public static void test3(boolean z, int a, int b, int c, int d, int m) { in test3() 104 int e = live1; in test3() local
|
/aosp12/system/bt/gd/packet/parser/ |
H A D | gen_cpp.cc | 108 for (const auto& c : decls.type_defs_queue_) { in generate_cpp_headers_one_file() local 121 for (const auto& c : decls.type_defs_queue_) { in generate_cpp_headers_one_file() local 148 for (const auto& e : decls.type_defs_queue_) { in generate_cpp_headers_one_file() local 156 for (const auto& e : decls.type_defs_queue_) { in generate_cpp_headers_one_file() local 172 for (const auto& c : decls.type_defs_queue_) { in generate_cpp_headers_one_file() local 294 for (const auto& c : decls.type_defs_queue_) { in generate_pybind11_sources_one_file() local 306 for (const auto& c : decls.type_defs_queue_) { in generate_pybind11_sources_one_file() local 334 for (const auto& e : decls.type_defs_queue_) { in generate_pybind11_sources_one_file() local 345 for (const auto& e : decls.type_defs_queue_) { in generate_pybind11_sources_one_file() local
|
/aosp12/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/ |
H A D | sha1.c | 84 uint8_t c[64]; member 107 do_R01(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R01() 117 do_R2(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R2() 127 do_R3(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R3() 137 do_R4(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R4() 152 uint32_t a, b, c, d, e; in SHA1Transform() local
|