Home
last modified time | relevance | path

Searched refs:foreign (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/external/wayland-protocols/freedesktop.org/
DMakefile.am13 unstable/xdg-foreign/xdg-foreign-unstable-v1.xml \
14 unstable/xdg-foreign/xdg-foreign-unstable-v2.xml \
/external/libdaemon/
Dbootstrap.sh50 run_versioned automake "$VERSION" -a -c --foreign
65 run_versioned automake "$VERSION" -a -c --foreign
/external/v8/src/asmjs/
Dasm-js.cc259 Handle<JSReceiver> foreign) { in InstantiateAsmWasm() argument
271 if (!foreign.is_null()) { in InstantiateAsmWasm()
276 foreign, NONE); in InstantiateAsmWasm()
295 if (!foreign.is_null()) { in InstantiateAsmWasm()
300 i::Object::GetProperty(foreign, name.ToHandleChecked()); in InstantiateAsmWasm()
Dasm-js.h25 Handle<JSReceiver> foreign);
/external/scapy/scapy/contrib/
Ddiameter.uts106 a6 = AVP (283, avpLen=33, val='foreign.realm1.fr')
108 raw(a6) == b'\x00\x00\x01\x1b@\x00\x00!foreign.realm1.fr\x00\x00\x00'
140 …2u\x80\x00\x00\x10\x00\x00(\xaf\x00\x00\x00\x01\x00\x00\x01\x1b@\x00\x00!foreign.realm1.fr\x00\x00…
145 …2u\x80\x00\x00\x10\x00\x00(\xaf\x00\x00\x00\x01\x00\x00\x01\x1b@\x00\x00!foreign.realm1.fr\x00\x00…
150 …2u\x80\x00\x00\x10\x00\x00(\xaf\x00\x00\x00\x01\x00\x00\x01\x1b@\x00\x00!foreign.realm1.fr\x00\x00…
228 …2u\x80\x00\x00\x10\x00\x00(\xaf\x00\x00\x00\x01\x00\x00\x01\x1b@\x00\x00!foreign.realm1.fr\x00\x00…
246 AVP (283, avpLen=33, val='foreign.realm1.fr')
/external/v8/src/
Dproperty.h51 static Descriptor AccessorConstant(Handle<Name> key, Handle<Object> foreign, in AccessorConstant() argument
53 return Descriptor(key, foreign, kAccessor, attributes, kDescriptor, kConst, in AccessorConstant()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java738 if (foreign(prefix, namespace)) { in pop()
746 if (foreign(attPrefix, attNamespace)) { in pop()
781 if (foreign(prefix, namespace)) { in push()
790 if (foreign(attPrefix, attNamespace)) { in push()
814 private boolean foreign(String prefix, String namespace) { in foreign() method in Parser
816 boolean foreign = !(prefix.equals("") || namespace.equals("") || in foreign()
819 return foreign; in foreign()
/external/python/cpython2/Doc/library/
Dctypes.rst1 :mod:`ctypes` --- A foreign function library for Python
5 :synopsis: A foreign function library for Python.
11 :mod:`ctypes` is a foreign function library for Python. It provides C compatible
479 the :attr:`restype` attribute, if the foreign function returns an integer. The
1090 outside of Python's control (e.g. by the foreign code that calls the
1410 variable; if you call foreign functions created with ``use_errno=True`` then the
1531 .. _ctypes-foreign-functions:
1536 As explained in the previous section, foreign functions can be accessed as
1545 Base class for C callable foreign functions.
1547 Instances of foreign functions are also C compatible data types; they
[all …]
/external/python/cpython3/Doc/library/
Dctypes.rst1 :mod:`ctypes` --- A foreign function library for Python
5 :synopsis: A foreign function library for Python.
11 :mod:`ctypes` is a foreign function library for Python. It provides C compatible
494 the :attr:`restype` attribute, if the foreign function returns an integer. The
1039 outside of Python's control (e.g. by the foreign code that calls the
1371 variable; if you call foreign functions created with ``use_errno=True`` then the
1488 .. _ctypes-foreign-functions:
1493 As explained in the previous section, foreign functions can be accessed as
1502 Base class for C callable foreign functions.
1504 Instances of foreign functions are also C compatible data types; they
[all …]
/external/curl/packages/EPM/
DMakefile.am1 AUTOMAKE_OPTIONS = foreign
/external/curl/include/
DMakefile.am5 AUTOMAKE_OPTIONS = foreign no-dependencies
/external/curl/tests/certs/scripts/
DMakefile.am22 AUTOMAKE_OPTIONS = foreign
/external/wayland-protocols/freedesktop.org/unstable/xdg-foreign/
DREADME1 xdg foreign protocol
/external/adhd/cras/
DMakefile.am4 AUTOMAKE_OPTIONS = foreign
/external/python/cpython3/Modules/_ctypes/libffi/man/
DMakefile.am3 AUTOMAKE_OPTIONS=foreign
/external/python/cpython2/Modules/_ctypes/libffi/man/
DMakefile.am3 AUTOMAKE_OPTIONS=foreign
/external/libffi/man/
DMakefile.am3 AUTOMAKE_OPTIONS=foreign
/external/llvm/test/ExecutionEngine/Interpreter/
Dlit.local.cfg1 # These tests require foreign function calls
/external/libedit/
DMakefile.am2 AUTOMAKE_OPTIONS = foreign
/external/python/cpython3/Modules/_ctypes/libffi/include/
DMakefile.am3 AUTOMAKE_OPTIONS=foreign
/external/python/cpython2/Modules/_ctypes/libffi/include/
DMakefile.am3 AUTOMAKE_OPTIONS=foreign
/external/libffi/include/
DMakefile.am3 AUTOMAKE_OPTIONS=foreign
/external/curl/docs/cmdline-opts/
DMakefile.am23 AUTOMAKE_OPTIONS = foreign no-dependencies
/external/v8/src/runtime/
Druntime-compiler.cc93 Handle<JSObject> foreign; in RUNTIME_FUNCTION() local
95 foreign = args.at<JSObject>(2); in RUNTIME_FUNCTION()
106 isolate, handle(function->shared()->asm_wasm_data()), memory, foreign); in RUNTIME_FUNCTION()
/external/curl/tests/server/
DMakefile.am22 AUTOMAKE_OPTIONS = foreign nostdinc

12345678910>>...17