HomeSort by relevance Sort by last modified time
    Searched refs:abstract (Results 76 - 100 of 110) sorted by null

1 2 34 5

  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 11 internal abstract class LzmaBench
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 79 abstract :execute
  /external/selinux/libsepol/cil/src/
cil.c     [all...]
cil_build_ast.h 48 void cil_destroy_blockabstract(struct cil_blockabstract *abstract);
cil_internal.h 947 void cil_blockabstract_init(struct cil_blockabstract **abstract);
cil_build_ast.c 262 struct cil_blockabstract *abstract = NULL; local
274 cil_blockabstract_init(&abstract);
276 abstract->block_str = parse_current->next->data;
278 ast_node->data = abstract;
286 cil_destroy_blockabstract(abstract);
290 void cil_destroy_blockabstract(struct cil_blockabstract *abstract)
292 if (abstract == NULL) {
296 free(abstract);
    [all...]
cil_tree.c 601 struct cil_blockabstract *abstract = node->data; local
602 cil_log(CIL_INFO, "BLOCKABSTRACT: %s\n", abstract->block_str);
    [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
prettify.js 18 "catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],F=[w,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],G=[w,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"],
  /build/tools/droiddoc/templates-sac/assets/js/
prettify.js 18 "catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],F=[w,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],G=[w,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"],
  /build/tools/droiddoc/templates-sdk/assets/js/
prettify.js 18 "catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],F=[w,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],G=[w,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"],
  /external/okhttp/website/static/
prettify.js 18 "catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],M=[E,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,delegate,dynamic_cast,explicit,export,friend,generic,late_check,mutable,namespace,nullptr,property,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],N=[E,"abstract,assert,boolean,byte,extends,final,finally,implements,import,instanceof,interface,null,native,package,strictfp,super,synchronized,throws,transient"],
  /sdk/templates/docs/
prettify.js 18 "catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],F=[w,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],G=[w,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"],
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 81 an Abstract Syntax Tree into a flat, one-dimensional sequence, but preserves
143 <tt>ANTLR3::Stream</tt> is an abstract-ish base mixin for all IO-like stream
147 ``abstract'' pseudo-methods that demand implementation when it is mixed in to a
173 abstract :consume
180 abstract :peek
186 abstract :look
192 abstract :mark
197 abstract :index
203 abstract :rewind
208 abstract :releas
    [all...]
token.rb 311 abstract :next_token
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearchdomain/
layer1.py 291 field over the `abstract` field, you could specify:
  /external/testng/doc/
prettify.js 33 "abstract default goto package synchronized boolean do if private this " +
43 "abstract boolean break byte case catch char class const continue " +
    [all...]
  /external/opencv3/modules/highgui/src/
ppltasks_winrt.h 1682 struct _AsyncInfoImpl abstract : public Microsoft::WRL::RuntimeClass< struct in namespace:Concurrency_winrt::details
    [all...]
  /external/opencv3/modules/videoio/src/
ppltasks_winrt.hpp 1682 struct _AsyncInfoImpl abstract : public Microsoft::WRL::RuntimeClass< struct in namespace:Concurrency_winrt::details
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 366 Objects/abstract.o \
691 Include/abstract.h \
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 367 Objects/abstract.o \
692 Include/abstract.h \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 366 Objects/abstract.o \
691 Include/abstract.h \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 367 Objects/abstract.o \
692 Include/abstract.h \
    [all...]
  /external/autotest/frontend/afe/
model_logic.py 1376 abstract = True variable in class:ModelWithHash.Meta
    [all...]
  /external/curl/lib/vtls/
gtls.c 35 #include <gnutls/abstract.h>
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
base.js 397 * When defining a class Foo with an abstract method bar(), you can do:
413 throw Error('unimplemented abstract method');
    [all...]

Completed in 501 milliseconds

1 2 34 5