/external/webkit/Source/JavaScriptCore/gyp/ |
update-info-plist.sh | 0 # Touch Info.plist to let Xcode know it needs to copy it into the built product 3 touch "$1";
|
/external/webkit/Source/WebCore/gyp/ |
update-info-plist.sh | 0 # Touch Info.plist to let Xcode know it needs to copy it into the built product 3 touch "$1";
|
/external/webkit/Source/WebCore/bindings/js/ |
JSTouchCustom.cpp | 31 #include "Touch.h" 37 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Touch* touch) 39 if (!touch) 42 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, Touch, touch);
|
/external/webkit/LayoutTests/fast/events/touch/script-tests/ |
document-create-touch.js | 12 var touch = document.createTouch(window, target, 1, 100, 101, 102, 103); variable 13 shouldBeNonNull("touch"); 14 shouldBe("touch.target", "box"); 15 shouldBe("touch.identifier", "1"); 16 shouldBe("touch.pageX", "100"); 17 shouldBe("touch.pageY", "101"); 18 shouldBe("touch.screenX", "102"); 19 shouldBe("touch.screenY", "103");
|
/external/webkit/LayoutTests/http/tests/resources/ |
touch-temp-file.php | 19 if (!touch($tmpFile, $mtime)) { 20 echo "FAIL: touch() call failed.\n";
|
/external/libpng/ |
autogen.sh | 7 touch Makefile.am configure.ac
|
missing | 77 aclocal touch file \`aclocal.m4' 78 autoconf touch file \`configure' 79 autoheader touch file \`config.h.in' 80 autom4te touch the output file, or create a stub one 81 automake touch all \`Makefile.in' files 84 help2man touch the output file 86 makeinfo touch the output file 156 touch aclocal.m4 165 touch configure 184 touch $touch_file [all...] |
/external/webkit/Source/WebCore/dom/ |
TouchList.h | 31 #include "Touch.h" 46 Touch* item(unsigned); 48 void append(const PassRefPtr<Touch> touch) { m_values.append(touch); } 53 Vector<RefPtr<Touch> > m_values;
|
/external/grub/ |
missing | 77 aclocal touch file \`aclocal.m4' 78 autoconf touch file \`configure' 79 autoheader touch file \`config.h.in' 80 automake touch all \`Makefile.in' files 83 help2man touch the output file 85 makeinfo touch the output file 145 touch aclocal.m4 154 touch configure 173 touch $touch_files 184 while read f; do touch "$f"; don [all...] |
/external/libffi/ |
missing | 77 aclocal touch file \`aclocal.m4' 78 autoconf touch file \`configure' 79 autoheader touch file \`config.h.in' 80 automake touch all \`Makefile.in' files 83 help2man touch the output file 85 makeinfo touch the output file 145 touch aclocal.m4 154 touch configure 173 touch $touch_files 184 while read f; do touch "$f"; don [all...] |
/external/llvm/autoconf/ |
missing | 77 aclocal touch file \`aclocal.m4' 78 autoconf touch file \`configure' 79 autoheader touch file \`config.h.in' 80 automake touch all \`Makefile.in' files 83 help2man touch the output file 85 makeinfo touch the output file 145 touch aclocal.m4 154 touch configure 173 touch $touch_files 184 while read f; do touch "$f"; don [all...] |
/external/webkit/Source/WebKit/android/plugins/ |
PluginDebugAndroid.cpp | 33 // used for key, mouse, and touch inputs 37 "move", /* touch only */ 38 "cancel", /* touch only */ 39 "longPress", /* touch only */ 40 "doubleTap" /* touch only */ 87 evt->data.touch.x, evt->data.touch.y); 94 if(evt->data.touch.action < ARRAY_COUNT(inputActions)) { 96 anp_logPlugin("%p EVENT::TOUCH[%d] time=%d action=%s [%d %d]", 98 inputActions[evt->data.touch.action], evt->data.touch.x [all...] |
/packages/apps/Email/tests/src/com/android/email/activity/ |
RecentMailboxManagerTest.java | 94 // Safety ... default touch time 100 // Touch the mailbox 101 mManager.touch(1L, mailbox.mId).get(); 103 // Touch time is actually set 112 // Touch time is actually set 140 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[7].mId).get(); // costello 157 // touch some more mailboxes 158 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[3].mId); // sent 159 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[4].mId); // trash 160 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[2].mId); // outbo [all...] |
/build/core/ |
phony_package.mk | 17 $(hide) touch $@
|
/external/dropbear/libtomcrypt/ |
testbuild.sh | 5 touch testok.txt
|
/sdk/common/src/com/android/resources/ |
TouchScreen.java | 20 * Touch screen enum. 24 NOTOUCH("notouch", "No Touch", "No-touch screen"), //$NON-NLS-1$ 65 public static int getIndex(TouchScreen touch) { 68 if (t == touch) {
|
/external/blktrace/doc/ |
Makefile | 6 @touch blktrace.tex
|
/external/webkit/ |
bison_check.mk | 17 @touch $(@:$1=$(YACC_HEADER_SUFFIX))
|
/external/webkit/Tools/Scripts/ |
check-for-weak-vtables-and-externals | 39 sub touch($); 111 touch($buildTimestampPath); 115 sub touch($) subroutine 118 open(TOUCH, ">", $path) or die "$!"; 119 close(TOUCH);
|
/external/bison/build-aux/ |
missing | 77 aclocal touch file \`aclocal.m4' 78 autoconf touch file \`configure' 79 autoheader touch file \`config.h.in' 80 automake touch all \`Makefile.in' files 83 help2man touch the output file 85 makeinfo touch the output file 145 touch aclocal.m4 154 touch configure 173 touch $touch_files 184 while read f; do touch "$f"; don [all...] |
/external/chromium/sdch/open-vcdiff/ |
missing | 79 aclocal touch file \`aclocal.m4' 80 autoconf touch file \`configure' 81 autoheader touch file \`config.h.in' 82 autom4te touch the output file, or create a stub one 83 automake touch all \`Makefile.in' files 86 help2man touch the output file 88 makeinfo touch the output file 148 touch aclocal.m4 157 touch configure 176 touch $touch_file [all...] |
/external/chromium/third_party/libevent/ |
missing | 82 aclocal touch file \`aclocal.m4' 83 autoconf touch file \`configure' 84 autoheader touch file \`config.h.in' 85 automake touch all \`Makefile.in' files 88 help2man touch the output file 90 makeinfo touch the output file 118 touch aclocal.m4 132 touch configure 156 touch $touch_files 172 while read f; do touch "$f"; don [all...] |
/external/elfutils/config/ |
missing | 67 aclocal touch file \`aclocal.m4' 68 autoconf touch file \`configure' 69 autoheader touch file \`config.h.in' 70 automake touch all \`Makefile.in' files 73 help2man touch the output file 75 makeinfo touch the output file 101 touch aclocal.m4 115 touch configure 139 touch $touch_files 155 while read f; do touch "$f"; don [all...] |
/external/genext2fs/ |
missing | 77 aclocal touch file \`aclocal.m4' 78 autoconf touch file \`configure' 79 autoheader touch file \`config.h.in' 80 automake touch all \`Makefile.in' files 83 help2man touch the output file 85 makeinfo touch the output file 145 touch aclocal.m4 154 touch configure 173 touch $touch_files 184 while read f; do touch "$f"; don [all...] |
/external/pcre/ |
missing | 77 aclocal touch file \`aclocal.m4' 78 autoconf touch file \`configure' 79 autoheader touch file \`config.h.in' 80 autom4te touch the output file, or create a stub one 81 automake touch all \`Makefile.in' files 84 help2man touch the output file 86 makeinfo touch the output file 156 touch aclocal.m4 165 touch configure 184 touch $touch_file [all...] |