/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/icu/icu4c/source/i18n/ |
tznames_impl.cpp | 536 UChar *ncs = const_cast<UChar *>(s); local 537 uhash_put(fHash, ncs, ncs, &status); [all...] |
/external/mesa3d/include/GL/ |
vms_x_fix.h | [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
walk.go | 1258 var cs, ncs *Node // const string, non-const string 1264 ncs = n.Right 1267 ncs = n.Left 1290 ncs = safeexpr(ncs, init) 1293 r := nod(cmp, nod(OLEN, ncs, nil), nodintconst(int64(len(s)))) 1296 ncb := nod(OINDEX, ncs, nodintconst(int64(i))) [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
walk.go | 1258 var cs, ncs *Node // const string, non-const string 1264 ncs = n.Right 1267 ncs = n.Left 1290 ncs = safeexpr(ncs, init) 1293 r := nod(cmp, nod(OLEN, ncs, nil), nodintconst(int64(len(s)))) 1296 ncb := nod(OINDEX, ncs, nodintconst(int64(i))) [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/ |
unicode.c | 11242 int fn, ncs[3]={0, 0, 0}; local [all...] |