/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/ |
H A D | scan_loop.h | 122 derived().CheckPointer(maybe_ptr); in RunUnvectorized() 158 derived().CheckPointer(_mm256_extract_epi64(maybe_ptrs, 0)); in RunAVX2() 161 derived().CheckPointer(_mm256_extract_epi64(maybe_ptrs, 1)); in RunAVX2() 164 derived().CheckPointer(_mm256_extract_epi64(maybe_ptrs, 2)); in RunAVX2() 167 derived().CheckPointer(_mm256_extract_epi64(maybe_ptrs, 3)); in RunAVX2() 202 derived().CheckPointer(_mm_cvtsi128_si64(maybe_ptrs)); in RunSSE4() 209 derived().CheckPointer(_mm_cvtsi128_si64(shuffled)); in RunSSE4() 242 derived().CheckPointer(vgetq_lane_u64(maybe_ptrs, 0)); in RunNEON() 245 derived().CheckPointer(vgetq_lane_u64(maybe_ptrs, 1)); in RunNEON()
|
H A D | scan_loop_unittest.cc | 39 void CheckPointer(uintptr_t maybe_ptr) { ++visited_; } in CheckPointer() function in partition_alloc::internal::__anonb680e7ad0111::TestScanLoop
|
H A D | pcscan_internal.cc | 797 PA_SCAN_INLINE void CheckPointer(uintptr_t maybe_ptr_maybe_tagged) { in CheckPointer() function in partition_alloc::internal::PCScanScanLoop
|
/aosp_15_r20/frameworks/base/core/jni/android/opengl/ |
H A D | util.cpp | 712 bool checkPointer(const char* errorMessage) { in checkPointer() function in android::BufferHelper 761 if (inB.checkPointer("in") && outB.checkPointer("out")) { in etc1_encodeBlock() 786 if (inB.checkPointer("in") && outB.checkPointer("out")) { in etc1_decodeBlock() 821 if (inB.checkPointer("in") && outB.checkPointer("out")) { in etc1_encodeImage() 852 if (inB.checkPointer("in") && outB.checkPointer("out")) { in etc1_decodeImage() 872 if (headerB.checkPointer("header") ){ in etc1_formatHeader() 888 if (headerB.checkPointer("header") ){ in etc1_isValid() 905 if (headerB.checkPointer("header") ){ in etc1_getWidth() 922 if (headerB.checkPointer("header") ){ in etc1_getHeight()
|
/aosp_15_r20/external/executorch/examples/models/llama/ |
H A D | UTILS.md | 53 checkpointer = FullModelHFCheckpointer( 61 sd = checkpointer.load_checkpoint() 79 checkpointer.checkpoint_dir=<path_to_checkpoint_folder> \ 88 checkpointer.checkpoint_dir=<path_to_checkpoint_folder> \
|
/aosp_15_r20/external/executorch/examples/llm_pte_finetuning/ |
H A D | model_loading_lib.py | 31 checkpointer = config.instantiate( 32 cfg.checkpointer, 35 checkpoint_dict = checkpointer.load_checkpoint()
|
H A D | README.md | 69 ### Checkpointer subsection 74 checkpointer:
|
H A D | qwen_05b_config.yaml | 23 checkpointer:
|
H A D | phi3_alpaca_code_config.yaml | 24 checkpointer:
|
H A D | phi3_config.yaml | 23 checkpointer:
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 787 bool CheckPointer, bool SeenPointer) { in visitDerivedType() argument 792 if (CheckPointer && !SeenPointer) { in visitDerivedType() 796 if (CheckPointer && SeenPointer) { in visitDerivedType() 844 visitTypeEntry(DTy->getBaseType(), TempTypeId, CheckPointer, SeenPointer); in visitDerivedType() 848 bool CheckPointer, bool SeenPointer) { in visitTypeEntry() argument 881 if (Ty && (!CheckPointer || !SeenPointer)) { in visitTypeEntry() 892 visitTypeEntry(BaseTy, TmpTypeId, CheckPointer, SeenPointer); in visitTypeEntry() 910 visitDerivedType(DTy, TypeId, CheckPointer, SeenPointer); in visitTypeEntry()
|
H A D | BTFDebug.h | 322 void visitTypeEntry(const DIType *Ty, uint32_t &TypeId, bool CheckPointer, 337 bool CheckPointer, bool SeenPointer);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 550 bool CheckPointer, bool SeenPointer) { in visitDerivedType() argument 555 if (CheckPointer && !SeenPointer) { in visitDerivedType() 559 if (CheckPointer && SeenPointer) { in visitDerivedType() 596 visitTypeEntry(DTy->getBaseType(), TempTypeId, CheckPointer, SeenPointer); in visitDerivedType() 600 bool CheckPointer, bool SeenPointer) { in visitTypeEntry() argument 614 visitDerivedType(DTy, TypeId, CheckPointer, SeenPointer); in visitTypeEntry()
|
H A D | BTFDebug.h | 268 void visitTypeEntry(const DIType *Ty, uint32_t &TypeId, bool CheckPointer, 283 bool CheckPointer, bool SeenPointer);
|
/aosp_15_r20/external/lua/src/ |
H A D | lgc.c | 983 static void checkpointer (GCObject **p, GCObject *o) { in checkpointer() function 994 checkpointer(&g->survival, o); in correctpointers() 995 checkpointer(&g->old1, o); in correctpointers() 996 checkpointer(&g->reallyold, o); in correctpointers() 997 checkpointer(&g->firstold1, o); in correctpointers()
|
/aosp_15_r20/external/pytorch/torch/distributed/checkpoint/ |
H A D | _checkpointer.py | 43 """Initializes the Checkpointer instance.
|
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/misc/ |
H A D | Unsafe.java | 659 private void checkPointer(Object o, long offset) { in checkPointer() method in Unsafe 692 checkPointer(o, offset); in checkPrimitivePointer() 827 checkPointer(null, address); 1097 checkPointer(null, address);
|
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 43401 ** 1. Checkpointer lock (ofst==1). 43447 ** be a checkpointer blocked waiting on the WRITER lock. And thread 2 64857 ** this function takes a SHARED lock on the CHECKPOINTER slot and then 64862 ** the CHECKPOINTER lock cannot be obtained, SQLITE_BUSY. If any error 64863 ** occurs (any value other than SQLITE_OK is returned), the CHECKPOINTER 65283 ** The checkpointer may only transfer frames from WAL to database where 68030 ** is obtained, that is not necessarily true. A checkpointer may 68109 ** copied into the database by a checkpointer. If either of these things 68123 ** checkpointer that set nBackfill was not working with a wal-index 68125 ** cause a problem. The checkpointer could omit to checkpoint [all …]
|
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/ |
D | sqlite3.c | 43209 ** 1. Checkpointer lock (ofst==1). 43255 ** be a checkpointer blocked waiting on the WRITER lock. And thread 2 64826 ** this function takes a SHARED lock on the CHECKPOINTER slot and then 64831 ** the CHECKPOINTER lock cannot be obtained, SQLITE_BUSY. If any error 64832 ** occurs (any value other than SQLITE_OK is returned), the CHECKPOINTER 65273 ** The checkpointer may only transfer frames from WAL to database where 68020 ** is obtained, that is not necessarily true. A checkpointer may 68099 ** copied into the database by a checkpointer. If either of these things 68113 ** checkpointer that set nBackfill was not working with a wal-index 68115 ** cause a problem. The checkpointer could omit to checkpoint [all …]
|
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/ |
H A D | sqlite3.c | 42879 ** 1. Checkpointer lock (ofst==1). 64258 ** this function takes a SHARED lock on the CHECKPOINTER slot and then 64263 ** the CHECKPOINTER lock cannot be obtained, SQLITE_BUSY. If any error 64264 ** occurs (any value other than SQLITE_OK is returned), the CHECKPOINTER 64684 ** The checkpointer may only transfer frames from WAL to database where 67368 ** is obtained, that is not necessarily true. A checkpointer may 67437 ** copied into the database by a checkpointer. If either of these things 67451 ** checkpointer that set nBackfill was not working with a wal-index 67453 ** cause a problem. The checkpointer could omit to checkpoint 67459 ** we can guarantee that the checkpointer that set nBackfill could not [all …]
|
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
H A D | sqlite3.c | 42863 ** 1. Checkpointer lock (ofst==1). 64242 ** this function takes a SHARED lock on the CHECKPOINTER slot and then 64247 ** the CHECKPOINTER lock cannot be obtained, SQLITE_BUSY. If any error 64248 ** occurs (any value other than SQLITE_OK is returned), the CHECKPOINTER 64668 ** The checkpointer may only transfer frames from WAL to database where 67352 ** is obtained, that is not necessarily true. A checkpointer may 67421 ** copied into the database by a checkpointer. If either of these things 67435 ** checkpointer that set nBackfill was not working with a wal-index 67437 ** cause a problem. The checkpointer could omit to checkpoint 67443 ** we can guarantee that the checkpointer that set nBackfill could not [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core-oj/android_common_apex31/javac/ |
D | core-oj.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/sun/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/libcore/core-oj/android_common_apex31/withres/ |
D | core-oj.jar | META-INF/
META-INF/MANIFEST.MF
calendars.properties
com/
com/sun ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/core-oj.com.android.art.debug_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
calendars.properties
com/
com/sun ... |
/aosp_15_r20/out/soong/.intermediates/art/build/boot/art-bootclasspath-fragment/android_common_apex31/modular-hiddenapi/ |
D | stub-flags.csv | 59627 Ljdk/internal/misc/Unsafe;->checkPointer(Ljava/lang/Object;J)V
|