HomeSort by relevance Sort by last modified time
    Searched refs:CNT (Results 1 - 10 of 10) sorted by null

  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/tools/
cpuhotplug_do_disk_write_loop 7 CNT=0
11 : $(( CNT += 1 ))
12 echo "Loop Count $CNT"
  /art/test/1941-dispose-stress/src/art/
Test1941.java 26 public static long CNT = 0;
48 CNT++;
79 System.out.println("Number of envs created/destroyed: " + CNT);
  /external/linux-kselftest/tools/testing/selftests/ntb/
ntb_test.sh 267 CNT=$(get_files_count "spad" "$LOC")
269 if [[ $CNT -eq 0 ]]; then
274 for ((i = 0; i < $CNT; i++)); do
295 CNT=$(get_files_count "msg" "$LOC")
297 if [[ $CNT -eq 0 ]]; then
308 for ((i = 0; i < $CNT; i++)); do
414 CNT=$(get_files_count "mw_trans" "$LOC")
416 for ((i = 0; i < $CNT; i++)); do
  /external/python/cpython3/Lib/test/
test_coroutines.py     [all...]
  /device/google/contexthub/firmware/os/platform/stm32/
platform.c 75 volatile uint32_t CNT;
399 tim->CNT = delayInUsecs;
468 uint32_t cnt; local
479 //not indicate a pending overflow, but CNT contain 0xFFFFFFFF or vice versa,
480 //depending on the read order of SR and CNT
484 cnt = tim->CNT;
485 } while (sr != tim->SR || cnt != tim->CNT);
487 leftTicks = cnt; //if we wake NOT from timer, only count the ticks that actually ticked as "time passed
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/icu/
timezone_aliases.txt 50 CNT; America/St_Johns
  /external/ltp/testcases/lib/
tst_test.sh 389 SETUP|CLEANUP|TESTFUNC|ID|CNT|MIN_KVER);;
  /bionic/libc/arch-x86/atom/string/
ssse3-strcmp-atom.S 98 # define CNT STR2+4
123 movl CNT(%esp), %ebp
    [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
stereo_g729.rtp     [all...]
  /external/u-boot/scripts/
checkpatch.pl     [all...]

Completed in 899 milliseconds