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

  /external/libffi/man/
Makefile.am 3 AUTOMAKE_OPTIONS=foreign
  /external/libpng/
autogen.sh 19 automake --force-missing --foreign -a -c
  /device/samsung/crespo/alsa-lib/
gitcompile 9 automake --foreign --copy --add-missing
  /external/libffi/include/
Makefile.am 3 AUTOMAKE_OPTIONS=foreign
  /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));
  /device/samsung/crespo/alsa-utils/
gitcompile 15 automake --foreign --copy --add-missing
  /external/dnsmasq/bld/
Makefile 14 $(XGETTEXT) -d dnsmasq --foreign-user --omit-header --keyword=_ -o $@ -i $(OBJS:.o=.c)
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 737 if (foreign(prefix, namespace)) {
745 if (foreign(attPrefix, attNamespace)) {
780 if (foreign(prefix, namespace)) {
789 if (foreign(attPrefix, attNamespace)) {
812 // Return true if we have a foreign name
813 private boolean foreign(String prefix, String namespace) { method in class:Parser
815 boolean foreign = !(prefix.equals("") || namespace.equals("") ||
817 // System.err.println(foreign);
818 return foreign;
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set_unittest.cc 387 unittest::ForeignMessage foreign; local
388 foreign.set_c(42);
390 CopyFrom(foreign);
391 int min_expected_size = base_size + foreign.SpaceUsed();
  /external/libffi/
Makefile.am 3 AUTOMAKE_OPTIONS = foreign subdir-objects
  /external/libffi/testsuite/
Makefile.am 3 AUTOMAKE_OPTIONS = foreign dejagnu
  /external/libffi/src/sparc/
v8.S 4 SPARC Foreign Function Interface
53 ld [%l0+ARGS], %o0 ! call foreign function
v9.S 4 SPARC 64-bit Foreign Function Interface
58 ldx [%l0+ARGS], %o0 ! call foreign function
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 19 1. optional foreign header (4-byte aligned), externally added
  /external/qemu/slirp-android/
slirp.c 831 SockAddress local, foreign; local
834 sock_address_init_inet(&foreign, so->so_faddr_ip, so->so_faddr_port);
836 &local, &foreign);
  /external/protobuf/
Makefile.am 5 AUTOMAKE_OPTIONS = foreign
  /libcore/json/src/test/java/org/json/
JSONObjectTest.java 344 Object foreign = new Object() { local
350 // foreign object types are accepted and treated as Strings!
352 object.put("foo", foreign);
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 219 # Helper used to test foreign messages and groups.
222 # composite (i.e., foreign or group) field in TestAllTypes,
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 80 milliseconds