Home
last modified time | relevance | path

Searched refs:Wrapper (Results 1 – 16 of 16) sorted by relevance

/external/clearsilver/python/
Dneo_cgi.c462 static WRAPPER_DATA Wrapper = {NULL, NULL, NULL}; variable
476 if (Wrapper.p_stdin != NULL) in cgiwrap()
478 Py_DECREF (Wrapper.p_stdin); in cgiwrap()
480 Wrapper.p_stdin = p_stdin; in cgiwrap()
481 Py_INCREF (Wrapper.p_stdin); in cgiwrap()
485 if (Wrapper.p_stdout != NULL) in cgiwrap()
487 Py_DECREF (Wrapper.p_stdout); in cgiwrap()
489 Wrapper.p_stdout = p_stdout; in cgiwrap()
490 Py_INCREF (Wrapper.p_stdout); in cgiwrap()
494 if (Wrapper.p_env != NULL) in cgiwrap()
[all …]
/external/libffi/
Dcompile41 Wrapper for compilers which do not understand `-c -o'.
/external/grub/
Dcompile41 Wrapper for compilers which do not understand `-c -o'.
/external/bison/build-aux/
Dylwrap48 Wrapper for lex/yacc invocations, renaming files as desired.
/external/bluez/utils/
Dylwrap48 Wrapper for lex/yacc invocations, renaming files as desired.
/external/fdlibm/
Dreadme141 4. Wrapper functions
148 Wrapper functions will twist the result of the ieee754
/external/bzip2/
DCHANGES248 * Wrapper scripts (with manpages): bzdiff, bzgrep, bzmore.
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-141148 …(KJS::allocChars): Wrapper around fastMalloc that takes a length in characters. It will return 0 …
1149 …(KJS::reallocChars): Wrapper around fastRealloc that takes a length in characters. It will return…
DChangeLog-2008-08-1013362 Wrapper for JSValue::isObject and exception creation (these need
/external/dbus/
DChangeLog5139 (Interface): Wrapper class added to wrap objects in a dbus interface
/external/webkit/WebKitTools/
DChangeLog8847 * Scripts/run-sunspider: Added. Wrapper to run sunspider on the
/external/webkit/WebKit/mac/
DChangeLog-2006-02-0927214 (+[WebError _webKitErrorWithCode:failingURL:]): Wrapper that registers the
/external/webkit/WebCore/
DChangeLog-2006-05-1030566 (compareFuncWrapper): Wrapper that uses global variables to overcome the lack
DChangeLog-2008-08-1020305 * page/JavaScriptFunctionCallProfile.cpp: Added. Wrapper around the JSC
20325 * page/JavaScriptProfile.cpp: Added. Wrapper around the JSC Profile.
DChangeLog35064 Wrapper map is now kept as JSGlobalData::clientData. Also changed debug-only wrapperSet
DChangeLog-2006-12-313130 Bindings work fine, as the SVG POD JS Wrapper stuff is already in svn.