HomeSort by relevance Sort by last modified time
    Searched defs:Interface (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/srec/srec/AcousticState/include/
SR_AcousticStateImpl.h 39 * Interface functions that must be implemented.
41 SR_AcousticState Interface;
  /external/srec/portable/include/
PANSIFileImpl.h 39 PFileImpl Interface;
PFileImpl.h 34 * Interface functions that must be implemented.
36 PFile Interface;
ArrayListImpl.h 34 * Interface functions that must be implemented.
36 ArrayList Interface;
  /external/srec/shared/include/
HashMapImpl.h 36 * Interface functions that must be implemented.
38 HashMap Interface;
Int8ArrayListImpl.h 34 * Interface functions that must be implemented.
36 Int8ArrayList Interface;
IntArrayListImpl.h 34 * Interface functions that must be implemented.
36 IntArrayList Interface;
LStringImpl.h 35 * Interface functions that must be implemented.
37 LString Interface;
  /external/srec/srec/Semproc/include/
SR_SemanticResultImpl.h 35 * Interface functions that must be implemented.
37 SR_SemanticResult Interface;
SR_SemanticProcessorImpl.h 45 * Interface functions that must be implemented.
47 SR_SemanticProcessor Interface;
SR_SemanticGraphImpl.h 43 * Interface functions that must be implemented.
45 SR_SemanticGraph Interface;
  /external/srec/srec/Nametag/include/
SR_NametagImpl.h 34 * Interface functions that must be implemented.
36 SR_Nametag Interface;
SR_NametagsImpl.h 38 * Interface functions that must be implemented.
40 SR_Nametags Interface;
  /external/srec/srec/Recognizer/include/
SR_RecognizerResultImpl.h 40 * Interface functions that must be implemented.
42 SR_RecognizerResult Interface;
  /external/srec/srec/Semproc/src/
LexicalAnalyzer.c 31 LexicalAnalyzer* Interface;
39 Interface = NEW(LexicalAnalyzer, MTAG);
40 if (Interface == NULL)
45 *self = Interface;
  /external/srec/srec/Vocabulary/include/
SR_VocabularyImpl.h 41 * Interface functions that must be implemented.
43 SR_Vocabulary Interface;
  /external/srec/shared/src/
CircularBuffer.c 36 CircularBuffer* Interface;
40 Interface = (CircularBuffer *) MALLOC(sizeof(CircularBuffer) + capacity, mtag);
41 if (Interface == NULL)
43 Interface->capacity = capacity;
44 CircularBufferReset(Interface);
45 *buffer = Interface;
  /external/srec/srec/AcousticModels/include/
SR_AcousticModelsImpl.h 41 * Interface functions that must be implemented.
43 SR_AcousticModels Interface;
  /external/srec/srec/Grammar/include/
SR_GrammarImpl.h 48 * Interface functions that must be implemented.
50 SR_Grammar Interface;
  /external/srec/srec/Vocabulary/src/
Vocabulary.c 27 SR_Vocabulary* Interface;
31 CHK(rc, SR_VocabularyCreateImpl(&Interface));
32 impl = (SR_VocabularyImpl*) Interface;
38 rc = SR_CreateG2P(Interface);
41 SR_VocabularyDestroyImpl(Interface);
46 *self = Interface;
54 SR_Vocabulary* Interface;
57 CHK(rc, SR_VocabularyLoadImpl(filename, &Interface));
59 *self = Interface;
  /external/chromium_org/dbus/
object_manager.h 15 // Newer D-Bus services implement the Object Manager interface to inform other
21 // This interface is very closely tied to the Properties interface, and uses
25 // the classes implemented here make dealing with this interface simpler.
31 // dbus::ObjectManager::Interface class, and defining a Properties structure as
35 // class ExampleClient : public dbus::ObjectManager::Interface {
57 // itself as the implementation class for its interface.
74 // The object manager interface class has one abstract method that must be
102 // interface or from the Object Manager interface. You may also wish t
    [all...]
  /external/chromium_org/mojo/nacl/generator/
interface_dsl.py 5 class Interface(object):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbdlib.h 9 PUSBD_INTERFACE_INFORMATION Interface;
68 (urb)->UrbSelectInterface.Interface.AlternateSetting = (alternateSetting); \
69 (urb)->UrbSelectInterface.Interface.InterfaceNumber = (interfaceNumber); \
70 (urb)->UrbSelectInterface.Interface.Length = \
92 #define UsbBuildOsFeatureDescriptorRequest(urb, length, interface, index, transferBuffer, transferBufferMDL, transferBufferLength, link) \
99 (urb)->UrbOSFeatureDescriptorRequest.InterfaceNumber = (interface); \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comip.h 35 typedef _Interface Interface;
44 typedef typename _IIID::Interface Interface;
73 template<typename _X> _com_ptr_t(Interface *pInterface) throw() : m_pInterface(pInterface) { _AddRef(); }
74 _com_ptr_t(Interface *pInterface,bool fAddRef) throw() : m_pInterface(pInterface) {
103 template<typename _X> _com_ptr_t &operator=(Interface *pInterface) throw() {
105 Interface *pOldInterface = m_pInterface;
115 return operator=(reinterpret_cast<Interface*>(NULL));
123 void Attach(Interface *pInterface) throw() {
127 void Attach(Interface *pInterface,bool fAddRef) throw()
    [all...]
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
Parent.java 5 public static interface Interface

Completed in 1506 milliseconds

1 2 3