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

  /packages/inputmethods/LatinIME/native/dicttoolkit/
run_tests.sh 32 (mmm -j16 packages/inputmethods/LatinIME/native/dicttoolkit) || (make -j16 $test_name)
  /packages/inputmethods/LatinIME/native/jni/
run-tests.sh 63 mmm -j16 packages/inputmethods/LatinIME/native/jni || \
64 make -j16 adb $target_test_name $host_test_name
  /external/icu/tools/srcgen/
common.sh 29 make -j16 android_icu4j_srcgen
  /build/make/tools/
check_builds.sh 44 make -j16 PRODUCT-$1 dist DIST_DIR=$TEST_BUILD_DIR/$PREFIX-$1
  /prebuilts/go/darwin-x86/test/
zerodivide.go 27 i16, j16, k16 int16 = 0, 0, 1 var
58 j16++
119 ErrorTest{"int16 0/0", func() { use(i16 / j16) }, "divide"},
125 ErrorTest{"int16 1/0", func() { use(k16 / j16) }, "divide"},
  /prebuilts/go/linux-x86/test/
zerodivide.go 27 i16, j16, k16 int16 = 0, 0, 1 var
58 j16++
119 ErrorTest{"int16 0/0", func() { use(i16 / j16) }, "divide"},
125 ErrorTest{"int16 1/0", func() { use(k16 / j16) }, "divide"},

Completed in 573 milliseconds