/aosp12/bionic/docs/ |
H A D | libc_assembler.md | 6 * First, benchmark the previous version of the routine. 7 * Update the routine, run the bionic unit tests to verify the routine doesn't 9 verify that the routine is being properly tested. 11 the new routine. See the [Performance](#Performance) section for details about 13 * Verify that unwind information for new routine looks correct. See 126 especially important if this is the first time a routine is assembler. 130 When verifying an assembler routine that operates on buffer data (such as 133 * Verify the routine does not read past the end of the buffers. Many 137 * Verify the routine handles unaligned buffers properly. Usually, a failure 139 * Verify the routine handles different sized buffers. [all …]
|
H A D | status.md | 302 `pthread_detach(pthread_self());` from the new thread's start routine
|
/aosp12/system/libbase/ |
H A D | README.md | 15 ## Should my routine be added? 19 If you have a routine that's really useful in your project, 28 If your routine is actually something from a future C++ standard (that 41 to start using your routine just in your project, and let it "graduate"
|
/aosp12/bionic/libc/bionic/ |
H A D | pthread_exit.cpp | 52 void __pthread_cleanup_push(__pthread_cleanup_t* c, __pthread_cleanup_func_t routine, void* arg) { in __pthread_cleanup_push() argument 54 c->__cleanup_routine = routine; in __pthread_cleanup_push()
|
/aosp12/hardware/interfaces/dumpstate/1.1/ |
H A D | IDumpstateDevice.hal | 32 * This method may still be called by the dumpstate routine even if getVerboseLoggingEnabled 57 * dumpstate routine, and essential information that does not identify the user may be included. 68 * dumpstate routine, and essential information that does not identify the user may be included.
|
/aosp12/art/runtime/interpreter/mterp/x86/ |
H A D | arithmetic.S | 434 %def op_div_long(routine="art_quick_ldiv"): 439 .extern $routine 451 call SYMBOL($routine) 458 %def op_div_long_2addr(routine="art_quick_ldiv"): 463 .extern $routine 477 call SYMBOL($routine) 699 % op_div_long(routine="art_quick_lmod") 702 % op_div_long_2addr(routine="art_quick_lmod")
|
/aosp12/system/extras/app-launcher/ |
H A D | README | 49 1) Add a new cpufreq_<device> routine to fix the CPU/GPU frequencies 52 (a) Then add code to call your cpufreq_<device> routine there
|
/aosp12/bionic/libc/include/ |
H A D | pthread.h | 308 #define pthread_cleanup_push(routine, arg) \ argument 311 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
|
/aosp12/art/runtime/ |
H A D | alloc_instrumentation.md | 6 When we call an allocation routine, we always indirect through a thread-local function table that
|
/aosp12/art/test/ |
H A D | README.arm_fvp.md | 143 Then the regular ART testing routine could be performed; the regular "lunch"
|
/aosp12/system/bt/doc/ |
H A D | style_guide.md | 179 `list_new` should be freed with `list_free` and no other freeing routine.
|
/aosp12/hardware/interfaces/camera/device/1.0/ |
H A D | ICameraDevice.hal | 347 * The notification callback routine is called with
|
/aosp12/hardware/interfaces/camera/metadata/3.2/ |
H A D | types.hal | 218 * auto-exposure routine.</p> 230 * <p>Range over which the auto-exposure routine can
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | README.md | 169 Any allocation routine, other than calloc, will result in the allocation being
|
/aosp12/system/apex/docs/ |
H A D | README.md | 680 of the postinstall OTA routine. If decompression fails, `apexd` will fallback to
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
H A D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
H A D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
H A D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |