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

1 2

  /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/testing/gmock/test/
gmock_link_test.h 104 // 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 {
193 virtual ~Interface() {}
205 class Mock: public Interface {
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
Parent.java 5 public static interface Interface
Types.java 4 public static interface Interface
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/
Parent.java 35 public interface Interface {
Types.java 61 public interface Interface {

Completed in 158 milliseconds

1 2