Home
last modified time | relevance | path

Searched defs:eh (Results 1 – 25 of 659) sorted by relevance

12345678910>>...27

/aosp_15_r20/external/grpc-grpc-java/xds/third_party/zero-allocation-hashing/test/java/io/grpc/xds/
H A DXxHash64Test.java79 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 Dexception_handler_test.cc116 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 Dcrash_generation_server_test.cc237 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 Dextent.c79 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 Dcsum.c478 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 DThread.annotated.java140 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 DThreadTest.java40 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 DThreadTest.java80 MyHandler eh = new MyHandler(); in testGetAndSetUncaughtExceptionHandler() local
103 MyHandler eh = new MyHandler(); in testGetAndSetDefaultUncaughtExceptionHandler() local
/aosp_15_r20/bionic/tests/
H A Dutils.cpp39 ExecTestHelper eh; in RunGwpAsanTest() local
53 ExecTestHelper eh; in RunSubtestNoEnv() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/cgroup/
H A Dmemcg_protection.m42 eh = []; variable
84 eh = [eh ; e]; variable
/aosp_15_r20/external/pciutils/lmr/
H A Dmargin_results.c182 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 DExpression.java396 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 DThread.java283 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 Dprint-rip.c183 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 DThread.annotated.java136 …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/
DThread.java2324 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 DThread.java2324 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/
DThread.java2324 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 DThread.annotated.java125 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 DLoader.cpp118 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/
DUprobeStatsBpfLoad.cpp120 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 DPublishTest.kt86 val eh = CoroutineExceptionHandler { _, t -> in <lambda>() constant
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dbcmip.h164 #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 DPublishTest.kt90 val eh = CoroutineExceptionHandler { _, t -> in <lambda>() constant
/aosp_15_r20/external/erofs-utils/lib/
H A Dtar.c427 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

12345678910>>...27