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

  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-recheck-lock.sh 35 ncs=`grep "Writes: Total:" $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* Total: //' -e 's/ .*$//'`
36 if test -z "$ncs"
40 title="$configfile ------- $ncs acquisitions/releases"
46 ncsps=`awk -v ncs=$ncs -v dur=$dur '
47 BEGIN { print ncs / dur }' < /dev/null`
  /tools/loganalysis/src/com/android/loganalysis/item/
LogcatItem.java 128 List<NativeCrashItem> ncs = new LinkedList<NativeCrashItem>(); local
131 ncs.add((NativeCrashItem) item);
134 return ncs;
  /external/python/cpython2/Lib/test/
test_collections.py 626 ncs = MyNonComparableSet()
629 ncs < cs
630 ncs <= cs
631 ncs > cs
632 ncs >= cs
633 cs < ncs
634 cs <= ncs
635 cs > ncs
636 cs >= ncs
    [all...]
  /external/python/cpython3/Lib/test/
test_collections.py     [all...]
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp 542 UChar *ncs = const_cast<UChar *>(s); local
543 uhash_put(fHash, ncs, ncs, &status);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
walk.go 1251 var cs, ncs *Node // const string, non-const string
1257 ncs = n.Right
1260 ncs = n.Left
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
walk.go 1251 var cs, ncs *Node // const string, non-const string
1257 ncs = n.Right
1260 ncs = n.Left
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/
unicode.c 11242 int fn, ncs[3]={0, 0, 0}; local
    [all...]

Completed in 335 milliseconds