HomeSort by relevance Sort by last modified time
    Searched defs:abstract (Results 1 - 7 of 7) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 66 def abstract( name, message = nil ) method in class:ANTLR3.Util
67 message ||= "abstract method -- #{ self.class }::#{ name } has not been implemented"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
mixer.h 210 /** v1: abstract layer selection */
211 enum snd_mixer_selem_regopt_abstract abstract; member in struct:snd_mixer_selem_regopt
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
mixer.h 210 /** v1: abstract layer selection */
211 enum snd_mixer_selem_regopt_abstract abstract; member in struct:snd_mixer_selem_regopt
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
mixer.h 210 /** v1: abstract layer selection */
211 enum snd_mixer_selem_regopt_abstract abstract; member in struct:snd_mixer_selem_regopt
  /external/chromium_org/third_party/jinja2/
nodes.py 70 d.setdefault('abstract', False)
124 abstract = True variable in class:Node
127 if self.abstract:
128 raise TypeError('abstract nodes are not instanciable')
244 abstract = True variable in class:Stmt
249 abstract = True variable in class:Helper
348 abstract = True variable in class:Expr
372 abstract = True variable in class:BinExpr
391 abstract = True variable in class:UnaryExpr
423 abstract = Tru variable in class:Literal
    [all...]
  /external/clang/test/SemaCXX/
new-delete.cpp 58 struct abstract { struct
59 virtual ~abstract() = 0;
417 void f(A *x) { delete x; } // expected-warning {{delete called on 'PR10504::A' that is abstract but has non-virtual destructor}}
  /external/qemu/android/
console.c 345 const char* abstract; member in struct:CommandDefRec_
409 control_write( client, "%s\r\n", cmd->abstract );
415 control_write( client, " %s %-15s %s\r\n", prefix, cmd->names, cmd->abstract );
484 control_write( client, " %-15s %s\r\n", cmd->names, cmd->abstract );
    [all...]

Completed in 138 milliseconds