/aosp_15_r20/external/grpc-grpc-java/xds/third_party/zero-allocation-hashing/test/java/io/grpc/xds/ |
H A D | XxHash64Test.java | 79 private static void test(XxHash64 f, byte[] data, long eh) { in test() 93 private static void testVoid(XxHash64 f, long eh, int len) { in testVoid() 99 private static void testByte(XxHash64 f, long eh, int len, ByteBuffer bb) { in testByte() 105 private static void testShort(XxHash64 f, long eh, int len, ByteBuffer bb) { in testShort() 111 private static void testChar(XxHash64 f, long eh, int len, ByteBuffer bb) { in testChar() 117 private static void testInt(XxHash64 f, long eh, int len, ByteBuffer bb) { in testInt() 123 private static void testLong(XxHash64 f, long eh, int len, ByteBuffer bb) { in testLong() 145 private static void testBytes(XxHash64 f, long eh, byte[] data) { in testBytes() 149 private static void testAsciiString(XxHash64 f, long eh, int len, byte[] data) { in testAsciiString()
|
/aosp_15_r20/external/google-breakpad/src/client/mac/tests/ |
H A D | exception_handler_test.cc | 116 ExceptionHandler eh(tempDir.path(), NULL, MDCallback, &fds[1], true, NULL); in InProcessCrash() local 198 ExceptionHandler eh(tempDir.path(), NULL, DumpNameMDCallback, this, true, in TEST_F() local 217 ExceptionHandler eh(tempDir.path(), NULL, DumpNameMDCallback, this, true, in TEST_F() local 326 ExceptionHandler eh(tempDir.path(), NULL, MDCallback, &fds[1], true, NULL); in TEST_F() local 425 ExceptionHandler eh(tempDir.path(), NULL, MDCallback, &fds[1], true, NULL); in TEST_F() local 524 ExceptionHandler eh(tempDir.path(), NULL, MDCallback, &fds[1], true, NULL); in TEST_F() local 614 ExceptionHandler eh(tempDir.path(), NULL, MDCallback, &fds[1], true, NULL); in TEST_F() local 673 ExceptionHandler eh(tempDir.path(), NULL, MDCallback, &fds[1], true, NULL); in TEST_F() local
|
H A D | crash_generation_server_test.cc | 237 ExceptionHandler eh("", NULL, NULL, NULL, true, mach_port_name); in TEST_F() local 385 ExceptionHandler eh("", NULL, NULL, NULL, true, mach_port_name); in TEST_F() local
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | extent.c | 79 static void dbg_show_header(struct ext3_extent_header *eh) in dbg_show_header() 156 #define dbg_show_header(eh) do { } while (0) argument 169 struct ext3_extent_header *eh = ptr; in ext2fs_extent_header_verify() local 225 struct ext3_extent_header *eh; in ext2fs_extent_open2() local 311 struct ext3_extent_header *eh; in ext2fs_extent_get() local 594 struct ext3_extent_header *eh; in update_path() local 918 struct ext3_extent_header *eh, *neweh; in extent_node_split() local 1173 struct ext3_extent_header *eh; in ext2fs_extent_insert() local 1614 struct ext3_extent_header *eh; in ext2fs_extent_delete() local
|
H A D | csum.c | 478 struct ext3_extent_header *eh, in ext2fs_extent_block_csum() 503 struct ext3_extent_header *eh) in ext2fs_extent_block_csum_verify() 525 struct ext3_extent_header *eh) in ext2fs_extent_block_csum_set()
|
/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/lang/ |
H A D | Thread.annotated.java | 140 public static void setDefaultUncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler eh)… in setDefaultUncaughtExceptionHandler() 145 public static void setUncaughtExceptionPreHandler(UncaughtExceptionHandler eh) { throw new RuntimeE… in setUncaughtExceptionPreHandler() 152 public void setUncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler eh) { throw new R… in setUncaughtExceptionHandler()
|
/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/ |
H A D | ThreadTest.java | 40 MyHandler eh = new MyHandler(); in testGetAndSetUncaughtExceptionHandler() local 64 MyHandler eh = new MyHandler(); in testGetAndSetDefaultUncaughtExceptionHandler() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/ |
H A D | ThreadTest.java | 80 MyHandler eh = new MyHandler(); in testGetAndSetUncaughtExceptionHandler() local 103 MyHandler eh = new MyHandler(); in testGetAndSetDefaultUncaughtExceptionHandler() local
|
/aosp_15_r20/bionic/tests/ |
H A D | utils.cpp | 39 ExecTestHelper eh; in RunGwpAsanTest() local 53 ExecTestHelper eh; in RunSubtestNoEnv() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/cgroup/ |
H A D | memcg_protection.m | 42 eh = []; variable 84 eh = [eh ; e]; variable
|
/aosp_15_r20/external/pciutils/lmr/ |
H A D | margin_results.c | 182 double eh = 0.0; in margin_results_print_brief() local 319 double eh = 0.0; in margin_results_save_csv() local
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/ |
H A D | Expression.java | 396 ErrorListener eh = xctxt.getErrorListener(); in warn() local 451 ErrorListener eh = xctxt.getErrorListener(); in error() local
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/ |
H A D | Thread.java | 283 java.lang.Thread.UncaughtExceptionHandler eh) { in setDefaultUncaughtExceptionHandler() 292 java.lang.Thread.UncaughtExceptionHandler eh) { in setUncaughtExceptionPreHandler() 305 public void setUncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler eh) { in setUncaughtExceptionHandler()
|
/aosp_15_r20/external/tcpdump/ |
H A D | print-rip.c | 183 const struct rip_entry_header *eh = (const struct rip_entry_header *)p; in rip_entry_print_v1() local 222 const struct rip_entry_header *eh = (const struct rip_entry_header *)p; in rip_entry_print_v2() local
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
H A D | Thread.annotated.java | 136 …til.Nullable java.lang.Thread.UncaughtExceptionHandler eh) { throw new RuntimeException("Stub!"); } in setDefaultUncaughtExceptionHandler() 142 …til.Nullable java.lang.Thread.UncaughtExceptionHandler eh) { throw new RuntimeException("Stub!"); } in setUncaughtExceptionHandler()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/ |
D | Thread.java | 2324 public static void setDefaultUncaughtExceptionHandler(UncaughtExceptionHandler eh) { in setDefaultUncaughtExceptionHandler() 2365 public static void setUncaughtExceptionPreHandler(UncaughtExceptionHandler eh) { in setUncaughtExceptionPreHandler() 2413 public void setUncaughtExceptionHandler(UncaughtExceptionHandler eh) { in setUncaughtExceptionHandler()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/ |
H A D | Thread.java | 2324 public static void setDefaultUncaughtExceptionHandler(UncaughtExceptionHandler eh) { in setDefaultUncaughtExceptionHandler() 2365 public static void setUncaughtExceptionPreHandler(UncaughtExceptionHandler eh) { in setUncaughtExceptionPreHandler() 2413 public void setUncaughtExceptionHandler(UncaughtExceptionHandler eh) { in setUncaughtExceptionHandler()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/ |
D | Thread.java | 2324 public static void setDefaultUncaughtExceptionHandler(UncaughtExceptionHandler eh) { in setDefaultUncaughtExceptionHandler() 2365 public static void setUncaughtExceptionPreHandler(UncaughtExceptionHandler eh) { in setUncaughtExceptionPreHandler() 2413 public void setUncaughtExceptionHandler(UncaughtExceptionHandler eh) { in setUncaughtExceptionHandler()
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/lang/ |
H A D | Thread.annotated.java | 125 public static void setDefaultUncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler eh)… in setDefaultUncaughtExceptionHandler() 131 public void setUncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler eh) { throw new R… in setUncaughtExceptionHandler()
|
/aosp_15_r20/system/bpf/loader/ |
H A D | Loader.cpp | 118 static int readElfHeader(ifstream& elfFile, Elf64_Ehdr* eh) { in readElfHeader() 129 Elf64_Ehdr eh; in readSectionHeadersAll() local 163 Elf64_Ehdr eh; in readSectionHeaderStrtab() local
|
/aosp_15_r20/packages/modules/UprobeStats/src/bpfloader/ |
D | UprobeStatsBpfLoad.cpp | 120 static int readElfHeader(ifstream &elfFile, Elf64_Ehdr *eh) { in readElfHeader() 134 Elf64_Ehdr eh; in readSectionHeadersAll() local 174 Elf64_Ehdr eh; in readSectionHeaderStrtab() local
|
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-jdk9/test/ |
H A D | PublishTest.kt | 86 val eh = CoroutineExceptionHandler { _, t -> in <lambda>() constant
|
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | bcmip.h | 164 #define IPV6_EXTHDR_LEN(eh) ((((struct ipv6_exthdr *)(eh))->hdrlen + 1) << 3) argument 182 struct ipv6_exthdr *eh = (struct ipv6_exthdr *)h; in ipv6_exthdr_len() local
|
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/ |
H A D | PublishTest.kt | 90 val eh = CoroutineExceptionHandler { _, t -> in <lambda>() constant
|
/aosp_15_r20/external/erofs-utils/lib/ |
H A D | tar.c | 427 struct erofs_pax_header *eh, u32 size) in tarerofs_parse_pax_header() 617 struct erofs_pax_header eh = tar->global; in tarerofs_parse_tar() local
|