Searched refs:touch (Results 126 - 150 of 283) sorted by relevance

1234567891011>>

/external/cmockery/cmockery_0_1_2/packages/deb/
H A Drules52 touch build-stamp
/external/e2fsprogs/tests/scripts/
H A Dresize_test16 touch $TMPFILE
25 touch $TMPFILE
/external/libopus/doc/
H A DMakefile.am22 touch $@
/external/ltp/testcases/kernel/fs/acls/
H A Dacl_test01140 touch $FILE_ACL
141 touch $FILE_ACL_LINK
/external/vboot_reference/tests/futility/
H A Dtest_main.sh22 touch ${LOG}
/external/curl/tests/certs/scripts/
H A Dgenserv.sh99 touch $CAPREFIX-ca.db
112 touch $PREFIX-sv.dhp
/external/ltp/testcases/commands/sssd/
H A Dsssd-lib.sh118 touch $CONFIG_FILE
/external/ltp/testcases/commands/unshare/
H A Dunshare01.sh70 touch dir_A/A dir_B/B
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/
H A Dext4_inode_version_test.sh51 touch mnt_point/tmp_file
/external/replicaisland/src/com/replica/replicaisland/
H A DInputGameInterface.java85 final InputTouchScreen touch = input.getTouchScreen();
92 final InputXY sliderTouch = touch.findPointerInRegion(
209 final InputXY jumpTouch = touch.findPointerInRegion(
228 final InputXY stompTouch = touch.findPointerInRegion(
239 // Since touch events come in constantly, we only want to press the attack button
H A DMainMenuActivity.java201 TouchFilter touch;
204 touch = new SingleTouchFilter();
206 touch = new MultiTouchFilter();
229 if (touch.supportsMultitouch(this)) {
283 if (touch.supportsMultitouch(this)) {
/external/autotest/client/site_tests/network_ShillInitScripts/
H A Dnetwork_ShillInitScripts.py291 def touch(self, filename): member in class:network_ShillInitScripts
412 self.touch('/home/chronos/.disable_shill')
439 self.touch('/run/state/logged-in')
478 self.touch(shill_profile)
567 self.touch(self.new_shill_user_profile)
621 self.touch(path)
783 self.touch('/run/state/logged-in')
/external/walt/ios/WALT/
H A DDragLatencyController.mm210 WALTTouch *touch = [[WALTTouch alloc] initWithEvent:event];
211 [_touchEvents addObject:touch];
213 touch.kernelTime, touch.location.x, touch.location.y];
327 [NSString stringWithFormat:@"Too few touch events (%lu/%lu).",
371 // Calculate interpolated touch y positions at each laser event.
/external/stressapptest/src/
H A Dfinelock_queue.cc177 uint32 readcount = pages_[i].touch;
372 pe->touch = i;
375 pe->touch++;
/external/libevent/test/
H A Dtest.sh25 touch "$TEST_OUTPUT_FILE" || exit 1
/external/ltp/
H A DIDcheck.sh109 if ! touch "$group" "$passwd" 2>/dev/null; then
110 echo "Failed to touch $group or $passwd"
/external/ltp/testscripts/build/
H A Dbuild_test_function.sh63 if ( [ -f ~/.cvspass ] || touch ~/.cvspass ) ; then
/external/robolectric-shadows/
H A Drobotest-internal.mk32 # Run `touch` to always create the output XML file, so the build doesn't break even if the
34 $(hide) touch "$(PRIVATE_XML_OUTPUT_FILE)"
/external/vboot_reference/scripts/image_signing/
H A Dtag_image.sh107 sudo touch "${tag_file_path}"
/external/clang/test/Analysis/
H A Dinline.cpp183 void touch(int &x) const { function in struct:Invalidation::X
199 touch(a);
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh198 touch $T/cfgcpu
300 touch $resdir/$ds/log
355 print "touch " builddir ".wait";
/external/ltp/testcases/kernel/syscalls/utimensat/
H A Dutimensat_tests.sh84 sudo $s_arg -u $test_user touch $FILE || return $?
313 touch $TEST_DIR/tmp_file
/external/tensorflow/tensorflow/contrib/makefile/
H A Dcompile_nsync.sh290 touch "$nsync_platform_dir/dependfile"
/external/toybox/tests/
H A Dchgrp.test20 touch testdir/dir/file &&
/external/caliper/caliper/src/test/java/com/google/caliper/options/
H A DParsedOptionsTest.java62 Files.touch(java);

Completed in 773 milliseconds

1234567891011>>