HomeSort by relevance Sort by last modified time
    Searched refs:interface (Results 1301 - 1325 of 1336) sorted by null

<<51525354

  /external/webkit/Source/WebKit/win/
WebView.h 67 interface IDropTargetHelper;
    [all...]
  /external/webkit/Tools/Scripts/
prepare-ChangeLog 661 warn "declaring a method but don't have interface on line $. in $file_name\n";
683 # Find function, interface and method names.
684 while (m&((?:[[:word:]]+::)*operator(?:[ \t]*\(\)|[^()]*)|[[:word:]:~]+|[(){}:;])|\@(?:implementation|interface|protocol)\s+(\w+)[^{]*&g) {
685 # interface name
812 # A class or interface name is the word that immediately follows
813 # `class' or `interface' when followed by an open curly brace and not
815 # or interface block, but not inside a function block
817 # A class or interface starts at the first character after the first close
822 # inside a class or interface block, but not inside a function block.
914 # start of the outer level set of braces (function/class/interface body?)
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioDecoder.cpp 393 * ENGINE INTERFACE *
559 mClient.interface(),
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyTransmitter.h 121 client.interface(), encMeta,
  /external/mdnsresponder/mDNSCore/
mDNS.c 605 // (or were received) on the same interface (i.e. if *both* records specify an interface, then it has to match).
655 // We've already determined that we plan to give this answer on this interface
656 // (either the record is non-specific, or it is specific to this interface)
    [all...]
  /external/dnsmasq/src/
option.c 133 { "interface", 1, 0, 'i' },
152 { "except-interface", 1, 0, 'I' },
153 { "no-dhcp-interface", 1, 0, '2' },
186 { "bridge-interface", 1, 0 , LOPT_BRIDGE },
194 { "interface-name", 1, 0, LOPT_INTNAME },
246 { 'i', ARG_DUP, "interface", gettext_noop("Specify interface(s) to listen on."), NULL },
247 { 'I', ARG_DUP, "int", gettext_noop("Specify interface(s) NOT to listen on.") , NULL },
285 { 'y', OPT_LOCALISE, NULL, gettext_noop("Answer DNS queries based on the interface a query was sent to."), NULL },
288 { LOPT_INTNAME, ARG_DUP, "name,interface", gettext_noop("Give DNS name to IPv4 address of interface."), NULL }
    [all...]
  /external/openssl/apps/
apps.c 532 ui_method = UI_create_method("OpenSSL application user interface");
613 BIO_printf(bio_err, "User interface error\n");
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 2 * WPA Supplicant / dbus-based control interface
46 "interface=org.freedesktop.DBus,member=NameOwnerChanged";
123 * wpas_dbus_signal_interface - Send a interface related event signal
124 * @wpa_s: %wpa_supplicant network interface data
128 * Notify listeners about event related with interface
139 /* Do nothing if the control interface is not turned on */
171 * wpas_dbus_signal_interface_added - Send a interface created signal
172 * @wpa_s: %wpa_supplicant network interface data
174 * Notify listeners about creating new interface
183 * wpas_dbus_signal_interface_removed - Send a interface removed signa
    [all...]
  /external/qemu-pc-bios/vgabios/
vbe.c 699 ; This function does a sanity check on the host side display code interface.
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmobj.h 46 typedef interface itype FAR *LP##ptype, FAR **LPLP##ptype
140 #undef INTERFACE
141 #define INTERFACE IDirect3DRMObject
152 #undef INTERFACE
153 #define INTERFACE IDirect3DRMVisual
161 #undef INTERFACE
162 #define INTERFACE IDirect3DRMDevice
201 #undef INTERFACE
202 #define INTERFACE IDirect3DRMViewport
248 #undef INTERFACE
    [all...]
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMOBJ.H 46 typedef interface itype FAR *LP##ptype, FAR **LPLP##ptype
140 #undef INTERFACE
141 #define INTERFACE IDirect3DRMObject
152 #undef INTERFACE
153 #define INTERFACE IDirect3DRMVisual
161 #undef INTERFACE
162 #define INTERFACE IDirect3DRMDevice
201 #undef INTERFACE
202 #define INTERFACE IDirect3DRMViewport
248 #undef INTERFACE
    [all...]
  /external/valgrind/main/include/vki/
vki-linux.h 3 /*--- Linux-specific kernel interface. vki-linux.h ---*/
31 /* This file defines types and constants for the kernel interface, and to
763 /* interface settings */
794 #define vki_ifr_name ifr_ifrn.ifrn_name /* interface name */
799 #define ifr_netmask ifr_ifru.ifru_netmask /* interface net mask */
805 #define vki_ifr_data ifr_ifru.ifru_data /* for use by interface */
806 #define vki_ifr_ifindex ifr_ifru.ifru_ivalue /* interface index */
2416 unsigned int interface; member in struct:vki_usbdevfs_getdriver
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorObjC.pm 240 if (!$isProtocol && $line =~ /^\s*\@interface\s*$class\s*:\s*(\w+)\s*([A-Z0-9_]*)/) {
753 # - Begin @interface or @protocol
754 my $interfaceDeclaration = ($isProtocol ? "\@protocol $className" : "\@interface $className : $parentName");
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 607 * for input stream type or change the IntStream interface, I use
  /external/ceres-solver/docs/
modeling.tex 154 the virtual \texttt{CostFunction} interface.
solving.tex 342 Equation~\eqref{eq:schurtrick1} is closely related to {\em Domain Decomposition methods} for solving large linear systems that arise in structural engineering and partial differential equations. In the language of Domain Decomposition, each point in a bundle adjustment problem is a domain, and the cameras form the interface between these domains. The iterative solution of the Schur complement then falls within the sub-category of techniques known as Iterative Sub-structuring~\cite{saad2003iterative,mathew2008domain}.
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 110 existing software/interface designs, such as Windows' ACM codec
  /external/mdnsresponder/mDNSShared/
dnsextd.c     [all...]
  /external/v8/src/
liveedit-debugger.js     [all...]
  /external/v8/test/mjsunit/
strict-mode.js 328 "interface",
    [all...]
  /external/libusb_aah/libusb/os/
windows_usb.c 236 * usb_class: the generic USB class for which to retrieve interface details
237 * index: zero based index of the interface in the device info list
272 * guid: the GUID for which to retrieve interface details
273 * index: zero based index of the interface in the device info list
306 usbi_err(ctx, "Could not obtain interface data for index %u: %s",
314 // Read interface data (dummy + actual) to access the device path
318 usbi_err(ctx, "could not access interface data (dummy) for index %u: %s",
328 usbi_err(ctx, "could not allocate interface data for index %u.", _index);
335 usbi_err(ctx, "could not access interface data (actual) for index %u: %s",
547 * Populate the endpoints addresses of the device_priv interface helper struct
    [all...]
  /dalvik/docs/
prettify.js 124 "fixed foreach from group implicit in interface internal into is lock " +
    [all...]
  /external/blktrace/doc/
blktrace.tex 201 by applications using the SCSI Generic (\emph{sg}) interface.
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 12 interface
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]

Completed in 3941 milliseconds

<<51525354