Searched refs:API (Results 1 – 25 of 241) sorted by relevance
12345678910
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
D | JavaScriptCoreGenerated.make | 6 xcopy /y /d "..\..\API\APICast.h" "$(WEBKITOUTPUTDIR)\include\JavaScriptCore" 7 xcopy /y /d "..\..\API\JavaScript.h" "$(WEBKITOUTPUTDIR)\include\JavaScriptCore" 8 xcopy /y /d "..\..\API\JSBase.h" "$(WEBKITOUTPUTDIR)\include\JavaScriptCore" 9 xcopy /y /d "..\..\API\JSContextRef.h" "$(WEBKITOUTPUTDIR)\include\JavaScriptCore" 10 xcopy /y /d "..\..\API\JSContextRefPrivate.h" "$(WEBKITOUTPUTDIR)\include\JavaScriptCore" 11 xcopy /y /d "..\..\API\JSObjectRef.h" "$(WEBKITOUTPUTDIR)\include\JavaScriptCore" 12 xcopy /y /d "..\..\API\JSStringRef.h" "$(WEBKITOUTPUTDIR)\include\JavaScriptCore" 13 xcopy /y /d "..\..\API\JSStringRefCF.h" "$(WEBKITOUTPUTDIR)\include\JavaScriptCore" 14 xcopy /y /d "..\..\API\JSStringRefBSTR.h" "$(WEBKITOUTPUTDIR)\include\JavaScriptCore" 15 xcopy /y /d "..\..\API\JSValueRef.h" "$(WEBKITOUTPUTDIR)\include\JavaScriptCore" [all …]
|
/external/webkit/JavaScriptCore/ |
D | JavaScriptCore.gypi | 4 'API/APICast.h', 5 'API/JavaScript.h', 6 'API/JavaScriptCore.h', 7 'API/JSBase.cpp', 8 'API/JSBase.h', 9 'API/JSBasePrivate.h', 10 'API/JSCallbackConstructor.cpp', 11 'API/JSCallbackConstructor.h', 12 'API/JSCallbackFunction.cpp', 13 'API/JSCallbackFunction.h', [all …]
|
D | GNUmakefile.am | 3 -I$(srcdir)/JavaScriptCore/API \ 23 JavaScriptCore/API/JSBase.h \ 24 JavaScriptCore/API/JSContextRef.h \ 25 JavaScriptCore/API/JSObjectRef.h \ 26 JavaScriptCore/API/JSStringRef.h \ 27 JavaScriptCore/API/JSStringRefBSTR.h \ 28 JavaScriptCore/API/JSStringRefCF.h \ 29 JavaScriptCore/API/JSValueRef.h \ 30 JavaScriptCore/API/JavaScript.h \ 31 JavaScriptCore/API/JavaScriptCore.h \ [all …]
|
D | JavaScriptCore.pri | 38 $$PWD/API \ 76 API/JSBase.cpp \ 77 API/JSCallbackConstructor.cpp \ 78 API/JSCallbackFunction.cpp \ 79 API/JSCallbackObject.cpp \ 80 API/JSClassRef.cpp \ 81 API/JSContextRef.cpp \ 82 API/JSObjectRef.cpp \ 83 API/JSStringRef.cpp \ 84 API/JSValueRef.cpp \ [all …]
|
D | ChangeLog-2007-10-14 | 479 * API/JSStringRefCF.cpp: 515 - Moved JSRetainPtr to the API. 517 * API/JSRetainPtr.h: Copied from kjs/JSRetainPtr.h. 717 * API/JSCallbackObject.cpp: (KJS::JSCallbackObject::JSCallbackObject): 730 * API/JSCallbackObject.cpp: 733 * API/JSCallbackObject.h: 734 * API/JSContextRef.cpp: 736 * API/testapi.c: 746 * API/JSContextRef.cpp: 748 * API/testapi.c: [all …]
|
D | Android.mk | 27 API/JSValueRef.cpp \ 28 API/JSCallbackObject.cpp \ 29 API/OpaqueJSString.cpp \
|
/external/webkit/WebKit/chromium/ |
D | README | 1 This directory contains the Chromium WebKit API. 6 The Chromium WebKit API provides a stable interface to WebCore without 9 The 'public' directory contains the API headers, and the 'src' directory 10 contains the API implementation. The API is intended to be used either as a 17 build. Instead, the API is intended to support backwards compatibility at 35 WTF container classes should be used in the implementation of this API. 37 The API includes some usage of WebCore types when WEBKIT_IMPLEMENTATION is 39 should not be considered part of the Chromium WebKit API. Similarly, STL
|
D | ChangeLog | 264 Upstream JavaScript part of DevTools WebKit API implementation(now 643 Upstream JavaScript part of DevTools WebKit API implementation 1350 [Chromium] Add API method for setting caret blink frequency. 1354 to be called Chromium's API. The API is linux-only as it is currently 1360 (WebKit::setCaretBlinkInterval): Exposed API 1583 New API in MediaPlayer for mute control 1618 A first step towards the Indexed Database API 1621 Add runtime enable support for Indexed Database API. 1633 Add API methods for loading inspector utility scripts. 1744 Adding EventListeners to the chromium API. [all …]
|
/external/dbus/ |
D | README | 3 - low-level vs. high-level API 32 Note: low-level API vs. high-level binding APIs 36 intended to be a low-level API. Most programmers are intended to use 43 If you use the low-level API directly, you're signing up for some 44 pain. Think of the low-level API as analogous to Xlib or GDI, and the 45 high-level API as analogous to Qt/GTK+/HTML. 72 --enable-checks include sanity checks on public API 94 API/ABI Policy 105 - If the library API is modified incompatibly, we will rename it 108 API, and apps will always get the API they expect. [all …]
|
D | NEWS | 15 - Documents updated with API/ABI garuntees 51 - GetMachineId peer method added to the bus API 52 - dbus_connection_set_route_peer_messages API added to let the bus send 110 - API/ABI freeze for 1.0 164 - sender_keyword and path_keyword keywords added to signal listener API 178 - major ABI/API changes - sonames changed 253 - many symbols are no longer exported as part of the public API 258 - Rename Unix Security Context to SELinux Security Context in API 284 - Python bindings API has changed on the service side 302 - New dbus_message_has_path/member/interface API added [all …]
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.sample-gssapi | 11 # Uncomment the following for GSS-API to work with older versions of 12 # racoon that (incorrectly) used ISO-Latin-1 encoding for the GSS-API 25 # The default GSS-API ID is "host/hostname", where 30 # you can change the GSS-API ID here.
|
/external/libffi/doc/ |
D | libffi.info | 87 * The Basics:: The basic libffi API. 91 * The Closure API:: Writing a generic function. 359 File: libffi.info, Node: Multiple ABIs, Next: The Closure API, Prev: Types, Up: Using libffi 371 File: libffi.info, Node: The Closure API, Prev: Multiple ABIs, Up: Using libffi 373 2.5 The Closure API 381 This facility is called the "closure API". Closures are not 461 * The closure API is 463 * The "raw" API is undocumented. 479 * closure API: The Closure API. (line 13) 480 * closures: The Closure API. (line 13) [all …]
|
D | libffi.texi | 104 * The Basics:: The basic libffi API. 108 * The Closure API:: Writing a generic function. 419 @node The Closure API 420 @section The Closure API 427 This facility is called the @dfn{closure API}. Closures are not 432 @cindex closure API 526 The closure API is 529 The ``raw'' API is undocumented.
|
/external/libvpx/nestegg/ |
D | configure.ac | 50 AS_HELP_STRING([--enable-doc], [Build API documentation]), 57 AC_MSG_ERROR([*** API documentation explicitly requested but Doxygen not found]) 64 AC_MSG_WARN([*** doxygen not found, API documentation will not be built]) 107 API Documentation: .......... ${doc_build}
|
D | TODO | 10 - Make logging more useful to API users. 16 - Add an asynchronous error code to struct nestegg and ensure that API calls
|
/external/v8/ |
D | ChangeLog | 15 Added SetPrototype method in the public V8 API. 18 objects in the API. 107 callbacks registered through the API. 114 Changed the API to only allow strings to be set as data objects on 142 Added TryCatch::ReThrow method to the API. 164 Added API method to get simple heap statistics. 168 Fixed the implementation of the resource constraint API so it 173 Optimized calls to API getters. 197 Add String::Concat(Handle<String> left, Handle<String> right) to the V8 API. 212 Added GetRealNamedProperty to the API to lookup real properties [all …]
|
/external/libffi/include/ |
D | ffi.h.in | 27 The basic API is described in the README file. 29 The raw API is designed to bypass some of the argument packing 32 The closure API allows interpreted functions to be packaged up 39 The closure API must be implemented in order to get its functionality, 40 e.g. for use by gij. Routines are provided to emulate the raw API 43 More details on the raw and cloure API can be found in: 189 /* ---- Definitions for the raw API -------------------------------------- */ 235 /* This is analogous to the raw API, except it uses Java parameter */
|
/external/libpcap/ |
D | configure.in | 420 # Use DAG API if present, otherwise don't 442 # We support the DAG API if we're on Linux or BSD, or if we're 464 AC_MSG_CHECKING([whether we have DAG API headers]) 466 # If necessary, set default paths for DAG API headers and libraries. 600 AC_DEFINE(HAVE_DAG_STREAMS_API, 1, [define if you have streams capable DAG API]) 605 AC_MSG_CHECKING([the DAG API version]) 610 AC_DEFINE(HAVE_DAG_API, 1, [define if you have the DAG API]) 616 AC_MSG_ERROR([DAG API requested, but not found at $dag_root: use --without-dag]) 620 # User requested "dag" capture type but the DAG API wasn't 622 …AC_MSG_ERROR([Specifying the capture type as "dag" requires the DAG API to be present; use the --w… [all …]
|
/external/webkit/WebKit/win/Interfaces/ |
D | DOMPrivate.idl | 54 …Each one should eventually be replaced by public DOM API, and when that happens Safari will switch… 55 using that public API, and these will be deleted. 122 …replaceable by public DOM API, and when that happens Safari will switch to implementations using t…
|
/external/webkit/WebKit/gtk/ |
D | NEWS | 66 favicon's URI. This is an API break, but the signal already had a 119 - New API to get the subresources from a WebKitWebDataSource. This 139 - New API has been added to WebKitWebFrame to allow applying 143 - A new API has been added to help dealing with the various 149 - HTML5 database has gained API to manage the individual databases, 275 API saner. 300 - Spelling check has been implemented using Enchant; the API is 304 API that allows the application to override the default behavior; 322 - New printing API that allows applications to control and monitor 374 - Added API to create and add history items to WebKit's history.
|
/external/webkit/WebKit/mac/ |
D | PublicHeaderChangesFromTiger.txt | 1 … Mac OS X 10.4. All of these changes will have to be approved by the Apple API approval process, o… 9 DOMPrivate.h instead, until we decide what we want to do about the public API.
|
/external/zlib/as400/ |
D | readme.txt | 11 CRTLIB LIB(ZLIB) TYPE(PROD) TEXT('ZLIB compression API library') 55 CRTLIB LIB(ZLIB) TYPE(PROD) TEXT('ZLIB compression API library') 104 API prototypes for ILE RPG can be found in ZLIB/H(ZLIB.INC).
|
/external/zlib/old/as400/ |
D | readme.txt | 11 CRTLIB LIB(ZLIB) TYPE(PROD) TEXT('ZLIB compression API library') 55 CRTLIB LIB(ZLIB) TYPE(PROD) TEXT('ZLIB compression API library') 104 API prototypes for ILE RPG can be found in ZLIB/H(ZLIB.INC).
|
/external/bluetooth/glib/ |
D | README.in | 80 * The GMemChunk API has been deprecated in favour of a new 'slice 104 are Unicode, these wrappers use the wide-character API in the C 106 Unicode characters through GLib's own API and its POSIX wrappers, 150 connected to dies, just disables it. See the API docs for the function 196 programming interface, the API keyword should also be included.
|
/external/expat/ |
D | configure.in | 39 dnl If the API has changed, increment LIBCURRENT and set LIBREVISION to 0 41 dnl If the API changes compatibly (i.e. simply adding a new function 44 dnl If the API changes incompatibly set LIBAGE back to 0
|
12345678910