Searched defs:Interface (Results 1 - 25 of 45) sorted by relevance

12

/external/srec/srec/AcousticState/include/
H A DSR_AcousticStateImpl.h39 * Interface functions that must be implemented.
41 SR_AcousticState Interface; member in struct:SR_AcousticStateImpl_t
/external/srec/portable/include/
H A DPANSIFileImpl.h39 PFileImpl Interface; member in struct:PANSIFileImpl_t
H A DPFileImpl.h34 * Interface functions that must be implemented.
36 PFile Interface; member in struct:PFileImpl_t
H A DArrayListImpl.h34 * Interface functions that must be implemented.
36 ArrayList Interface; member in struct:ArrayListImpl_t
/external/srec/shared/include/
H A DHashMapImpl.h36 * Interface functions that must be implemented.
38 HashMap Interface; member in struct:HashMapImpl_t
H A DInt8ArrayListImpl.h34 * Interface functions that must be implemented.
36 Int8ArrayList Interface; member in struct:Int8ArrayListImpl_t
H A DIntArrayListImpl.h34 * Interface functions that must be implemented.
36 IntArrayList Interface; member in struct:IntArrayListImpl_t
H A DLStringImpl.h35 * Interface functions that must be implemented.
37 LString Interface; member in struct:LStringImpl_t
/external/srec/srec/Semproc/include/
H A DSR_SemanticResultImpl.h35 * Interface functions that must be implemented.
37 SR_SemanticResult Interface; member in struct:SR_SemanticResultImpl_t
H A DSR_SemanticProcessorImpl.h45 * Interface functions that must be implemented.
47 SR_SemanticProcessor Interface; member in struct:SR_SemanticProcessorImpl_t
H A DSR_SemanticGraphImpl.h43 * Interface functions that must be implemented.
45 SR_SemanticGraph Interface; member in struct:SR_SemanticGraphImpl_t
/external/srec/srec/Nametag/include/
H A DSR_NametagImpl.h34 * Interface functions that must be implemented.
36 SR_Nametag Interface; member in struct:SR_NametagImpl_t
H A DSR_NametagsImpl.h38 * Interface functions that must be implemented.
40 SR_Nametags Interface; member in struct:SR_NametagsImpl_t
/external/srec/srec/Recognizer/include/
H A DSR_RecognizerResultImpl.h40 * Interface functions that must be implemented.
42 SR_RecognizerResult Interface; member in struct:SR_RecognizerResultImpl_t
/external/srec/srec/Vocabulary/include/
H A DSR_VocabularyImpl.h41 * Interface functions that must be implemented.
43 SR_Vocabulary Interface; member in struct:SR_VocabularyImpl_t
/external/chromium_org/dbus/
H A Dobject_manager.h31 // dbus::ObjectManager::Interface class, and defining a Properties structure as
35 // class ExampleClient : public dbus::ObjectManager::Interface {
138 // ObjectManager::Interface must be implemented by any class wishing to have
140 class Interface { class in class:dbus::ObjectManager
142 virtual ~Interface() {}
192 Interface* interface);
283 typedef std::map<std::string, Interface*> InterfaceMap;
/external/srec/srec/AcousticModels/include/
H A DSR_AcousticModelsImpl.h41 * Interface functions that must be implemented.
43 SR_AcousticModels Interface; member in struct:SR_AcousticModelsImpl_t
/external/srec/srec/Grammar/include/
H A DSR_GrammarImpl.h48 * Interface functions that must be implemented.
50 SR_Grammar Interface; member in struct:SR_GrammarImpl_t
/external/srec/srec/Semproc/src/
H A DLexicalAnalyzer.c31 LexicalAnalyzer* Interface; local
39 Interface = NEW(LexicalAnalyzer, MTAG);
40 if (Interface == NULL)
45 *self = Interface;
/external/chromium/testing/gmock/test/
H A Dgmock_link_test.h104 // This test requires identical definitions of Interface and Mock to be
109 // definitions of Interface and Mock tests MUST be kept in the SAME
191 class Interface { class
193 virtual ~Interface() {}
205 class Mock: public Interface {
/external/srec/shared/src/
H A DCircularBuffer.c36 CircularBuffer* Interface; local
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/EventLog/include/
H A DSR_EventLogImpl.h49 * Interface functions that must be implemented.
51 SR_EventLog Interface; member in struct:SR_EventLogImpl_t
/external/srec/srec/Vocabulary/src/
H A DVocabulary.c27 SR_Vocabulary* Interface; local
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; local
57 CHK(rc, SR_VocabularyLoadImpl(filename, &Interface));
59 *self = Interface;
/external/chromium_org/ppapi/generators/
H A Didl_gen_pnacl.py16 from idl_gen_wrapper import Interface, WrapperGen namespace
H A Didl_gen_wrapper.py31 class Interface(object): class in inherits:object
226 ifaces = filenode.GetListOf('Interface')
236 InfoOut.Log('Interface %s ver %s does not need wrapping' %
239 Interface(iface, release, version,

Completed in 250 milliseconds

12