Searched defs:my_index (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/art/test/626-const-class-linking/src/ |
H A D | Main.java | 131 final int my_index = i; in testRacyLoader() local 167 final int my_index = i; in testRacyLoader2() local 203 final int my_index = i; in testRacyMisbehavingLoader() local 238 final int my_index = i; in testRacyMisbehavingLoader2() local
|
H A D | RacyLoader.java | 51 int my_index = syncWithOtherInstances(count); in loadClass() local 60 int my_index; in syncWithOtherInstances() local
|
H A D | RacyMisbehavingLoader.java | 62 int my_index = syncWithOtherInstances(count); in loadClass() local 81 int my_index; in syncWithOtherInstances() local
|
/aosp_15_r20/external/mtools/ |
H A D | floppyd.c | 379 static void put_dword(Packet packet, int my_index, Dword val) { in put_dword() 383 static void put_qword(Packet packet, int my_index, Qword val) { in put_qword() 387 static Dword get_dword(Packet packet, int my_index) { in get_dword() 391 static Qword get_qword(Packet packet, int my_index) { in get_qword()
|
/aosp_15_r20/external/ltp/testcases/kernel/sched/pthreads/ |
H A D | pth_str01.c | 171 int my_index, rc; in synchronize_children() local 323 int rc, child, my_index; in doit() local
|
H A D | pth_str03.c | 190 int my_index, rc; in synchronize_children() local 325 int rc, child, my_index; in doit() local
|
/aosp_15_r20/external/pciutils/compat/ |
H A D | getopt.c | 163 #define my_index strchr macro 191 static char *my_index(const char *str, int chr) in my_index() function
|
/aosp_15_r20/external/flac/src/share/getopt/ |
H A D | getopt.c | 214 # define my_index strchr macro 227 my_index (const char *str, int chr) in my_index() function
|
/aosp_15_r20/external/libusb/msvc/getopt/ |
H A D | getopt.c | 199 # define my_index strchr macro 221 my_index (str, chr) in my_index() function
|
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/fuzzing_event_engine/ |
H A D | fuzzing_event_engine.h | 234 int my_index() const { return index_; } in my_index() function
|
/aosp_15_r20/external/sg3_utils/testing/ |
H A D | sg_mrq_dd.cpp | 226 int my_index = 0; member
|
H A D | sgh_dd.cpp | 1496 int64_t my_index; in read_write_thread() local
|