HomeSort by relevance Sort by last modified time
    Searched refs:abstract (Results 26 - 50 of 135) sorted by null

12 3 4 5 6

  /external/flatbuffers/php/
Table.php 20 abstract class Table
  /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"
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorBase.cs 38 public abstract class DescriptorBase : IDescriptor
67 public abstract string Name { get; }
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/
T_invoke_direct_26.d 18 .method public abstract test()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/
T_invoke_direct_range_26.d 18 .method public abstract test()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/d/
T_invoke_interface_24.d 36 .method public abstract testDefault()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/d/
T_invoke_interface_range_24.d 36 .method public abstract testDefault()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/
T_invoke_static_24.d 18 .method public abstract test()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/
T_invoke_static_range_24.d 18 .method public abstract test()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/
T_invoke_super_24.d 18 .method public abstract test()V
T_invoke_super_27.d 36 .method public abstract testDefault()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
T_invoke_super_range_24.d 18 .method public abstract test()V
T_invoke_super_range_27.d 36 .method public abstract testDefault()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
T_invoke_virtual_27.d 36 .method public abstract testDefault()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
T_invoke_virtual_range_27.d 36 .method public abstract testDefault()V
  /external/clang/test/SemaCXX/
new-delete.cpp 65 struct abstract { struct
66 virtual ~abstract() = 0;
424 void f(A *x) { delete x; } // expected-warning {{delete called on 'PR10504::A' that is abstract but has non-virtual destructor}}
  /external/libmojo/third_party/jinja2/
nodes.py 72 d.setdefault('abstract', False)
125 abstract = True variable in class:Node
128 if self.abstract:
129 raise TypeError('abstract nodes are not instanciable')
248 abstract = True variable in class:Stmt
253 abstract = True variable in class:Helper
352 abstract = True variable in class:Expr
376 abstract = True variable in class:BinExpr
395 abstract = True variable in class:UnaryExpr
427 abstract = Tru variable in class:Literal
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaBase.cs 5 internal abstract class Base
  /art/test/968-default-partial-compile-gen/util-src/
generate_smali.py 325 abstract: It has a method declared but not defined
329 abstract = 1 variable in class:InterfaceType
335 elif self == InterfaceType.abstract:
356 Returns true if this is an abstract interface and calling the method on this interface will
363 Returns true if this is an abstract interface and calling the method on this interface will
383 .class public abstract interface L{class_name};
407 .method public abstract getName()Ljava/lang/String;
450 Returns true if this is an abstract interface and calling the method on this interface will
453 return self.iface_type == InterfaceType.abstract
457 Returns true if this is an abstract interface and calling the method on this interface wil
    [all...]
  /external/libmicrohttpd/src/testcurl/https/
test_https_sni.c 38 #include <gnutls/abstract.h>
  /external/llvm/utils/lit/lit/formats/
base.py 84 abstract
  /external/skia/infra/bots/assets/win_toolchain/
create.py 74 win_toolchain_utils.abstract(os.path.join('build', 'win_toolchain.json'),
  /art/test/971-iface-super/util-src/
generate_smali.py 379 abstract: It has a method declared but not defined
383 abstract = 1 variable in class:InterfaceType
389 elif self == InterfaceType.abstract:
410 Returns true if this is an abstract interface and calling the method on this interface will
417 Returns true if this is an abstract interface and calling the method on this interface will
440 .class public abstract interface L{class_name};
469 .method public abstract call()V
512 Returns true if this is an abstract interface and calling the method on this interface will
515 return self.iface_type == InterfaceType.abstract
519 Returns true if this is an abstract interface and calling the method on this interface wil
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/d/
T_aput_object_3.d 16 .interface abstract dot.junit.opcodes.aput_object.d.SuperInterface
  /external/elfutils/libelf/
Makefile.am 122 noinst_HEADERS = elf.h abstract.h common.h exttypes.h gelf_xlate.h libelfP.h \

Completed in 640 milliseconds

12 3 4 5 6