HomeSort by relevance Sort by last modified time
    Searched refs:interface (Results 851 - 875 of 4065) sorted by null

<<31323334353637383940>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDoubleKeyMap.h 13 @interface ANTLRDoubleKeyMap : ANTLRLinkBase {
ANTLRFailedPredicateException.h 31 @interface ANTLRFailedPredicateException : ANTLRRecognitionException
ANTLRFileStream.h 36 @interface ANTLRFileStream : ANTLRStringStream {
ANTLRMismatchedNotSetException.h 36 @interface ANTLRMismatchedNotSetException : ANTLRRecognitionException
ANTLRMissingTokenException.h 36 @interface ANTLRMissingTokenException : ANTLRMismatchedTokenException {
ANTLRNoViableAltException.h 31 @interface ANTLRNoViableAltException : ANTLRRecognitionException {
ANTLRNodeMapElement.h 36 @interface ANTLRNodeMapElement : ANTLRBaseMapElement {
ANTLRParserRuleReturnScope.h 31 @interface ANTLRParserRuleReturnScope : ANTLRRuleReturnScope {
ANTLRPtrStack.h 18 @interface ANTLRPtrStack : ANTLRBaseStack {
ANTLRRuleMapElement.h 35 @interface ANTLRRuleMapElement : ANTLRBaseMapElement {
ANTLRRuleStack.h 41 @interface ANTLRRuleStack : ANTLRBaseStack {
ANTLRStringStreamState.h 33 @interface ANTLRCharStreamState : NSObject <ANTLRCharStream>
ANTLRTreeException.h 31 @interface ANTLRTreeException : ANTLRRecognitionException {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.h 38 /* Interface grammar class */
39 @interface TParser : ANTLRParser { /* line 572 */
78 @end /* end of TParser interface */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.h 32 /* interface lexer class */
33 @interface SymbolTableLexer : ANTLRLexer { // line 283
54 @end /* end of SymbolTableLexer interface */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.h 28 /* interface lexer class */
29 @interface LangLexer : ANTLRLexer { // line 283
45 @end /* end of LangLexer interface */
  /external/autotest/client/common_lib/cros/
virtual_ethernet_pair.py 6 ethernet interface for use in tests. You will probably need to be root on test
8 assign to both ends of the pair, however, if you wish to leave the interface
19 # bad things happened while creating the interface
24 #... do things with your interface
33 # bad things happened while creating the interface
38 #... do things with your interface
45 from autotest_lib.client.common_lib.cros.network import interface
61 interface will be called |interface_name|, and the peer end
62 |peer_interface_name|. You may get the interface names later with
64 interface are manually configured with the given IPv4 address string
    [all...]
  /external/clang/test/PCH/
objc_exprs.h 20 @interface PP
selector-warning.h 3 @interface Foo
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderProgramInterfaces.hpp 74 void verifyPropertyValue(glw::GLenum interface, glw::GLenum property, glw::GLuint index, glw::GLint expected_value);
  /external/google-breakpad/src/client/mac/testapp/
Controller.h 46 @interface Controller : NSObject {
  /external/google-breakpad/src/common/mac/
HTTPMultipartUpload.h 37 @interface HTTPMultipartUpload : NSObject {
  /external/libxcam/modules/soft/
soft_copy_task.h 28 #include <interface/stitcher.h>
  /external/protobuf/objectivec/google/protobuf/
Struct.pbobjc.h 54 @interface GPBStructRoot : GPBRootObject
71 @interface GPBStruct : GPBMessage
107 @interface GPBValue : GPBMessage
152 @interface GPBListValue : GPBMessage
  /external/skia/src/gpu/gl/
GrGLRenderTarget.cpp 101 const GrGLInterface* interface = gpu->glInterface(); local
104 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER,
107 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER,
115 GR_GL_CALL_RET(interface, status, CheckFramebufferStatus(GR_GL_FRAMEBUFFER));
126 GR_GL_CALL(interface, BindFramebuffer(GR_GL_FRAMEBUFFER, this->renderFBOID()));
127 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER,
131 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER,
135 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER,
145 GR_GL_CALL_RET(interface, status, CheckFramebufferStatus(GR_GL_FRAMEBUFFER));

Completed in 389 milliseconds

<<31323334353637383940>>