Home
last modified time | relevance | path

Searched defs:slow (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/testing/gtest_extras/
H A DTest.h78 void set_slow(bool slow) { slow_ = slow; } in set_slow()
79 bool slow() const { return slow_; } in slow() function
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarUxRestrictionsConfigurationXmlParserTest.java110 CarUxRestrictions slow = config.getUxRestrictions(DRIVING_STATE_MOVING, 1f); in testParsingMovingState_MultiSpeedRange() local
/aosp12/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dengine.c84 #define slow sslow macro
96 #define slow lslow macro
867 slow( in slow() function
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dusbdevice_fs.h53 unsigned char slow; member
/aosp12/art/compiler/utils/x86/
H A Djni_macro_assembler_x86.cc552 X86ExceptionSlowPath* slow = new (__ GetAllocator()) X86ExceptionSlowPath(stack_adjust); in ExceptionPoll() local
/aosp12/art/compiler/utils/x86_64/
H A Djni_macro_assembler_x86_64.cc642 X86_64ExceptionSlowPath* slow = new (__ GetAllocator()) X86_64ExceptionSlowPath(stack_adjust); in ExceptionPoll() local
/aosp12/art/test/083-compiler-regressions/src/
H A DMain.java893 SpinThread slow = new SpinThread(Thread.MIN_PRIORITY); in b2302318Test() local