/external/tcpdump/tests/ |
D | isakmp-no-none-np.out | 3 …(n: doi=ipsec proto=isakmp type=INVALID-MAJOR-VERSION spi=000000000b1005005f724dc600000054 data=(0… 4 …(n: doi=ipsec proto=isakmp type=INVALID-MAJOR-VERSION spi=000000000b1005005f724dc600000054 data=(0… 5 …(n: doi=ipsec proto=isakmp type=INVALID-MAJOR-VERSION spi=000000000b1005005f724dc600000054 data=(0… 6 …(n: doi=ipsec proto=isakmp type=INVALID-MAJOR-VERSION spi=000000000b1005005f724dc600000054 data=(0… 7 …(n: doi=ipsec proto=isakmp type=INVALID-MAJOR-VERSION spi=000000000b1005005f724dc600000054 data=(0… 8 …(n: doi=ipsec proto=isakmp type=INVALID-MAJOR-VERSION spi=000000000b1005005f724dc600000054 data=(0… 9 …(n: doi=ipsec proto=isakmp type=INVALID-MAJOR-VERSION spi=000000000b1005005f724dc600000054 data=(0… 10 …(n: doi=ipsec proto=isakmp type=INVALID-MAJOR-VERSION spi=000000000b1005005f724dc600000054 data=(0… 11 …(n: doi=ipsec proto=isakmp type=INVALID-MAJOR-VERSION spi=000000000b1005005f724dc600000054 data=(0… 12 …(n: doi=ipsec proto=isakmp type=INVALID-MAJOR-VERSION spi=000000000b1005005f724dc600000054 data=(0… [all …]
|
/external/grpc-grpc-java/ |
D | RELEASING.md | 32 $ MAJOR=1 MINOR=7 PATCH=0 # Set appropriately for new release 65 $ sed -i 's/[0-9]\+\.[0-9]\+\.[0-9]\+\(.*CURRENT_GRPC_VERSION\)/'$MAJOR.$((MINOR+1)).0'\1/' \ 67 $ sed -i s/$MAJOR.$MINOR.$PATCH/$MAJOR.$((MINOR+1)).0/ \ 70 $ git commit -a -m "Start $MAJOR.$((MINOR+1)).0 development cycle" 77 $ git checkout -b v$MAJOR.$MINOR.x \ 78 …$(git log --pretty=format:%H --grep "^Start $MAJOR.$((MINOR+1)).0 development cycle$" upstream/mas… 79 $ git push upstream v$MAJOR.$MINOR.x 83 * Branch: `v$MAJOR.$MINOR.x` 103 $ git checkout v$MAJOR.$MINOR.x 104 $ git pull upstream v$MAJOR.$MINOR.x [all …]
|
/external/opencensus-java/ |
D | RELEASING.md | 62 $ MAJOR=0 MINOR=4 PATCH=0 # Set appropriately for new release 70 $ git checkout -b v$MAJOR.$MINOR.x master 71 $ git push upstream v$MAJOR.$MINOR.x 84 …$ sed -i 's/[0-9]\+\.[0-9]\+\.[0-9]\+\(.*CURRENT_OPENCENSUS_VERSION\)/'$MAJOR.$((MINOR+1)).0'\1/' \ 87 $ git commit -a -m "Start $MAJOR.$((MINOR+1)).0 development cycle" 104 $ git checkout -b release v$MAJOR.$MINOR.x 108 $ git commit -a -m "Bump version to $MAJOR.$MINOR.$PATCH" 109 $ git tag -a v$MAJOR.$MINOR.$PATCH -m "Version $MAJOR.$MINOR.$PATCH" 117 …$ sed -i 's/[0-9]\+\.[0-9]\+\.[0-9]\+\(.*CURRENT_OPENCENSUS_VERSION\)/'$MAJOR.$MINOR.$((PATCH+1))-… 120 $ git commit -a -m "Bump version to $MAJOR.$MINOR.$((PATCH+1))-SNAPSHOT" [all …]
|
/external/vixl/src/ |
D | compiler-intrinsics-vixl.h | 37 #define MAJOR 1000000 macro 41 ((__GNUC__ * (MAJOR) + __GNUC_MINOR__ * (MINOR) + __GNUC_PATCHLEVEL__) >= \ 42 ((major) * (MAJOR) + ((minor)) * (MINOR) + (patchlevel))) 45 ((__GNUC__ * (MAJOR) + __GNUC_MINOR__ * (MINOR)) >= \ 46 ((major) * (MAJOR) + ((minor)) * (MINOR) + (patchlevel)))
|
/external/u-boot/scripts/ |
D | gcc-version.sh | 25 MAJOR=$(echo __GNUC__ | $compiler -E -xc - | tail -n 1) 29 printf "%02d%02d%02d\\n" $MAJOR $MINOR $PATCHLEVEL 31 printf "%02d%02d\\n" $MAJOR $MINOR
|
D | binutils-version.sh | 20 MAJOR=$(echo $version_string | cut -d . -f 1) 23 printf "%02d%02d\\n" $MAJOR $MINOR
|
D | dtc-version.sh | 17 MAJOR=$($dtc -v | head -1 | awk '{print $NF}' | cut -d . -f 1) 21 printf "%02d%02d%02d\\n" $MAJOR $MINOR $PATCH
|
/external/catch2/CMake/ |
D | llvm-cov-wrapper | 33 MAJOR=$(echo $LLVM_VERSION | cut -d'.' -f1) 36 if [ $MAJOR -eq 3 ] && [ $MINOR -le 4 ] 50 if [ $MAJOR -eq 3 ] && [ $MINOR -le 5 ]
|
/external/ltp/testcases/kernel/syscalls/statx/ |
D | statx01.c | 53 #define MAJOR 8 macro 116 if (buff.stx_rdev_major == MAJOR) in test_device_file() 122 buff.stx_rdev_major, MAJOR); in test_device_file() 157 SAFE_MKNOD(DEVICEFILE, S_IFBLK | 0777, makedev(MAJOR, MINOR)); in setup()
|
/external/adeb/addons/ |
D | get_kvers.sh | 5 MAJOR=$(echo $kvers | awk -F. '{ print $1 }') 9 maj_num=$(($MAJOR * 65536))
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | spirv_constant.h | 25 #define SPV_SPIRV_VERSION_WORD(MAJOR, MINOR) \ argument 26 ((uint32_t(uint8_t(MAJOR)) << 16) | (uint32_t(uint8_t(MINOR)) << 8))
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | spirv_constant.h | 25 #define SPV_SPIRV_VERSION_WORD(MAJOR, MINOR) \ argument 26 ((uint32_t(uint8_t(MAJOR)) << 16) | (uint32_t(uint8_t(MINOR)) << 8))
|
/external/compiler-rt/test/asan/TestCases/Darwin/ |
D | cstring_literals_regtest.mm | 11 NSString* version_file = @"MAJOR=35\n"; 15 if ([scanner scanString:@"MAJOR=" intoString:nil] &&
|
/external/cblas/testing/ |
D | sin3 | 6 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
|
D | din3 | 6 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
|
D | zin3 | 6 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
|
D | cin3 | 6 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
|
D | din2 | 6 2 0 TO TEST COLUMN-MAJOR, 1 TO TEST ROW-MAJOR, 2 TO TEST BOTH
|
D | sin2 | 6 2 LOGICAL FLAG, T TO TEST ROW-MAJOR (IF FALSE COLUMN-MAJOR IS TESTED)
|
D | cin2 | 6 2 LOGICAL FLAG, T TO TEST ROW-MAJOR (IF FALSE COLUMN-MAJOR IS TESTED)
|
D | zin2 | 6 2 LOGICAL FLAG, T TO TEST ROW-MAJOR (IF FALSE COLUMN-MAJOR IS TESTED)
|
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ |
D | tensorflow-ppc64le.partial.Dockerfile | 24 MAJOR=`${PYTHON} -c 'import sys; print(sys.version_info[0])'`; \ 26 … ${BASE}"api/xml?xpath=//fileName&wrapper=artifacts" | grep -o "[^<>]*cp${MAJOR}${MINOR}[^<>]*.whl…
|
/external/blktrace/ |
D | blkparse_fmt.c | 203 fprintf(ofp,"%3d,%-3d", MAJOR(t->device), MINOR(t->device)); in print_field() 209 fprintf(ofp, strcat(format, "d"), MAJOR(t->device)); in print_field() 311 MAJOR(t->device), MINOR(t->device), pci->cpu, t->sequence, in process_default() 403 MAJOR(r.device_from), MINOR(r.device_from), in process_default()
|
/external/blktrace/btt/ |
D | misc.c | 141 MAJOR(dip->device), MINOR(dip->device)); in make_dev_hdr() 144 MAJOR(dip->device), MINOR(dip->device)); in make_dev_hdr()
|
D | inlines.h | 24 int mjr = MAJOR(dev); in remapper_dev() 369 MAJOR(iop->t.device), MINOR(iop->t.device), type2c(iop->type), in __dump_iop() 379 MAJOR(a_iop->t.device), MINOR(a_iop->t.device), in __dump_iop2() 381 t_sec(&a_iop->t), MAJOR(l_iop->t.device), in __dump_iop2()
|