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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/bindings/ocaml/all_backends/
llvm_all_backends.mli 10 (** Initialize all the backends targets *)
11 val initialize : unit -> unit var
  /external/autotest/frontend/client/src/autotest/moblab/
BotoKeyView.java 11 public void initialize() { method in class:BotoKeyView
19 super.initialize();
LaunchControlKeyView.java 11 public void initialize() { method in class:LaunchControlKeyView
19 super.initialize();
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRNodeMapElement.h 42 + (void)initialize; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRNodeMapElement.h 42 + (void)initialize; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRNodeMapElement.h 42 + (void)initialize; variable
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRNodeMapElement.h 42 + (void)initialize; variable
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.h 28 + (void) initialize; variable
  /external/skia/src/animator/
SkADrawable.cpp 20 void SkADrawable::initialize() { function in class:SkADrawable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rb_tree_map_/
constructors_destructor_fn_imps.hpp 55 initialize();
64 initialize();
73 initialize();
82 initialize();
99 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
constructors_destructor_fn_imps.hpp 55 initialize();
64 initialize();
73 initialize();
82 initialize();
101 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rb_tree_map_/
constructors_destructor_fn_imps.hpp 55 initialize();
64 initialize();
73 initialize();
82 initialize();
99 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
constructors_destructor_fn_imps.hpp 55 initialize();
64 initialize();
73 initialize();
82 initialize();
101 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rb_tree_map_/
constructors_destructor_fn_imps.hpp 55 initialize();
64 initialize();
73 initialize();
82 initialize();
99 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/splay_tree_/
constructors_destructor_fn_imps.hpp 55 initialize();
64 initialize();
73 initialize();
82 initialize();
101 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/
constructors_destructor_fn_imps.hpp 55 initialize();
64 initialize();
73 initialize();
82 initialize();
99 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/
constructors_destructor_fn_imps.hpp 55 initialize();
64 initialize();
73 initialize();
82 initialize();
101 initialize() function in class:PB_DS_CLASS_C_DEC
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexerLexer.h 29 + (void) initialize; variable
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
record-event-listener.rb 14 def initialize( adaptor = nil ) method in class:ANTLR3.Debug.RecordEventListener
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
debug-mode.rb 14 def initialize( port ) method in class:ANTLRDebugger
  /external/autotest/client/tests/error_initialize/
error_initialize.py 7 def initialize(self): member in class:error_initialize
8 raise NameError("test a bug in initialize()")
  /external/autotest/server/site_tests/firmware_FWtries/
firmware_FWtries.py 46 def initialize(self, host, cmdline_args, dev_mode=False): member in class:firmware_FWtries
47 super(firmware_FWtries, self).initialize(host, cmdline_args)
  /libcore/ojluni/src/main/java/java/security/interfaces/
DSAKeyPairGenerator.java 33 * <p>The <code>initialize</code> methods may each be called any number
34 * of times. If no <code>initialize</code> method is called on a
48 * <li>Initialize the generator by casting the result to a DSAKeyPairGenerator
50 * <code>initialize</code> methods from this DSAKeyPairGenerator interface.<p>
59 * necessary to call an <code>initialize</code> method in this interface.
60 * Algorithm-independent initialization using the <code>initialize</code> method
83 public void initialize(DSAParams params, SecureRandom random) method in interface:DSAKeyPairGenerator
113 public void initialize(int modlen, boolean genParams, SecureRandom random) method in interface:DSAKeyPairGenerator
  /development/perftests/panorama/feature_mos/src/mosaic/
MatrixUtils.h 35 initialize();
41 * identity: Specifies wether to initialize matrix to
45 initialize(identity);
49 * Initialize to identity matrix
51 void initialize(bool identity = false) { function in class:Matrix33
93 initialize();
99 * identity: Specifies wether to initialize matrix to
103 initialize(identity);
107 * Initialize to identity matrix
109 void initialize(bool identity = false) function in class:Matrix9
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.h 30 + (void) initialize; variable

Completed in 350 milliseconds

1 2 3 4 5 6 7 8 91011>>