HomeSort by relevance Sort by last modified time
    Searched full:foreign (Results 1 - 25 of 223) sorted by null

1 2 3 4 5 6 7 8 9

  /external/webkit/LayoutTests/http/tests/appcache/resources/
foreign-iframe.manifest 3 foreign-iframe.html
4 foreign-iframe-subresource.js
foreign-iframe.html 1 <html manifest="foreign-iframe.manifest">
3 <script src="foreign-iframe-subresource.js"></script>
xhr-foreign-resource.manifest 2 xhr-foreign-resource-frame.html
xhr-foreign-resource-frame.html 1 <html manifest="xhr-foreign-resource-2.manifest">
  /external/webkit/LayoutTests/http/tests/appcache/
xhr-foreign-resource-expected.txt 1 Test that a resource marked as foreign can still be loaded via XHR.
xhr-foreign-resource.html 1 <html manifest="resources/xhr-foreign-resource.manifest">
3 <p>Test that a resource marked as foreign can still be loaded via XHR.</p>
24 ifr.setAttribute("src", "resources/xhr-foreign-resource-frame.html");
32 ifr.setAttribute("src", "resources/xhr-foreign-resource-frame.html?");
59 // manifest, so it should be loaded successfully despite being marked as foreign now.
62 req.open("GET", "resources/xhr-foreign-resource-frame.html", false);
foreign-iframe-main.html 1 <html manifest="resources/foreign-iframe.manifest"> <!-- Any manifest would do the trick. -->
21 ifr.setAttribute("src", "http://localhost:8000/appcache/resources/foreign-iframe.html");
  /external/libffi/man/
Makefile.am 3 AUTOMAKE_OPTIONS=foreign
ffi.3 5 .Nd Foreign Function Interface
26 The foreign function interface provides a mechanism by which a function can
  /external/chromium/third_party/libevent/sample/
Makefile.am 1 AUTOMAKE_OPTIONS = foreign no-dependencies
  /external/libffi/include/
Makefile.am 3 AUTOMAKE_OPTIONS=foreign
  /external/libffi/
libffi.pc.in 7 Description: Library supporting Foreign Function Interfaces
  /external/webkit/WebCore/rendering/
RenderForeignObject.cpp 43 SVGForeignObjectElement* foreign = static_cast<SVGForeignObjectElement*>(node()); local
44 return FloatPoint(foreign->x().value(foreign), foreign->y().value(foreign));
  /external/libpng/
autogen.sh 19 automake --force-missing --foreign -a -c
  /external/quake/quake/src/QW/
release233_notes.txt 21 - The client now ignores foreign connection requests while connected to a
23 - A foreign message packet with C-style format strings no longer cause a
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheResource.cpp 79 if (type & Foreign)
80 printf("foreign ");
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List10.java 47 "Foreign", "History", "Independent", "Romance", "Sci-Fi", "Television", "Thriller"
List11.java 47 "Foreign", "History", "Independent", "Romance", "Sci-Fi", "Television", "Thriller"
  /external/bluetooth/bluez/
configure.ac 4 AM_INIT_AUTOMAKE([foreign subdir-objects])
  /external/chromium/third_party/libevent/test/
Makefile.am 1 AUTOMAKE_OPTIONS = foreign no-dependencies
  /external/dnsmasq/bld/
Makefile 14 $(XGETTEXT) -d dnsmasq --foreign-user --omit-header --keyword=_ -o $@ -i $(OBJS:.o=.c)
  /external/libvpx/nestegg/
Makefile.am 1 AUTOMAKE_OPTIONS = foreign 1.11 no-dist-gzip dist-bzip2 subdir-objects
  /libcore/luni/src/test/java/tests/java/sql/
UpdateFunctionalityTest2.java 186 * foreign key value - expecting SQLException
188 * TODO foreign key functionality is not supported
192 notes = "Attempts to set incorrect foreign key value - expecting SQLException",
245 * foreign key value to row with CASCADE action - expecting
248 * TODO Foreign key functionality is not supported
253 "foreign key value to row with CASCADE action - expecting SQLException: not supported",
273 * TODO Foreign key functionality is not supported
  /external/qemu/slirp/
socket.h 32 struct in_addr so_faddr; /* foreign host table entry */
34 u_int16_t so_fport; /* foreign port */
  /external/bison/data/
README 23 mature enough for us to consider that ``foreign skeletons'' are

Completed in 273 milliseconds

1 2 3 4 5 6 7 8 9